html, body {
/*	overflow: hidden;*/
}

body {
	margin: 0px;
	background-color: #000;
	background-image: url(../images/l/html_bg.gif);
}

body,td {
	font: 8pt Verdana, Helvetica, Sans-serif;
	color: #fff;
}

/* layout */

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 919px; /* 919-160 */
	/*height: 675px;*/ /* 675-30 */
		
	margin-top: 30px;
/*	padding-left: 160px;*/
}

#banner {
	margin-top: 20px;
	margin-bottom: 20px;
}

#randomProductHome {
	text-align: center;
	width: 240px;
}

#menu {
	width: 640px;
	text-align: center;
	padding-bottom: 10px;
}

#menu p {
	margin:0;
	font-size: 7.5pt;
}

#categories {
	float: left;
	padding-left: 15px;
	width: 160px;
}

#categories a {
	display: block;	
	border-bottom: 1px dotted #aaa;
	padding-top: 5px;
	padding-bottom: 5px;
}

#categories a.lastCategory {
	border-bottom: none !important;	
}

#innerCategories {
	width: 150px;	
}

#contentWrapper {
	background-color: #000;	
}

#content {
	float: left;
	width: 730px;
/*	height: 348px;*/
	border: 0px solid red;
/*	overflow-y: auto;*/
	min-height: 348px;
	padding-right: 10px;
}

table#productList td.productListItem {
	width: 170px;	
}

#menu p {
	font-weight: bold;
	text-transform: uppercase;
}

#menu p a {
	color: #fff;	
	margin-left: 5px;
	margin-right: 5px;
}

#menu p a:hover {
	text-decoration: underline;
}

/* links */
a {
	text-decoration: none;
	color: #999999;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

/* headings */
h1 {
	margin-top: 0px;
	font-size: 13.5pt;
}
h2 {
	margin-top: 0px;
	font-size: 11pt;
}

/* forms */
form {
	margin: 0;
}

input,select,textarea {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
	background-color: #efefef;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

.clickable,input.button {
	cursor: pointer;
}

input.button {
	font-weight: bold;
	border: 1px solid #000;
}

input.checkbox {
	background-color: transparent;
	border: 0px;
}

/* error displays */
span.error, li.error, p.error, div#verify_errors ul li span {
	color: #f00;
}

input.error,select.error,textarea.error {
	background-color: #ff8080;
}

input.disabled,select.disabled,textarea.disabled {
	background-color: #d4d0c8;
}

table#productList td.productListItem {
	font-size: 8pt;
}

div.spacer {
	clear: both;
}

#footer {
/*	padding-top: 10px;*/
	width: 919px;
}

#footerLeft, #footerRight {
	background-color: #0000b2;
	float: left;
}

#footerLeft {
	width: 500px;
}

#footerRight {
	width: 419px;
	text-align: right;
}
