* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:912px;
}
body { 
	background:#f1f1f1; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.0625em;
	color:#515151;
}

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;
}




/*==== GLOBAL =====*/
.container {
	width:912px; 
	margin:0 auto;
	font-size:.75em;
}

#header {
	height:216px;
	background:#fff;
	overflow:hidden;
}
#content {
	padding:26px 0 12px 0;
}
	#content .aside {
		float:left;
		width:239px;
		margin-right:11px;
	}
	#content .mainContent {
		float:left;
		width:662px;
	}
#footer {
	padding-bottom:29px;
}
	#footer .container {
		background:#fff;
	}


/*----- 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:17px;
}
.p1 { 
	margin-bottom:8px;
}
.p2 { 
	margin-bottom:17px;
}
.p3 { 
	margin-bottom:25px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#0bb3e8; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	float:left;
	font-size:40px;
	line-height:1.2em;
	color:#232323;
	letter-spacing:-2px;
	margin-right:6px;
}
	h1 a {
		color:#232323;
		text-decoration:none;
	}
h2 {
	font-size:23px;
	line-height:1.2em;
	text-transform:uppercase;
	color:#fff;
	letter-spacing:-1px;
	word-spacing:5px;
	margin-bottom:17px;
}
h3 {
	font-size:15px;
	line-height:41px;
	background:url(images/title-bg.gif) 0 0 repeat-x;
	text-transform:uppercase;
	color:#fff;
	padding-left:27px;
	word-spacing:3px;
	margin-bottom:4px;
}
	h3 span {
		color:#a5a7a8;
	}
h4 {
	font-size:1em;
	margin-bottom:17px;
}
h5 {
	font-size:1em;
}
h6 {
	width:100%;
	overflow:hidden;
	font-size:13px;
	margin-bottom:20px;
}
	h6 a {
		font-weight:normal;
		text-transform:uppercase;
		color:#515151;
		float:left;
	}
	h6 strong {
		float:right;
		font-size:16px;
		padding-right:10px;
	}


.link1 { 
	background:url(images/arrow2.gif) no-repeat 100% 5px;
	padding-right:11px;
}
	

.button { 
	float:right;
	background:url(images/button.gif) no-repeat 0 0;
	width:183px;
	height:34px;
	font-size:16px;
	line-height:34px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	text-indent:34px;
}

.line-hor { 
	background:#fcfcfc;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:25px 0 25px 0;
}


/*==================boxes====================*/
.box {
	background:url(images/box-bg.gif) no-repeat 0 0 #0bb3e8;
	width:100%;
	color:#fff;
}
	.box .inner { 
		padding:31px 29px 35px 29px;
	}

.box1 {
	background:#e4e4e4;
	width:100%;
}
	.box1 .inner {
		padding:31px 20px 27px 27px;
	}
		

.box2 {
	background:#7f7e7e;
	width:100%;
}
	.box2 .inner {
		padding:17px 20px 27px 33px;
	}
		.box2 a {
			color:#fff;
		}

.offer-box {
	width:100%;
	overflow:hidden;
	padding-bottom:12px;
}
	.offer-box .figure {
		float:left;
		width:258px;
		margin-right:19px;
		padding-top:5px;
	}

.address { 
	float:left;
}
	.address dt {
		margin-bottom:16px;
	}
	.address dd { 
		clear:both;
		text-align:right;
	}
		.address dd span { 
			float:left;
			padding-right:25px;
		}


/*===== header =====*/
#header .row-1 {
	height:35px;
	background:#232323;
	overflow:hidden;
}
	#header .top-nav {
		float:left;
		padding:8px 0 0 0;
	}
		#header .top-nav li {
			display:inline;
			padding:0 15px 0 0;
		}
			#header .top-nav li a {
				color:#a0a0a0;
				text-decoration:none;
			}
			#header .top-nav li a:hover {
				color:#fff;
			}
