article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

body { 
	background:#212222; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.125em;
	color:#242424;
}
html { min-width:1000px;}
html, body { height:100%;}

.container {
	margin: 0 auto;
	position: relative;
	width: 1000px;
	font-size:.8125em;
}

header{
	height:100px;
	overflow:hidden;
	background:url(../images/header-bg.gif) 0 0 repeat-x;
}

.left-column {
	float: left;
	width: 666px;
}

.right-column {
	float: left;
	width: 300px;
	margin-left:34px;
}

#content {
	float: left;
	width: 100%;
}
	
aside{
	float: left;
	width: 100%;
}
			
footer{
	padding:20px 0 22px 0;
	border-top:7px solid #CCCCCC;
}


/* Left & Right alignment */

.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 { 
	overflow:hidden;
}

.inside{ 
	padding: 15px 0;
}

.breadcrumbs {
	border: 0px solid #FF0000;
	width: 1000px;
	height: 20px;
	float: left;
	clear: both;
	margin-bottom: 15px;
}

.breadcrumbs img {
	margin: 0 4px;
	border: 0;
}

/*----- form defaults -----*/
input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

/*----- other -----*/
figure { margin-bottom:18px;}

.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:15px;
}
	.img-box figure { 
		float:left; 
		margin:0 20px 0 0;
		padding:0;
	}

.extra-wrap { 
	overflow:hidden;
}

p {margin-bottom:18px; text-align: justify;}
.p1 { margin-bottom:9px;}
.p2 { margin-bottom:18px;}
.p3 { margin-bottom:27px;
}
p img { float: left; margin: 5px 10px 5px 0; }

