@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	background-color:#232323;
	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: 890px;
		border: solid 1px #FFFFFF;
		text-align: left; 
		margin: 0 auto;
		padding:0px;
		background-color:#ffffff;
		}
div#mainContainer{
	width:890px;
	margin: 0px auto;
}
div.topMenu{
	text-align:right;
	width:880px;
	position:absolute;
	float:right;
}
div.topMenu div{
	width: 870px;
	color:#000000;
	padding:8px;
	text-align:right;
}
div.topMenu div a{
	color:#000000;
}
div.menuPlace{
	border-top: solid 1px #FFFFFF;
	text-align:center;
	background-image:url(../images/menuBg.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#033784;
	}
div.menuPlace div{
	color: #FFFFFF;
	padding:11px;
	padding-top:10px;
}
div.menuPlace a{
	font-size:9pt;
	color:#FFFFFF;
	font-style:italic;
}
div.menuPlace a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}
div.content{
	background-repeat:repeat-y;
}
div.padding {
	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;
}


