/* -----------------------------------------------------------------
     STYLES
-------------------------------------------------------------------*/
body#tinymce { background-color: #FFF; background-image: none; }

body {
	background:   #323232 url('http://holdenkapiti.co.nz/uploads/holden/images/body.png') repeat-x scroll center top;
	color:        #000;
	font-family:  Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 		0.8em;
	line-height: 1.5em;
}

p, pre { color: 			#000; }
h1, h2, h3, h4, h5, h6 { color: #000; font-weight: bold; }

h1 { font-size: 1.5em; color: red; }

h2 { font-size: 1.4em; }

h3 { font-size: 1.3em; }

h4 { font-size: 1.2em; }

h5 { font-size: 1.1em; }

h6 { font-size: 1em; font-weight: bold; }

ol { list-style-type: decimal; }
ul li { list-style-type: disc; }

a:link {
	/*color: 			#000; */ /*  Set font colours for links, else default colours will apply */
	line-height: 	1em;
	text-decoration:underline;
}

a:visited {
	/*color: 			#000; */
	line-height: 	1em;
	text-decoration:underline;
}

a:hover {
	/*color: 			#000; */
	line-height: 	1em;
	text-decoration:underline;
}

a:active  {
	/*color: 			#000; */
	line-height: 	1em;
	text-decoration:underline;
}

/* -----------------------------------------------------------------
     HEADER SECTION
-------------------------------------------------------------------*/
#header { background: #232323 url('http://holdenkapiti.co.nz/uploads/holden/images/header.png') no-repeat; height: 370px; }

/* This is the div surrounding the logo, not the logo itself */
.logo {
	background: none;
	float: left;
	height: 76px;
	width: 340px;
}

.logo a { display: block; }

/* This is the actual logo image: an ID of logo should be applied using wysiwyg
     Logo width and height will be set by default by the wysiwyg editor */
#logo {
	padding: 5px 20px;
}

/* -----------------------------------------------------------------
     RIGHT COLUMN
-------------------------------------------------------------------*/

#brandLogos { background: transparent url('http://holdenkapiti.co.nz/uploads/holden/images/diagonal-stripe-bg.gif') no-repeat; margin: 40px 0 40px 0px; text-align: center; width: 350px;}

#brandLogos h2 { text-align: left; margin: -30px 0 0 0; }
#brandLogos p { margin: 10px 0; }
#brandLogos img { margin: 0px; padding: 10px 0 0 0; }

/* -----------------------------------------------------------------
     FOOTER SECTION
-------------------------------------------------------------------*/
#footer { background: #232323 url('http://holdenkapiti.co.nz/uploads/holden/images/footer.png') no-repeat; clear: both; float: left; height: 246px; width: 960px; }

#footer .advert { float: left; height: 160px; margin: 20px 30px; max-height: 160px; overflow: hidden; padding: 0 0 40px 40px; position: relative; width: 220px; }
#footer .advert h2 { background: transparent url('http://holdenkapiti.co.nz/uploads/holden/images/underline.gif') no-repeat 0 30px; color: #FFF; font-family: Arial narrow; font-size: 1.3em; height 2px; line-height: 2em; margin-top: 0px; width: 200px; }
#footer .advert p { color: #FFF; }
#footer .advert img { position: absolute; bottom: 10px; left: 40px; }

#footer #advert1 { background: transparent url('http://holdenkapiti.co.nz/uploads/holden/images/mobile.png') no-repeat 0 10px; }
#footer #advert2 { background: transparent url('http://holdenkapiti.co.nz/uploads/holden/images/aarewards.png') no-repeat 0 10px; }
#footer #advert3 { background: transparent url('http://holdenkapiti.co.nz/uploads/holden/images/car.png') no-repeat 0 10px; }

#footnotes { clear: both; float: left; text-align: center; width: 960px; }

#footnotes .smallPrint {  color: #999; font-size: 0.9em; padding-top: 10px; }
#footnotes .smallPrint a,
#footnotes .smallPrint span,
#footnotes .smallPrint p { color: #999; }
