/* Getting the new tags to behave */
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;
}

/* Global properties ======================================================== */
body { 
	background:#232323; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#666666;
}
html { 
	min-width:977px;
}
html, 
body { 
	height:100%;
}



/* Global Structure ============================================================= */
#main {
	margin:0 auto;
	position:relative;
	width:977px;
	font-size:.75em;
}

	/* Header */
	header{
		height:458px;
	}
	
	/* Content */
	section#content {}
	
	/* Sidebar */
	aside {}
			
	/* Footer */
	footer {
		height:63px;
		color:#9b9b9b;
	}




/* 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 { 
	width:100%;
	overflow:hidden;
}



/*---- tailings ----*/
.header-bg {
	background:url(../images/header-bg.jpg) no-repeat 50% 150px;
}
.tail-top { 
	background:url(../images/tail-top.gif) left top repeat-x #fff;
}
.tail-bottom {
	background:url(../images/tail-bottom.gif) left bottom repeat-x;
}

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

/*----- lists -----*/

.banner-list {
	width:100%;
	overflow:hidden;
	margin-top:-21px;
	padding-bottom:40px;
}
	.banner-list li {
		float:left;
		padding-left:4px;
		margin-right:-1px;
	}
		.banner-list li ul li {
			float:none;
			padding-left:0;
			margin:0;
		}

.list {
	width:100%;
	overflow:hidden;
}
	.list li {
		width:287px;
		overflow:hidden;
		vertical-align:top;
		float:left;
		margin-right:35px;
	} 
	.list li.last {
		margin-right:0;
	}
		.list li img {
			float:left;
			margin-right:14px;
		}
	
.list1 li {
	text-transform:uppercase;
	padding:0 0 14px 11px;
	background:url(../images/arrow.gif) no-repeat left 3px;
	height:1%;
}
	.list1 li.last {
		padding-bottom:0;
	}
		
.services {
	width:100%;
	overflow:hidden;
}
	.services li {
		float:left;
		width:277px;
		padding-bottom:45px;
		margin-right:45px;
	}
	.services li.last {
		margin-right:0;
	}
		.services li img {
			display:block;
			margin-bottom:27px;
		}

/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:28px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}

p {
	margin-bottom:16px;
	line-height:1.5em;
}
	.p0 {
		margin:0;
	}
	.p1 {
		margin-bottom:25px;
	}

#content dl {
	line-height:1.5em;
}
	#content dl dt {
		text-transform:uppercase;
		font-size:1em;
		color:#242424;
	}
	#content dl dd {
		padding-bottom:20px;
	}
	#content dl dd.last {
		padding-bottom:0;
	}
	
.address img {
	display:block;
	margin-bottom:24px;
}
.address span {
	float:left;
	width:85px;
}

	dl.address dd span { 
		float:left;
		width:110px;
	}



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

h1 {
	font-size:24px;
	line-height:1.2em;
	text-transform:uppercase;
	float:left;
	padding:16px 0 0 4px;
}
	h1 a {
		color:#f7f7f7;
		text-decoration:none;
	}
	h1 span {	
		color:#ff4e33;
	}
h2 {
	font-size:60px;
	line-height:1em;
	color:#fff;
}
	h2 small {
		display:block;
		font-size:30px;
		margin-top:-25px;
	}
h22 {
	font-size:50px;
	line-height:1em;
	color:#fff;
}
	h22 small {
		display:block;
		font-size:30px;
		margin-top:-25px;
	}
h3 {
	font-size:24px;
	text-transform:uppercase;
	line-height:1.2em;
	color:#090909;	
	margin-bottom:20px;
}
h4 {
	font-size:18px;
	line-height:1.2em;
	color:#242424;
	text-transform:uppercase;
	margin-bottom:18px;
}
h5 {
	font-size:1em;
	color:#242424;
	font-weight:normal;
	text-transform:uppercase;
	line-height:1.5em;
	margin-bottom:18px;
	
}

.link1 { 
	display:inline-block;
	cursor:pointer;
     background:url(../images/link1-right.png) no-repeat right top;
	color:#242424;
	font-size:16px;
	line-height:1em; 
	text-decoration:none;
}
	.link1 span {
		display:inline-block;
		padding:0 17px;
		height:35px;
		overflow:hidden;
		background:url(../images/link1-left.png) no-repeat left top;
	}
	.link1 span span { 
		background:#fff; 
		padding:9px 5px 9px 5px; 
	}
	
.link2 { 
	display:inline-block;
	background:url(../images/link2-tail.gif) repeat-x left top; 
	color:#fff;
	font-size:17px;
	line-height:1.2em; 
	text-decoration:none;
	text-transform:uppercase;
}
	.link2 span {
		display:inline-block;
		background:url(../images/link2-left.gif) no-repeat left top;
	}
	.link2:hover span {
		color:#000;
	}
		.link2 span span { 
			background:url(../images/link2-right.gif) no-repeat right top;
			padding:20px 25px 22px 25px;
		}

