html {
	margin: 0;
	padding: 0;
	height:100%;	
	}
	
body { 
	font: normal 12px arial;
	line-height: 1.2em;
	color: #575656; 
	margin: 0; 
	padding: 0;
	height: 100%;
	background: #f0f0f0 url(../img/body_bg.jpg) top repeat-x;
	}
	
h1 {
	padding:0;
	margin: 20px 0;
	font: normal 18px "Trebuchet MS";
	color: black;
	}

h2 {
	padding:0;
	margin: 10px 0;
	color: black;
	font: bold 14px arial;
	}
	
a { 
	color: #2fa216;
	}
	
a:visited { 
	color: #2fa216;
	}
	
a:hover { 
	text-decoration: none; 
	color: #2fa216;
	}

img {
	border: none;
	}

ul, li {
	margin: 0; 
	padding: 0;
	}
.noborder {border: none;}
	
.clear {
	clear: both;
	}
	
.container { 
	position: relative;
	padding: 0;  
	margin: 0 auto; 
	width: 980px;
		}


.container .header {
	position: relative;
	width: 980px;
	height:168px;
	margin: 0;
	padding: 0;
	background:  url(../img/head_img.jpg) right top no-repeat;
	}
	
.header .logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 270px;
	height: 141px;
	background: url(../img/logo.jpg);	
	}
	
.header .lang {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 1px 0 0 0;
	right: 45px;
	width: 50px;
	height: 35px;
	font: normal 11px Arial;
	/*background: url(../img/langs.jpg);	*/
	}

.logoLink {
	display: block;
	position: absolute;
  width: 270px;
	height: 150px;
	}	
	
.container .menu {
	position: relative; 
	padding: 7px 0 0 0;
	height: 64px; 
	background: url(../img/menu_bg.jpg) repeat-x;
	z-index: 101;
	text-align: center;
	font: normal 17px "Trebuchet MS"; 
	color: #afffd5;
	}
	
.menu .leftSide {
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 6px; 
	height: 64px; 
	background: url(/img/menu_left.jpg) left no-repeat;
	}
	
.menu .rightSide {
	position: absolute; 
	right: -1px; 
	top: 0; 
	width: 7px; 
	height: 64px; 
	background: url(/img/menu_right.jpg) right no-repeat;
	}	
	
.menu .menuContent {
	position: relative;
	margin: 0 auto;
	border: 1px dashed black;
	height: 30px;
	text-align: center;
	}	
	
	
.menuContent ul {

	list-style: none;
	padding: 0;
	padding-left: 10px;
	margin: 0;
	
	}
	
.menuContent li {
	display: block; 
	float: left;
	padding:0;
	margin-top: 7px;
	margin-left: 10px;
	margin-right: 10px;
	font: normal 17px "Trebuchet MS"; 
	color: #afffd5;
	text-align: center;
	}
	
.menuContent li.separator {
	display: block; 
	float: left;
	padding:0;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
	width: 8px;
	height: 9px;
	background: url(../img/list_menu.jpg) no-repeat;
	}
	
	
.container .menu a{
	color: white;
	} 
	
.container  .menu a:hover {
	color: white;
	}	
	
.container .leftBlock {
	position: relative; 
	padding: 0;
	margin: 0;
	width: 267px;
	float: left;
	z-index: 11;
	
	}
	
.leftBlock .topSide {
	position: relative; 
	margin: 0;
	padding: 0;
	width: 267px; 
	height: 34px; 
	background: url(../img/left_block_top.jpg) left no-repeat;
	}
	
.leftBlock .bottomSide {
	position: relative; 
	margin: 0;
	padding: 0;
	width: 267px; 
	height: 15px; 
	background: url(../img/left_block_bottom.jpg) left no-repeat;
	}	
	
.leftBlock h1 {
	padding: 0;
	margin: 0px 0px 10px 0px;
	font: normal 18px "Trebuchet MS"; 
	color: #1a815c;
	}
	
	
.leftBlock .subLeftBlock1 {
	position: relative; 
	margin: 0;
	margin-top: -13px;
	padding: 10px 0px;
	width: 267px; 
	background: url(../img/left_block_bg.jpg) repeat-y;
	}	
	
