body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #444;
}

a:active, a:hover {
	color: #222;
	text-decoration: underline;
}

ul {
	list-style-position: inside;
}

#splash {
	position: absolute;
	top: 100px;
	left: 150px;
	z-index: 1;
}

#splash #logo {
	background-image: url(images/logo.gif);
	width: 201px;
	height: 67px;
}

#splash address {
	margin-top: 20px;
	font-style: normal;
	color: #fff;
	font-size: 11px;
}

#splash address a {
	color: #fff;
	text-decoration: none;
}

#splash address a:hover {
	text-decoration: underline;
}

#tree {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
	background-image: url(images/tree.gif);
	width: 410px;
	height: 538px;
}

#header {
	height: 95px;
	background: #241983 url(images/header.gif) no-repeat;
}

#navigation {
	width: 180px;
	padding-left: 20px;
	float: left;
	font-size: 13px;
}

#navigation ul {
	margin: 0 10px 10px 10px;
	padding: 0;
	list-style-type: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#navigation ul li {
	text-transform: uppercase;
	margin-bottom: 1em;
}

#navigation ul li a:hover, #navigation ul li a:active {
	text-decoration: none;
}

#main {
	margin-top: 50px
}


#content {
	margin: 0 20px 0 200px;
}

#content p {
	margin-top: 0px;
}

#content img {
	float: right;
	margin: 0 0 20px 20px;
}

table {
	margin-right: 80px;
}

th {
	background-color: #241983;
	color: #EBEBEB;
	padding: .5em .75em;
}

td {
	padding: 8px;
}

.category h2 {
	margin: 0;
	text-align: left;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 13px;
}

.product {
	padding-right: 30px;
	font-size: 10px;
}

.product h3 {
	
}

.product img {
	float: left;
	margin: 0 10px 3px 0;
	border: 3px solid #ddd;
}

.price {
	font-weight: bold;
	font-size: 12px;
}

.quantity {
}

.quantity input {
	text-align: right;
}

.subtotal {
	text-align: right;
	width: 50px;
}

.total {
	text-align: right;
	vertical-align: top;
}

.checkout {
	text-align: center;
}
