@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	background-color:#8de7ff;
	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: 962px; 
		text-align: center; 
		margin: 0 auto;
		padding:0px;
		background-color:#ffffff;
		}
div#mainContainer{
	width:960px;
	text-align:left;
	margin: 0px auto;
}
div.topMenu{
	text-align:right;
	width:940px;
	top:85px;
	position:absolute;
	float:right;
}
div.topMenu div{
	width: 940px;
	color:#000000;
	padding:10px;
	text-align:right;
}
div.topMenu div a{
	font-size:9pt;
	color:#000000;
}
div.menuPlace{
	text-align:center;
	border-top:solid 1px #FFFFFF;
	background-image:url(../images/menuBg.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#6bcef7;
	}
div.menuPlace div{
	color: #FFFFFF;
	padding:11px;
	padding-top:10px;
}
div.menuPlace a{
	font-size:9pt;
	color:#FFFFFF;
}
div.menuPlace a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}
div.content{
}
div.conLeft{
	float:left;
	width:630px;
}
div.conRight{
	float:right;
	width:330px;
}
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;
}
#copyright #terms a
						{
						color: #ffffff;						
						text-decoration: none;
						}						


