html {
	height: 100%;
}

body, p, td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #656565;
	
}

body {
	margin: 0px;
	text-align:left;
    height: 100%;
	padding: 10px;
	background: #7d7d7d;
}

.container {
	text-align: left; 
	background: #ffffff;
	max-width:1400px;
	width:expression(document.body.clientWidth > 1400 ? "1400px": "auto" );
}

a:link, a:visited, a:active {
	color: #0066ff;
}
a:hover {
	color: #ff6633;
}

.left_col {
	float: left;
	width: 203px;
	background: #ffffff;
	background-image: url(../images/lc_top_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 20px 12px 20px 16px;
}
.main_col {
/*	float: left;*/
	min-width: 742px;
	/*width: 100%;*/
	background: #ffffff;
	background-image: url(../images/mc_top_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 17px 11px 20px 0px;
}

.langs {
	margin-bottom: 23px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: uppercase;
}
.langs a:link, .langs a:visited, .langs a:active {
	color: #0066ff;
	text-decoration: none;
}
.langs a:hover {
	color: #ff6633;
	text-decoration: none;
}

.left_nav_top {
	background-image: url(../images/left_nav_top.gif); 
	background-repeat: no-repeat; 
	height: 12px !important;	
}
.left_nav_bottom {
	background-image: url(../images/left_nav_btm.gif); 
	background-position: bottom; 
	background-repeat: no-repeat; 
	height: 12px !important;
}

.left_nav {
	background-image: url(../images/left_nav_bg.gif);
	background-repeat: repeat-y;
	text-align: left;
}
.left_nav ul {
	list-style-type: none;
	margin: 0px;
	margin-left: 10px;
	padding-left: 0px;
}
.left_nav li {
	padding: 6px 28px 6px 9px;
	width: 143px;
	border-bottom: 1px solid #cccccc;
}
.left_nav li.father {
	background-image: url(../images/left_nav_arr.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.left_nav a:link, .left_nav a:visited, .left_nav a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #0066ff;
	text-decoration: none;
	text-transform: uppercase;
}
.left_nav a:hover {
	color: #ff6633;
}

.left_sub_nav {
	background-image: url(../images/left_sub_nav_bg.gif);
	background-repeat: repeat-y;
	text-align: left;
}
.left_sub_nav ul {
	list-style-type: none;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
}
.left_sub_nav li {
	padding: 10px 20px 10px 9px;
	width: 143px;
	border-bottom: 1px solid #cccccc;
}
.left_sub_nav li.father {
	background-image: url(../images/left_nav_arr.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.left_sub_nav a:link, .left_sub_nav a:visited, .left_sub_nav a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #0066ff;
	text-decoration: none;
	text-transform: none;
}
.left_sub_nav a:hover {
	color: #ff6633;
}
.submenu {
	width: 203px;
	LEFT: 0px; 
	VISIBILITY: hidden; 
	POSITION: absolute; 
	TOP: 0px; 
	margin-left: -10px; 
	margin-top: -12px; 
	z-index: 100;
	
}
.left_sub_nav_top {
	background-image: url(../images/left_sub_nav_top.gif); 
	background-repeat: no-repeat; 
	background-position: bottom left; 
	height: 12px !important;
}
.left_sub_nav_cc {
	position: absolute; 
	background: #ffffff; 
	height: 58px; 
	width: 19px; 
	top: 6px; 
	z-index: 1;
}
.left_sub_nav_bottom {
	background-image: url(../images/left_sub_nav_btm.gif); 
	background-position: top left; 
	background-repeat: no-repeat; 
	height: 12px !important;
}
.marked {
	background-image:url(../images/select_menu_bg.gif) !important;
	background-repeat:repeat-y !important;
}


.search {
	float: right;
	width: 250px;
	margin-right: 10px;
	margin-top: -5px;
	background-image: url(../images/search_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.banner_225 {
	clear: both;
	background-image: url(../images/225_pic_bg_stretch.jpg);
	background-position: top;
	background-repeat: repeat-x;
	height: 150px;
}
.banner_225 ul {
	list-style-image: url(../images/225_arr.gif);
	margin-right: 20px;
	margin-top: 20px;
	line-height: 18px;
}
.banner_225 a:link, .banner_225 a:visited, .banner_225 a:active, .banner_225 a:hover {
	color: #ffffff;
}

.caption {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #ff6633;
	text-transform: uppercase;
}

.news_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 30px;
}
.news_date {
	color: #ff6633;
}
.news_cat {
	color: #999999;
}
.news_pic {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 10px;
	background-repeat: no-repeat;
	border: none;
	border: 0px;
}
.news_text {
	clear: both;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.page_btm {
	background: #ffffff;
	font-size: 11px;
}
.footer {
	margin-left: 10px;
	margin-right: 10px;
	background: #e0e0e0;
}



.dhtmlgoodies_contentBox{
	z-index: 100;
	visibility: hidden;
	position: absolute;
	overflow: hidden;
	margin-left: 153px;
}
.dhtmlgoodies_content{
	position: relative;
	width: 420px;
	height: 600px;
}

.brands {
	width: 105px;
}
.all_brands {
	padding: 10px;
}

.banner_list {
	margin-left: 18px;
	margin-top: 0px;
	list-style-type: none;
}
.banner_list li {
	margin-bottom: 10px;
}

.top_nav_container {
	position: relative;
	z-index: 49;
}
.top_nav_tab {
	position: absolute;
	z-index: 50;
	width: 100%;
}
.top_nav_list {
	display: none;
	position: absolute;
	z-index: 50;
	width: 100%;
}
#super_news a {
	text-decoration: none;
}
#super_news ul {
	padding-left: 0px;
}
#super_news li {
	list-style-type: none;
}
#gallery li {float:left;margin-right:35px;}

#fgallery, #all_gallery {}
#fgallery .text, #all_gallery .text {display:block;margin:20px 0 20px 20px;line-height:150%;}
#fgallery ul, #all_gallery ul {margin-top:27px;}
#fgallery li, #all_gallery li {float:left;padding:0;margin:0;width:270px;display:inline;}
#fgallery li a, #all_gallery li a {display:block;text-decoration:none;}
#fgallery li a span, #all_gallery li a span {text-decoration: underline;}
#fgallery li a:hover, #all_gallery li a:hover {background:#dddddd;cursor:pointer;}
#fgallery .block_member, #all_gallery .block_member {position:relative;display:block;padding:18px 0 0 132px;min-height:74px;_height:74px;overflow:visible;}
#fgallery .img, #all_gallery .img {position:absolute;top:8px;left:11px;width:104px;height:74px;margin:0;}
#fgallery li {width:180px;}
#fgallery .img {width:140px;height:105px;}
#fgallery .block_member {min-height:105px;_height:105px;}
