
body, div, p, h1, h2, h3, h4, h5, h6, form, fieldset, textarea, ul, ol, li, iframe {margin: 0; padding: 0;}

body {
	background: #FFFFFF url(../img/bg.png) repeat-x scroll left top;
	color: #6f6f70;
	font-family: Verdana,Helvetica,sans serif;
	font-size: 62.5%;
}

#page {
	margin: 20px auto 0 auto;
	width: auto;
	font-size: 1.2em;
	line-height: 1.4em;
}

#page-bg {
	background:transparent url(../img/page-bg.png) no-repeat scroll center top;
	margin: 0 auto;
	min-height: 500px;
	padding: 0 10px;
	width: 954px;
	position: relative;
}

#page-bg:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

h1 a {
	display: block;
	width: 46px;
	height: 46px;
	text-indent: -9000px;
	margin: 19px 0 0 16px;
	float: left;
}

h2 {
	background:transparent url(../img/main-title.png) 0 0 no-repeat;
	width: 750px;
	height: 29px;
	text-indent: -9000px;
	margin: 36px 0 0 17px;
	float: left;
}

div.col {
	width: 370px;
	clear: both;
	float: left;
	padding: 0 0 0 80px;
}

p {
	padding: 0 0 1.2em 0;
}

p.first {padding-top: 38px;}

a {color: #000000; text-decoration: none;}
a:hover, a:focus {text-decoration: underline;}

ul {
	list-style: none;
	float: left;
	width: 178px;
	margin: 0 0 0 140px;
	padding: 70px 0 0 0;
}

ul li {
	display: block;
	width: 178px;
	height: 17px;
	margin-bottom: 5px;
}

ul li a {
	display: block;
	width: 178px;
	height: 17px;
	background:transparent url(../img/menu-sprites.png) 0 0 no-repeat;
	text-indent: -9000px;
	outline: 0;
}

ul li#new a {background-position: 0 0;}
ul li#new a:hover {background-position: 0 -17px;}

ul li#own a {background-position: 0 -34px;}
ul li#own a:hover {background-position: 0 -51px;}

ul li#used a {background-position: 0 -68px;}
ul li#used a:hover {background-position: 0 -85px;}

#hero {
	position: absolute;
	left: 465px;
	top: 229px;
}


















