@import 'reset.css';
* {
	margin: 0;
}

html, body {
	height: 100%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: 3px solid #feef02;
	background-image: url(../img/content-bg.jpg);
	background-position: 0 173px;
	background-repeat: repeat-x;
}

p {
	line-height: 1.76em;
}

a {
	color: #ff0000;
}

a:hover {
	text-decoration: none;
}

strong {
	font-weight: bold;	
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -31px auto; /* the bottom margin is the negative value of the footer's height */
	width: 774px;
}

#footer, #push {
	clear: both;
	height: 30px; /* #push must be the same height as #footer */
}

#header {
	width: 100%;
	height: 195px;
	position: relative;
}

#header img {
/*	margin-top: 22px;*/
	margin-left: 22px;
	margin-bottom: 26px;
}

#header div.van {
	position: absolute;
	right: -20px;
	top: 0;
}

#header ul {
	margin-left: 22px;
	margin-bottom: 45px;
	position: relative;
}

#header ul li {
	display: block;
	float: left;
	margin-right: 3px;
}

/*#header ul li ul {
	display: none;
}*/


#header ul li a {
	display: block;
	float: left;
	line-height: 22px;
	padding: 0 11px;
	background-color: #dedede;
	color: #999999;
}

#header ul li.active a {
	background-color: #ff0000;
	color: #feef02;
}

#header ul li/*.active*/ ul {
	display: block;
	margin: 0;
	position: absolute;
	top: 22px;
	left: -22px;
	width: 757px;
	padding-left: 30px;
	background-color: #ff0000;
}

#header ul li/*.active*/ ul li {
	display: inline;
	float: none;
	color: #feef02;
}

#header ul li/*.active*/ ul li a {
	display: inline;
	float: none;
	padding: 0;
	background-color: #ff0000;
	color: #feef02;
}

#header a {
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#categories {
	clear: both;
	width: 100%;
}

#categories ul {
	margin-left: 33px;
	width: 774px;
	margin: 0 auto;
	text-align: center;
}

#categories ul li {
	display: inline;
	line-height: 22px;
	color: #999999;
}

#categories li a {
	color: #999999;
	text-decoration: none;
}

#categories li a:hover {
	text-decoration: underline;
}

#content {
	clear: both;
	width: 100%;
}

#main, #block {
	/*padding-top: 22px;*/
	/*margin-left: 22px;*/
	float: left;
}

#main {
	width: 540px;
}

#main h1 {
	color: #ff0000;
	font-size: 18px;
	font-weight: bold;
}

#main h1.large {
	font-size: 24px;
}

#main p {
	margin: 12px 0;
}

#main p.highlight {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

#block {
	width: 184px;
	margin-left: 50px;
}

#block img.no-check {
	margin-top: 36px;
}

#block img.its-simple {
	margin-top: 28px;
}

#block img.no1 {
	margin-top: 17px;
}

#block dl {
	width: 184px;
	background-color: #f0f0f0;
	padding-bottom: 5px;
	margin-top: 35px;
	margin-bottom: 140px;
}

#block dt, #block dd {
	display: block;
	line-height: 32px;
	font-size: 12px;
}

#block dt {
	background-color: #ff0000;
	color: #ffff00;
	padding-left: 20px;
	font-weight: bold;
}

#block dd {
	padding: 2px 0;
	border-top: 1px dotted #cccccc;
	width: 127px;
	margin: 0 20px;
	padding-left: 13px;
}

#block dd.first {
	border-top: none;
	margin-top: 5px;
}

#footer {
	clear: both;
	background-color: #f0f0f0;
	border-top: 1px dotted #cccccc;
	width: 100%;
}

#footer ul {
	margin-left: 33px;
	width: 774px;
	margin: 0 auto;
	text-align: center;
}

#footer ul li {
	display: inline;
	line-height: 30px;
	color: #999999;
}

#footer li a {
	color: #999999;
	text-decoration: none;
}

#footer li a:hover {
	text-decoration: underline;
}

#main div.products {
	border-top: 1px dotted #cccccc;
	margin-top: 25px;
	padding-top: 25px;
}

#main div.products li {
	display: block;
	float: left;
	width: 170px;
	height: 265px;
	margin-right: 10px;
	position: relative;
}

#main div.products li h2 a, #main div.products li h2 {
	display: block;
	background-color: #959595;
	line-height: 32px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#main div.products li img {
	width: 148px;
	margin: 10px;
	border: 1px solid #000000;
}

#main div.products li a img.view {
	width: auto;
	border: none;
	float: right;
	position: absolute;
	bottom: 5px;
	right: 0;
}

#main div.products li p a {
	display: block;
	width: 152px;
	margin: 10px;
	color: #000000;
	text-decoration: none;
	line-height: 1.35em;
}

#main div.products li p.price {
	font-weight: bold;
	float: left;
	width: auto;
	font-size: 13px;
	position: absolute;
	bottom: 2px;
	left: 0;
}

#main.products {
	width: 766px;
}

#main.products div.products {
	/*border-top: none;*/
	margin-top: 0;
	/*padding-top: 0;*/
}

#main.products div.products.no-border {
	border-top: none;
	padding-top: 0;
}

#main div.listing h1, #main div.listing h2 {
	display: block;
	background-color: #959595;
	line-height: 32px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	padding-left: 10px;
	width: 525px;
}

#main div.listing img {
	border: 1px solid #333333;
	margin: 10px;
}

#main div.listing ul {
	margin-left: 5px;
}

#main div.listing ul li {
	float: left;
}

#main div.listing ul li img {
	margin: 5px;
}

#main div.listing p {
	margin-left: 10px;
}

#map {
	margin: 0 10px;
	width: 509px;
	height: 300px;
	border: 1px solid #333333;
}

dl#login {
	padding: 15px;
	border: 10px solid #cccccc;
	font-size: 14px;
	line-height: 32px;
}

dl#login input {
	width: 300px;
	border: 1px solid #999999;
	padding: 3px;
}

dl#login dt {
	float: left;
	width: 100px;
}

dl#login dd.submit input {
	width: auto;
	margin-left: 100px;
}

dl#login div#flash {
	padding: 3px;
	padding-left: 15px;
	margin: 10px 0;
}

dl#login div.good {
	background-color: #e2f9e3;
	border: 1px solid #99cc99;
	color: #006600;
}

dl#login div.bad {
	background-color: #cc0000;
	border: 1px solid #cc9999;
	color: #ffffff;
}

div.listing div.details {
	clear: both;
}

ul#sitemaplist { margin-left: 20px; }
ul#sitemaplist li {margin:5px 0;
list-style-type:disc}
ul#sitemaplist ul{ margin-left: 20px; }


