* { 
	margin:0;
	padding:0;
}
html, body { 
	width:100%;
	height:100%;
	overflow:hidden;
}
body { 
	background:#fff; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.125em;
	color:#464646;
}

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 =====*/
#layout {
	position:relative;
	width:100%;
	height:100%;
	overflow:auto;
}
#main {
	width:980px; 
	margin:0 auto;
	font-size:.875em;
}

#header {
	height:480px;
	background:url(images/line-top.gif) left top repeat-x;
}
#content {
	padding:10px 0 80px 0;
}
	#content .aside {
		float:left;
		width:237px;
		margin-right:30px;
	}
	#content .mainContent {
		float:left;
		width:713px;
	}
#footer {
	height:74px;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-498px;
	z-index:1;
	width:980px;
}

/*----- 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:18px;
}
.p1 { 
	margin-bottom:9px;
}
.p2 { 
	margin-bottom:18px;
}
.p3 { 
	margin-bottom:27px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#fc6602; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	font-family:"Arial Black", Gadget, sans-serif;
	color:#cbcbcb;
	font-size:44px;
	line-height:36px;
	font-weight:normal;
	text-transform:uppercase;
	padding:30px 0 0 0;
	letter-spacing:-1px;
	text-align:right;
}
h1 a {
	color:#cbcbcb;
	text-decoration:none;
}
h1 a span {
	color:#fc6602;
}
h2 {
	text-align:right;
	font-size:26px;
	line-height:1.2em;
	color:#303030;
	margin-bottom:20px;
}
h3 {
	font-size:26px;
	line-height:1.2em;
	color:#fc6602;
	margin-bottom:26px;
}
h4 {
	font-size:1em;
	color:#fc6602;
	font-weight:normal;
	margin-bottom:10px;
}
h5 {
	font-size:1em;
	color:#fc6602;
	font-weight:normal;
}

.link1 { 
	font-size:10px;
	text-transform:uppercase;
}



/*===== header =====*/
#header .col-1 {
	width:237px;
	margin-right:18px;
	border-top:6px solid #fc6602;
	padding-right:12px;
}
#header .col-2 { width:713px;}

	#header .nav {
		padding:20px 0 0 0;
	}
		#header .nav li {
			font-size:36px;
			line-height:36px;
			font-weight:bold;
			vertical-align:top;
			vertical-align:text-top;
			clear:both;
		}
			#header .nav li a {
				color:#fff;
				background:#000;
				float:right;
				vertical-align:text-top;
				margin-bottom:2px;
				text-decoration:none;
			}
			#header .nav li a:hover, #header .nav li a.active {
				background:none;
				color:#fc6602;
			}


/*===== slider =====*/
	/*
	 * Required 
	*/
	.container1 { width:713px; height:418px; overflow:hidden; position:relative;}
	.container2 { width:713px; height:1260px; overflow:hidden; position:relative;}
	.slides { position:absolute; top:0; left:0;}
	.slides div { position:absolute; top:0; width:713px; height:418px; display:none; }
		.slides div img {
			position:relative;
			z-index:9;
		}
		.slides div a {
			position:absolute;
			right:7px;
			bottom:0px;
			display:block;
			font-size:10px;
			color:#fc6602;
			z-index:12;
			text-transform:uppercase;
		}
	/*
	 * Optional
	*/
	#loopedSlider {
	margin:0 auto;
	width:713px;
	height:418px;
	position:relative;
	clear:both;
	margin-top:40px;
}
	ul.pagination { 
		/*background:url(images/pagination-bg.png) no-repeat left top;*/
		width:200px;
		height:35px;
		position:absolute;
		left:460px;
		top:390px;
		padding:12px 0 0 30px;
		z-index:11;
	}
	ul.pagination li  { display:inline;}
	ul.pagination li a { 
		background:#c8c8c8; 
		padding:0 5px; 
		display:block;
		overflow:hidden;
		float:left;
		margin-right:2px;
		color:#fff;
		font-size:11px;
		text-decoration:none;
	}
	ul.pagination li a:hover {
		background:#fc6602; 
	}
	ul.pagination li.active a {
		background:#fc6602; 
	}
/*===== slider =====*/



/*===== content =====*/
#content .indent {
	padding:0 0 0 266px;
}
	#content .section {
		padding-bottom:40px;
	}
	
	#content .aside ul li {
		font-size:12px;
		color:#989898;
		text-align:right;
		padding-bottom:7px;
	}
		#content .aside ul li a {
			color:#989898;
			background:url(images/marker1.gif) no-repeat right 6px;
			padding:0 11px 0 0;
		}
		#content .aside ul li a:hover {
			color:#fc6602;
			background:url(images/marker2.gif) no-repeat right 6px;
			text-decoration:underline;
		}
		
		
	.img-list {
		width:100%;
		overflow:hidden;
		padding-bottom:18px;
	}
		.img-list ul {
			margin-right:-17px;
		}
			.img-list ul li {
				display:inline;
			}
				.img-list ul li a {
					display:block;
					float:left;
					border:7px solid #e6e6e6;
					margin-right:17px;
				}
				.img-list ul li a:hover {
					border:7px solid #c8c8c8;
				}
	
	
	.news dt {
		font-size:10px;
		color:#fff;
		text-transform:uppercase;
		width:86px;
		height:23px;
		line-height:23px;
		display:inline-block;
		background:#fc6602;
		text-align:center;
		margin-bottom:4px;
	}
	.news dd {
		padding-bottom:18px;
	}
	
	
	.list1 li {
		background:url(images/marker2.gif) no-repeat left 6px;
		padding:0 0 7px 11px;
	}
	
	
	.work-details {
		width:100%;
		overflow:hidden;
		padding-top:57px;
	}
		.work-details dt {
			float:left;
			width:560px;
		}
			.work-details dt a {
				display:block;
				border:7px solid #e6e6e6;
				float:left;
			}
			.work-details dt a:hover {
				border:7px solid #c8c8c8;
			}
		
		.work-details dd {
			
		}

/*===== footer =====*/
#footer {
	background:url(images/footer-bg.gif) left bottom repeat-x;
	font-size:10px;
	color:#424242;
	text-transform:uppercase;
}
	#footer a {
		color:#424242;
		text-decoration:none;
	}
	#footer a:hover {
		text-decoration:underline;
	}
	#footer .fright {
		padding:55px 14px 0 0;
	}

* html #footer {background:url(images/footer-bg.gif) left bottom repeat-x;}

/*----- forms -----*/

/*==========================================*/
