* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:980px;
}
body { 
	background:url(images/body-bg.jpg) left top #7f7f7f;
	font-family:Arial, Helvetica, sans-serif; font-size:100%; 
	line-height:1.125em;
	color:#474b51;
}

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




/*==== GLOBAL =====*/
#header {
	height:463px;
	background:url(images/header-bg.jpg) left top repeat-x;
	position:relative;
}
	#header .container {
		background:url(images/header-bg.jpg) left top repeat-x;
	}

#content .row-1 {
	background:#f1f1f1;
}
#content .row-2 {
	background:url(images/content-bg2.gif) left top repeat-x #c7c6c6;
}
#footer {
	background:url(images/footer-bg.jpg) left top repeat-x;
	padding:22px 0 22px 0;
}


/*---- tailings ----*/
.tail-right {
	position:absolute;
	right:0;
	top:0;
	background:url(images/tail-right.gif) right top repeat-x;
	height:463px;
	width:50%;
}


/*----- 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:#474b51; 
	outline:none;
}
a:hover{
	text-decoration:none;
}


h2 {
	font-size:28px;
	line-height:1.2em;
	font-weight:normal;
}
h3 {
	
}
h4 {
	font-size:1.1em;
	margin-bottom:5px;
}
	h4 a {
		color:#3f7581 !important;
	}
h5 {
	font-size:1em;
	margin-bottom:12px;
}
h6 {
	font-size:1em;
}


.txt1 {
	color:#fff;
}

.link1 { 
	display:block;
	float:left;
	background:url(images/link1-left.gif) no-repeat left top #7c7b7b; 
	color:#fff; 
	text-decoration:none;
	font-size:.91em;
}
.link1:hover { 
	text-decoration:underline;
}
	.link1 b { 
		display:block;
		background:url(images/link1-right.gif) no-repeat right top; 
		padding:2px 18px 3px 18px; 
		font-weight:normal;
	}
	

.line-hor { 
	background:#3a3c52;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 0 20px 0;
}
.line-ver { 
	background-image:url(images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}

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

.title { 
	margin-bottom:20px;
}


/*==================boxes====================*/
.box {
	background:#fff;
	width:100%;
}
	.box .border-top {
		background:url(images/border-top.gif) repeat-x left top;
	}
	.box .border-bot {
		background:url(images/border-bot.gif) repeat-x left bottom;
	}
	.box .border-left {
		background:url(images/border-left.gif) repeat-y left top;
	}
	.box .border-right {
		background:url(images/border-right.gif) repeat-y right top;
	}
	.box .left-top-corner {
		background:url(images/left-top-corner.gif) no-repeat left top;
	}
	.box .right-top-corner {
		background:url(images/right-top-corner.gif) no-repeat right top;
	}
	.box .left-bot-corner {
		background:url(images/left-bot-corner.gif) no-repeat left bottom;
		width:100%;
		}
	.box .right-bot-corner {
		background:url(images/right-bot-corner.gif) no-repeat right bottom;
		}
	.box .inner { 
		padding:20px 27px 36px 24px;
	}
	.box a {
		color:#474b51;
	}
		.box .inner .inner {
			padding:0 0 0 10px;
		}

.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 .logo {
	padding:29px 0 0 0;
}
#header h2 {
	font-size:30px;
	line-height:1.2em;
	color:#fff;
	padding:10px 0 0 20px;
	font-weight:normal;
}

#header .col-1 {
	width:311px;
}
#header .col-2 {
	float:right !important;
	width:269px;
	height:463px;
	background:url(images/header-bg-right.jpg) no-repeat left top;
}
	#header .col-2 .indent {
		padding:20px 0 0 30px;
	}
		#header .col-2 .indent .indent {
			padding:0 0 0 0;
		}
			#header .col-2 h2 {
				font-size:24px;
				line-height:1.2em;
				padding:0 0 4px 8px;
				border-bottom:1px solid #a5a5a5;
				margin-bottom:13px;
			}
			#header .col-2 h2 strong {
				font-size:30px;
				display:block;
			}


	

.top-list dt {
	font-size:16px;
	color:#eaeaea;
	line-height:1.2em;
	padding:0 0 14px 7px;
	z-index:11;
	position:relative;
}
.top-list dd {
	color:#787878;
	padding:0 71px 24px 7px;
	border-bottom:1px solid #272727;
	position:relative;
	margin-bottom:15px;
	z-index:11;
}
.top-list dd.last {
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}
	.top-list dd img {
		position:absolute;
		right:8px;
		top:0;
	}



.navigationTabs {
	display:none;
}


.spacegallery {
	position: relative;
	overflow: hidden;
}
.spacegallery img {
	position: absolute;
	left: 50%;
	display:none;
}
.spacegallery a {
	position: absolute;
	z-index: 10;
	display: block;
	top: 0;
	left: 0;
	width: 650px;
	height: 100%;
	background: url(images/blank.gif);
}

#myGallery {
	width: 650px;
	height: 415px;
	position:absolute;
	top:48px;
	left:185px;
}
a.loading {
	background:url(images/ajax_small.gif) no-repeat center;
}

