html {

}

body {	
	margin: 0px;
	padding: 0px;
	
	height: auto !important;
	position:relative;
	
	height:100%;
	min-height: 100%;
	
	background: #d5d5d5;

	font-size: 11px;
	color: #070707;	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}


#wrapper {
}

#layout {
}

a {
	font-size: 10px;
	color: #696868;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a img,:link img,:visited img {
	border:none;
}

img {
    border: none;
    margin: 0px;
    padding: 0px;
}

/** FONTS **/
h1 {
	float: left;
	
	padding: 5px 30px 0px 0px;
	margin: 0px 0px 0px 0px;
	
	font-size: 13.34px;
	font-weight: normal;
	
	color: #414141;
}

h2 {
	margin-top: 0px;
	
	font-size: 11.43px;
	color: #070707;
}

.font_title_1 {
	font-size: 13.34px;
	color: #ffffff;
}

.font_title_2 {
	font-size: 13.34px;
	color: #313131;
}

/** **/
#wrapper {
  width: 1000px;
  text-align: left;
}

#header {
	width: 100%;
	height: 121px;
    text-align: left;
}

#logo {
    display: block;
	width: 165px;
	height: 121px;
	padding-left: 37px;
    float: left;
}

/** Ïîëå ôèëüòðà **/
#search {
	width: 625px;
	height: 118px;
	
	padding-left: 55px;
	padding-top: 3px;

	background: url("../pic/head_search.jpg") right no-repeat;
	float: right;
}

#filter {
	width: 580px;
	height: 70px;
	
	margin-top: 20px;
	
	font-size: 12.05px;
	color: #000000;
}
#filter .element {
	float: left;
	
	width: 250px;
	
	margin-bottom: 10px;
}

#filter select {
	margin-top: 4px;
	font-size: 12.05px;
	color: #000000;
}

#filter_button {
	width: 101px;
	height: 23px;
	
	float: right;
	
	margin-right: 40px;
	
	text-align: center;
	line-height: 18px;
	cursor: pointer;
	
	background: url("../pic/filter_button.jpg") no-repeat;
}

.ie7 #filter_button {
	margin-right: 80px;
}

/** ÌÅÍÞ ÊÀÒÀËÎÃÀ **/
#cat_menu {
	width: 100%;
	height: 140px;
}

#cat_menu img{
	float: left;
}

#cat_menu a, #cat_menu div{
	height: 140px;
	
	float: left;
	display: block;
	
	color: #3d68b8;
	font-size: 13.01px;	
}

a.cat_1{
	width: 232px; /* 237px - 5px */
	padding-left: 5px;
	background: url("/pic/cat_menu/cat_1.jpg") no-repeat;
}

div.cat_1{
	width: 232px;
	padding-left: 5px;
	background: url("/pic/cat_menu/cat_1_active.jpg") no-repeat;
}

a.cat_2{
	width: 248px;
	background: url("/pic/cat_menu/cat_2.jpg") no-repeat;
}

div.cat_2{
	width: 248px;
	background: url("/pic/cat_menu/cat_2_active.jpg") no-repeat;
}

a.cat_3{
	width: 239px;
	background: url("/pic/cat_menu/cat_3.jpg") no-repeat;
}

div.cat_3{
	width: 239px;
	background: url("/pic/cat_menu/cat_3_active.jpg") no-repeat;
}

a.cat_4{
	width: 230px;
	background: url("/pic/cat_menu/cat_4.jpg") no-repeat;
}

div.cat_4{
	width: 230px;
	background: url("/pic/cat_menu/cat_4_active.jpg") no-repeat;
}

#cat_menu span{
	display: block;
	
	width: 100px;
	height: 36px;
	
	padding-left: 14px;
	margin: 10px 0px 0px 5px;
	
	background: url("/pic/cat_menu/cat_arrow.jpg") no-repeat left top;
	border-bottom: 1px dashed #8b8989;
}

#cat_sortline {
	padding-top: 7px;
	
	color: #696868;
}

#cat_sortline span  {	
	color: #696868;
	
	cursor: pointer;
}

/** CURRENCY **/
#currency{
	height: 32px; /* 43px - 7px */
	padding-top: 11px;
	
	font-size: 13.34px;
	color: #ffffff;
	
	background: url("../pic/currency_back.jpg") right no-repeat;
}

#currency .font_title_1 {
	margin-left: 378px;
}

#currency span {
	margin-right: 50px;
}

.white_menu {
	height: 28px;

	padding-left: 10px;
	
	color: #696868;
	text-decoration: none;
	
	background: #e7e7e7;
}

/** MAIN MENU **/
ul#main_menu {
	display: block;
	float: left;
	
	padding: 0px;
	margin: 20px 0px 0px 32px;
	
	font-size: 13.34px;
	
	list-style-type: none;
/*
	list-style-image: url("/pic/main_menu_arrow.jpg");
*/

	

}

