body{
	font-family:Arial;
	overflow:inherit;
	margin:0px;
	padding:0px;
	background:url(images/bg.jpg);
}
.layout {
	margin:0 auto;
	width:960px;
}
.window{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
    width:960px;
}
.subwindow{
	filter:alpha(opacity=10);
	-moz-opacity:0.1;
	opacity: 0.4;
}
.main {
	height: 578px;
	width: 960px;
	background-color:#000000;
}
.bottom {
	height:50px;
	width:960px;
	background-color:#333333;
}
.content{
	position:absolute;
	top:0px;
}
.main_content{
	width:960px;
	height:579px;
}
.main_up {
	margin:0px 48px;
}
.selection{
	margin:0 50px;
	height:29px;
	border-bottom:2px #CCCCCC solid;
}
.menu_button{
	float:right;
	margin-right:20px;
	width:72px;
	height:29px;
	cursor:pointer;
	color:#CCCCCC;
	font-family:Arial;
	font-size:12px;
}
.menu_text{
	margin:8px 15px;
}
#contsc .vscrollerbase {
	filter:alpha(opacity=10);	-moz-opacity:0.1;opacity: 0.1;
}
.selection_shadow_text{
	position:absolute;
	left:428px;
	*+left:-70px;
}
.products {
	width:1000px;
	height:105px;
}
.pic { 
 margin-left:19px!important;
 margin-left:5px;
 float:left;
 cursor:pointer;
}
.copyright{
	margin-top:30px;
	width:960px;
	font-size:12px;
	color:#FFFFFF;
	text-align:center
}