html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, audio, canvas, details, figcaption, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, summary, time, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
blockquote, q {
quotes: none;
}
html, body { 
 height:100%;
}

html {
	min-width:980px;
}
body { 
/*	background:#010101; */
	background:url(images/tube_puter2.jpg) no-repeat #eee;
	background-position: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.375em;
	color:#6a6969;
}

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}


img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}
table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}

.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;
}




/*==== GLOBAL =====*/
.container {
	width:980px; 
	margin:0 auto;
	font-size:.9375em;
}

body > header 
{
    position: relative;
	height:188px;
	overflow:hidden;
	border-top:14px solid #000;
	display:block;
	padding:0;
	margin:0;
/*    background-color: #fff; */
/*	background:url(images/bg.gif) #eee; */
}
#content 
{
/*    background-color: #fff; */
/*	background:url(images/bg.gif) 0 -3px #eee; */
	display:block;
	position: relative;
}
	#content .container {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;

		background:#fff;
		margin-bottom:-134px;
		position:relative;
		z-index:10;
	}
		#content section.mainContent {
			display:block;
			float:left;
			width:558px;
			margin-right:33px;
		}
		#content aside {
			display:block;
			float:left;
			width:348px;
		}
body > footer {
	display:block;
}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-wrap {
	border:15px solid #ededed;	
}
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
	border:15px solid #ededed;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:30px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
		border:15px solid #ededed;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:22px;
}
.p1 { 
	margin-bottom:11px;
}
.p2 { 
	margin-bottom:22px;
}
.p3 { 
	margin-bottom:33px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:Red; 
	outline:none;
}
a:hover{
	text-decoration:none;
}


.link1 {
	color:#6a6969;
}

h1 {
	font-size:90px;
	line-height:1.2em;
	color:#010101;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:-5px;
}
	h1 a {
		color:#010101;
		text-decoration:none;
	}
h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:36px;
	line-height:1.2em;
	color:#000;
	font-weight:normal;
	margin-bottom:20px;
}
h4 {
	font-size:1em;
	font-weight:normal;
	color:Red;
}

	

.button { 
	float:left;
	font-size:16px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	padding:12px 30px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:Red;
	text-transform:uppercase;
	overflow:hidden;
}
.button:hover {
	background:#000;
}


/*==================boxes====================*/
.box {
	background:#f5f5f5;
	padding:32px 20px 37px 28px;
	color:#848383;
	font-size:21px;
	line-height:24px;
	text-transform:uppercase;
	margin-bottom:18px;
}
	.box h2 {
		font-size:30px;
		color:#383838;
		line-height:1.2em;
		margin-bottom:11px;
	}

.address { 
	float:left;
	width:260px;
	padding-top:5px;
}
	.address dt {
		margin-bottom:22px;
	}
	.address dd { 
		clear:both;
		text-align:right;
	}
		.address dd span { 
			float:left;
			padding-right:25px;
		}
		.address dd a {
			color:#6a6969;
		}


.departments { 
	margin-top:-22px;
}
	.departments dt {
		color:Red;
		padding-top:22px;
	}
	.departments dd { 
		clear:both;
		text-align:right;
	}
		.departments dd span { 
			float:left;
			padding-right:25px;
		}
		.departments dd a {
			color:#6a6969;
		}


/*===== header =====*/
body > header .logo {
	float:left;
	padding:10px 10px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	margin-left:-8px;
	line-height: 35px;
}
	body > header .logo span {
		color:#010101;
		font-size:32pt;
	}


 header nav {
	float:right;
}
	header nav ul {
		float:right;
		padding-right:49px;
		top:51px;
		position:relative;
	}
		header nav ul li {
			float:left;
			width:60px;
		}
		header nav ul li a {
			font-size:26px;
			color:#fff;
			text-decoration:none;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			background:#000;
			-moz-transform: rotate(270deg);
			-webkit-transform: rotate(270deg);
			-o-transform: rotate(270deg);
			transform: rotate(270deg);
			filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
			display:block;
			height:58px;
			width:160px;
			line-height:58px;
			text-indent:18px;
		}
		header nav ul li a:hover, header nav ul li a.current {
			background:Red !important;
		}