#header .extra-box {
	background:url(images/extra-box.jpg) no-repeat left top;
	width:305px;
	height:195px;
	margin:12px 0 0 7px;
	color:#9dd3e5;
}
	#header .extra-box .inner {
		padding:15px 20px 0 22px;
	}
		#header .extra-box .inner .inner {
			padding:0 0 0 5px;
		}
			#header .extra-box h2 {
				font-size:28px;
				color:#81edfe;
				line-height:1.2em;
				padding:0 0 12px 8px;
				border-bottom:1px solid #81e6fe;
				margin-bottom:14px;
			}
			#header .extra-box strong {
				font-size:1em;
				margin-bottom:6px;
				display:block;
			}
				#header .extra-box strong a {
					color:#fff;
					text-decoration:none;
				}
				#header .extra-box strong a:hover {
					text-decoration:underline;
				}
			#header .extra-box p {
				line-height:16px;
				margin-bottom:11px;
			}




.txt-link1 {
	background:url(images/arrow1.gif) no-repeat left 6px;
	padding:0 0 0 8px;
	color:#81edfe;
	font-weight:bold;
	text-decoration:none;
}
.txt-link1:hover {
	text-decoration:underline;
	color:#fff;
}


.txt-link2 {
	background:url(images/arrow2.gif) no-repeat left 6px;
	padding:0 0 0 8px;
	color:#990404 !important;
	font-weight:bold;
	text-decoration:none;
}
.txt-link2:hover {
	text-decoration:underline;
}

.txt-link3 {
	background:url(images/arrow3.gif) no-repeat left 6px;
	padding:0 0 0 8px;
	color:#3d8faf !important;
	font-weight:bold;
	text-decoration:none;
}
.txt-link3:hover {
	text-decoration:underline;
}



/*===== content =====*/
#content .row-1 {
	padding:0 0 22px 0;
}
	#content .row-1.alt-item {
		padding-bottom:12px;
	}
	#content .row-1 .indent {
		padding:9px 0 0 6px;
	}

#content .row-2 {
	padding:30px 0 32px 0;
}
	#content .row-2 .indent {
		padding:0 0 0 18px;
	}
	.nav {
		font-size:18px;
		line-height:1.2em;
		color:#262626;
		width:100%;
		overflow:hidden;
		padding:15px 0 0 0;
	}
		.nav li {
			float:left;
			background:url(images/divider.gif) no-repeat left 12px;
			padding:0 3px 0 7px;
		}
		.nav li.first {
			background:none;
		}
			.nav li a {
				color:#262626;
				text-decoration:none;
				float:left;
			}
				.nav li a em {
					float:left;
				}
				.nav li a b {
					float:left;
					padding:9px 30px 12px 30px;
					font-style:normal;
					font-weight:normal;
					cursor:pointer;
				}
			.nav li a:hover, .nav li a.current {
				color:#fff;
				background:url(images/nav-bg.gif) left top repeat-x;
			}
				.nav li a:hover em, .nav li a.current em {
					background:url(images/nav-left.gif) no-repeat left top;
				}
				.nav li a:hover b, .nav li a.current b {
					background:url(images/nav-right.gif) no-repeat right top;
				}

#content h2.color1 {
	border-bottom:1px solid #990404;
	color:#990404;
	padding:0 0 14px 9px;
	margin-bottom:25px;
}

#content h2.color2 {
	border-bottom:1px solid #3d8faf;
	color:#3d8faf;
	padding:0 0 14px 9px;
	margin-bottom:25px;
}



#content h3 {
	font-size:28px;
	line-height:1.2em;
	color:#fff;
	margin-bottom:20px;
}


	.list1 dt {
		font-size:24px;
		background:url(images/marker1.gif) no-repeat left 3px;
		padding:1px 0 20px 30px;
		color:#3d8faf;
	}
	.list1 dd {
		font-weight:bold;
		line-height:18px;
	}
	
	
	.list2 li {
		background:url(images/arrow4.gif) no-repeat left 7px;
		padding:0 0 3px 8px;
		font-weight:bold;
	}
		.list2 li a {
			color:#6c6c6c;
		}
	
	
	
	.contacts {
		color:#fff;
	}
		.contacts dt {
			font-weight:bold;
			font-size:1.1em;
			line-height:20px;
		}
		.contacts dd {
			padding-bottom:7px;
		}
			.contacts dd a {
				color:#ffe18a;	
			}
			.contacts dd span {
				color:#fef0c7;
			}
	
	
	.projects li {
		width:193px;
		float:left;
		margin-right:50px;
		color:#fff;
		font-size:1.1em;
	}
	.projects li.last {
		margin-right:0;
	}
		.projects li img {
			display:block;
			margin-bottom:18px;
		}
			.projects li strong {
				display:block;
				padding-bottom:4px;
			}
			.projects li a {
				color:#ffe18a;
			}
	
	
	.locations li {
		float:left;
		width:189px;
		color:#fff;
		margin-right:36px;
	}
	.locations li.last {
		margin-right:0;
	}
	
	
/*===== footer =====*/
#footer .indent {
	font-size:1.1em;
	color:#d4d4d4;
	padding:0 0 0 20px;
}
	#footer a {
		color:#fff;
	}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
	width:100%;
	overflow:hidden;
}
	#contacts-form label { 
		display:block;
		height:29px;
	} 
		#contacts-form label input { 
			width:210px;
			padding:1px 0 2px 3px;
			color:#434343;
			background:none;
			border:1px solid #434343;
		}
		#contacts-form textarea {
			width:254px;
			height:102px;
			padding:1px 0 2px 3px;
			margin-bottom:10px;
			color:#434343;
			background:none;
			border:1px solid #434343;
			overflow:auto;
		}
		#contacts-form .col-1 { 
			width:223px !important;
			margin-right:0 !important;
		}
		#contacts-form .col-2 { 
			width:262px !important;
		}
		#contacts-form .button {
			margin-left:15px;
			float:right;
		}

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