/*
	This file contains project-specific CSS rules
*/
body
{
	background-color: #312e28;
	color: #fff;
	margin: 0px;
	padding: 0px ;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
h1, h2, h3, h4, h5, h6, p
{ color: #fff; }
a, a:hover, a:visited
{
	color: #f39912;
	text-decoration: none;
}
a:hover,
a.selected,
a.selected:hover,
a.selected:visited
{
	color: #fff;
}

#main_block
{
	position: relative;
	padding: 0px ;
	margin: 0px auto;
	width: 998px;
	height: 767px ;
}
#header_block
{
	position: absolute ;
	height: 133px;
	width: 100%;
	top: 0px;
	left: 0px;
	border-bottom: 1px #424242 solid;
}

#top_menu
{
	padding: 0px;
	margin: 0px;
	display: block ;
	position: absolute;
	left: 323px;
	top: 45px;
	height: 31px;
	white-space: nowrap;
}

#top_menu li
{
	display: inline;
	line-height: 51px;
	margin: 0px 25px 0px 0px;
}
#top_menu li a,
#top_menu li a:hover,
#top_menu li a:visited
{
	line-height: 51px;
	vertical-align: top;
	color: #f39912;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 20px;
}
#header_block li a:hover,
#header_block li#active_menu a,
#header_block li#active_menu a:visited,
#header_block li#active_menu a:hover
{
	background: url("/images/menu_active_item_underline.jpg") center bottom no-repeat;
	color: #fff;
}
#logo_block
{
	position: absolute;
	top: 23px;
	left: 35px;
	width: 201px;
	height: 88px;
	background: url("/images/logo.jpg") no-repeat;
	cursor: pointer;
}
#language_block
{
	position: absolute;
	height: 13px;
	right: 0px;
	top: 8px;
}
#language_block img
{
	width: 18px;
	height: 12px;
	border: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=30, FinishOpacity=30);
}
#language_block a,
#language_block a:hover,
#language_block a:visited
{
	display: inline;
	margin-right: 4px;
	opacity: .3;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=30, FinishOpacity=30);
}



#language_block a:hover,
#language_block a:hover img,
#language_block a#current_language,
#language_block a:hover#current_language,
#language_block a:visited#current_language,
#language_block #current_language img
{
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=100, FinishOpacity=100);
}





#middle_block
{
	position: absolute;
	top: 134px;
	left: 0px;
	height: 512px;
	width: 100%;
	z-index: 1;
	overflow: hidden;
}
#left_menu_block
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 223px;
	height: 512px;
	background: #312e28;
	opacity: .8;
	filter: alpha(opacity=80);
	z-index: 3;
}
#left_menu_block ul
{
	display: block;
	padding: 0px;
	margin: 0px;
}
ul#left_menu
{
	margin: 30px 5px 0px 35px;
	font-size: 14px;
	font-weight: 800;
}
#left_menu_block ul li
{
	display: block;
	margin: 10px 0px;
	list-style: none;
}
#left_menu_block ul.left_menu_first_level_submenu
{
	margin-left: 50px;
}

#close_menu_button
{
	position: absolute;
	left: 198px;
	top: 8px;
	width: 15px; height: 15px;
	background: url("/images/xclose.jpg") no-repeat;
	cursor: pointer;
}

#open_menu_button
{
	position: absolute;
	left: 0px;
	top: 8px;
	width: 15px; height: 15px;
	background: url("/images/open.jpg") no-repeat;
	cursor: pointer;
	display: none;
	z-index: 3;
}

#product_info_block
{
	position: absolute;
	width: 416px;
	height: 512px;
	left: 291px;
	top: 0px;
	background: #312e28;
	opacity: .8;
	filter: alpha(opacity=80);
	z-index: 3;
	overflow: auto;
}

#product_info_block *
{
	margin: 0;
	padding: 0;
}

.product_info_header
{
	font-size: 24px;
}
#product_info
{
	font-size: 14px;
	margin: 20px;
}

#product_image
{
	position: absolute;
	width: 998px;
	height: 512px;
	left: 0px; top: 0px;
	overflow: hidden;
	z-index: 2;
}

#product_image_container
{
	position: relative;
	width: 998px;
	height: 512px;
	z-index: 2;
}

.gallery_picture
{
	position: absolute;
	left: 0px; top: 0px;
	width: 998px;
	height: 512px;
	margin: 0px;
	padding: 0px;
	display: block;
}

#bottom_block
{
	position: absolute;
	border-top: 1px #424242 solid;
	width: 848px;
	padding: 0 75px 0 75px;
	height: 93px;
	left: 0px;
	top: 646px;
}

#bottom_block_container
{
	position: relative;
	width: 848px;
	height: 93px;
}

#product_thumbnail_gallery
{
	width: 848px;
	height: 73px;
	text-align: center;
	padding: 8px 0px;
	overflow: hidden;
	white-space: nowrap;
}
.product_thumbnail
{
	margin: 0px 5px;
}
.product_thumbnail img
{
	border: 2px #312e28 solid;
	cursor: pointer;
}
.product_thumbnail img.current_thumbnail
{
	border: 2px #f39912 solid;
}

#arrow_left
{
	position: absolute;
	left: -19px;
	top: 36px;
}

#arrow_right
{
	position: absolute;
	right: -19px;
	top: 36px;
}

#gallery_right_arrow
{
	width: 12px;
	height: 73px;
}
#gallery_right_arrow img
{
	padding-bottom: 25px;
	opacity: .3;
	filter: alpha(opacity=30);
}
#gallery_right_arrow img:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
}
#gallery_left_arrow
{
	width: 12px;
	height: 73px;
}
#gallery_left_arrow img
{
	padding-bottom: 25px;
	opacity: .3;
	filter: alpha(opacity=30);
}
#gallery_left_arrow img:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
}






#footer_block
{
	position: absolute;
	top: 740px;
	left: 0px;
	width: 100% ;
	height: 28px;
	border-top: 1px #676767 solid;
	background: #515151;
	color: #7c898c;
	text-align: center;
}
#footer_block a
{
	color: #7c898c;
}

#contact_form
{
	width: 200px;
	margin: 20px auto;
}

.contactFormLabel,
.contactFormError
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
}

.contactFormError
{
	color: #FF0000;
}

.contactFormLabel a,
.contactFormLabel a:hover,
.contactFormLabel a:visited
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	color: #ed7a01;
}

.contactFormTextField
{
	width: 200px;
	font-size: 12px;
	height: 16px;
	border: 1px solid #ed7a01;
}

.contactFormTextArea
{
	width: 200px;
	height: 50px;
	font-size: 12px;
	border: 1px solid #ed7a01;
	overflow: hidden;
}