/*

	Developed by NOW/media Digital Agency
	http://www.nowmedia.com.au

*/

/* --------------------------------------
   Global Reset
-------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	position: relative;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* --------------------------------------
   Global Styling
-------------------------------------- */

body {
	font-family: Tahoma, Geneva, Verdana, Arial, sans-serif;
}

a, a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	font-size: 12px;
	line-height: 18px;
	width: 510px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: justify;
}



/* --------------------------------------
   Container Template
-------------------------------------- */

#wrap {
	width: 950px;
	margin: 0 auto;
}

/* --------------------------------------
   Header Section
-------------------------------------- */

#header {
	width: 950px;
	height: 157px;
	margin-bottom: 44px;
}

h1.logo {
	width: 282px;
	height: 107px;
	padding-top: 50px;
	display: block;
	text-align: center;
	margin: 0 auto;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 30px;
}



/* --------------------------------------
   Main Navigation Section
-------------------------------------- */

#main-nav {
	position: absolute;
	top: 157px;
	left: 0;
	width: 960px;
	height: 44px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#main-nav ul {
	height: 44px;
	width: 420px;
	margin: 0 auto;
}

#main-nav ul li {
	float: left;
	display: block;
	height: 44px;
}

#main-nav ul li a {
	display: block;
	height: 30px;
	padding: 14px 10px 0;
	text-decoration: none;
}

#main-nav ul li a:hover,
#main-nav ul li a.active {
	padding: 14px 9px 0;
	border-left: 1px solid #b0b0b0;
	border-right: 1px solid #fff;
}

*html #main-nav ul {
	width: 600px;
}

*html #main-nav ul li {
	width: 150px;
	text-align: center;
}

/* --------------------------------------
   Top Navigation Section
-------------------------------------- */

#top-nav {
	position: absolute;
	top: 0;
	right: 0;
	width: 220px;
	font-size: 11px;
}

#top-nav ul {
}

#top-nav ul li {
	display: block;
	float: left;
	margin-right: 1px;
}

#top-nav ul li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
}


/* --------------------------------------
   Content Sections
-------------------------------------- */

#content {
	padding-top: 30px;
	margin: 0 120px;
}

.dl-newsletter {
	float: right;
	display: block;
	margin: 0 0 20px 20px;
}

h2 {
	margin: 0 auto;
	padding: 6px 0;
	text-align: center;
	text-transform: uppercase;
}

h2.browse {
	width: 524px;
}

h2.browse span {
	background-image: url('../img/hdr-browse-cars.gif');
}

/** bg-image div **/

#bg-image {
	width: 690px;
	height: 342px;
	margin: 0 auto;
}

/** iframe **/

#iframe {
	background: none;
	width: 755px;
	margin: 15px auto;
	padding: 13px 0;
}

iframe {
	height: 440px;
	width: 710px;
}

#content p.bdas {
	text-align: center;
}

#content ul {
	width: 510px;
	margin: 14px auto;
	padding: 0;
}

#content ul li {
	font-size: 11px;
	margin: 0 0 10px 20px;
	padding: 4px 10px 4px 20px;
	vertical-align: bottom;
}

body.black #content ul li {
	background: url('../img/icon-drk-list.gif') left 0.7em no-repeat;
}

body.white #content ul li {
	background: url('../img/icon-lgt-list.gif') left 0.7em no-repeat;
}

/** TABLE **/

td {
	font-size: 11px;
	vertical-align: top;
	padding: 10px;
}


/* --------------------------------------
   Footer Section
-------------------------------------- */

#footer {
	width: 100%;
	margin-top: 40px;
	padding-bottom: 40px;
}

#footer-inner {
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
}

#footer-inner p {
	padding: 0;
	text-align: center;
}


#footer-inner a {
	text-decoration: none;
}

#footer-inner a:hover {
	color: #000;
}

#footer-inner a.facebook {
	margin-left: 10px;
}

#footer-inner a.facebook:hover {
	text-decoration: none;
}

#footer-inner a.facebook img {
	vertical-align: text-top;
}

/* --------------------------------------
   Colours
-------------------------------------- */

/** Dark Version **/
body.black {
	color: #fff;
	background: #000 url('../img/bg-body-dark.gif') left top repeat-x;
}

body.black a, 
body.black a:visited {
	color: #fff;
}

body.black p.drk,
body.black p.drk a,
body.black p.drk a:visited {
	color: #9c9c9c;
}

body.black h1.logo span {
	background-image: url('../img/logo-sgpw-dark.gif');
}

