
* {
	font-family: Sans-Serif;
	font-size: 12px;
	color: #000000;
}

body {
	background-color: white;
	margin: 0px;
}

h1 {
	color: #f5c07a;
	margin: 0px;
	margin-left: 67px;
	font-size: 14pt;
}

OL {
	margin: 5px;
}

OL LI {
	font-size: 0.9em;
}

A {
	color: #000000;
	font-style: italic !important;
	text-decoration: none;
}

A B {
	color: #b6b7b8;
	font-weight: normal;
}

#container {
	/*width: 778px;
	margin-left: auto;
	margin-right: auto;*/
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}

#header {
	margin-top: 22px;
	margin-left: 600px;
	margin-bottom: 16px;
}

#navbar {
	width: 100%; 
	background-repeat: repeat-x; 
	background-position: top;
}

#content {
	padding-right: 15px;
	padding-bottom: 45px;
}

#content P {
	padding-left: 135px;
}

#content P.top {
	margin-top: 0px;
}

#content P.heading {
	font-weight: normal;
	font-size: 14px;
}

#footerbar {
	width: 100%; 
	background-repeat: repeat-x; 
	text-align: right;
}

#footer {
	margin-bottom: 12px;
}

IMG.left {
	padding-right: 10px;
	float: left;
}

IMG.right {
	padding-left: 10px;
	float: right;
}

TABLE.list {
	width: 100%;
	font-size: 10px;
}

TABLE.list TD,TH {
	padding: 1px 1px 1px 0px;
}

TABLE.list THEAD TH {
	text-align: left;
	background-color: #f1ab4d;
	text-transform: uppercase;
	border-bottom: 1px solid #000000;
}

TABLE.list TBODY TH {
	text-align: left;
	background-color: #fbef86;
	text-transform: uppercase;
	border-bottom: 1px solid #000000;
	font-weight: normal;
	font-size: 1.2em;
}

TABLE.list TBODY TD {
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #000000;
}

TABLE.product-stats TD {
	vertical-align: top;
	white-space: nowrap;
	font-size: 0.8em;
}

TABLE.product-stats TD A {
	font-size: 1em;
	text-decoration: none;
	font-style: normal !important;
}

TABLE.product-stats TD A:hover {
	color: #efa94d;
}

TABLE.sitemap {
	width: 100%;
	text-align: left;
}

TABLE.sitemap THEAD TH {
	font-size: 2em;
	padding-bottom: 50px;
}

TABLE.sitemap TBODY TH {
	background-color: #ffe7ca;
	font-size: 1.2em;
	padding: 2px 5px;
}

TABLE.sitemap TBODY TD {
	font-size: 1em;
	padding: 5px;
	padding-left: 100px;
}

TABLE.sitemap A {
	font-style: normal !important;
}