html, body{
	width : 100%;
	padding : 0;
	margin : 0;
	background-color : White;
	color : Black;
	font : 13px Tahoma, Arial, Helvetica, sans-serif;
}
a{
	color : Blue;
}
a:hover{
	color : Red;
}
#header{
	width : 100%;
	height : 140px;
	position : absolute;
	top : 0;
	left : 0;
	z-index : 1;
	background : url(../_img/header_fon.gif);
}
#mainContaner{
	position : relative;
	z-index : 2;
	top : 0;
	left : 0;
	background : url(../_img/sep.gif) repeat-y 280px;
	height : auto;
	width : 100%;
}
#rightColl{
	width : 100%;
	margin-left : -290px;
	float : right;
}
#rightCollContent{
	padding-left : 290px;
}
#rHeader, #lHeader{
	height : 170px;
	position : relative;
}
#leftColl{
	width : 270px;
}

#logo{
	position : absolute;
	left : 80px;
	top: 12px;
}
#hTitle, #rHeader address{
	background-color : White;
	padding : 5px;
	margin : 7px 5px 7px 0;
	border : 1px solid #B44000;
}
#hTitle{
	color : #B44000;
}
 #rHeader address{
	font-style : normal;
	width : 320px;
}
#menuContaner{
	position : absolute;
	top : 140px;
	left : 0;
	border : 1px none #B44000;
	border-style : solid none;
	padding : 1px 0;
	background-color : White;
	width : 100%;
}
#footContaner{
	position : absolute;
	left : 0;
	border-style : solid none;
	padding : 1px 0;
	background-color : White;
	width : 100%;
}
#menuContaner ul{
	list-style : none;
	margin : 0;
	padding : 5px 15px 3px;
	background-color : #B44000;
	height : 18px;
}
#menuContaner ul li{
	margin : 0;
	padding : 0 10px;
	border-right : 1px solid White;
	float : left;
}
#menuContaner ul li a{
	color : White;
	text-decoration : none;
}
#menuContaner ul li a:hover{
	color : White;
	text-decoration : underline;
}
#footer{
	clear : both;
	position : relative;
	border : 1px none #B44000;
	border-style : solid none;
	padding : 1px 0;
	background-color : White;
	width : 100%;
}
#footerContant{
	padding : 5px ;
	background-color : #B44000;
}
#copyright{
	color : White;
}
#developer{
	float : right;
}
#developer a{
		color : White;
	text-decoration : none;
}
#developer a:hover{
	color : White;
	text-decoration : underline;
}
#leftMenu ul{
	margin : 10px 0;
	padding : 0;
	list-style-type : none;
}
#leftMenu ul li{
	margin-bottom : 5px;
	padding-left : 7px;
	background : url(../_img/left_menu_sep.gif) no-repeat right bottom;
	padding-bottom : 10px;
}
#leftMenu ul li a{
	color : Black;
	font-size : 11px;
	text-decoration : none;
}
#leftMenu ul li a:hover{
	color : Red;
	text-decoration : none;
}

#cText{
	padding : 0 10px 10px 10px;
	position : relative;
	z-index : 100;
}
#cText h1{
	color : #B44000;
	font : bold 18px Tahoma, Arial, Helvetica, sans-serif;
}

#cText h2{
	color : #B44000;
	font : bold 14px Tahoma, Arial, Helvetica, sans-serif;
}

#cText h3{
	font : bold 14px Tahoma, Arial, Helvetica, sans-serif;
}
#catalogParts{
	padding : 10px;
	border-top : 1px dashed #B44000;
}
#catalogParts h2{
	margin : 0;
}
.clear{
	clear : both;
}
