html, body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	font-family:Verdana;
	font-size:10px;
	background:#9b9c97 url('img/bg.jpg') center top repeat-y;
}
td {
	font-family:Verdana;
	font-size:10px;
}
#container {
	width:900px;
	margin:0 auto;
	background:white url('img/c_bg.jpg') left top repeat-y;
	height:auto;
	min-height:100%;
	_height:100%;
}
.cls {
	clear:both;
}
#head {
	background:url('img/head.jpg') left top no-repeat;
	height:163px;
	position:relative;
}
#head marquee {
	width:500px;
	position:absolute;
	top:5px;
	right:3px;
	color:white;
}
#head marquee a {
	color:white;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.2em;
}

#head #menu {
	margin:0;
	padding:0;
	list-style-type:none;
	position:absolute;
	top:30px;
	right:0px;
}
#menu li {
	display:block;
	float:right;
	width:164px;
	height:34px;
	background:url('img/btn.jpg') left top no-repeat;
	line-height:24px;
	font-size:18px;
	font-weight:bold;
}
#menu li a {
	text-decoration:none;
	color:white;
	display:block;
	text-align:center;
	height:34px;
	line-height:24px;
}
#menu li a:hover {
	color:#DA8E52;
}
#menu li.selected {
	background-image:url('img/btn_s.jpg');
}
#menu li.selected a:hover {
	color:white;
}
#head h1 {
	width:450px;
	position:absolute;
	right:30px;
	/*bottom:40px; */
	top:100px;
	color:#DA8E52;
	margin:0;
	padding:0;
	text-align:right;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
}

#left {
	float:left;
	width:200px;
	background:url('img/left_bg.jpg') left top repeat-x;
	min-height:415px;
}

#left h2 {
	font-size:16px;
	color:#DA8E52;
	margin:10px 0 0 0;
	padding:0;
	text-align:center;
	font-weight:bold;
	margin-top:20px;
}

#left .product,
#left form {
	width:180px;
	margin:0 auto;
}
#left .product * {
	display:block;
	text-align:center;
}
#left .product img {
	display:block;
	width:170px;
	margin:5px auto;
	border:1px solid gray;
	padding:1px;
	background:white;
	cursor:pointer;
}

#left form {
	margin-bottom:20px;
}
#left form input {
	display:block;
	width:100px;
	margin:5px auto;
	font-family:Georgia;
}
#left form #search {
	width:170px;
}

#content {
	float:left;
	width:700px;
	background:white;
}
#content div.sub {
	margin:0.5em 3em;
	text-indent:1em;
	text-align:justify;
}
#content p {
	margin:0.5em 3em;
	text-indent:1em;
	text-align:justify;
}
#content .subcategories {
	list-style-type:square;
	margin:0 40px 1.5em 40px;
}
#content .subcategories li {
	margin-top:0.5em;
}
#content .subcategories li a {
	color:#DA8E52;
	text-decoration:none;
}
#content .subcategories li a:hover {
	text-decoration:underline;
}

#content .cat {
	margin:10px 30px;
	border:1px solid #DA8E52;
	padding:1px;
	overflow:hidden;
}
#content .cat a {
	display:block;
	text-decoration:none;
	background:#DA8E52 url('img/arr_d.gif') 5px center no-repeat;
	color:white;
	height:18px;
	line-height:18px;
	font-size:14px;
	padding:2px;
	text-indent:30px;
	margin:0;
	font-weight:bold;
}
#content .cat a.down {
	background-image:url('img/arr_u.gif');
}
#content .cat a:hover {
	text-decoration:underline;
}
#content .product {
	width:290px;
	float:left;
	margin:5px;
	border:1px solid white;
	padding:5px;
	cursor:pointer;
	min-height:75px;
	_height:75px;
}
#content .product td {
	border:0;
}
#content .product:hover, 
#content .product.hover {
	border:1px solid silver;
	background:#ebebeb;
}
#content .product img {
	display:block;
	height:60px;
	margin:0 auto;
	border:1px solid silver;
	padding:1px;
	background:white;
}

#content h2 {
	font-weight:normal;
	margin:10px;
	padding:0;
	text-align:center;
	color:#DA8E52;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#content .images {
	margin:10px 40px;
	overflow:hidden;
}
#content .images a {
	text-decoration:none;
}
#content .images img {
	display:block;
	height:100px;
	padding:1px;
	background:white;
	border:1px solid silver;
	margin:5px 10px;
	float:left;
	cursor:pointer;
}
#content table {
	width:95%;
	border:1px solid silver;
	margin:10px auto;
}
#content table td {
	font-family:Verdana;
	border:1px solid #E8B894;
	padding:2px 5px;
}
#content table td.label {
	background:#FAF0E7;
	font-weight:bold;
	width:150px;
	color:#DA8E52;
}