@charset "utf-8";

/* Tags */

body {
	background: url(../images/page-bg.jpg) repeat-x top center;
	margin: 0;
	font-size: 63.5%;
	font-family: Verdana, sans-serif;
	color: #333;
}

a {
	color: #c00;
	text-decoration: none;
	padding-bottom: 4px;
}

a:hover {
	border-bottom: dashed 1px #c00;
	padding-bottom: 3px;
}

p {
	font-size: 1.3em;
	line-height: 1.8em;
}

p, h3 {
	margin: 0 0 13px;
}

h1, h2, p.intro {
	margin: 0 0 26px;
}

h1, h2, h3 {
	font-family: Georgia, serif;
	font-weight: bold;
	font-style: italic;
	line-height: 1.8em;
}

h1 {
	font-size: 3.4em;
}

h2 {
	font-size: 2.1em;
}

h3 {
	font-size: 1.8em;
}

strong, a {
	font-family: Georgia, serif;
	font-style: italic;
}

/* Classes */

.clear-fix {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 0;
	font-size: 0pt;
}

.intro {
	font-family: Georgia, serif;
	color: #e98a51;
	font-size: 1.8em;
	letter-spacing: 1px;
	font-style: italic;
	text-align: justify;
}

.left-col {
	float: left;
	width: 463px;
	margin: 0 30px 0 10px;
	border-right: dashed 1px #666;
	padding-right: 30px;
}

.right-col {
	float: left;
	width: 256px;
}

.legal-note {
	font-size: 0.9em;
	color: #999999;
}

/* #header */

#header {
	height: 200px;
	width: 800px;
	margin: 0 auto;
	padding: 0 100px;
	background: url(../images/header-bg.png) no-repeat;
	background-position: 35px top;
}

#header img {
	margin: 20px 0 0 10px;
}

/* #main */

#main {
	width: 800px;
	margin: 0 auto;
}

#opening {
	margin: 20px 0 70px 200px;
}

#main-left {
 	margin-bottom: -64px;
	padding-bottom: 64px;
}

#main-right p {
	text-align: justify;
}

#ad-cont {
	border-top: dashed 1px #333;
	padding: 60px 48px 0;
	width: 160px;
}

/* #brands-list */

#brands-list {
	list-style: none;
	margin: 0;
	padding: 10px 0 0;
}

#brands-list li {
	background: url(../images/brands-item-bg.png) top left no-repeat #efefef;
	padding: 0;
}

#brands-list div.brands-item-inner {
	background: url(../images/brands-item-inner-bg.png) bottom left no-repeat;
	padding: 30px 10px;
}

#brands-list img {
	border: dashed 1px #ccc;
	min-height: 1px;
}

#brands-list img{
	float: right;
	margin: 0 0 0 10px;
}

#brands-list li.img-wide img{
	float: none;
	margin: 0 0 10px;
}

/* #footer */

#footer {
	width: 800px;
	height: 90px;
	margin: 0 auto;
	padding: 110px 100px 0;
	background: url(../images/footer-bg.png) no-repeat;
	background-position: 9px bottom;
}

#footer-left
{
	border-color: #333;
}

#footer a {
	color: #999;
	border-color: #999;
}
