@charset "utf-8";
/* CSS Document */

body {
	background: #84002e;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color: #f2f5ed;
}
#wrapper{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align:center;
	
}
a{
	color:#FFC200;
	text-decoration:none;
	font-weight: bold;
}
a:hover{
	color: #ff5b00;
}

p#subtitle{
	width: 100%;
	text-align: right;
	font-size: 30px;
	margin-top: -20px;
}
/**Navigation **/

ul#navigation{
	display:block;
	padding:0;
	background:#4ac0f2;
	
}

ul#navigation li{
margin-left:10px;
display: inline;
list-style: none;
background-color: #4ac0f2;
border-top:thin #999999;
border-right:thin #999999;
padding:5px;
cursor:pointer;
}
/** Footer **/
ul#footer{
	display:block;
	padding:0;
}

ul#footer li{
font-size: .8em;
margin-left:10px;
display: inline;
list-style: none;
background-color: #84002e;
border-top:thin #999999;
border-right:thin #999999;
padding:5px;
cursor:pointer;
}

#content{
}

#content p, #content ul, ol{
	font-size: 150%;
	text-align:left;
}

.objectdetails{
	padding: 10px;
	text-align:left;
}
form.addtocart{
	float:left;
}

#viewcart{
	text-align:right;
}
span.sold{
	font-weight: bold;
}