.ie6 ul#main_menu {
	margin-left: 16px;
}

ul#main_menu a, ul#main_menu span {
	display: block;
	width: 238px;
	
	padding-left: 20px;
	
	font-size: 13.34px;
	line-height: 30px;
	color: #315bb0;
	
	background: url("/pic/main_menu_arrow.jpg") no-repeat;
}

/*
ul#main_menu a:hover{
	color: #313131;
	text-decoration: none;
}
*/

ul#main_menu a.not_first, ul#main_menu  span.not_first {
	border-top: 1px dashed #8b8989;
}

ul#main_menu #active {
	font-weight: bold;	
}

/** CONTENT **/
#content {
	min-height: 250px;
	margin: 12px 40px 0px 320px;
}

.ie6 #content {
	height: 250px;
}

#content_main {
	margin: 32px 0px 0px 0px;
	padding: 13px 69px 16px 22px;
	
	border-top: 1px dashed #fefefe;
	border-bottom: 1px dashed #fefefe;
}

#content a {
	font-size: 11px;
	color: #315bb0;
}

/** CATALOGUE **/
div.cat_item {
	width: 520px;
	min-height: 200px;
	
	padding-top: 15px;
	padding-bottom: 15px;
	
	border-bottom: 1px dashed #fefefe;
	
	overflow: auto;
}

.cat_item h3 {
	margin-top: 0px;
	font-size: 11.43px;
	color: #070707;
}

.cat_item .picture{
	float: left;

	width: 198px;
	height: 200px;
	
	margin-top: 15px;
	
	text-align: center;
	
	background: url("/pic/cat_item/pic_back.jpg") no-repeat;
}

.cat_item .picture .img_wrapper{
	width: 198px;
	height: 150px;
}

.cat_item .picture img.thumb{
	margin-top: 7px;	
	border: 3px solid #ffffff;
}

.cat_item .picture .arrows{
	margin-top: 10px;
	
	line-height: 20px;
	
	font-size: 11px;
	color: #414141;
}

.arrows img{
	vertical-align: middle;
	
	cursor: pointer;
}

.cat_item .text{
	float: left;
	width: 250px;
	
	margin-left: 50px;
	margin-bottom: 20px;
}

#cat_empty {
	margin-top: 0px;
	font-size: 11.43px;
	color: #070707;
	
	font-weight: bold;
	text-align: center; 
}

/** FOOTER **/
#footer {
	position: relative;
	
	height: 125px;
}

#phone {
	float: left;
	
	width: 140px; /* 278px - 138 */
 	height: 42px; /* 125px - 83 */
 	
 	padding: 83px 0px 0px 138px;
 	
 	font-size: 13.34px;
 	color: #315bb0;
 	
 	background: url("/pic/phone.jpg") no-repeat left bottom;
}

#copy {
	margin-left: -28px;
	font-size: 9px;
 	color: #414141;
}

#bottom_menu {
	position:  relative;
	top: 50px;
	
	margin: 0px 40px 0px 320px;
}

#busy_bee{
	position:  relative;
	
	top: 67px;
	
	width: 642px;
	height: 24px; /* 30px - 6px */
	
	margin: 0px 40px 0px 320px;
	padding: 6px 0px 0px 397px;
	
	font-size: 10.48px;
	color: #414141;
	
	background: url("/pic/busybee_back.jpg") no-repeat left bottom;
}

.ie6 #busy_bee{
	position: absolute;
	
	top: 96px;
	left: 0px;
}

.ie7 #busy_bee{
	position: absolute;
	
	top: 96px;
	left: 0px;
}

#busy_bee a{
	font-size: 10.48px;
	color: #414141;
}
/*********** language page ***********/
#lang_wrapper {
	width: 1000px;
	height: 100%;
}

.separator {
	height: 10%;
	
	min-height: 50px;
}

#lang_base {
	width: 1000px;
	height: 398px;
	
	background: url("../pic/lang/back.jpg") no-repeat;
}

#lang_base div#strings {
	height: 242px;
	
	font-size: 11px;
	font-weight: normal;
	
	color: #414141;
	
}

#lang_base img {
	float: left;
}

#busy_bee_1{

	padding: 100px 20px 0px 0px;
	
	float: right;
	
	font-size: 10.48px;
	color: #414141;
	
}

#busy_bee_1 a{
	font-size: 10.48px;
	color: #414141;
}

#lang_titles_1 {
	position: relative;
	top: 140px;
	left: -22px;
}

#lang_titles_2 {
	position: relative;
	top: 142px;
	left: -22px;
}

#lang_links {
	position: relative;
	
	font-size: 16px;
	
	color: #315bb0;
	
	top: 153px;
	
	left: -19px;
}

#lang_links a{
	font-size: 16px;
	
	color: #315bb0;
}

#lang_links a:hover{
	color: #ffffff; 
}