body {
	background: #eee;
	color: #444;
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	max-width:950px;
	min-width: 30em;
	text-align:center;
	margin:0 auto;
}

ul, p, ol, dl {
	margin-top:1em;
	line-height:1.5;
}

li {
	margin-left:2em;
}

th {
	background-color:#eee;
	text-align:left;
}

tr, th, td {
	border-bottom:1px solid #ccc;
}

a:link, a:visited {
	color:#a60305;	
}
a:hover {
	color:#d93519;	
}

fieldset {
	margin: 0.5em 0;
	border:0;
}

/* wrappers */

#wrapper { 
	text-align: left;
	margin: 0 auto; 
	background: #fff;
	border:1px solid #ccc;
	border-width:0 1px;
}

#wrapper1 {
	padding-left:7px;
	width: 100%;
	background: transparent url(/img/borders.png) repeat-y;
}

#wrapper2 {
	padding-right:7px;
	width: 100%;
	background: transparent url(/img/borders.png) right 0 repeat-y;
	text-align:left;
}

#center {
	margin: 0 170px 0 170px;
	padding:1em 15px;
}

#contentfloatholder {
	width:100%;
}

/* header */

#header {
	color: #fff; 
	height: 100px;
}

#header a#logo {
 	float:left;
	background:transparent url('/img/logo.jpg') no-repeat 0 50%;
	height:100px;
	width:550px;
	text-indent:-3000px;
}

#header form {
	margin:10px 0 0 0;
	width:190px;
	float:right;
	text-align:center;
}

#header form button {
	padding:0.1em 0.2em;
	display:inline;
	font-size:10px;
}



/* horizontal navigation */

#subnav {
	background: #5E5F8F url('/img/menu_bg.jpg') repeat-x; 
}

/* horizontal navigation */

#subnav ul {
	background: #5E5F8F url('/img/menu_bg.jpg') repeat-x; 
	border:1px solid #000;
	border-width:1px 0 1px 0;
	text-align:center;
	line-height: 2.5em;
	font-weight: bold;
	margin-top:0;
	clear:both;
}

#subnav ul li {
	margin:0;
	display: inline;
}

#subnav ul li a {
	color: #efefef;
	text-decoration: none;
	padding: 0.7em 2em;
}

#subnav ul li a:hover {
	color:#fff;
}

#categoriesmenu a.current {
	background:#B97BFF;
}

/* left */ 

#left {
	float:left;
	width: 170px;
	margin: 0 0 0 -5%;
	padding-bottom:2em;
}

#left h2, #right h2 {
	background-color:#ccc;
	color:#000;
	font-size:1.1em;
	margin:0;
	line-height:1.5em;
	padding-left:5px;
}

#left ul {
	background: #F4F4F4;
	border:1px solid #ccc;
	border-width:0 1px 1px 0;
	margin:0;
	padding:1em 0;
	list-style:none;
	line-height:2em;
}

#left li {
	margin:0;
}

#left li a, #left li a:visited  {
	color:#333;
	text-decoration:none;
	font-weight:bold;
	display:block;
	padding-left:20px;
}

#left li a:hover{
	background-color:#fff;
}


/* shoppingcart */

#right {
	float:right;
	width: 170px;
	margin: 0;
	padding-bottom:2em;
}	
	
#right #cart h2, #right #cart a.checkout  {
	background: #5E5F8F url('/img/menu_bg.jpg') repeat-x; 
	color:#333;
}

#right #cart h2 a {
	background: url('/img/icon_cart.png') center left no-repeat;
	color:#fff;
	display:block;
	padding:6px 0 7px 30px;
}

table.cart tbody td, th {
	border-right:1px solid #ccc;
	padding:1em;
}

tfoot td.total {
	background:#eee;
	border:1px solid #ccc;
}

.feature_top, .feature {
	text-align: center;
}

/* action buttons */

button, a.checkout  {
	background:#f90 url('/img/button_bg.jpg') 0 0 repeat-x;
	color:#333;
}

a.checkout:hover {
	color:#666;	
}


/* checkout */

#form-wrapper {
	background-color:#DFE4EE;
	border:1px solid #C6CFE1;
	margin-left:3px;
}


