body {
	background-color: #c4d9e0;
	background: #c4d9e0 url(../images/bodybg.gif) no-repeat center top;
    background-size: cover;
    min-height: 1550px;
}

.container {
	width: 800px;
	margin: 40px auto;
}

#header {
	height: 160px;
	background: url(../images/headerbg.gif) repeat-y left top;
	padding: 20px;
	color: #fff;
}

#topnav {
	padding: 5px 10px;
	background-color: #000;
	font-size: 16pt;
	text-align: center;
}

#topnav a, #topnav a:visited {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

#topnav img {
	vertical-align: middle;
}

#content {
	min-height: 500px;
	background-color: #fff;
	padding: 20px;
	font-size: 13pt;
}

#content h2 {
	font-size: 18pt;
}

/* Footer elements
*************************************/

#footer {
clear: both;
	height: 220px;
	background: url(../images/footerbg.gif) repeat-y left top;
	padding: 20px;
	font-size: 12pt;
	color: #fff;
	text-align: center;
}

#footer a, #footer a:visited {
	color: #fff;
}

#footer .innerFooter {
	text-align: left;
	width: 180px;
	float: left;
	margin: 0 0 0 50px;
	padding: 0 10px;
}

#footer .innerFooter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.innerFooter small {
	font-size: 8pt;
}

.innerFooter img {
	padding: 4px 0;
}

/* Header elements
************************************/
#logo {
	margin: 0 20px 0 0;
}

#creditcards {
	padding: 5px 10px;
	vertical-align: top;
}

#badge {
	position: absolute;
	display: inline;
	float: right;
	width: 160px;
	height: 160px;
}

#badge img {
	position: relative;
	top: -50px;
	left: 15px;
}

h1 {
	margin: 0 0 0 60px;
	font-size: 16pt;
	font-weight: bold;
	color: #fff;
}

#subheader1 {
	float: right;
	text-align: right;
	font-size: 18pt;
	font-style: italic;	
	margin: 40px 0 0 0;
}

#subheader2 {
	float: right;
	text-align: right;
	font-size: 12pt;
	font-style: italic;
}

.money {
	color: #090;
}

/* Sidebar
*************************************/

#sidebar {
	margin: 10px 5px 0 0;
	width: 260px;
}

/* Products
************************************/

#products {
	width: 500px;
	height: 100%;
	text-align: center;
	display: inline-block;
}

#products ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#products li {
	width: 240px;
	height: 300px;
	float: left;
}

#products .productName {
}

#products .productImage {
}

#products .productBuy {
	margin: 5px 0 0 0;
}

.shopping-cart fieldset {
    padding: 0;
}
#jcart-tooltip {
    display: none;
}