
/* Chief Car Covers - CSS Document */



/* LAYOUT STYLES */
body {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 150%;
	text-align: center;
	background-color: #5D5D5D;
	font-family: Arial, Helvetica, sans-serif;
}

.clear {
	display: block;
	clear: both;
}

a {
	text-decoration: none;
}

#container {
	margin: 0 auto;
	width: 740px;
}

img {
	border: none;
}


/* HEADER STYLES */
img#logo {
	padding-bottom: 10px;
	background: url(../images/bg-container.gif) repeat-y center;
}

#header {
	width: 740px;
	margin-top: -5px;
	height: 183px;
	position: relative;
	background: #FCDA00 url(../images/bg-header.gif) repeat-y;
}

#header img.splash_image {
	position: absolute;
	top: 10px;
}

#header img.splash_image#splash_one { left: 12px; }
#header img.splash_image#splash_two { left: 249px; }
#header img.splash_image#splash_three { left: 501px; }


/* NAVIGATION */
.hidden {
	display: none;
}

#nav {
	height: 35px;
	width: 650px;
	position: absolute;
	left: -24px;
	top: 148px;
}

#nav ul {
	list-style: none;
	margin: 0;
	margin-left: 0 !important;
}

#nav ul li {
	float: left;
}

#nav ul li a {
	height: 26px;
	display: block;
}

#nav ul li a:hover {
	background-position: 0 -26px !important;
}

#nav ul li#home a {
	background:url(../images/nav/home.gif) no-repeat top;
	width:60px;
}

#nav ul li#colours_badges a {
	background:url(../images/nav/colours.gif) no-repeat top;
	width:118px;
}

#nav ul li#gallery a {
	background:url(../images/nav/gallery.gif) no-repeat top;
	width:63px;
}

#nav ul li#choosing a {
	background:url(../images/nav/choosing.gif) no-repeat top;
	width:124px;
}

#nav ul li#quote a {
	background:url(../images/nav/quote.gif) no-repeat top;
	width:119px;
}

#nav ul li#contact-us a {
	background:url(../images/nav/contact.gif) no-repeat top;
	width:83px;
}

/* CONTENT STYLES */
div#content_container {
	width: 740px;
	background: url(../images/bg-container.gif) repeat-y;
}


/*	CTA STYLES */
div#cta {
	width: 235px;
	float: left;
	margin-top: 25px;
}

img#cta-img {
	margin: 0;
}

div#cta p {
	text-align: left;
	margin: 10px 5px 10px 50px;
}

div#cta a {
	color: #6F6F6F;
	font-weight: bold;
	text-decoration: none;
}
div#cta a:hover {
	text-decoration: underline;
}

img#webbasic {
	float: right;
	margin: 20px 0 50px 0;
}


/* TEXT STYLES */
div#text {
	background-color: #ffffff;
	float: right;
	text-align: left;
	width: 470px;
	margin: 0px 15px 20px 10px;
}

div#text div.text-header {
	display: block;
	width: auto;
	height: 15px;
	margin: 43px 0 0 9px;
}

div#text div.text-header h1 {
	font-size: 16px;
	padding: 0;
}

div#text p {
	clear: right;
	color: #000000;
	margin: 10px 25px 0px 10px;
}

div#text_gallery {
	background-color: #ffffff;
	text-align: left;
	margin: 0 25px 20px 10px;
}

div#text_gallery div.text-header {
	display: block;
	width: 400px;
	height: 15px;
	padding: 43px 0 10px 9px;
}

div#text_gallery div.text-header h1 {
	font-size: 16px;
	padding: 0;
}

ul#colours {
	list-style: none;
}

ul#colours li {
	float: left;
	text-align: center;
	margin: 7px 10px;
}

ul#badges {
	list-style: none;
}

ul#badges li {
	float: left;
	text-align: center;
	margin: 7px 10px;
}

ul#car_gallery {
	list-style: none;
	margin-left: 40px;
}

ul#car_gallery li {
	float: left;
	text-align: center;
	margin: 7px 20px;
}


/* FOOTER STYLES */
div#footer {
	background: url(../images/bg-footer.gif) top center no-repeat;
	width: 740px;
	height: 58px;
	margin: 0 auto;
}

div#footer p {
	margin: 0;
	padding: 10px 0 0 20px;
	float: left;
	display: inline;
}

div#footer img {
	float: right;
	display: inline;
	padding: 5px 20px 0 0;
}

div#footer a:hover {
	color: #FFFFFF;
}

div#footer a {
	color: #6F6F6F;
}