body.black h2.about { width: 480px; }
body.black h2.about span { background-image: url('../img/hdr-drk-about.gif'); }

body.black h2.services { width: 155px; }
body.black h2.services span { background-image: url('../img/hdr-drk-services.gif'); }

body.black h2.contact { width: 151px; }
body.black h2.contact span { background-image: url('../img/hdr-drk-contact.gif'); }

body.black h2.privacy { width: 505px; }
body.black h2.privacy span { background-image: url('../img/hdr-drk-privacy.gif'); }

body.black #main-nav {
	background: #fff url('../img/bg-nav.gif') left top repeat-x;
}

body.black #main-nav ul li a {
	color: #000;
}

body.black #main-nav ul li a:hover,
body.black #main-nav ul li a.active {
	background: #c5c5c5 url('../img/bg-nav-hover.gif') left top repeat-x;
}

body.black #main-nav ul.has-active li a:hover {
	color: #666;
	background: none;
	border: none;
	padding: 14px 10px 0;
}

body.black #main-nav ul.has-active li a.active:hover {
	background: #c5c5c5 url('../img/bg-nav-hover.gif') left top repeat-x;
	border-left: 1px solid #b0b0b0;
	border-right: 1px solid #fff;
	color: #000;
	padding: 14px 9px 0;
}

body.black #bg-image {
	background: url('../img/bg-home-car.jpg') left top no-repeat;
}

body.black #iframe {
	background: #fff url('../img/bg-iframe_drk.gif') left top no-repeat;
}

body.black #iframe iframe  {
	height: 500px!important;
}

body.black #footer {	
	border-top: 1px solid #222;
}

body.black #top-nav ul li a:hover,
body.black #top-nav ul li a.active {
	background-color: #555;
}


/** Light Version **/
body.white {
	color: #000;
	background: #fff url('../img/bg-body-light.gif') left top repeat-x;
}

body.white a, 
body.white a:visited {
	color: #000;
}

body.white p.drk,
body.white p.drk a,
body.white p.drk a:visited {
	color: #666;
}

body.white h1.logo span {
	background-image: url('../img/logo-sgpw-light.gif');
}

body.white h2 { height: 39px; }

body.white h2.privacy { width: 422px; }
body.white h2.privacy span { background-image: url('../img/hdr-lgt-privacy.gif'); }

body.white h2.about { width: 396px; }
body.white h2.about span { background-image: url('../img/hdr-lgt-about.gif'); }

body.white h2.browse { width: 398px; }
body.white h2.browse span { background-image: url('../img/hdr-lgt-browse.gif'); }

body.white h2.services { width: 155px; }
body.white h2.services span { background-image: url('../img/hdr-lgt-services.gif'); }

body.white h2.contact { width: 151px; }
body.white h2.contact span { background-image: url('../img/hdr-lgt-contact.gif'); }

body.white #main-nav {
	background: #000 url('../img/bg-nav-light.gif') left top repeat-x;
}

body.white #main-nav ul li a {
	color: #fff;
}

body.white #main-nav ul li a:hover,
body.white #main-nav ul li a.active {
	background: #333 url('../img/bg-nav-hover-light.gif') left top repeat-x;
	border-left: 1px solid #444;
	border-right: 1px solid #666;	
}

body.white #main-nav ul.has-active li a:hover {
	color: #888;
	background: none;
	border: none;
	padding: 14px 10px 0;
}

body.white #main-nav ul.has-active li a.active:hover {
	background: #333 url('../img/bg-nav-hover-light.gif') left top repeat-x;
	border-left: 1px solid #444;
	border-right: 1px solid #666;
	color: #fff;
	padding: 14px 9px 0;
}

body.white #bg-image {
	background: url('../img/bg-home-car-light.jpg') left top no-repeat;
}

body.white #iframe {
	background: #fff;
	width: 758px;
}

body.white #iframe iframe  {
	height: 500px!important;
}

body.white #footer {	
	border-top: 1px solid #ccc;
}

body.white #top-nav ul li a:hover,
body.white #top-nav ul li a.active {
	background-color: #ccc;
}

/* --------------------------------------
   Image Replacement
-------------------------------------- */

.img-rep {
	z-index: 10;
	overflow: hidden;
	display: block;
}

.img-rep span {
	z-index: 20; position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
}

/* --------------------------------------
   Clear Fix
-------------------------------------- */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

*html .clearfix {
    zoom: 1;
    display: block;
}

/* --------------------------------------
   Accessibility
-------------------------------------- */

.acc {
	display: none; height: 0;
	width: 0; visibility: hidden;
}

