@charset "UTF-8";

*	{
	margin:0;
	padding:0;
	list-style:none;
	}
	
body	{
	text-align: center;	
	background:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	}	
	
h3	{
	color: #777777;
	}
	
#wrapper	{
	width:1010px;
	float:left
	}
	
#colLeft	{
	width:350px;
	float: left;
	position: absolute;
	top: 0px;
	z-index: 0;
	left: 0px;
	}	
		
#colLeft img	{
	border: none;
	}
	
#colLeft a	{
	font-size:150%;
	color:#000033;
	text-decoration: none;
	font-weight: bolder;
	}

#colLeft a:hover	{
	color: #000099;
	}
	
#colLeft ul li	{
	text-align:right;
	line-height:1.75em;
	padding:0 70px 15px 0;
	}	

#colRight	{
	width:650px;
	float: right;
	padding:0 0 30px 0;
	}	
	
#subNav	{
	padding: 15px 0;
	}	

#subNav	li	{
	display: inline;
	font-size: 125%;
	margin:0 20px;
	}

#subNav a	{
	color:#333333
	}

#subNav a:hover	{
	color:#999999
	}

.arrows	{
	float: left;
	height: 100%;
	z-index: 0;
	margin-top: 166px;
	left: 350px;
	position: absolute;
	top: 0px;
	}

#arrow2	{
	margin-top: 210px;
	}
	
#arrow3	{
	margin-top: 248px;
	}
	
#arrow4	{
	margin-top: 292px;
	}

#arrow5	{
	margin-top: 335px;
	}
	
#arrow6	{
	margin-top: 378px;
	}	
	
#theBox	{
	background-color: #E6E6E6;
	margin: 117px 0 0 0;
	padding-bottom: 20px;
	z-index: 3;
	}	
	
#content p	{
		line-height:1.5em;
		margin-bottom:1.5em;
	}	
	
#theGoods	{
	background-color: #FFFFFF;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	padding: 24px 18px;
	width: 85%;
	text-align: left;
	}

.blueEm	{
	color: #000066;
	font-size: 115%;
	}
	
.buyButton	{
	position:absolute;
	top:35px;
	left:925px;
	}

.buyButton img	{
	border:none;
	}	
	
#theBar	{
	text-align: center;
	}

#theBar img{
	border:none;
	}

#footer	{
	margin:15px 0 0 10px;
	clear: both;
	}

#footer p	{
	font-size:75%;
	}