.subLeftBlock1 .search {
	height: 26px;
	position: relative;
	width: 260px;
	margin-bottom: 10px;
	}	
	
.subLeftBlock1 .search input {
	background:transparent url(/img/header_input_bg.gif) no-repeat scroll 0;
	border: medium none;
	font-size:11px;
	height:16px;
	left:20px;
	padding:5px 10px;
	position:absolute;
	top:0;
	width:137px;
}	

.subLeftBlock1 .search a {
	background:transparent url(/img/header_button_search.gif) no-repeat scroll 0;
	display:block;
	height:26px;
	position:absolute;
	right:40px;
	top:0;
	width:31px;
}
	
	
.subLeftBlock1 .newPrBlock {
	position: relative;
	height: 76px;
	width: 135px;
	margin: 20px 0 30px 20px;
	padding: 0;
	padding-left: 105px;
	font: normal 11px "Trebuchet MS"; 
	line-height: 1.2em;
	color: #7a7a7a;
	}
	
.newPrBlock h2 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 14px;

	}
	
.subLeftBlock1 h1 {
	padding-left: 20px; 
	padding-right: 20px; 
	}
	

.subLeftBlock1 .imgBlock{
	position: absolute;	
	top: 0;
	left: 0;
	height: 76px;
	width: 96px;
	margin:0;
	padding: 0;
	background: url(../img/img_bg.jpg) left top no-repeat;
	}	
	
.imgBorder {
	height: 62px;
	width: 56px;
	margin:0;
	padding: 0;
	background: url(../img/img3_bg.jpg) no-repeat;
	}	
	
.content a.linkImg {
	margin: 0;
	padding: 0;
	position:relative;
	text-align:center;
	
	}	
	
	
.subLeftBlock1 .catsBlock {
	position: relative;
	padding: 8px 0 10px 0;
	margin: 0;
	
	background: url(../img/new.jpg) center top no-repeat;
	}	
	
.catsBlock ul{
	margin: 0 20px 0 56px;
	padding: 0;
	list-style-type: none;
	list-style-image: url(../img/list_leftblock.gif);
	font: normal 12px "Trebuchet MS";
	}
	

	
.catsBlock li{
		margin-bottom: 7px;
		padding: 0;
		font: normal 12px "Trebuchet MS";
	}
	
.subLeftBlock1 .used {
	background: url(../img/used.jpg) center top no-repeat;
	}	
	
span.spCat {
	font: normal 17px "Trebuchet MS";
	}
	
span.spMore {
	display: block; 
	text-align: right; 
	padding-right: 15px;
	background: url(../img/arrow.jpg) right 70% no-repeat;
	}
	
.leftBlock .subLeftBlock2 {
	position: relative; 
	margin: 0;
	padding: 0;
	width: 267px; 
	height: 86px; 
	background: url(../img/left_block2.jpg) no-repeat;
	}	
	
.subLeftBlock2 .allPr{
	position: absolute; 
	margin: 0;
	padding: 5px 0 0 33px;
	top: 52px;
	left: 13px;
	height: 40px; 
	font-size: 11px;
	background: url(../img/see_all.jpg) no-repeat;
	}	

.subLeftBlock2 .rss{
	position: absolute; 
	margin: 0;
	padding: 5px 0 0 33px;
	top: 52px;
	left: 150px;
	height: 40px; 
	font-size: 11px;
	background: url(../img/rss.jpg) no-repeat;
	}	
	
	
.leftBlock .contacts {
	position: relative; 
	margin: 0;
	padding: 20px 10px 20px 20px ;
	width: 237px; 
	font: normal 14px "Trebuchet MS";
	}	
	
.contacts span {
	color: black;
	font: normal 17px "Trebuchet MS";
	line-height: 1.1em;
	}
	
.contacts .tel {
	position: relative;
	top: 5px;
	padding: 0 0 0 52px;
	margin: 0;
	background: url(../img/tel.jpg) left top no-repeat;
	z-index: 200;
	}	
	
