/* Reset
----------------*/	
HTML {
	font-size:100.01%;
	}
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,DL,DT,DD,OL,UL,
LI,FIELDSET,FORM,LABEL,LEGEND,TABLE,
CAPTION,TBODY,TFOOT,THEAD,TR,TH,TD,HR {
	padding:0;
	margin:0;
	border:none;
	outline:none;
	font-family:inherit;
	}
	
DFN,I,CITE,VAR,ADDRESS,EM {
	font-style:normal;
	}
TH,H1,H2,H3,H4,H5,H6 {
	font-weight:normal;
	}
TEXTAREA,INPUT,SELECT {
	font-family:Arial,sans-serif;
	font-size:1em;
	}
SMALL {
	font-size:.85em;
	}
OL,UL {
	list-style:none;
	}
TABLE {
	border-collapse:collapse;
	border-spacing:0;
	}
CAPTION,TH,TD {
	text-align:left;
	}
:focus {
	outline:none;
	}
.cfix, .clear-li li {width:100%}
.cfix:after, .clear-li li:after {content:".";display:block;font-size:1px;height:0;clear:both;visibility:hidden}
.cfix, .clear-li li {display:inline-block}
/* Hide from IE Mac \*/
.cfix, .clear-li li {display:block}
/* End hide from IE Mac */	



/* Globals 
----------------*/	
BODY {
	background:#000 url(../i/body-bg.jpg) repeat-x top center ;
	font:.75em/1.5 arial,sans-serif;
	color:#999;
	}
	
A {
	color:#00a8ec;
	}
A:hover {
	color:#d22333;
	}
	
	
/* layout */
#bg-container {
	background:url(../i/body-bg-color.jpg) no-repeat top center;
	padding-top:29px;
	}
#head {
	margin:0px auto;
	width:980px;
	}
	#head .logo {
		float:left;
		width:354px;
		height:59px;
		background:url(../i/novalab-logo.png) no-repeat left center;
		}
		#head .logo h1 {
			display:none;
			}
	#head .contacts li,
	#footer .contacts li {
		display:block;
		float:left;
		height:59px;
		}
		#head .contacts li span,
		#footer .contacts li span {
			display:none;
			}
		#head .contacts li.phone1,
		#footer .contacts li.phone1 {
			width:182px;
			background:url(../i/phone1.png) no-repeat left center;
			}
		#head .contacts li.phone2,
		#footer .contacts li.phone2 {
			width:182px;
			background:url(../i/phone2.png) no-repeat left center;
			}
		#head .contacts li.email,
		#footer .contacts li.email {
			width:180px;
			background:url(../i/email.png) no-repeat left 0;
			}
			#head .contacts li:hover.email,
			#footer .contacts li:hover.email {
				background:url(../i/email.png) no-repeat left 100%;
				}
			#head .contacts li.email a,
			#footer .contacts li.email a	{
				display:block;
				height:59px;
				}
				
#visual {
	margin:24px auto;
	width:1006px;
	background:url(../i/visual-bg.png) no-repeat top center;
	height:376px;
	}
	#visual .vis-container {
		margin:5px 13px 21px 13px;
		background:url(../i/loader.gif) no-repeat center center;
		position:relative;
		padding-top:5px;
		height:350px;
		}
	#visual span {
		position:absolute;
		width:36px;
		height:36px;
		top:157px;
		cursor:pointer;
		}
		#visual span.prev {
			background:url(../i/prev-next.png) 0 0;
			left:24px
			}
		#visual span.next {
			background:url(../i/prev-next.png) 100% 0;
			right:24px
			}
			#visual span:hover.prev	{
				background:url(../i/prev-next.png) 0 100%;
				}
			#visual span:hover.next	{
				background:url(../i/prev-next.png) 100% 100%;
				}	
	#visual .caption {
		position:absolute;
		width:980px;
		left:0;
		bottom:0;
		height:95px;
		background:url(../i/caption-bg.png) repeat-x top left;
		}
		#visual .caption h3 {
			padding:12px 83px 0 83px;
			color:#fff;
			font-weight:bold;
			font-size:1.7em;
			}
		#visual .caption p {
			padding:0 83px;
			}
			#visual .caption p.descr {
				padding-bottom:4px;}
				#visual .caption p.descr a {
					color:#999;
					}
					
#main-text {
	margin:30px auto;
	width:814px;
	}
	#main-text h1 {
		float:left;
		width:300px;
		height:170px;
		background:url(../i/h1.png) no-repeat 0 0;
		}
		#main-text h1 span {
			display:none;
			}
	#main-text p {
		font-size:1.2em;
		line-height:1.4;
		margin-bottom:1em;
		}
	#main-text .text {
		width:407px;
		float:right;
		}
		
		
.border-top {
	border-top:1px dashed #2e2e2e;
	padding:30px 0;
	}
	
	
#tech,
#partner,
#footer {
	margin:0px auto 15px;
	width:814px;
	}
	#tech .logos {
		height:66px;
		margin:0 0 30px -13px;
		background:url(../i/techs.jpg) no-repeat 0 0;
	}
	#tech p {
		width:30%;
		padding-right:3%;
		float:left;
		line-height:1.7
		}
		#tech p strong {
			color:#fff;
			}
#partner,
#footer {
	margin-bottom:0;
	}			
#partner p {
	font-size:1.6em;
	
	}
	#partner p .logo {
		display:block;
		width:181px;
		height:25px;
		float:left;
		margin-top:-3px;
		background:url(../i/seolect-logo.gif) no-repeat 0 0;
		}
		
.footer {
	border-top:1px solid #1c1c1c;
	background-color:#121212;
	padding:30px 0;
	}
	#footer h3 {
		height:40px;
		width:200px;
		background:url(../i/contacts.gif) no-repeat 0 0;
		}
		#footer h3 span {
			display:none;
			}
	#footer .adress {
		float:left;
		width:270px;
		}
		#footer .adress strong {
			font-size:1.1em;
			color:#fff;
			}
		#footer .contacts li {
			margin-top:5px;
			}
	#footer .copy {
		margin-top:15px;
		color:#4d4d4d;
		}