/*===== content =====*/
#content {
	
}
	#content .indent {
		padding:20px 20px 70px 20px;
	}
		#content .indent .indent {
			padding:30px 0 33px 0;
			margin-bottom:0;
			border-bottom:1px solid #e2e2e2;
		}
		#content .indent .indent:last-child {
			border-bottom:none;
			padding-bottom:0;
		}


.list1 {
	padding-bottom:22px;
}
	.list1 li {
		background:url(images/bull-1.gif) no-repeat 0 8px;
		padding:0 0 6px 16px;
		position:relative;
	}
		.list1 li a {
			color:#6a6969;
		}
	

/*--- banners styles ---*/

.banners {
		width:100%;
		overflow:hidden;
		border-top:1px solid #e2e2e2;
		border-bottom:1px solid #e2e2e2;
		margin-bottom:30px;
	}
		.banners li {
			float:left;
			width:262px;
			text-align:center;
			border-right:1px solid #e2e2e2;
			font-size:15px;
			line-height:20px;
			color:#848383;
			text-transform:uppercase;
			padding:0 25px 31px 25px;
		}
		.banners li:last-child {
			border:none;
		}
			.banners li header {
				font-size:80px;
				line-height:1em;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				display:block;
				text-transform:none;
				font-weight:bold;
				padding:2px 0 13px 0;
			}
				.banners li:nth-child(1) header {
					color:Red;
				}
				.banners li:nth-child(2) header {
					color:#ff8b4c;
				}
				.banners li:nth-child(3) header {
					color:#4cdbff;
				}
			.banners li section {
				display:block;
				padding-bottom:32px;
			}
			.banners li footer {
				display:block;
			}
				.banners li footer a {
					font-size:16px;
					color:#fff;
					text-decoration:none;
					font-weight:bold;
					padding:12px 30px;
					font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
					display:inline-block;
					background:#ff8b4c;
				}
				.banners li:nth-child(1) a {
					background:Red;
				}
				.banners li:nth-child(3) a {
					background:#4cdbff;
				}
				.banners li footer a:hover {
					background:#000;
				}
			

/*--- works section styles ---*/

section.works article {
	border-bottom:1px solid #ededed;
	padding-bottom:19px;
	margin-bottom:20px;
	width:100%;
	overflow:hidden;
	display:block;
}
section.works article:last-child {
	border:none;
}
	section.works article a.img-wrap {
		border:15px solid #ededed;
		float:left;
	}
	section.works article a.img-wrap:hover {
		border-color:Red;
	}
	
	section.works section {
		float:left;
		width:340px;
		padding:0 0 0 18px;
	}
		section.works section section {
			float:none;
			width:auto;
			padding:0 0 24px 0;
			display:block;
		}
		
	section.works header {
		padding-bottom:15px;
		display:block;
	}
		section.works header h2 {
			margin-bottom:0;
		}
		section.works header span {
			font-size:10px;
			color:Red;
			text-transform:uppercase;
			line-height:1.2em;
			display:block;
			margin-top:0;
			padding-left:2px;
		}
	
	section.works footer {
		display:block;
	}
		section.works footer a.status {
			float:left;
			color:#fff;
			background:Red;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size:16px;
			line-height:44px;
			height:44px;
			font-weight:bold;
			text-decoration:none;
			padding:0 27px;
			text-transform:uppercase;
		}
		section.works footer a.status.off {
			background:#000;
			cursor:default;
		}
		section.works footer a.status:hover {
			background:#000;
		}
		
		.social-services {
			float:left;
			padding:26px 0 0 14px;
		}
			.social-services li {
				float:left;
			}


/*--- pagination styles ---*/

