body {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-image: url('userfiles/images/top_bg_screen.jpg');
	background-repeat: repeat-x;
	font-family: arial;
	color: #555555;
	font-size: 12px;
	overflow-x: hidden;
}

img {
	border: none;
}

input {
	font-family: arial;
	color: #555555;
	font-size: 12px;
	
}

div#wrapper {
	margin: auto;
	width: 970px;
	height: auto;
	background-image: url('userfiles/images/bg_top.jpg');
	background-repeat: no-repeat;
	border-top: 1px solid black;
}

div#logo {
	width: 232px;
	height: 89px;
	float: left;
}

.facebook {
	width: auto;
	height: auto;
	float: right;
	margin: 60px 0 0px 10px;
	padding: 0px;
}

.lang {
	font-size: 10px;
	color: #555555;
	font-family: arial, verdana, sans-serif;
}

div#menuBlock {
	height: 28px;
	margin-top: 89px;
}

.menu_tab {
	text-align: left;
	float: left;
	margin: 0px;
	padding: 0px;
}

.menu_column {
	font-family: arial;
	color: #b1b1c5;
	font-size: 15px;
	border-bottom: 1px #b1b1c5 solid;
}

div#search {
	float: left;
	margin-top: 3px;
	height: 25px;
}


div#main {
	width: 970px;
	height: auto;
	padding: 0px;
	margin: 0px;
	margin-top: 2px;
}

div#bottom {
	height: 30px;
	width: 970px;
	text-align: center;
	font-family: arial;
	color: #555555;
	font-size: 10px;
}

.navigator {
	clear: both;
	width: 970px;
	height: 22px;
	text-align: left;
	color: #b1b1c5;
	font-family: arial;
	font-size: 10px;
	padding: 10px 0 0 18px;
}

.navigator a {
	color: #b1b1c5;
	text-decoration: none;
}

.navigator a:visited {
	color: #b1b1c5;
	text-decoration: none;
}

.left {
	width: 146px;
	height: auto;
	float: left;
	text-align: left;
	padding-left: 18px;
	
}

.middle {
	width: 554px;
	height: auto;
	float: left;
	text-align: left;
	padding-left: 24px;
	border-left: 1px #b1b1c5 solid;	
}

.right {
	width: 222px;
	height: auto;
	float: left;
	text-align: left;
}

.bottom {
	width: 970px;
	height: 14px;
	clear: both;
	border-bottom: 1px #b1b1c5 solid;	
}

.catalog_main {
	width: 800px;
	height: auto;
	float: left;
	border-left: 1px #b1b1c5 solid;	
}

a.catalog_menu {
	color: #b1b1c5;
	font-size: 13px;
	line-height: 150%;
}

.category_image {
	border: 0px;
	float: left;
	margin: 10px 0 0 12px;
}

/*  products list */

.product_box {
	width: 385px;
	height: 230px;
	background-image: url('userfiles/images/product_bg.jpg');
	float: left;
	margin: 10px 0 0 15px;
}

.catalog_des {
	width: 800px;
	height: auto; 
	text-align: left;
	float: left;
	margin-left: 15px;

} 

.product_box_image { 
	width: 130px;
	height: 230px;
	float: left;

}

.product_box_text {
	width: 255px;
	height: 154px;
	float: left;
}

.product_box_title {
	display: block;
	color: white;
	font-size: 14px;
	font-family: arial;
	padding-top: 2px;
}


.product_box_short_des {
	color: #555555;
	font-size: 12px;
	font-family: arial;	
	padding: 10px 5px;
	text-align: left;
}

/*  END - products list */

/* greybox - product details*/

.product_detail_image {
	width: 350px;
	height: 440px;
	float: left;
}

.product_detail_text {
	width: 410px;
	height: 440px;
	float: left;
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
	text-align: left;
	background-image: url('userfiles/images/product_detailsBg.jpg');
	background-repeat:no-repeat;
}

.product_detail_name{
	font-size: 20px;
	color: #b1b1c5;
	float: left;
	text-align: left;
	width: 410px;
	margin-bottom: 30px;
}

.product_detail_tabs {
	width: 410px;
	height: auto;
	float: left;
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
	color: #555555;
	margin-bottom: 30px;
}

/* END - greybox - product details*/


a {
	text-decoration: none;
	font: normal 11px Arial;
	color: #939393;
}