body{
	background: #000;
	color: #FFF;
}
a:link, a:visited {
	color: #264DF0;
}
a:hover {
	color:#66FF99;
}
#wrapper {
	position: absolute;
	width: 700px;
	left: 50%;
	margin-left: -350px;
	top: 30px;
	text-align: center;
}
#main_outer {
	border: 1px solid #666;
	padding: 2px;
	text-align: left;
	margin-top: 0px;
}
#main {
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(/images/bg_gradient.gif) repeat-x #000;
	padding-left: 20px;
}
#main p{
	
}
#nav_container{
	margin-left: -20px;
	padding-top: 4px;
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid #444;
}
#nav {
	list-style: none;
	display: inline;
	font-size: 14px;
	
}
#nav li {
	position:relative;
	display: inline;
	/* hide from IE mac \*/
	float:left;
	/* end hiding from IE5 mac */
	margin: 0;
	margin-left:23px;
	padding: 0;
}
#nav a, #nav a:visited {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:none;
	color: #FFF;	
}
#nav a:hover, #nav a.selected, #nav a:hover.selected {
	color: #264DF0;
	text-decoration: none;
	border-bottom: 5px solid #888;
	padding-bottom: 4px;
}
#nav a:active {
	color: #CC0000;
}
h1{
	margin-bottom:0px;
	font-size: 22px;
}
hr{
	color: #000;
	background: #000;
	border-bottom: 1px solid #333;
}
h2{
	margin-top: 0px;
	font-size: 16px;
	font-weight:normal;
	
}
h3{
	margin-top: 0px;
	font-size: 14px;
	font-weight:normal;
	letter-spacing: -0.01em;
}
.product{
	border: 1px solid #FFF;
}
.product_l{
	float: left;
}
.spacer{
	clear: both;
}
.addtocart{
	background: url(/images/bg_gradient.gif) repeat-x #000;
}
.price{
	font-size: 18px;
}
.addtocart_outer{
	border: 1px solid #FFF;
	padding: 2px;
}
input {
	background: #DDD;
	border: 1px solid #EEE;
}
input.addbutton{
	width: 150px;
	float: right;
}
.topmsg{
	border: 1px solid #555;
	border-bottom:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	padding: 2px;
}
.topmsg_inner{
	background: url(/images/bg_top.gif) bottom repeat-x #000;
	padding: 4px;
}
.cart_bg1{
	background: #333;
	color: #264DF0;
}
.cart_header{
	background: url(/images/bg_top.gif) bottom repeat-x #444;
	color: #264DF0;
	border: 1px solid #444;
	
}
.small{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#888888;
}

#footer{
	width: 350px;
	height: 70px;
	background: url(images/bg_bottom.gif) top left no-repeat;
	padding-left: 8px;
	padding-top: 4px;
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #aaa;
	float: left;
	clear: none;
}
#footer a:link, #footer a:visited {
	color: #aaa;
	text-decoration:none;
}
#footer a:hover {
	color: #264DF0;
}
