@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background: #1a1a1a url(../images/bg_top.jpg) top left repeat-x;
}

#wrapper {
	margin: 0 auto;
	width: 720px;
	background-image: url(../images/wrapperbg.jpg);
	background-repeat: repeat-y;
}

#header {
	background-image: url(../images/header.jpg);
	height: 260px;
}

#navcontainer {
	margin-left: 55px;
	padding-top: 80px;
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: url(../images/arrow.jpg);
}

#navcontainter ul li {
}

#navcontainer ul li a {
	text-decoration: none;
	color: #fff;
	line-height: 28px;
}

#navcontainer ul li a:hover {
	color: #06F;
}	

#navcontainer ul#nav li a.active {
	text-decoration: none;
	color: #900;
}

#content {
	width: 700px;
	margin-left: 10px;
}

#leftcol {
	width: 234px;
	float: left;
}

#rightcol {
	width: 466px;
	float: right;
}

#copy {
	width: 444px;
}

.copylist {
	padding: 10px;
	font-family: "Trebuchet MS", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", Verdana,sans-serif;
	font-size: 13px;
	line-height: 23px;
}

.brandlistleft {
	font-family: "Trebuchet MS", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", Verdana,sans-serif;
	font-size: 13px;
	width: 150px;
	float:left;
	display: inline;
}

.brandlistright {
	font-family: "Trebuchet MS", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", Verdana,sans-serif;
	font-size: 13px;
	width: 150px;
	float: right;
	display: inline;
}


#footer {
	background-image: url(../images/footer.jpg);
	height: 65px;
	clear: both;
}

#sitemap {
	padding-top: 22px;
}

/* --------------------------- Text Styles ----------------------------- */

p {
	font-family: "Trebuchet MS", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", Verdana,sans-serif;
	font-size: 12px;
}

h1 {
	font-family: "Trebuchet MS", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", Verdana,sans-serif;
	font-size: 20px;
	background-image: url(../images/dotline.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	line-height: 40px;
}

h2 {
	font-family: "Trebuchet MS", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", Verdana,sans-serif;
	font-size: 16px;
	font-weight:normal;
}


a {
	font-family: "Trebuchet MS", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", Verdana,sans-serif;
	font-size: 12px;
	color: #CCC;
}

li a {
	font-family: "Trebuchet MS", "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", Verdana,sans-serif;
	font-size: 13px;
}

.red {
	color: #900;
}

.grey {
	color: #CCC;
}