#header .row-2 {
	height:97px;
	overflow:hidden;
}
	#header .row-2 .logo {
		float:left;
		padding:25px 0 0 0;
	}
		#header .row-2 .logo strong {
			font-size:21px;
			line-height:1.2em;
			color:#929191;
			text-transform:uppercase;
			float:left;
			background:url(images/divider.gif) no-repeat 0 20px;
			padding-top:18px;
			padding-left:10px;
		}
	#header .row-2 .fright {
		padding:32px 0 0 0;
	}

#header .row-3 {
	height:73px;
	overflow:hidden;
}
	#header .nav {
		background:url(images/nav-bg.gif) 0 0 repeat-x;
		height:73px;
		overflow:hidden;
	}
		#header .nav li {
			float:left;
			padding:9px 10px 0 10px;
			background:url(images/nav-divider.gif) no-repeat 0 9px;
		}
			#header .nav li a {
				float:left;
				padding:0 20px;
				height:41px;
				line-height:41px;
				font-size:14px;
				color:#fff;
				font-weight:bold;
				text-transform:uppercase;
				text-decoration:none;
			}
			#header .nav li a:hover, #header .nav li a.current {
				background:url(images/nav-button-bg.gif) 0 0 repeat-x;
			}

/*===== content =====*/
#content .section {
	padding-bottom:11px;
}
	
	.adv-list {
		margin-bottom:-4px;
	}
		.adv-list li {
			width:100%;
			overflow:hidden;
			padding-bottom:4px;
		}
			.adv-list li a {
				display:block;
				background:#fcfcfc;
				color:#898989;
				text-decoration:none;
				height:116px;
				font-size:13px;
			}
				.adv-list li a img {
					float:left;
					margin-right:17px;
				}
				.adv-list li a span {
					text-decoration:underline;
					display:block;
					padding:14px 0 14px 0;
					font-size:12px;
				}
				.adv-list li a strong {
					color:#0bb3e8;
				}
			.adv-list li a:hover {
				background:#7f7e7e;
				color:#fcfcfc;
			}
				.adv-list li a:hover strong {
					color:#fcfcfc;
				}
			
	
	.list1 {
		border-left:1px solid #fcfcfc;
		padding-bottom:10px;
	}
	.list1.fleft {
		width:140px;
		margin-right:14px;
	}
	.list1.fleft.last {
		margin-right:0 !important;
	}
		.list1 li {
			width:100%;
			overflow:hidden;
		}
			.list1 li a {
				padding:0 0 0 12px;
				color:#515151;
				text-decoration:none;
				display:block;
				height:22px;
				line-height:22px;
			}
			.list1 li a:hover {
				background:#fff;
			}
	
	.list2 {
		margin-bottom:-8px;
	}
		.list2 li {
			background:url(images/arrow1.gif) no-repeat 0 7px;
			padding:0 0 11px 11px;
		}
	
	
	.list3 li {
		width:100%;
		overflow:hidden;
		color:#898989;
		padding-bottom:5px;
		vertical-align:top;
	}
		.list3 li span {
			float:left;
		}
		.list3 li a {
			float:right;
			text-align:left;
			width:145px;
			padding-left:21px;
			color:#515151;
			text-decoration:none;
			padding-left:21px;
		}
		.list3 li a:hover {
			text-decoration:underline;
			color:#000;
		}
		.list3 li a.item1 {
			background:url(images/icon4.gif) no-repeat 0 4px;
		}
		.list3 li a.item2 {
			background:url(images/icon5.gif) no-repeat 0 4px;
		}
		.list3 li a.item3 {
			background:url(images/icon6.gif) no-repeat 0 4px;
		}


