@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	background-color:#000000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}
a{
	text-decoration:none;
	color: #4B4B4B;
}
a img{border:none;}

div#container{
		width: 960px; 
		text-align: center; 
		margin: 0 auto;
		padding:0px;
		background-color:#FFFFFF;
		}
div#mainContainer{
	text-align:center;
	width:960px;
	background-color:#faf4c4;
}
div.topMenu{
	text-align:right;
	width:950px;
	position:absolute;
}
div.topMenu div{
	width: 940px;
	color:#ffffff;
	padding:8px;
	margin-top:12px;
	text-align:right;
}
div.contentPlace{
	text-align:left;
}
div.topMenu div a{
	color:#ffffff;
}
div.menuPlace{
	text-align:center;
	background-image:url(../images/bgPanel.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:221px;
	float:left;
	height:1061px;
	background-color:#595a54;
	}
div.contentPlace{
	float:right;
	width:739px;
	
}
div.menuPlace div{
	color: #FFFFFF;
	padding:54px 30px 10px 10px;
	text-align:left;
}
div.menuPlace a{
	font-weight:normal;
	font-size:9pt;
	color:#35342a;
	display:block;
	background-image:url(../images/b1.gif);
	background-repeat:no-repeat;
	background-position:center left;
	margin-bottom:4px;
	padding-left:28px;
	padding-bottom:4px;
	border-bottom: solid 1px #dfc482;
}
div.menuPlace a:hover{
	color: #FFFFFF;
	text-decoration:underline;
	background-image:url(../images/b2.gif);
}
div.content{
	background-color:#FFFFFF;
}
div.cPadding{
	padding:10px;
}	
div.conLeft{
	float:left;
	width:236px;
}
div.conRight{
	float:right;
	width:654px;
}
a.shopButt{
	display:block;
	font-weight:bold;
	background-image:url(../images/buttBg.gif);
	width:236px;
	background-color:#0057a9;
	color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:top;
}
a.shopButt:hover{
	color:#FFFF00;
}
a.shopButt span{
	display:block;
	padding:11px;
	margin-left:20px;
}



