/**
 *	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%;
	border-bottom: solid 1px #20282B;
	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;
}

#newsletter {
	margin-right: 40px;
	margin-top: 10px;
}

#newsletter a {
	display: block;
	float: right;
	width: 200px;
	height: 35px;
	background: url('../images/newsletter.png') no-repeat;
	text-indent: -9999px;
}

#newsletter a:hover {
	background-position: 0 -35px;
}

#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;
}

/** 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;
}

#secondnav {
	width: 942px;
	margin: 20px auto 0;
	height: 113px;
}

/*-----------Competition----------------*/

#competition {
	width: 300px;
	margin: 0 20px 0 0;
	float: left;
}

#competition a {
	display: block;
	width: 298px;
	height: 113px;
	background: url('../images/lfa_promo.jpg') no-repeat;
	text-indent: -9999px;
	border: solid 1px #343C3F;
}

/*-----------Event----------------*/

#event {
	width: 300px;
	margin: 0 20px 0 0;
	float: left;
}

#event a {
	display: block;
	width: 298px;
	height: 113px;
	background: url('../images/4.9pc.jpg') no-repeat;
	text-indent: -9999px;
	border: solid 1px #343C3F;
}

/*-----------Wallabies----------------*/

#wallabies {
	width: 300px;
	margin: 0;
	float: left;
}

#wallabies a {
	display: block;
	width: 298px;
	height: 113px;
	background: url('../images/wallabies-tile.jpg') no-repeat;
	text-indent: -9999px;
	border: solid 1px #343C3F;
}

/*-----------Gallery---------------*/

#gallery { float: left; margin-top: -38px; margin-left: 665px; }

#gallery a {
    display: block;
    width: 164px;
    height: 23px;
    text-indent: -9999px;
    background: url('../images/button-view-photo-gallery.png') no-repeat 0 0;
}

#gallery a:hover { background-position: 0 -23px;  }