.link3 {
	font-size:14px;
	line-height:1.2em;
	text-decoration:none;
	text-transform:uppercase;
	padding-left:11px;
	background:url(../images/arrow.gif) no-repeat left 3px;
}
	.link3:hover {
		background-position:right 3px;
		padding:0 11px 0 0;
	}	

/*==================boxes====================*/
.box {
	width:240px;
	background-repeat:repeat-y;
	background-position:0 0;
	background-image:url(../images/box-tail.gif);
	margin-right: 40px;
	margin-left: 40px;
}
	.box .top {
		background-repeat:no-repeat;
		background-position:0 0;
		background-image:url(../images/box-top.jpg);
	}
	.box .bot {
		background-repeat:no-repeat;
		background-position:0 bottom;
		background-image:url(../images/box-bot.jpg);
		width:100%;
		min-height:378px;
		height:auto !important;
		height:378px;
	}
	.box .inner { 
		padding:35px 20px 58px 20px;
		text-align:center;
	}
	.box h2 small {
		margin-top:-31px;
		text-transform:uppercase;
		font-size:24px;
	}
	.box ul {
		padding-bottom:20px;
	}
		.box ul li {
			padding-bottom:10px;
		}
			.box ul li a {
				color:#ffd385;
			}
	
	/* box style 1 */
	.box.style1 {
		background-image:url(../images/box-tail1.gif);
	}
		.box.style1 .top {
			background-image:url(../images/box-top1.jpg);
		}
		.box.style1 .bot {
			background-image:url(../images/box-bot1.jpg);
		}
		
     /* box style 2 */
	.box.style2 {
		background-image:url(../images/box-tail2.gif);
	}
		.box.style2 .top {
			background-image:url(../images/box-top2.jpg);
		}
		.box.style2 .bot {
			background-image:url(../images/box-bot2.jpg);
		}
	
	/* box style 3 */
	.box.style3 {
		background-image:url(../images/box-tail3.gif);
	}
		.box.style3 .top {
			background-image:url(../images/box-top3.jpg);
		}
		.box.style3 .bot {
			background-image:url(../images/box-bot3.jpg);
		}
		
		
.box1 { 
	background:#fff; 
	width:100%;
	position:relative;
}
	.box1 .border-top { 
		background:url(../images/border-top.gif) repeat-x left top;
		width:100%;
	}
	.box1 .border-bot { 
		background:url(../images/border-bot.gif) repeat-x left bottom;
	}
	.box1 .border-left { 
		background:url(../images/border-left.gif) repeat-y left top;
	}
	.box1 .border-right { 
		background:url(../images/border-right.gif) repeat-y right top;
	}
	.box1 .left-top-corner {	
		background:url(../images/left-top-corner.gif) no-repeat left top;
	}
	.box1 .right-top-corner { 
		background:url(../images/right-top-corner.gif) no-repeat right top;
	}
	.box1 .left-bot-corner {	
		background:url(../images/left-bot-corner.gif) no-repeat left bottom;
		min-height:311px;
		height:auto !important;
		height:311px;
		
	}
	.box1 .right-bot-corner { 
		background:url(../images/right-bot-corner.gif) no-repeat right bottom;
	}
	.box1 .inner { 
		padding:10px 38px 36px 35px;
	}	
	.box1 h2 {
		font-size:36px;
		color:#242424;
		text-transform:uppercase;
		margin-bottom:30px;
	}


/*===== header =====*/
header .row-1 {
	height:63px;
	width:100%;
	overflow:hidden;
}
	header .row-1 #login {
		padding-right:3px;
		float:right;
	}
		header .row-1 #login a {
			text-decoration:none;
			display:block;
			line-height:1.2em;
			color:#fff;
			background:url(../images/login-tail.gif) repeat-x left top;
		}
		header .row-1 #login a:hover {
			color:#000;
		}
			header .row-1 #login a strong {
				display:block;
				background:url(../images/login-left.gif) no-repeat left top;
			}
			header .row-1 #login a span {
				padding:9px 28px 11px 28px;
				display:block;
				background:url(../images/login-right.gif) no-repeat right top;
			}
			
header .row-2 {
	height:57px;
	border-top:1px solid #141414;
	border-bottom:1px solid #141414;
	width:100%;
	overflow:hidden;
}
	header .row-2 nav {
		float:left;
		padding:16px 0 0 4px;
	}
		header .row-2 nav ul li {
			float:left;
			font-size:18px;
			line-height:1.2em;
			padding-right:40px;
		}
			header .row-2 nav ul li a {
				color:#f7f7f7;
				text-decoration:none;
			}
			header .row-2 nav ul li a:hover {
				color:#cd3109;
			}
			
