body { font:12px/1.45em "Lucida Grande", Verdana, Arial, sans-serif; }

body { background: #002500 url(http://s3.amazonaws.com/wrightcms/assets/53/Background.png) repeat-x top; }

p#login { display:none }

.odd  { background-color: #eee; }
.even { background-color: #ccc; }

#header, #navigation { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 {
  margin: 0; padding: 0 0 0.5em 0; }

/******************************************************************************/

#header h1 { padding: 0; color:white; }
#header h1 a { color: white; text-decoration:none; }
#header h1 a:hover { color:white text-decoration:underline; }

#navigation { padding-bottom: 10px; background-color:black;}
#navigation a { color: white; text-decoration:none; }
#navigation a:hover { text-decoration:underline; }
#navigation ul { margin:0; padding: 0; }
#navigation ul li { list-style-type:none; display: inline; margin: 10px; padding: 10px;}

#container {
  width: 800px;
  margin:2em auto;
  background:white;
	border:2px solid black;
}

#cart_status { float:right; color: #999; padding: 10px; }
#cart_status a { color: white; text-decoration:none; }
#cart_status a:hover { text-decoration:underline; }

#header { background-color: black; padding:20px;}

#content { overflow:auto; padding: 10px; }
#content h1 { line-height:120%; }

p#login { display:none; }


#primary { width: 500px; float:left; }

.product { padding: 0.5em; }

#product_variations { border: 3px solid #ccc; margin: 0; padding: 1em; padding-bottom: 0; }
#product_variations ul { margin: 0; padding: 0; }
#product_variations ul li { padding-left: 1em; list-style-type:none }
#product_variations ul li:last-child { margin-bottom: 1em; }


