﻿@charset "utf-8";
/* CSS Document
@import 'global.css'; */


body{
	height:100%;
	background:#c0c0c0;
	color:#616161
	}



.pageWrapper {
	width:900px;
	margin:0 auto;
	background:#fff
}

.head {
	height:110px;
	background:url(../images/header_bg.gif) repeat-x;
	position:relative;
}

#main-head h1 {
	width:450px;
	height:57px;
	background:url(../images/logo.gif) no-repeat;
	top:33px;
	left:50px;
	position:absolute;
	border-bottom: 0
}

#main-head h1 a {
	display:block;
	width:232px;
	height:57px;
	overflow:hidden;
	text-indent:-5000px
}

.menu {

	height:32px;

	border-top:1px solid #a5c8d2;

	background:url(../images/menu_bg.gif) repeat-x;

	padding-left:27px;

}

.menu a {
	float:left;
	padding:0 25px;
	height:32px;
	line-height:32px;
	border-right:1px solid #a5c8d2;
	font:bold 14px/35px Tahoma;
	color:#555a5e;
	text-decoration:none
}
.menu a.contact-us {
	border-right:none;
}
.menu a:hover {
	text-decoration:none;
	color:#921302;
}
.sub-menu {
	height:22px;
	padding:10px 0 0 52px;
	border-top:1px solid #c4e1ea;
	background:url(../images/banner01.jpg) no-repeat;
	color:#fff;
}
.sub-menu a {
	font:400 10px/10px Tahoma;
	color:#fff;
	text-decoration:none
}
.banner {
	height:218px;
	width:850px;
	padding:26px 0 0 50px;
	background:url(../images/banner.jpg) no-repeat;
	position:relative;
	color:#fff;
	margin:0
}
.banner h2 {
	font-size:36px;
	line-height:36px;
	font-weight:400;
	margin:0;
	    border-bottom: 0
}
.banner p {
	font-size:15px;
	font-weight:600;
	padding:6px 0;
	line-height:150%;
	margin:0
}
.banner li {
	height:22px;
	line-height:22px;
	font-size:14px;
	background:url(../images/list_bg4.gif) no-repeat 0 center;
	padding-left:20px;
	margin:0
}
.get-order {
	display:block;
	width:279px;
	height:35px;
	position:absolute;
	bottom:0;
	right:231px;
}
.banner .month-price {
	width:90px;
	height:90px;
	position:absolute;
	left:560px;
	top:76px;
	color:#93301c;
	text-align:center;
	font-size:22px;
	line-height:normal
}
.banner .month-price em {
	font-size:45px;
	font-style:normal
}
.banner .month-price span {
	display:block;
	font-size:12px;
}
.page-main {
	width:880px;
/*	padding:0 10px */
}
.page-left {
	width:659px;
	float:left
}
.page-right {
	width:211px;
	float:right
}
.footer {
	border-top:5px solid #a3c7d1;
	background:#ebf3f5;
	padding:15px 0 20px;
	text-align:center;
	margin:0
}
.footer p {
	padding-bottom:8px;
	margin:0
}
.footer p.link a {
	font-weight:bold;
	color:#616161;
	margin:0
}
.footer p.policy {
	color:#921302;
	margin:0
}
