body {
	background : #FFFFFF;
	font: 1em Arial, Helvetica, sans-serif;
}

#page {
	width: 800px;
	background: #339999;
}

/*<group=Header>*/

#header {
	margin-right: auto;
	margin-left: auto;
	width: 400px;
	padding-bottom: 4px;
	height: 50px;
}

#title {
	width: 314px;
	height: 50px;
	background: url(../resources/hmtitle.png);
	float: left;
}

#header img {
	float: left;
}
	
/*</group>*/

/*<group=Navbar>*/

.navbar {
	text-align: center;
	font-size: 80%;
}

.navbar a {
	background: #339999;
	color: white;
	border-bottom: 2px solid black;
	text-decoration: none;
	border-right: 1px solid black;
	border-left: none;
	padding: 3px 6px 1px;
}

a.selected {
	background: #b9150d;
}
	
/*</group>*/

#content {
	width: 600px;
	background: white;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}

.product {
	background: #e1e1e1;
	font-size: .8em;
	padding-right: 5px;
	padding-left: 5px;
	clear: both;
	padding-bottom: 1px;
	margin-bottom: 15px;
}

.product h2 {
	padding-top: 5px;
}

.product img {
	float: left;
	padding-right: 8px;
}

.info h3 {
	text-align: left;
	padding-top: 50px;
	margin-bottom: 0;
}

.info {
	padding-bottom: 15px;
}

img.addcart {
	float: right;
	border: 0px;
	width: 106px;
	height: 24px;
}

/*<group=Footer>*/

#footer {
	margin-right: auto;
	margin-left: auto;
	width: 300px;
	text-align: center;
	margin-top: 15px;
}

#logo {
	width: 163px;
	height: 84px;
	background: url(../resources/splogo.gif);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -15px;
}

#footer h6 {
	color: #000e63;
}
	
/*</group>*/

/*<group=Cart>*/

#cart {
	background: #eaeaea;
	position: absolute;
	top: 96px;
	left: 720px;
	width: 147px;
	border: 2px solid #4b9798;
}

#cart h2 {
	text-align: center;
	margin-top: 3px;
	font-size: 18px;
	text-decoration: underline;
	margin-bottom: 3px;
}

#cart h3 {
	text-align: center;
	margin: 0;
	font-size: 14px;
}

.cart_item {
	font-size: 14px;
}

.cart_item h4 {
	font-size: 14px;
	font-weight: 300;
	margin-top: 0;
	margin-left: 2px;
	margin-bottom: 0;
}

.subtotal {
	background: #d6d6d6;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	float: right;
	padding-right: 2px;
}

#cart hr {
	color: #000000;
	height: 2px;
	background: #4b9798;
}

#checkout input {
	float: right;
	margin-bottom: 5px;
	margin-top: 6px;
}

#checkout label {
	font-size: 12px;
	text-align: left;
}

.cart_item a {
	display: inline;
}

.cart_item a:hover {
	background: #0021e7;
	color: white;
	padding-left: 2px;
}
	
/*</group>*/
