/** HTML Tag Styles **************************************/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body, html {
	height: 100%;
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #eee8aa;
}

p, ul, h1, h2, h3, h4 {
 margin: 0 0 1em 0;
 line-height: 1.3em;
}


h1 {
	color: #006699;
	font-size: 1.6em;
	font-family: georgia, times new roman, serif;
	text-align: center;
}

img {
	display: block;
}

a img {
	border: none;
}

/** Main IDs *********************************************/
#wrapper {
	width: 760px;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	background: url(/images/sidebar.gif) repeat-y #eee8aa 0px 0;
}
#header {
	background-image: url(/images/header.jpg);
	height: 200px;
	width: 760px;
	display: block;
	border-bottom: 1px solid #006699;
}

#body {
	padding-bottom: 20px;
	float: left;
}

#page {
	width: 640px;
	padding: 0 10px;
	padding-top: 20px;
	float: left;
}


#sidebar {
	width: 83px;
	padding-left: 1px;
	float: left;
}

#sidebar ul {
	list-style:none;
	font-family: georgia, times new roman, serif;
	font-weight: bold;
	font-size: 0.9em;
}

#sidebar li a {
	color: #006699;
	text-decoration: none;
	display: block;
	padding: 1em 5px 1em 7px;
}

#sidebar li a:hover {
	background-color: #c1c7e8;
}



#page_desc {
	margin-bottom: 1em;
}

.product_listing {
	float: left;
	padding: 0 32px 0 31px;
	width: 150px;
	height: 160px;
	text-align: center;
}

.product_listing a  {
	background-color: #cfdde3;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	display: block;
}

.product_listing a:hover {
	background-color: #c1c7e8;
}