header .row-3 {
	height:336px;
	position:relative;
	overflow:hidden;
}
	header .row-3 #slogan {
		width:452px;
		position:absolute;
		left:444px;
		top:30px;
	}
		header .row-3 #slogan p {
			line-height:1.5em;
			color:#8d8d8d;
			margin-bottom:34px;
		}
		header .row-3 #slogan a {
			font-size:17px;
			line-height:1em;
			text-transform:uppercase;
			text-decoration:none;
			color:#f7f7f7;
			width:227px;
			display:inline-block;
			letter-spacing:-1px;
			height:52px;
			margin-left:-24px;
			background:url(../images/button-bg.png) no-repeat left top;
		}
		header .row-3 #slogan a:hover {
			color:#cacaca;
		}
			header .row-3 #slogan a span {
				display:block;
				padding:13px 0 0 37px;
			}

/*===== content =====*/
#content {
	padding:0 0 50px 0;
}
	#content .inside {
		padding:35px 0 0 32px;
	}
	#content .inside1 {
		padding:0 0 0 32px;
	}
	#content .indent {
		padding-bottom:40px;
	}
	#content .indent1 {
		padding-top:40px;
	}

/*===== footer =====*/
footer .inside {
	padding:29px 0 0 5px;
}
footer a {
	color:#9b9b9b;
	text-decoration:none;

}
footer a:hover {
	text-decoration:underline;
}
footer dl {
	float:right;
	padding-right:2px;
}
	footer dl dt {
		float:left;
		margin-right:8px;
	}
	footer dl dd {
		float:left;
		margin:-11px 0 0 6px;
		position:relative;
	}


/*----- forms -----*/

#search-form fieldset {
	float:right;
	padding:13px 6px 0 0;
}
#search-form span {
	float:left;
	width:233px;
	height:30px;
	background:url(../images/input-bg1.gif) no-repeat left top;
	margin-right:4px;
}
#search-form input {
	background:none;
	border:0;
	color:#8d8d8d;
	vertical-align:top;
	line-height:1.2em;
	margin:6px 0 0 12px;
	width:208px;
}

#contacts-form .rowElem { 
	height:52px;
}
#contacts-form span {
	display:block;
	background:url(../images/input-bg2.gif) no-repeat left top;
	width:277px;
	height:29px;
}
#contacts-form input {
	width:223px; 
	background:none;
	margin:6px 0 0 10px;
	border:0;
	color:#8f8f8f; 
	vertical-align:top;	
	line-height:1.2em;
}
#contacts-form textarea { 
	width:267px; 
	height:158px; 
	overflow:auto;
	background:none;
	color:#8f8f8f;
	border:0;
	background:url(../images/textarea-bg.gif) no-repeat left top; 
	padding:6px 0 6px 10px;
	margin-bottom:25px; 
}

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

/*--- tabs ---*/
.tab_container {
	overflow: hidden;
	width: 100%;
}
	.tab_container p span {
		font-size:18px;
		line-height:1.2em;
		margin-bottom:24px;
	}
	.tab_container h3 {
		text-transform:none;
		margin-bottom:15px;
	}
.tab_content div {
	width:100%;
	overflow:hidden;
}
	.tab_content div img {
		float:right;
		margin:0 0 0 35px;
	}
ul.tabs {
	position:absolute;
	right:35px;
	top:-6px;
}
	ul.tabs li {
		float:left;
		font-size:18px;
		text-transform:uppercase;
	}
		ul.tabs li a {
			color:#242424;
			text-decoration:none;
			display:block;
			height:79px;
			float:left;
			position:relative;
		}
		ul.tabs li a:hover,
		ul.tabs li.active a {
			color:#fff;
			background:url(../images/button-tail.gif) repeat-x left top #fff;
		}
			ul.tabs li a span {
				display:block;
				float:left;
			}
			ul.tabs li a span span {
				padding:25px 34px 35px 34px;
				
			}
				ul.tabs li a:hover span,
				ul.tabs li.active a span {
					background:url(../images/button-left.gif) no-repeat left top;
				}
				ul.tabs li a:hover span span,
				ul.tabs li.active a span span {
					background:url(../images/button-right.gif) no-repeat right top;
				}
			ul.tabs li a b {
				font-weight:normal;
				width:40px;
				height:21px;
				position:absolute;
				bottom:0 !important;
				bottom:1px;
				left:50%;
				margin-left:-20px;
				display:block;
			}
			ul.tabs li a:hover b,
			ul.tabs li.active a b {
				background:url(../images/button-bot.gif) no-repeat center bottom;
			}