.pagination {
	display:block;
	width:100%;
	overflow:hidden;
}
	.pagination a {
		float:left;
		font-size:11px;
		color:#000;
		text-decoration:none;
		text-transform:uppercase;
		line-height:31px;
		padding-left:14px;
	}
	.pagination a:hover {
		text-decoration:underline;
	}
		.pagination ul {
			float:left;
			padding:0 3px 0 18px;
		}
			.pagination ul li {
				float:left;
				padding-left:1px;
			}
			.pagination ul li span {
				width:31px;
				float:left;
				text-align:center;
				color:#000;
			}
				.pagination ul li a {
					font-size:15px;
					color:#000;
					text-decoration:none;
					width:31px;
					line-height:31px;
					height:31px;
					text-align:center;
					background:#e9e9e9;
					padding:0;
				}
				.pagination ul li a:hover {
					background:Red;
					text-decoration:none;
					color:#fff;
				}



/*--- folio styles ---*/
.folio {
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #e2e2e2;
	padding-bottom:33px;
	margin-bottom:33px;
}
.folio:last-child {
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}
	.folio li {
		float:left;
		width:287px;
		margin-right:38px;
	}
	.folio li:last-child {
		margin-right:0;
	}
		.folio li a.img-wrap {
			display:block;
			cursor:pointer;
		}
		.folio li a.img-wrap:hover {
			border:15px solid Red;
		}



.testimonials li {
	text-align:right;
	color:Red;
	padding-bottom:22px;
}
	.testimonials li blockquote {
		text-align:left;
		color:#6a6969;
	}
	
/*===== footer =====*/
body > footer {
	background:url(images/footer-bg.gif) 0 0 #1a1a1a;
}
body > footer section:nth-child(1) {
	display:block;
}
body > footer section.last {
	font-size:11px;
	text-transform:uppercase;
	color:#fff;
	padding:10px 0 10px 20px;
	display:block;
	background:#000;
}
.splash {
	background:url(images/splash.png) no-repeat 50% 0;
}
	body > footer section.last a {
		color:Red;
	}
	
	body > footer .indent {
		padding:180px 0 45px 20px;
	}
	body > footer dl {
		float:left;
		width:183px;
		margin-right:28px;
	}
			body > footer dl dt {
				font-size:26px;
				line-height:1.2em;
				color:#fff;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				margin-bottom:24px;
			}
				body > footer dl li {
					border-bottom:2px solid #393939;
					font-size:13px;
					padding:0 0 2px 0;
					margin-bottom:4px;
				}
				body > footer dl li:last-child {
					border-bottom:none;
				}
					body > footer dl li a {
						color:#fff;
						text-decoration:none;
						text-transform:uppercase;
					}
					body > footer dl li a:hover {
						color:Red;
					}


/*----- forms -----*/
#newsletter-form {
	float:left;
	width:252px;
	padding-left:30px;
}
	#newsletter-form fieldset {
		border:none;
		font-size:13px;
		color:#fff;
	}
		#newsletter-form h3 {
			font-size:26px;
			line-height:1.2em;
			color:#fff;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			margin-bottom:24px;
			font-weight:normal;
		}
		#newsletter-form label {
			text-transform:uppercase;
		}
		#newsletter-form input[type=mail] {
			width:210px;
			background:#fff;
			border:none;
			padding:7px 0 7px 5px;
			color:#000;
		}
		#newsletter-form input[type=submit] {
			background:url(images/submit.gif) no-repeat 0 0;
			width:30px;
			height:30px;
			border:none;
			cursor:pointer;
		}
		#newsletter-form a {
			color:Red;
			font-size:12px;
			border-bottom:1px dotted Red;
			text-decoration:none;
		}
		#newsletter-form a:hover {
			border-bottom:1px solid #fff;
			color:#fff;
		}

#contacts-form fieldset {
	border:none;
}
	#contacts-form label {
		display:block;
		height:60px;
		overflow:hidden;
	}
		#contacts-form input {
			width:335px;
			padding:4px 5px 3px 5px;
			border:1px solid #a09b96;
			background:none;
			color:#111;
		}
		#contacts-form textarea {
			width:335px;
			padding:4px 5px 3px 5px;
			border:1px solid #a09b96;
			background:none;
			color:#111;
			height:145px;
			margin-bottom:33px;
			overflow:auto;
		}
		#contacts-form .button {
			margin-right:15px;
		}

/*==========================================*/
