* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
body { 
	background:#191919; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#939393;
}

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, .col-4, .col-5 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:983px; 
	margin:0 auto;
	position:relative;
	font-size:.8125em;
}



/*==== GLOBAL =====*/
#header {
	height:235px;
	background:url(images/header-bg.gif) left top repeat-x;
	position:relative;
}
#content {
	background:url(images/content-bg.gif) left top repeat-x #767676;
	padding:0 0 18px 0;
}
#footer {
	padding:70px 0 39px 0;
	background:url(images/footer-bg.gif) left top repeat-x #191919;
}


/*----- 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:6px;
}
.img-box.last {
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 25px 0 0;
	}
	.img-box h5 {
		padding-top:17px;
	}

.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:#d52d00; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h3 {
	font-size:1.07em;
	line-height:1.2em;
	color:#fa140f;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:5px;
	letter-spacing:-1px;
}
	h3 a {
		color:#fa140f !important;
		text-decoration:none;
	}
h4 {
	font-size:1.07em;
	font-weight:normal;
	margin-bottom:7px;
}
	h4 strong {
		color:#c9c9c9;
		font-weight:normal;
	}
h5 {
	font-size:1em;
	font-weight:normal;
	color:#c9c9c9;
	margin-bottom:14px;
}
h6 {
	font-size:1em;
	font-weight:normal;
	color:#c9c9c9;
}


.txt1 {
	font-size:14px;
	font-style:normal;
	color:#c9c9c9;
}


.button { 
	padding:15px 0 0 0;
	width:100%;
	overflow:hidden;
}
	.button a {
		float:right;
		background:url(images/button.gif) no-repeat left top;
		width:191px;
		height:35px;
		font-size:18px;
		color:#000;
		text-decoration:none;
		text-align:center;
		line-height:35px;
	}
	.button a.fleft {
		float:left;
	}

.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%;
}


/*==================boxes====================*/
.box {
	width:100%;
}
.box.alt {
	color:#161616;
	cursor:pointer;
}
	.box .left-top-corner {
		background:url(images/left-top-corner.gif) no-repeat left top;
		padding-left:5px;
	}
	.box.alt .left-top-corner {
		background:url(images/left-top-corner1.gif) no-repeat left top;
	}
	.box .right-top-corner {
		background:url(images/right-top-corner.gif) no-repeat right top;
		padding-right:5px;
	}
	.box.alt .right-top-corner {
		background:url(images/right-top-corner1.gif) no-repeat right top;
	}
	.box .border-top {
		background:#161616;
		height:5px;
		overflow:hidden;
		font-size:0;
		line-height:0;
	}
	.box.alt .border-top {
		background:#c3c3c3;
	}
	.box .left-bot-corner {
		background:url(images/left-bot-corner.gif) no-repeat left top;
		padding-left:5px;
	}
	.box.alt .left-bot-corner {
		background:url(images/left-bot-corner1.gif) no-repeat left top;
	}
	.box .right-bot-corner {
		background:url(images/right-bot-corner.gif) no-repeat right top;
		padding-right:5px;
	}
	.box.alt .right-bot-corner {
		background:url(images/right-bot-corner1.gif) no-repeat right top;
	}
	.box .border-bot {
		background:#161616;
		height:5px;
		overflow:hidden;
		font-size:0;
		line-height:0;
	}
	.box.alt .border-bot {
		background:#c3c3c3;
	}
	.box .indent {
		padding:2px 6px 15px 8px;
		background:#161616;
	}
	.box.alt .indent {
		background:#c3c3c3;
	}
		.box .inner {
	padding:5px 8px 0 15px;
		}
		.box span {
			display:block;
			font-size:1.07em;
			margin-bottom:3px;
			color:#c9c9c9;
		}
		.box.alt span {
			color:#161616;
		}
		.box.alt h4 strong {
			color:#161616;
		}
		.box a {
	color:#F00;
		}
		.box.alt a {
			color:#161616;
		}
	

.address { 
	padding-bottom:16px;
}
	.address dd { 
		clear:both;
	}
		.address dd b { 
			float:left;
			width:50px;
			font-weight:normal;
		}

.contact dt {
	margin-bottom:16px;
}
.contact dd { 
	clear:both;
}
	.contact dd b { 
		float:left;
		width:91px;
		font-weight:normal;
	}


/*===== header =====*/
#header .row-1 {
	height:133px;
}
	#header .row-1 .indent {
		padding:18px 0 0 0;
	}
	#header .row-1 .twitter {
		position:absolute;
		right:4px;
		top:72px;
	}

