@charset "utf-8";
/* CSS Document */
html {}
body {
	margin: 0px;
	padding: 0px;
	background-color: #d1d1b8;
	font-family: Arial, Helvetica, sans-serif;
	font-size:75%;
	background-image: url(/img/bk.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width:780px;
	height:auto;
	float:inherit;
}
#nav {
	background-image:url(/img/nav_bk.png);
	background-repeat:repeat-x;
	width: 775px;
	height: 40px;
	padding:0px 0px 0px 5px;
	margin: -40px 0px 0px 0px;
	float:left;
	z-index: 2;
	font-weight:bold;
	font-size: 1.2em;
	line-height: 40px;	
}
#nav a {
	text-decoration:none;
	color:#000000;
	padding:0px 0px 0px 5px;
}
#nav a:hover {
	text-decoration:none;
	color: #999999;
	padding:0px 0px 0px 5px;
}
#content {
	width: 760px;
	padding:10px 10px 10px 10px;
	margin: 20px 0px 0px 0px;
	float:left;
	z-index: 1;
	background-color:#FFFFFF;
}
#content a {text-decoration:none;
color: #999999;}
#content a:hover {text-decoration:none;
color: #FF9900;}
#terms {
	width: 760px;
	padding:10px 10px 10px 10px;
	margin: 20px 0px 0px 0px;
	float:left;
	z-index: 1;
	color: #999999;
	font-size: 1em;
}
#terms a {
	text-decoration:none;
	color: #999999;
	}
.brands {
	width: 365px;
	height: 310px;
	padding:10px 10px 10px 10px;
	margin: 20px 0px 0px 0px;
	float: left;
	z-index: 1;
	background-color:#FFFFFF;
	background-image:url(/img/brands_bk.gif);
	background-repeat:repeat-x;
}
#left {
	width: 500px;
	padding:0px;
	margin:0px;
	float:left;
	z-index: 1;
	background-color:#FFFFFF;
}
#right {
	width: 240px;
	padding:5px;
	margin: 0px 0px 0px 10px;
	float:left;
	z-index: 1;
	color:#999999;
	font-size: 0.9em;
	background-color: #E6E6D9;
}
#right a {
	text-decoration:none;
	color: #000000;
	}