* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:936px;
}
body { 
	background:url(images/tail-top.gif) left top repeat-x #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.0625em;
	color:#505050;
}
td {
	padding:2px;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul,ol{ 
	list-style:none;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:100%;
}




/*==== GLOBAL =====*/
#main {
	width:936px; 
	margin:0 auto;
	font-size:.8125em;
	position:relative;
}

#header {
	height:349px;
	padding:0 14px 0 15px;
}
	#content .aside {
		float:left;
		width:275px;
		margin-right:21px;
	}
	#content .mainContent {
		float:left;
		width:565px;
	}
#footer {
	background:url(images/footer-bg.gif) no-repeat left top;
}


/*---- tailings ----*/
.tail-top { 
	background:url(images/tail-top.gif) left top repeat-x #ffbb00;
}
.tail-bottom { 
	background:url(images/tail-bottom.gif) left bottom repeat-x;
}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif; font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:16px;
}
.p1 { 
	margin-bottom:8px;
}
.p2 { 
	margin-bottom:16px;
}
.p3 { 
	margin-bottom:24px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#505050; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	
}
h2 {
	font-size:27px;
	line-height:1.2em;
	color:#172642;
	font-weight:normal;
	font-style:italic;
	background:url(images/title-line.gif) left bottom repeat-x;
	letter-spacing:-1px;
	padding-bottom:16px;
	margin-bottom:19px;
}
	h2 span {
		color:#22a5f6;
	}
h3 {
	font-size:15px;
	color:#27b3f7;
	line-height:20px;
	font-weight:normal;
	margin-bottom:22px;
}
h4 {
	font-size:15px;
	color:#27b3f7;
	line-height:20px;
	font-weight:normal;
	margin-bottom:10px;
}

.link1 { 
	display:block;
	float:left;
	background:url(images/link1-bgd.gif) left top repeat-x; 
	color:#fff; 
	text-decoration:none;
}
.link1:hover { 
	text-decoration:underline;
}
	.link1 em {
		display:block;
		background:url(images/link1-left.gif) no-repeat left top;
	}
	.link1 b { 
		display:block;
		background:url(images/link1-right.gif) no-repeat right top; 
		padding:2px 15px 2px 15px; 
		font-weight:normal; font-style:normal;
	}
	

.button { 
	float:right;
	display:block;
	position:relative;
	margin-top:-10px;
}

.line-hor { 
	background:#3a3c52;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 0 20px 0;
}
.line-ver { 
	background-image:url(images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}

.title { 
	margin-bottom:20px;
}


/*==================boxes====================*/
.box {
	width:100%;
}
	.box .border-top {
		background:url(images/border-top.gif) repeat-x left top;
	}
	.box .border-bot {
		background:url(images/border-bot.gif) repeat-x left bottom;
	}
	.box .border-left {
		background:url(images/border-left.gif) repeat-y left top;
	}
	.box .border-right {
		background:url(images/border-right.gif) repeat-y right top;
	}
	.box .left-top-corner {
		background:url(images/left-top-corner.gif) no-repeat left top;
	}
	.box .right-top-corner {
		background:url(images/right-top-corner.gif) no-repeat right top;
	}
	.box .left-bot-corner {
		background:url(images/left-bot-corner.gif) no-repeat left bottom;
		}
	.box .right-bot-corner {
		background:url(images/right-bot-corner.gif) no-repeat right bottom;
		}
	.box .inner { 
		padding:0 14px 0 14px;
	}
		.box .inner .inner {
			padding:0 40px 0 29px;
		}
	.box .bg {
		background:#fff;
	}
	.box .indent {
		padding:0 22px 48px 22px;
		position:relative;
	}



/*===== header =====*/
#header .row-1 {
	height:47px;
}
	#header .nav {
		width:100%;
		overflow:hidden;
	}
		#header .nav li {
			float:left;
		}
			#header .nav li a {
				float:left;
				font-size:17px;
				color:#fff;
				text-decoration:none;
				text-transform:uppercase;
				padding:0 15px 0 14px;
				height:47px;
				line-height:43px;
			}
			#header .nav li a:hover {
				color:#60aaef;
			}
			#header .nav li a.current {
				background:url(images/nav-bg.gif) left top repeat-x;
				color:#0c1529;
			}
			#header .nav li a.current:hover {
				color:#0c1529;
			}
#header .flash-header {
	position:absolute;
	left:14px;
	top:47px;
}

/*===== content =====*/
#content .section {
	padding-bottom:26px;
}
	.banners {
		width:100%;
		overflow:hidden;
		padding-bottom:37px;
	}
		.banners li {
			float:left;
			margin-right:19px;
		}
		.banners li.last {
			margin-right:0;
		}
	
	
	.list1 li {
	padding:7px 0 8px 23px;
	font-size:15px;
	line-height:1.2em;
	border-bottom:1px solid #e6eaee;
	background-image: url(images/marker.gif);
	background-repeat: no-repeat;
	background-position: 4px 10px;
	}
	.list1 li.last {
		border-bottom:none;
	}
		.list1 li a {
			color:#0a396d;
			text-decoration:none;
		}
		.list1 li a:hover {
			color:#27b3f7;
		}

/*===== footer =====*/
#footer {
	font-size:12px;
	text-align:right;
	padding:0 14px 64px 0;
}
#footer img{
	float: left;
	padding-left: 14px;
	margin: 0px;
}
	#footer a {
		color:#27b3f7;
		text-decoration:none;
	}
	#footer a:hover {
		text-decoration:underline;
	}
	#footer .nav {
		text-align:center;
		padding:14px 0 30px 0;
	}
		#footer .nav li {
			display:inline;
		}
			#footer .nav li a {
				padding:0 14px 0 14px;
				color:#fff;
				text-decoration:none;
			}
			#footer .nav li a:hover {
				text-decoration:underline;
			}

/*==========================================*/
#page2 #content .col-1 { width:233px; margin-right:71px;}
#page2 #content .col-2 { width:233px;}.pricebox {
	color: #FFF;
	background-color: #1D9BF0;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fixedBox {
	border: 1px solid #999;
	width: 147px;
	height: 18px;
	display: block;
	float: none;
	padding-left: 3px;
	padding-top: 2px;
}
#footerPopup {
	position: fixed;
	top: 160px;
	right: 0px;
	float: right;
} 