#header .nav {
	padding:1px 0 0 0;
	width:100%;
	overflow:hidden;
}
	#header .nav li {
		float:left;
		padding-right:7px;
	}
		#header .nav li a {
			display:block;
			float:left;
			color:#fff;
			text-decoration:none;
			font-size:1.39em;
			height:55px;
			line-height:55px;
			padding:0 30px;
		}
		#header .nav li a:hover, #header .nav li a.current {
			background:#fa140f;
		}


/*===== content =====*/
.section {
	padding-bottom:7px;
}

.works {
	width:100%;
	overflow:hidden;
}
	.works li {
		padding-bottom:7px;
	}

.list1 {
	padding-bottom:15px;
}
	.list1 li {
		background:url(images/arrow1.gif) no-repeat left 4px;
		padding:0 0 8px 22px;
	}
	.list1 li.last {
		padding-bottom:0;
		margin-bottom:-15px;
	}
	
		.list1 li a {
			color:#939393;
		}

.list2 {
	margin-bottom:-16px;
}
	.list2 li {
		padding-bottom:16px;
		text-align:right;
	}
		.list2 li blockquote {
			text-align:left;
		}


.list3 {
	margin-bottom:-30px;
}
	.list3 dt {
		margin-bottom:24px;
	}
	.list3 dd {
		padding:0 5px 30px 5px;
	}


.img-list li {
	float:left;
	width:177px;
	margin-right:6px;
}
	.img-list li img {
		margin-bottom:16px;
	}
/* ===== Darkbox begin ===== */
.darkbox-frame {
	position:fixed;
	top:0;
	left:0;
	display:none;
	overflow:hidden;
	width:100%;
	height:100%;
	z-index:999;
}
.darkbox-frame-on {
	display:block;
	}

/* Shadow */
.darkbox-shadow {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0;
}

/* Canvas */
.darkbox-canvas {
	position:absolute;
	top:50%;
	left:50%;
	overflow:hidden;
	margin:-40px 0 0 -40px;
	width:80px;
	height:80px;
	background:#000 url(images/spinner.gif) 50% 50% no-repeat;
	opacity:.5;
	}
	.darkbox-canvas img {
		display:block;
		visibility:hidden;
		border:2px solid #d2d2d2;
		}
.darkbox-canvas-load {
	background-image:none;
	border-radius:0;
	}
.darkbox-canvas-done {
	overflow:visible;
	opacity:1;
	}
	.darkbox-canvas-done img {
		visibility:visible;
		opacity:0;
		}

/* Button */
.darkbox-button {
	position:absolute;
	top:-13px;
	display:none;
	width:28px;
	height:28px;
	background:url(images/lightbox-btn-close.png) no-repeat;
	cursor:pointer;
	z-index:1;
	}
.darkbox-button-on {
	display:block;
	}
.darkbox-button-left {
	left:-16px;
	}
.darkbox-button-right {
	right:-16px;
	}
/* ===== Darkbox end ===== */


/*===== footer =====*/
#footer .col-1 {
	padding:5px 0 22px 29px;
	width:273px;
	border-right:1px solid #484848;
	font-size:.91em;
	color:#767676;
}
	#footer .col-1 a {
		color:#767676;
	}
	#footer .col-1 div {
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	}
#footer .col-2 {
	width:298px;
	border-right:1px solid #484848;
}
#footer .col-3 {
	width:360px;
}

.social-links {
	padding:5px 0 16px 0;
}
	.social-links dt {
		font-size:18px;
		color:#fff;
		line-height:1.2em;
		margin-bottom:10px;
	}
	.social-links dd img {
		padding:0 2px;
	}


.contacts {
	padding:5px 0 15px 51px;
	line-height:18px;
	
}
.contacts dt {
	font-size:18px;
	color:#fff;
	line-height:1.2em;
	margin-bottom:5px;
}
	.contacts dd, .contacts dd a {
		color:#939393;
	}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
}
	#contacts-form label { 
		display:block;
		height:51px;
	} 
		#contacts-form label input { 
			width:340px;
			padding:4px 0 4px 3px;
			color:#fff;
			background:#939393;
			border:1px solid #767676;
		}
		#contacts-form textarea {
			width:340px;
			height:245px;
			padding:4px 0 4px 3px;
			margin-bottom:20px;
			color:#fff;
			overflow:auto;
			background:#939393;
			border:1px solid #767676;
		}

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