/*************************************************
  Global Setup
*************************************************/

*, html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Comic Sans MS, cursive, Verdana, Arial, Helvetica, sans-serif;
	background: #98bb29; /* white */
	color: white;
	margin: 0px;
	padding: 0px;
	/*background: #660000;*/
}

a, a:visited {
	color: white; /* black */
	text-decoration: underline;
}

a:active, a:hover {
	text-decoration: none;
}

img {
    border: 0;
    margin: 10px;
}

/*************************************************
  Layout
*************************************************/

#container {
	margin: 0px;
	padding: 0px;
	width: 760px;
	/*text-align: center;*/
	margin-left: auto;
	margin-right: auto;
	/*text-align: left; IE FIX */
}

#main {
	background: black; /*#AAAAAA;*/
	/*border-right: 10px solid black;*/
}

#header {
	background: url(logo.png) no-repeat top center; /* white, #CCCCCC;*/
	padding: 5px 10px 5px 10px;
	text-align: center;
	height: 75px;
	/*border-bottom: 3px solid blue;*/
	/*border-bottom: 1px solid #333333;*/
	/*border: 1px solid black;*/
}

#header h1 {
	font-size: 2em;
}

#sidebar {
	float: left;
	width: 160px; /* 160 - padding*2 */
	background: black; /*#DDDDDD;*/
	/*padding: 10px;*/
	/*border: 1px solid black;*/
}

#content {
	float: right;
	width: 575px; /* 600 - border-right - padding*2 */
	background: black; /*white; #EEEEEE;*/
	/*border-right: 5px solid #555555;*/
	padding: 10px;
	font-size: 90%;
	/*border-top: 1px solid white;*/
	/*border: 1px solid black;*/
}

#footer {
	clear: both;
	background: black; /*white; #BBBBBB;*/
	padding: 5px 10px 5px 10px;
	font-size: 70%;
	/*border-top: 3px solid blue;*/
	/*border: 1px solid black;*/
}

/*************************************************
  Menu
*************************************************/

ul.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	font-weight: bold;
}

ul.menu li {
	/*background: green;*/
	/*border-bottom: 1px solid white;*/
	/*padding: 10px;*/
}

ul.menu #first {
	/*border-top: 1px solid white;*/
}

ul.menu li a {
	display: block;
	padding: 5px;
	text-decoration: none;
	/*background: green;*/
	color: white;
}

ul.menu li a.selected {
	/*background: blue;*/
	color: #98bb29;
}

ul.menu li a.selected:hover,
ul.menu li a:hover {
	/*background: red;*/
	color: #98bb29;
}

h1 {
	font-size: 1.5em;
}

/*************************************************
  Page
*************************************************/

.page {
	margin-bottom: 10px;
}

.page h1 {
	margin-bottom: 5px;
}

.page p {
	
}

/*************************************************
  Category
*************************************************/

.category {
	margin-bottom: 10px;
}

.category h1 {
	margin-bottom: 5px;
}

.category p {
	
}

/*************************************************
  Product
*************************************************/

.product {
	margin-top: 15px;
    margin-bottom: 5px;
}

.product h3 {
	margin-bottom: 5px;
}

.product p {
	
}

.product p.description {
	margin-bottom: 5px;
}

/*************************************************
  Shopping cart
*************************************************/

.cart {
    /*font-size: 0.7em;*/
    margin-bottom: 10px;
}

.cart h1 {
    margin-bottom: 10px;
}

.cart p {
    
}

.cart .table {
    /*font-size: 0.7em;*/
}

.cart th {
    font-size: 1em; /*0.85*/
}

.cart td {
    font-size: 0.85em; /*0.7*/
}

.cart td.c {
    text-align: center;
}

p.cart-large {
    font-size: 1.2em;
    font-weight: bold;
}
