body {
	margin: 0;
	padding: 0;
	min-width: 980px;
	background-color:#fdfdfd;
	font-family:"Arial", serif;
}
* html body {
	width:expression(document.documentElement.clientWidth < 980 ? "980px" : "auto");/*IE*/
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
	margin: 1em 0;
}
#main {	
	width: 100%;
}
/* =Headings------------------------------------*/
h1{
	color:#066;
	font-size:29.76px;
	font-weight:100;
}
/* =Links-----------------------------------------*/
a img{
	border:0;
}
/* =Main Nav-----------------------------------------*/
#nav{
	position:relative;
	font-size:20.67px;
	text-align:center;
	margin-top:-30px;
	margin-left:74px;
}
#nav div{
	background-image:url(../img/nav_bloc.gif);
	width:170px;
	height:35px;
	display:inline-block;
	margin-left:-6px;
}
#nav a{
	color:#FFF;
}
#nav a div:hover{
	text-decoration:none;	
}
/* =Header-----------------------------------------*/
.header {
	width:980;
	height:228px;
}
#head_left{
	height:102px;
	width:825px;
	background-image:url(../img/header1.jpg);
	background-repeat:no-repeat;
	padding-left:155px;
	padding-top:120px;
}
#head_left div{
	width:41px;
	height:51px;
	float:left;
	font-size:12.76px;
	font-family:"MS Serif", Verdana;
	text-align:center;
	background-repeat:no-repeat;
}
body:nth-of-type(1) #head_left{/*google*/
	line-height:11px;
}
#home{
	background-image:url(../img/home.gif);	
}
#price{
	background-image:url(../img/price.gif);
}
#contacts{
	background-image:url(../img/contacts.gif);
}
/* =Footer-------------------------------------*/
.footer{
	width: 980px;
	height: 47px;
	clear: both;
	background-image: url(../img/footer.gif);
	background-repeat:repeat-x;
	text-align:left;
	font-size:12.4px;
	color:#000;
	
}                  
.footer img{
	margin-top:7px;	
	margin-left:5px;
}
.footer #p1{
	margin-top:5px;
	margin-left:50px;
	padding-top:10px;
}
.footer #p2{
	margin-top:-50px;
	border-left: #000 dotted 1px;
	line-height:13px;
	float:right;
	padding-right:10px
}
/* =Main Content---------------------------------*/
#content-columns{
	width:980px;
}
/* =Secondary Content--------------------------*/
.content{
	float: left;
	width:550px;
	background: #FFFFFF;
	color:#000;
	font-size:19px;
	text-align:left;
	padding-left:25px;
	padding-right:15px;
}
.content div{
	position:static;
	margin-top:90px;
	margin-left:-26px;
}
.content div .up{
	margin:0px;
	background-image:url(../img/spec_up.gif);
	width:557px;
	height:27px;
	font-size:25px;
	text-align:center;
	color:#066;
}
.content div .middle{
	margin:0px;
	background-image:url(../img/spec_line.gif);
	width:557px;
	height:155px;
}
div .middle div{
	float:left;
}
div .middle #three{
	display:block;
	padding-top:10px;
}
div .middle .left{
	display:block;
	float:left;
}
div .middle .right{
	margin-top:-123px;
	margin-left:141px;
}
div .middle #spec1{
	margin-top:-123px;
	margin-left:40px;
	width:170px;
	border-right:#000 dotted 1px ;
	height:98%;
}
#spec1 h2{
	font-size:14px;
	text-decoration:underline;
	font-style:italic;
	margin-top:-3px;
	font-weight:100;
	padding-left:35px;
}
#spec1 p{
	margin-top:-10px;
	font-size:12px;
	line-height:10px;
}
#spec1 span{
	margin-top:-10px;
	font-size:19px;
	font-family:Verdana;
}
div .middle #spec2{
	margin-top:-123px;
	margin-left:2px;
	width:185px;
	border-right:#000 dotted 1px ;
	height:100%;
}
#spec2 h2{
	font-size:14px;
	text-decoration:underline;
	font-style:italic;
	margin-top:-3px;
	font-weight:100;
}
#spec2 p{
	margin-top:-15px;
	font-size:12px;
	line-height:10px;
}
#spec2 span{
	font-size:19px;
	font-family:Verdana;
}
div .middle #spec3{
	width:150px;
	height:100%;
	margin-top:-153px;
	margin-left:408px;
}
#spec3 h2{
	font-size:14px;
	text-decoration:underline;
	font-style:italic;
	margin-top:-3px;
	margin-left:-9px;
	font-weight:100;
	text-align:center;
}
#spec3 p{
	margin-top:-15px;
	font-size:12px;
	line-height:10px;
	padding-right:10px;
}
#spec3 span{
	margin-top:10px;
	font-size:19px;
	font-family:Verdana;
	line-height:0px;
}
#hit{
	display:block;
	position:relative;
	margin-left:30px;
	margin-top:-160px;
}
/* =Left Column-----------------------------------*/
.leftcolumn {
	width: 190px;
	height:800px;
	float: left;
	display: inline; /*IE */
	position: relative;
	background-image:url(../img/nav_line.gif);
	background-repeat:repeat-y;
	clear:left;
}
.leftcolumn .top{
	position:relative;
	display:block;
}
.leftcolumn .down{
	position:relative;
	display:block;
	margin-top:650px;
}
.leftcolumn ul{
	position:absolute;
	list-style-image:url(../img/results.png);
	margin-left:-19px;
	margin-top:-16px;
	text-align:left;
	line-height:27px;
}
.leftcolumn ul a{
	font-size:17px;
	text-decoration:none;
	color:#000;
	z-index:20;
}
.leftcolumn ul a:hover{
	text-decoration:underline;
}
/* =Right Column---------------------------------*/
.rightcolumn {
	width: 190px;
	height:800px;
	float: right;
	display: inline; /*IE */
	position: relative;
	background-image:url(../img/news_line.gif);
}
.rightcolumn .top{
	position:relative;
	display:block;
}
.rightcolumn .down{
	position:relative;
	display:block;
	margin-top:239px;
}
.rightcolumn h1{
	margin-top:-39px;
	text-indent:-80px;
	background-color:#FFF;
}
.rightcolumn p{
	padding:0 2px 0 6px;
	margin-top:-25px;
	font-size:18px;
	color:000;	
}
 