/* 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, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
:active,
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/**
 *	Lexus
 *  Base Screen Styles
 *
 *	@author:	Nathan Crowe <nathan at brightlabs dot com au>
 *	@date:		07/12/2009
 *
 *	Table of Contents:
 *		01. layout
 *		02. typography
 *		03. lists/typography/links
 *		04. images
 *		05. breadcrumbs
 *		05. tables
 *		06. forms
 *
 */
html,body {
	background:					#000 url(../images/bg-body.gif) repeat-x;
}

body {
	color:						#fff;
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					62.5%;
	padding-bottom: 30px;
}
/** layout
------------------------------------------------------------------ */
#header {
	width: 940px;
	margin: 0 auto;
	padding-top: 26px;
	height: 45px;
}

#logo {
	float: left;
}

#logo a {
	display: block;
	width: 124px;
	height: 26px;
	background: url('../images/logo-lexus.png') no-repeat;
	text-indent: -9999px;
}
#contentwrapper {
	height: 459px;
	position: relative;
}

body#home		div#contentwrapper { background: url('../images/bg-home.jpg') no-repeat center top;}
body#sales		div#contentwrapper { background: url('../images/bg-sales.jpg') no-repeat center top;}
body#service	div#contentwrapper { background: url('../images/bg-service.jpg') no-repeat center top;}
body#facility	div#contentwrapper { background: url('../images/bg-facility.jpg') no-repeat center top;}

div#content {
	width: 860px;
	margin: 0 auto;
	padding-top: 120px;
	font-size: 10pt;
	color: #CCC;
	line-height: 20px;
}

p {
	margin: 10px 0;
}

.content-page {
	display: none;
}

.content-page a {
	color: #a7dcee;
}

/** Visit Lexus of Brisbane link
------------------------------------------------------------------ */
#visitbrisbane {
	position: absolute;
	left: 50%;
	margin-left: 229px;
	top: 26px;
}

#visitbrisbane a {
	display: block;
	width: 200px;
	height: 35px;
	text-indent: -9999px;
	background: url('../images/visitbrisbane-hover.png') no-repeat 0 0;
}

#visitbrisbane a:hover {
	background-position: 0 -35px;
}

/** Nav buttons
------------------------------------------------------------------ */
#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	width: 940px;
	left: 50%;
	margin-left: -470px;
}

#nav li {
	margin-right: 20px;
	float: left;
}

#nav li.last {
	margin-right: 0;
}

#nav li a {
	display: block;
	width: 300px;
	height: 117px;
	text-indent: -9999px;
}

/*-----------Tiles----------------*/

#tiles {
	width: 942px;
	margin: 20px auto 0;
	height: 113px;
}

#tiles li {
	width: 300px;
	margin: 0 20px 0 0;
	float: left;
	padding-left: 0;
}

#tiles li.last {
	margin-right: 0;
}

#tiles li a {
	display: block;
	width: 298px;
	height: 113px;
	text-indent: -9999px;
	border: solid 1px #343C3F;
}

/*-----------Footer----------------*/

#footer {
	border-top: solid 1px #20282B;
	padding-top: 3px;
	color: #808080;
	text-align: right;
	margin-top: 20px;
}

#footer-inner {
	width: 940px;
	margin: 0 auto;
}

#footer a {
	color: #808080;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
}
