@charset "UTF-8";
/* CSS Document */

.bigred {
	font-size: 20px;
	color: #FF0000;
	font-weight: bold;
}
body  {
	font: 1em Arial, Helvetica, sans-serif;
	padding: 0;
	color: #000;
	background: url(../../images/clientspecific/back_tile.gif) repeat-x;
}

a:focus {outline-style: none;}
a img {border: none;}

a:link{color: #0057a6;}
a:hover{color: #FF0000;}
a:visited{color: #0057a6;}

#clearfix {clear: both;}

/******************* STRUCTURE *******************/

#container {
	position:relative;
	width: 1000px;
	margin: 0 auto;
	background: url(../../images/clientspecific/content_tile.gif) center repeat-y;
	border: 1px solid #666;
}

#header {
	height: 140px;
	background: url(../../images/clientspecific/header.jpg) top center no-repeat;
}

#navbar {
	width: 135px;
	float: left;
}

#navbar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navbar ul a {
	display: block;
	width: 135px;
	height: 32px;
	background: url(../../images/clientspecific/nav_back.gif) left top no-repeat;  
	color: #fff;
	font-weight: bold;
	font-size: .8em;
	text-indent: 10px;
	text-decoration: none;
	line-height: 28px;
}

#navbar a:hover, #navbar .selected {
	color: #000;
}

#maincontent {
	width: 820px;
	float: right;
	padding: 15px 20px 15px 15px;
	line-height: 1.3em;
}

#welcome {
	width: 600px;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}

h2 {
	margin-top: 0;
	line-height: normal;
}

.name {
	font-weight: bold;
	text-decoration: underline;
	font-size: 1.1em;
}

.red, #advertisement a.red {
	color: #FF0000;
}

#contact {
	width: 190px;
	padding-left: 10px;
	float: right;
	font-size: .8em;
	line-height: normal;
	border-left: 1px solid #666;
}

#contact .header {
	margin-top: 0;
	padding: 5px;
	font-weight: bold;
	font-size: 1.1em;
	color: #C0C0C0;
	background: #000;
}

#slideshow {
	width: 300px;
	margin: 0 auto;
	text-align: center;
}

#advertisement {
	margin-bottom: 20px;
}

#advertisement img {
	border: 2px solid #666;
	padding: 3px;
	margin: 5px 0;
}

#advertisement a.black {
	color: #000;
}

#reward {
	width: 650px;
	margin: 0 auto 20px auto;
	padding: 10px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

#reward img {
	float: left;
	margin-right: 10px;
}

#outline-cars {
	float: right;
	margin-left: 20px;
}

#footer {
	clear: both;
	border: 1px solid #666;
	background: #fff;
	text-align: center;
	font-size: .7em;
	padding: 10px;
}

#footer p {
	margin-top: 0;
}
