@charset "utf-8";
/* CSS Document */
body, html{
	margin:0px;
	padding: 0px;
	background: #007c0c url('../images/bg.jpg') no-repeat;
	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: 980px; 
		text-align: center; 
		margin: 0 auto;
		padding:0px;
		background-color:#ffffff;
		top: 0px;
		margin-top: -20px;
		}
div#mainContainer{
	width:970px;
	text-align:center;
	border-left:5px solid #FFFFFF;
	border-right:5px solid #FFFFFF;
	
}
div.topMenu{
	text-align:right;
	width:920px;
	position:absolute;
	float:right;
}
div.topMenu div{
	color:#FFFFFF;
	padding:20px;
	margin-top:15px;
	padding-right:0px;
	text-align:right;
}
div.topMenu div a{
	font-size:9pt;
	color:#FFFFFF;
}
div.menuPlace{
	text-align:center;
	background-image:url(../images/menuBg.gif);
	width:970px;
	background-position:top;
	background-repeat:repeat-x;
	background-color:#0072ad;
	}
div.menuPlace div{
	color: #FFFFFF;
	padding:11px;
	padding-top:10px;
}
div.menuPlace a{
	font-size:9pt;
	color:#FFFFFF;
	font-style:normal;
	font-weight:bold;
}
div.menuPlace a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}
div.content{
	text-align:left;
}
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;
}



