* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
body { 
	background:#2a6a7e; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%; 
	line-height:1em;
	color:#92dff8;
}

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:1050px; 
	margin:0 auto;
	font-size:.75em;
	position:relative;
}

#header {
	height:415px;
}
#content {
	padding:0 0 41px 0;
}
	#content .aside {
		float:left;
		width:356px;
	}
	#content .mainContent {
		float:left;
		width:644px;
	}
#footer {
	background:#2a6a7e;
}


/*---- tailings ----*/
.tail-main {
	background:url(images/main-bg.jpg) center 46px no-repeat #428398;
}
.tail-top { 
	background:url(images/tail-top.gif) left top repeat-x;
}
.tail-bottom { 
	background:url(images/tail-bottom.gif) left bottom repeat-x;
}


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

input, select, textarea { 
	font-family:Georgia, "Times New Roman", Times, 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:25px;
	margin-bottom: 25px;
}
	.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:#fff; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	
}
h2 {
	font-size:21px;
	color:#f5cd6e;
	line-height:1.3em;
	margin-bottom:17px;
}
h2.alt {
	font-size:18px;
	padding:3px 0 0 0;
}
	h2 span {
		color:#fff;
	}
h3 {
	font-size:1em;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
h4 {
	font-size:1em;
	margin-bottom:16px;
}

.link1 { 
	background:url(images/marker.gif) no-repeat right top;
	float:right;
	padding:23px 22px 20px 0;
	color:#f5cd6e;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
.link1:hover {
	color:#fff;
}

.line-ver, .line-ver1 { 
	background-image:url(images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}

.title { 
	margin-bottom:20px;
}


.address { 
	padding-bottom:16px;
}
	.address dt {
		font-weight:bold;
	}
	.address dd { 
		clear:both;
	}
		.address dd span { 
			float:left;
			width:85px;
		}
		.address dd a {
			color:#92dff8;
		}


.links-list {
	margin-bottom:-18px;
}
	.links-list dd {
		padding-bottom:18px;
	}

/*===== header =====*/
#header .logo {
	position:absolute;
	left:0;
	top:46px;
}

#header .row-1 {
	height:63px;
}
		.social-services {
			float:left;
			padding:29px 0 0 61px;
		}
			.social-services li {
				float:left;
				position:relative;
				z-index:10;
			}
		
		.nav {
	float:right;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
		}
			.nav li {
				display:inline;
				padding:0 0 0 58px;
			}
				.nav li a {
					color:#2f7186;
					font-weight:bold;
					text-decoration:none;
				}
				.nav li a:hover, .nav li a.current {
					color:#57c0e2;
				}
				
		
		.contacts {
			text-align:right;
			color:#92dff8;
			font-weight:bold;
			padding:13px 35px 0 0;
			line-height:18px;
		}
			.contacts a {
				color:#92dff8;
			}
			.contacts a.mail {
				text-decoration:none;
			}
				.contacts a.mail:hover {
					text-decoration:underline;
				}
			.contacts span {
				font-weight:normal;
			}
			.contacts span.phone {
				color:#fff;
			}
			
#header .row-2 {
	height:238px;
}
	#header .row-2 .indent {
		padding:36px 34px 0 0;
		text-align:right;
	}

/*===== content =====*/
#content {
	position:relative;
	z-index:11;
}

	.thumbs {
		padding:166px 0 0 48px;
		width:161px;
	}
		.thumbs li {
			float:left;
		}
		.thumbs li.fright {
			float:right;
		}


	.example-work {
		font-weight:bold;
		margin-bottom:-10px;
	}
		.example-work dt {
			padding-bottom:13px;
		}
		.example-work dd a {
			font-weight:normal;
		}
		
		
	ol li {
		font-weight:bold;
		color:#f5cd6e;
		list-style-type:decimal;
		list-style-position:inside;
		padding-bottom:8px;
	}
		ol li a {
			font-weight:normal;
		}
		ol li a:hover {
			color:#f5cd6e;
			font-weight:bold;
		}
		


	
	/*===== looperSlider =====*/
	/*
	 * Required 
	*/
	#loopedSlider {
		
	}
	#loopedSlider .container { width:405px; height:387px; overflow:hidden; position:relative; margin:0; font-size:12px;}
	#loopedSlider .slides { position:absolute; top:0; left:0; }
	#loopedSlider .slides div { position:absolute; top:0; width:600px; display:none; }
	#loopedSlider .slides dl {
		padding:4px 0 24px 0;
	}
		
		#loopedSlider .slides dl dd {
			color:#fff;
		}
		#loopedSlider .slides dl dd.img {
			padding:22px 0 14px 0;
		}
			#loopedSlider .slides dl dd span {
				color:#92dff8;
			}
			#loopedSlider .slides dl dd strong a {
				color:#f5cd6e;
			}
		
	/*
	 * Optional
	*/
	#loopedSlider,#newsSlider { width:405px; position:relative; clear:both; }
	ul.pagination { list-style:none; padding:0;}
	ul.pagination li  { float:left; padding-left:2px;}
	ul.pagination li a { 
		display:block;
		float:left;
		width:16px;
		height:16px;
		background:url(images/pagination-bg.gif) no-repeat left top;
	}
	ul.pagination li a:hover {
		background:url(images/pagination-bg.gif) no-repeat left -15px;
	}
	ul.pagination li.active a { background:url(images/pagination-bg.gif) no-repeat left -15px;}
	
	.pagination-container {
		padding:0 0 0 0;
		float:right;
		width:175px;
	}
		.pagination-container a.previous {
			float:left;
			background:url(images/prev.gif) no-repeat left 1px;
			width:8px;
			height:17px;
			margin-right:4px;
		}
		.pagination-container a.next {
			float:left;
			background:url(images/next.gif) no-repeat left 1px;
			width:8px;
			height:17px;
			margin-left:8px;
		}

/*--------------------*/
		
/*===== footer =====*/
#footer {
	width:1050px; 
	margin:0 auto;
	font-size:.75em;
	position:relative;
	padding-top: 20px;
}
#footer a {
			color:#92dff8;
			text-decoration:none;
		}
		#footer a:hover {
			text-decoration:underline;





/*----- forms -----*/
#contacts-form fieldset {
	border:none;
}
	#contacts-form label { 
		display:block;
		height:42px;
		background:url(images/input-bg.gif) no-repeat left 18px;
	} 
		#contacts-form label input { 
			width:170px;
			padding:6px 0 2px 5px;
			color:#0e4658;
			background:none;
			border:none;
		}
		#contacts-form .textarea-box {
			background:url(images/textarea-box.gif) no-repeat left 18px;
			width:183px;
			height:181px;
			margin-bottom:10px;
		}
		#contacts-form textarea {
			width:170px;
			height:153px;
			padding:6px 0 2px 5px;
			color:#0e4658;
			overflow:auto;
			background:none;
			border:none;
		}
		#contacts-form .link1 {
			margin-left:10px;
		}
		
		#projects li {font-weight: normal; color:#FFFFFF;}

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