.contacts .mail {
	position: relative;
	top: 15px;
	padding: 14px 0 0 50px;
	margin: 0;
	height: 40px;
	background: url(../img/email.jpg) left top no-repeat
	}		
	
.container .content {
	position: relative;
	margin: 0;
	padding: 0 0 75px 0;
	top: 10px;
	width: 670px;
	float: right;
}



.content h1 {
	padding-left: 35px;
	padding-top: 5px;
	background: url(/img/h1.jpg) left no-repeat;
	height: 29px;
	margin: 0;
	margin-bottom: 10px;
}
	
.content h1.noBg {
	background: none;
	height: auto;
	padding:0;
	margin: 20px 0;
}
 td {
	 border: 1px solid #d4d4d4;
}
#contactTbl  td {
	border: none;
}

.content ul {
	padding: 0;
	margin: 0;
	margin-left: 30px;
	color: #575656;	
	list-style-type: none;
	list-style-image: url(../img/list.jpg);
	}
	
.content li {
	line-height: 1.4em;
	}
	
.content .productBlock {
	position: relative;
	margin: 20px 0 30px 0;
	padding: 0;
	padding-left: 150px;
	padding-bottom: 10px;
	min-height: 180px;
	_height: 180px;
	font: normal 12px Arial; 
	line-height: 1.3em;
	color: #575656;
	border-bottom: 1px solid #d4d4d4;
	}	
	
.content .prLine {
	position: relative;
	margin: -32px 0 0 0;
	height: 5px;
	width: 100%;
	background: #f0f0f0;
	}	

.productBlock h2 {
	font: normal 20px "Trebuchet MS";; 
	
	
	}
	
.productBlock .imgBlock{
	position: absolute;	
	top: 0;
	left: 0;
	height: 148px;
	width: 133px;
	
	margin:0;
	padding: 0;
	background: url(../img/img2_bg.jpg) left top no-repeat;
	}		
	
.container .footer {
	position: relative;
	height: 127px;
	width: 100%;
	margin-top: -50px;
	background: #f0f0f0 url(../img/body_bg_bottom.jpg) bottom repeat-x;
	z-index: 10;
	}
	
.footer .ftSubBl {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 980px;
	height: 110px;
	background: url(../img/footer_img.jpg) right  top no-repeat;
	}
	

	
.ftSubBl .info {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 40px;
	top: 70px;
	background: url(../img/footer_bg.jpg);
	}
	
.info .ftLeftSide {
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 9px; 
	height: 40px; 
	background: url(/img/footer_left.jpg) left no-repeat;
	}
	
.info .ftRightSide {
	position: absolute; 
	right: -1px; 
	top: 0; 
	width: 102px; 
	height: 40px; 
	background: url(/img/footer_right.jpg) right no-repeat;
	}
	
.info .ftList {
	position: absolute;
	top: 13px;
	left: 20px;
	font: normal 11px Arial;
	}
	
.info .ftList a, .info a:hover {
	color: black;
	}

.info .copyright {
	position: absolute;
	top: 13px;
	right: 20px;
	font: normal 11px Arial;
	}

	
.footer2 {
	position: relative;
	height: 127px;
	width: 100%;
	margin-top: -127px;
	background: #f0f0f0 url(../img/body_bg_bottom.jpg) repeat-x;
	z-index: 1;
	}	
	
	
.bigImage {position: relative; left: 120px; float: left; width: 354px; height: 276px; background: url(/img/big_fon.jpg);}
.groupImages {position: relative; float: right; width: 180px;}

.smallImage {position: relative; margin-bottom: 0px; padding: 2px; left: 2px; width: 64px; height: 51px; background: url(/img/no_select_fon.jpg) no-repeat;}

.selImage { margin-bottom: 0px; padding: 4px; width: 68px; height: 55px; background: url(/img/select_fon.jpg) no-repeat;}
	
.newItem {position: absolute; left: 35px; width: 95px; height: 25px;  text-align: center; margin: 0; padding: 0; }
.usedItem {position: absolute; left: 130px; width: 100px; height: 25px; text-align: center;}

span.spSep {
width: 10px; margin-left: 5px; margin-right: 5px;background: url(/img/list_menu.jpg) center center no-repeat; 

}


	
	
	
