body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 150px;
	background: url(/images/header.jpg) left top no-repeat;
}
#headermenu {
	position: absolute;
	top: 0px;
	left: 650px;
	margin: 0;
	color: #909090;
	font-size: 90%;
}
#headermenu a {
	padding: 0 10px 0 10px;
}
#headermenu a:link, #headermenu a:visited {
	color: #222222;
	text-decoration: none;
}
#headermenu a:hover {
	color: #909090;
	text-decoration: none;
}
#headeraddr {
	position: absolute;
	xtop: 32px;
	xleft: 675px;
	top: 28px;
	left: 720px;
	margin: 0;
	color: #222222;
	font-size: 90%;
	font-weight: bold;
	padding-left: 5px;
}
#menu {
	margin: 150px 0 0 181px;
	background: #359AE8 url(/images/menuT.gif) left top repeat-x;
	border-bottom: solid 1px #FFFFFF;
}
#menu2 {
	background: url(/images/menuB.gif) right bottom repeat-x;
	height: 21px;
	border-bottom: solid 1px #FFFFFF;
}
#menu>#menu2 {
	height: auto;
}
#menu a {
	display: block;
	float: left;
	padding: 4px 10px 4px 10px;
	font-size: 100%;
	font-weight: bold;
	border-left: solid 1px #CCE9FF;
	border-right: solid 1px #004184;
}
#menu b {
	display: none;
}
#menu a:link {
	color: #111111;
	text-decoration: none;
}
#menu a:visited {
	color: #111111;
	text-decoration: none;
}
#menu a:hover {
	background: #ADDCF8 url(/images/menuH.gif) left bottom repeat-x;
	color: #FFFFFF;
}
#menuclear {
	clear: both;
}
.popmenu {
	display: none;
	position: absolute;
	z-index:1;
}
.popmenu a {
	display: block;
	width: 170px;
	background: #76C4F4;
	padding: 3px 3px 3px 10px;
	font-size: 100%;
	font-weight: bold;
}
.popmenu>a {
	width: 146px;
}
.popmenu a:link, .popmenu a:visited {
	text-decoration: none;
	color: #222222;
}
.popmenu a:hover {
	background: #CCE9FF;
	color: #222222;
}
#sidebar {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 180px;
	background: #E2E2E2;
}
#submenu a {
	display: block;
	border-bottom: solid 2px #FFFFFF;
	padding: 4px 3px 4px 14px;
	font-size: 100%;
	font-weight: bold;
	width: 180px;
}
#sidebar>#submenu a {
	width: auto;
}
#submenu a:link {
	color: #222222;
	background: #CCCCCC;
	text-decoration: none;
}
#submenu a:visited {
	color: #222222;
	background: #CCCCCC;
	text-decoration: none;
}
#submenu a:hover {
	background: url(/images/submenuH.jpg) repeat-y;
}
#submenu .parent {
	padding-left: 3px;
}
#submenu .parent:link {
	color: #FFFFFF;
	background: #0065CE;
	text-decoration: none;
}
#submenu .parent:visited {
	color: #FFFFFF;
	background: #0065CE;
	text-decoration: none;
}
#submenu .parent:hover {
	color: #222222;
	background: url(/images/submenuH.jpg) repeat-y;
}
#submenu .brand {
	padding-left: 9px;
}
#submenu .brand:link {
	color: #FFFFFF;
	background: #0065CE;
	text-decoration: none;
}
#submenu .brand:visited {
	color: #FFFFFF;
	background: #0065CE;
	text-decoration: none;
}
#submenu .brand:hover {
	color: #222222;
	background: url(/images/submenuH.jpg) repeat-y;
}
#sidebar .button {
margin: 10px 0 0 5px;
}
#sidebar .login {
	display: block;
	width: 120px;
	height: 22px;
	padding: 0;
}
#sidebar .login img {
	margin: 0;
}
#sidebar .login:link, #sidebar .login:visited {
	background: url(/images/member.gif) 0px 0px no-repeat;
}
#sidebar .login:hover {
	background: url(/images/member.gif) 0px -22px no-repeat;
}
#main {
	position: relative;
	width: 100%;  /* required for IE to get correct abs placement */
}
#content {
	color: #333333;
	padding: 15px 200px 10px 215px;
}
#content h1 {
	font-size: 130%;
	color: #333333;
	margin-top: 0;
	margin-bottom: 10px;
}
#content h2 {
	font-size: 120%;
	color: #0065CE;
	font-style: italic;
	margin: 10px 10px 10px 10px;
}
#content h3 {
	font-size: 120%;
	color: #004184;
	margin-top: 10px;
	margin-bottom: 5px;
}
#content h4 {
	font-size: 120%;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 5px;
}
#content h5 {
	font-size: 110%;
	color: #0065CE;
	margin-top: 10px;
	margin-bottom: 0;
}
#content h6 {
	font-size: 110%;
	color: #004184;
	margin-top: 10px;
	margin-bottom: 0;
}
#content p {
	margin-top: 0;
	margin-bottom: 10px;
}
#content ul {
	margin-top: 0;
	margin-bottom: 10px;
}
#content ol {
	margin-top: 0;
	margin-bottom: 10px;
}
#content blockquote {
	float: right;
	width: 100px;
	border: dotted 1px #A3524F;
	margin: 3px;
	padding: 5px;
}
#content blockquote p {
	margin-top: 0;
	margin-bottom: 0;
}
#content a:link {
	color: #0000FF;
}
#content a:visited {
	color: #000080;
}
#content a:hover {
	color: #FF9900;
}
#content td {
	font-size: 0.8em;
}
#content td p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.products {
	background: #FFFFFF;
}
.products th {
	background: #bcc6fc;
	font-size: 0.8em;
	font-weight: bold;
}
.products td {
	background: #e9ecfe;
	font-size: 0.8em;
}
.price {
	text-align: right;
}
td.quantity {
	text-align: center;
}
td.atc, th.atc {
	background: #FFFFFF;
}
.products form {
	margin: 0;
}
.products input {
	font-size: 0.7em;
}
#features {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 180px;
}
.feature {
	margin: 0 0 10px 0;
	background: #E2E2E2;
	color: #222222;
	border: solid 2px #0065CE;
}
.feature h2 {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
.feature h2 a {
	display: block;
	padding: 3px 3px 2px 3px;
	font-weight: bold;
}
.feature h2 a:link, .feature h2 a:visited {
	text-decoration: none;
	background: #0065CE;
	color: #FFFFFF;
}
.feature h2 a:hover {
	text-decoration: none;
	color: #222222;
}
.feature p {
	font-size: 100%;
	padding: 5px 5px 0 5px;
	margin: 0;
}
.feature p.more {
	text-align: right;
	padding: 0 5px 5px 5px;
}
.feature p a:link, .feature p a:visited {
	color: #222222;
	text-decoration: none;
}
.feature p a:hover {
	color: #004184;
}
#footer {
	width: 100%;
	padding-top: 22px;
	background: #FF9900;
}
#footer table {
	border-top: solid 2px #FFFFFF;
	background: #CCCCCC;
}
#footer td {
	font-size: 0.7em;
	color: #444444;
	padding: 10px 5px 10px 5px;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #444444;
}
#footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#response {
	padding: 0.5em;
	width: 90%px;
	background: #eee;
}
#response div {
	clear: both;
	padding: 3px 0 0 0;
}
#form-error {
	color: red;
	font-weight: bold;
}
#response label {
	float: left;
	width: 8em;
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
}
#response input.submit {
	float: left;
	width: 7em;
	text-align: center;
}
#response input:focus, #response textarea:focus {
	background-color: #dedede;
}
#response .element {
	float: left;
}