/*----- txt, links, lines, titles -----*/
a {
	color:#ee6c01; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

	
header img {
	line-height:1.2em;
	padding:6px 0 8px 0;
	position:absolute;
	top:2px;
	clear: both;
	display: block;
}	

h1 {
	font-size:40px;
	line-height:1.2em;
	font-weight:normal;
	color:#222222;
	letter-spacing: 1px;
	margin-bottom:18px;
	padding-left: 1px;
}

h1 img.small-logo {
	height: 40px;
	margin: 5px 10px 0 0;
	border: 0;
}

h2 {
	font-size:34px;
	line-height:1.2em;
	font-weight:normal;
	color:#222222;
	letter-spacing: 1px;
	margin-bottom:18px;
	padding-left: 1px;
}

h3 {
	font-size:23px;
	line-height:1.2em;
	font-weight:normal;
	color:#333333;
	margin-bottom:10px;
}

	h3 a { color:#242424; }
	h3 a:hover {
		text-shadow: 1px 1px 1px #888; 
	}

/*==================boxes====================*/
.main-box {
	background:#fff;
	width:100%;
}

.contacts {
	padding-bottom:20px;
}
	.contacts li {
		width:100%;
		overflow:hidden;
	}
		.contacts li strong {
			float:left;
			width:95px;
		}


.list1 {
	margin-left:10px;
	padding-bottom:18px;
}
.list1 li {
	background:url(../images/arrow1.gif) no-repeat 0 6px;
	padding:0 0 10px 12px;
	text-align: justify;
}



/*===== header =====*/
header nav {
	float:right;
}
		header nav ul li {
			float:left;
		}
			header nav ul li a {
				font-size:22px;
				color:#ffffff;
				height:72px;
				line-height:70px;
				text-decoration:none;
				width:100px;
				text-align:center;
				float:left;
				background:#433b8f;
				background-image: gradient(top, #383282, #484095); /* FF3.6 */
				background-image: -moz-linear-gradient(top, #383282, #484095); /* FF3.6 */
				background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #383282),color-stop(1, #484095)); /* Saf4+, Chrome */
        filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#383282', EndColorStr='#484095'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#383282', EndColorStr='#484095')"; /* IE8 */
		}
		header nav ul li a.current, header nav ul li a:hover {
			padding-bottom:5px;
			height:75px;
		}
		
		header nav ul li:nth-of-type(2) a {
			background:#0184cd;
			background-image: -moz-linear-gradient(top, #017bc8, #018ed3); /* FF3.6 */
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #017bc8),color-stop(1, #018ed3)); /* Saf4+, Chrome */
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#017bc8', EndColorStr='#018ed3'); /* IE6,IE7 */
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#017bc8', EndColorStr='#018ed3')"; /* IE8 */
		}
		header nav ul li:nth-of-type(3) a {
			background:#7cbc19;
			background-image: -moz-linear-gradient(top, #73b515, #86c31d); /* FF3.6 */
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #73b515),color-stop(1, #86c31d)); /* Saf4+, Chrome */
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#73b515', EndColorStr='#86c31d'); /* IE6,IE7 */
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#73b515', EndColorStr='#86c31d')"; /* IE8 */
		}
		header nav ul li:nth-of-type(4) a {
			background:#ffbc00;
			background-image: -moz-linear-gradient(top, #ffb500, #ffc300); /* FF3.6 */
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffb500),color-stop(1, #ffc300)); /* Saf4+, Chrome */
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffb500', EndColorStr='#ffc300'); /* IE6,IE7 */
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffb500', EndColorStr='#ffc300')"; /* IE8 */
		}
		header nav ul li:nth-of-type(5) a {
			background:#f07502;
			background-image: -moz-linear-gradient(top, #ee6c01, #f27f02); /* FF3.6 */
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ee6c01),color-stop(1, #f27f02)); /* Saf4+, Chrome */
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ee6c01', EndColorStr='#f27f02'); /* IE6,IE7 */
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ee6c01', EndColorStr='#f27f02')"; /* IE8 */
		}
		header nav ul li:nth-of-type(6) a {
			background:#d00110;
			background-image: -moz-linear-gradient(top, #d00110, #da0116); /* FF3.6 */
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #d00110),color-stop(1, #da0116)); /* Saf4+, Chrome */
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#d00110', EndColorStr='#da0116'); /* IE6,IE7 */
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#d00110', EndColorStr='#da0116')"; /* IE8 */
		}


.homebox {
	float: left;
	width: 666px;
	margin-bottom: 25px;
}

.homebox-left, .homebox-center, .homebox-right {
	float: left;
	width: 200px;
	padding: 5px 5px 0 5px;
	background: #f4f4f4;
	margin-bottom: 18px;
}

.homebox-left, .homebox-center {
	margin-right: 18px;
}

.homebox-left img, .homebox-center img, .homebox-right img {
	border:4px solid #e0e0eb;
	border-radius:4px;
	width: 192px;
	height: 90px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.block-left, .block-right {
	float: left;
	width: 308px;
	padding: 5px 5px 0 5px;
	background: #f4f4f4;
	margin-bottom: 30px;
}

.block-left {
	margin-right: 30px;
}

/*===== content =====*/
.block-left img, .block-right img {
	border:4px solid #e0e0eb;
	border-radius:4px;
	width: 300px;
	height: 145px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.block-left img:hover, .block-right img:hover, .homebox-left img:hover, .homebox-center img:hover, .homebox-right img:hover {
	border-color:#9CDC3C;
}

hr {
	border-top: 1px solid #FFFFFF;
	height: 0;
}

/*--- news list styles ---*/
	.news li {
		overflow:hidden;
		position:relative;
		padding:0 0 26px 84px;
	}
	.news li:last-child {
		padding-bottom:0;
	}
	
		.news li figure {
			width:59px;
			height:59px;
			background:url(../images/date-bg1.gif) no-repeat 0 0;
			position:absolute;
			left:0;
			top:0;
			text-align:center;
			border:3px solid #ebebeb;
			border-radius:4px;
			-moz-border-radius:4px;
			-webkit-border-radius:4px;
			font-size:10px;
			color:#fff;
			text-transform:uppercase;
		}
			.news li figure strong {
				display:block;
				font-size:30px;
				line-height:1.3em;
				margin-bottom:-7px;
				padding-top:3px;
			}
		
		.news li:nth-of-type(4n+2) figure {
			background:url(../images/date-bg2.gif) no-repeat 0 0;
		}
		.news li:nth-of-type(4n+3) figure {
			background:url(../images/date-bg3.gif) no-repeat 0 0;
		}
		.news li:nth-of-type(4n+4) figure {
			background:url(../images/date-bg4.gif) no-repeat 0 0;
		}




.team-list li {
	width:100%;
	overflow:hidden;
	padding-bottom:43px;
}
.team-list li:last-child {
	padding-bottom:0;
}
	.team-list li figure {
		float:left;
		margin:0 20px 0 0;
		padding:0;
	}


.ad300250 {
	float: left;
	width: 300px;
	height: 250px;
	background: #f0f0f0;
	margin-bottom: 20px;
	clear: both;
}

.coupon-block-title {
	background: #ffb800;
	color: #3c3586;
	font-size: 21pt;
	font-weight: normal;
	padding: 10px 12px 0px 12px;
	text-align: left;
}

.coupon-block-title p{
	float: left;
	padding: 5px 0 0 0;
}

.coupon-block {
	padding: 10px;
	border: 1px solid #DADADA;
	background: #FAFAFA;
	margin: 10px 0;
}

.coupon-caption {
	font-size: 14pt;
	font-weight: normal;
	line-height: 20px;
	color: #02448e;
	margin: 0 0 14px 0;
}

.coupon-caption span {
	float: right;
}

a.coupon-link {
	background: #d10111;
	height: 45px;
	width: 120px;
	font-size: 15pt;
	padding: 5px 10px 7px 10px;
	color: #FFFFFF;
	border: 0;
	margin-top: 5px;
	text-decoration: none;
}

a.coupon-link:hover {
	background: #77b816;
	color: #ffffff;
	border: 0;
}

.coupon-code {
	font-size: 14pt;
	margin: 5ox 0 14px 0;
}
	
.coupon-code span {	
	padding: 5px;
	font-weight: bold;
	color: #69A60C;
	background: #fefbf2;
	border: 3px dotted #f9bf1e;
}

.coupon-detail span.coupon-expiry {
	font-weight: bold;
	font-style: italic;
}

.pagination {
	margin: 10px 0;
	text-align:center;
}

.pagination a:link, .pagination a:active, .pagination a:visited  {
	padding: 2px 5px 3px 5px;
	margin-right: 2px;
	border: 1px solid #949494;
	text-decoration: none;
	color: #225aad;
}
.pagination a:hover {
	border:1px solid #3a3485;
	background: #017cc8;
	text-decoration: none;
	color: #ffffff;
}
.pagination span.current {
	padding: 2px 5px 3px 5px;
	margin-right: 2px;
	border: 1px solid #3a3485;
	font-weight: bold;
	background: #73b515;
	color: #FFFFFF;
}
.pagination span.disabled {
	padding: 2px 5px 3px 5px;
	margin-right: 2px;
	border: 1px solid #CCCCCC;
	color: #999999;
}

#ssba {
	float: right;
}
#ssba img		
{ 	
	width: 32px;
	height: 32px;
	margin: 0;
	border: 0;
	display: inline;
	vertical-align: middle;
}

/********************		SHADOW BOX		********************/
#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url('../images/ajax_loader.gif') no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url('../images/close.png');}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}


.search {
	margin: 0;
	padding: 0;
}

input.search_input {
	border:1px solid #AAAAAA;
	font-size:16px;
	margin-right:10px;
	padding:3px;
	width:400px;
}
.state_select {
	border:1px solid #AAAAAA;
	font-size:16px;
	padding:2px 3px 3px 3px;
}
input.search_input:hover, input.search_input:focus {
	background:#FFFF99 none repeat scroll 0 0;
	border:1px solid #666666;
}
input.search_button {
	font-size: 16px;
	background:#c0d6e3;
	border-color:#CCCCCC #777777 #777777 #CCCCCC;
	border-style:solid;
	border-width:1px;
	color:#487288;
	height: 28px;
	font-weight:bold;
	margin:0;
}

input.search_button:hover {
	color: #ee6c01;
}

span.search_example {
	padding: 3px 0 5px 0;
	font-size: 11px;
	color: #888;
	display: block;
}

.field_radio_column {
	float: left;
	width: 333px;
}
.field_radio {
	width: 323px;
	margin-bottom: 5px;
}



/*===== footer =====*/
footer {
	color:#fff;
}
	footer .fleft {
		padding-left:0;
	}
	footer .fright {
		padding-right:0;
	}
	
	footer a {
		color:#6cb939; 
		outline:none;
	}
	footer a:hover{
		text-decoration:none;
	}


/*----- forms -----*/
.success {
	width: 320px;
	color:#ffffff;
	background: #73b515;
	text-align: center;
}

.error {
	width: 320px;
	color:#ffffff;
	background: #d00110;
	text-align: center;
}

#contacts-form {
	clear:left;
	width:100%;
	overflow:hidden;
}
	#contacts-form fieldset { 
		border:none;
		float:left;
	}
		#contacts-form .field { 
			clear:both;
		}
			#contacts-form label { 
				float:left;
				width:110px;
				line-height:18px;
				padding-bottom:6px;
				font-weight:bold;
			}
			#contacts-form input {
				width:205px;
				padding:1px 0 1px 3px;
				background:none;
				border:1px solid #e5e5e5;
				color:#616161;
				float:left;
			}
			#contacts-form input:invalid {
				border-color:red;
			}
			#contacts-form select {
				width:60px;
				padding:1px 0 1px 3px;
				background:none;
				border:1px solid #e5e5e5;
				color:#616161;
				float:left;
			}
			#contacts-form textarea { 
				width:450px;
				height:215px;
				padding:1px 0 1px 3px;
				background:none;
				border:1px solid #e5e5e5;
				color:#616161;
				margin-bottom:5px;
				overflow:auto;
				float:left;
			}
			#contacts-form div:last-child {
				padding-left:110px;
			}
			#contacts-form input.button {
				width:120px;
				padding:4px 0 6px 0;
				margin-top:12px;
				background: #73b515;
				border:1px solid #e5e5e5;
				color:#ffffff;
				float:left;
				cursor: pointer;
			}

/*==========================================*/