/*===== faded slider begin =====*/
#faded {
	width:662px;
	height:476px;
	overflow:hidden;
	margin-bottom:11px;
}
	#faded .content {
		float:left;
		width:419px;
		margin-right:4px;
	}
	#faded .description {
		background:url(images/description-bg.jpg) no-repeat 0 0;
		width:419px;
		height:116px;
		color:#fff;
		margin-top:4px;
	}
		#faded .description .inner {
			padding:30px 0 0 30px;
		}
			#faded .description h4 {
				font-size:16px;
				line-height:1.2em;
				margin-bottom:0;
			}
				#faded .description h4 a {
					font-size:13px;
					font-weight:normal;
					color:#fff;
					padding-right:7px;
				}
			#faded .description p {
				font-weight:bold;
				margin-bottom:7px;
			}
			#faded .description dl dd {
				display:inline;
				padding:0 13px 0 24px;
			}
			#faded .description dl dd.item1 {
				background:url(images/icon1.gif) no-repeat 0 3px;
			}
			#faded .description dl dd.item2 {
				background:url(images/icon2.gif) no-repeat 0 3px;
			}
			#faded .description dl dd.item3 {
				background:url(images/icon3.gif) no-repeat 0 3px;
				text-decoration:underline;
			}


ul.pagination {
	float:right;
	width:239px;
}
ul.pagination li {
	margin-bottom:4px;
}
ul.pagination li a {
	display:block;
	background:#b2b2b2;
	height:116px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	position:relative;
	cursor:pointer;
}
	ul.pagination li a img {
		float:left;
		margin-right:18px;
	}
	ul.pagination li a strong {
		text-decoration:underline;
		display:block;
		padding:17px 10px 0 0;
		height:65px;
		font-size:12px;
	}
ul.pagination li.current a, ul.pagination li a:hover {
	background:#7f7e7e;
	text-decoration:none;
}
/*===== faded slider end =====*/

/*===== footer =====*/
#footer a {
	color:#0bb3e8;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

#footer .indent {
	padding:25px 24px 25px 29px;
	font-size:12px;
}
	#footer .extra-links li {
		display:inline;
		padding-right:16px;
	}
		#footer .extra-links li a {
			color:#0bb3e8;
		}
	
	#footer .nav {
		padding-top:11px;
	}
		#footer .nav li {
			display:inline;
			padding-right:16px;
			font-weight:bold;
		}
			#footer .nav li a {
				color:#636262;
			}
			#footer .nav li a:hover {
				color:#000;
			}

#footer .fright {
	padding-top:28px;
}


/*----- forms -----*/
#search-form {
	float:right;
	padding:6px 0 0 0;
}
	#search-form fieldset {
		border:none;
		float:right;
	}
		#search-form input.text {
			width:155px;
			background:#535353;
			border:none;
			padding:4px 3px 3px 7px;
			margin-right:4px;
			color:#fff;
		}
		#search-form input.submit {
			width:73px;
			height:22px;
			line-height:22px;
			color:#fff;
			text-transform:uppercase;
			background:url(images/submit-bg.gif) 0 0 repeat-x;
			border:none;
			font-weight:bold;
			cursor:pointer;
		}
	
#advanced-search-form fieldset {
	border:none;
	font-size:13px;
}
	#advanced-search-form label {
		display:block;
		font-weight:bold;
		height:49px;
	}
		#advanced-search-form select {
			width:179px;
			border:none;
			background:#fff;
			height:22px;
			line-height:22px;
			color:#494949;
		}
			#advanced-search-form .fleft, #advanced-search-form .fright {
				width:83px;
			}
			#advanced-search-form .fleft select, #advanced-search-form .fright select {
				width:83px;
			}
		#advanced-search-form a {
			color:#fff;
			font-size:12px;
		}
		#advanced-search-form a.submit {
			display:block;
			width:180px;
			height:34px;
			line-height:34px;
			font-size:18px;
			text-transform:uppercase;
			color:#969696;
			text-decoration:none;
			background:url(images/submit.gif) no-repeat 0 0;
			text-align:center;
			margin:10px 0 10px 0;
		}

/*==========================================*/
