* {
	margin: 0;
	padding: 0;
	}
body {
	color: #76705f;
	background: #fff;
	font: 11px/1.5em Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	position: relative;
	}
img, a img {
	border: none;
	}

a {
	color: #ff3000;
	text-decoration: none;
	}
a:hover, a:active {
	color: #ff3000;
	text-decoration: underline;
	}
p {
	margin: 5px 0 15px 0;
	}
h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 40px 0 20px 0;
	}
h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 20px 0 10px 0;
	}

ul, ol, dl {
	margin: 0 0 25px 0;
	}
ul {
	list-style: none;
	}
dt { 
	margin: 10px 0 0 0;
	}
dd { 
	margin: 0 0 3px 15px;
	}
#header {
	height: 111px;
	background: #fff url(/img/ui/header_1.jpg) top left no-repeat;
	overflow: hidden;
	}	
#nav { 
	position: absolute;
	top: 0;
	left: 177px;
	list-style-type: none;
	}
#nav li {
	float: left;
	}
#products {
	margin: 30px 0 0 15px;
	}
#products a {
	float: left;
	margin: 0 16px 0 0;
	}
#products img.prodimg {
	float: left;
	clear: left;
	margin: 0 4px 0 0;
	}
#products img.prodname {
	margin: 32px 0 0 0;
	}
#logo {
	position: absolute;
	top: 10px;
	left: 850px;
	width: 107px;
	height: 77px;
	}

#content {
	position: relative;
	margin: 0 0 0 68px;
	background: #fff;
	}
#main {
	width: 600px;
	margin: 35px 0;
	}
#imgwrap img {
	float: left;
	display: inline;
	}

#sidebar {
	position: absolute;
	top: 40px;
	left: 635px;
	width: 300px;
	}
#sidebar h3 {
	margin-top: 0;
	}

#footer {
	font-size: 10px;
	color: #ada4a2;
	padding: 10px 65px;
	background: #fff url(/img/ui/header_1.jpg) bottom left no-repeat;
	}
#footer p {
	margin-left: 110px;
	}

hr.hide {
	display: block;
	clear: both;
	margin: -0.5em 0;
	visibility: hidden;
	}
