/* GLOBAL STYLES */

html {
	height: 100%;
}
body {
	margin: 0 0 50px 0;
	padding: 0;
	background-color: #3d3d3d;
	height: 100%;
	background-image: url(images/bodyBG.png);
	background-color:#FFFFFF;
}
/* LAYOUT STYLES */

#bodyHolder {
	width: 810px;
	background-color:#999999;
	border: 1px solid #999999;
	margin: 0 auto 0 auto;
	padding-bottom: 5px;
}
#bodyBorder {
	width: 800px;
	border: 1px solid #999999;
	margin: 0 auto 0 auto;
}
#header, #feature, #navigation, #mainContent, #footer {
	width: 800px;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
}
#header {
	height: 138px;
	margin: 0 auto 0 auto;
	background-image: url(images/headerBG.png);
	background-repeat: repeat-x;
}
#headerLeft {
	width: 420px;
	float: left;
	height: 138px;
}
#headerRight {
	width: 185px;
	float: left;
	height: 138px;
}
#headerRight {
	margin-left: 1px;
}
#logo {
	width: 307px;
	height: 122px;
	margin: 0 0 0 18px;
}
#feature {
	height: 233px;
	border-top: 3px solid white;
	border-bottom: 3px solid black;
}
#navigation {
	height: 25px;
	padding-top: 3px;
	border-bottom: 1px solid black;
	padding-bottom: 1px;
}
#contentLeft {
	float: left;
	width: 201px;
	margin-top: 25px;
	margin-bottom: 25px;
	background-color:#FFFFFF;
}
#contentMid {
	float: left;
	width: 444px;
	min-height: 300px;
	margin-top: 25px;
	border-left: 1px solid #cdcdcd;
	margin-bottom: 25px;
}
#contentMidLower {
	border-top: 1px solid #cdcdcd;
	margin-left: 25px;
}
.contentMidLowerHalf {
	width: 184px;
	height: 228px;
	float: left;
	margin: 20px 0 0 0;
	border-right: 1px solid #cdcdcd;
	padding-right: 25px;
	padding-left: 25px;
}
.contentMidLowerHalf a img {
	border: none;
}
#contentWide {
	float: left;
	width: 598px;
	min-height: 300px;
	border-left: 1px solid #cdcdcd;
	margin-bottom: 25px;
	margin-top: 25px;
}
#contentRight {
	float: left;
	width: 154px;
	min-height: 300px;
}
.clear {
	clear: both;
}
#footer {
	height: 30px;
	background-color: #990000;
	border-top: 1px solid black;
}
#contentLeft .container {
	width: 100%;
}
.sideImage {
	width: 168px;
	margin-left: 15px;
	height: 90%;
	background-color: #999999;
	background-image: url(images/transTrial.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	position: absolute;
}
#mainContent {
	position: relative;
}
.container a img {
	border: none;
}
.extraInformation a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
/* MENU STYLE */

li.menu-0 a {
	color: #333333;
}
ul.menu-0 li.menu-current a {
	color: #FFFFFF;
}
li.menu-0:hover {
	background-color: #990000;
}
li.menu-1:hover {
	background-color: #990000;
}
li.menu-0:hover a {
	color: #FFFFFF;
}
li.menu-0:hover li.menu-1 a {
	color: #333333;
}
li.menu-0:hover ul.menu-1 li.menu-current a {
	color: #FFFFFF;
}
li.menu-0:hover li.menu-1:hover a {
	color: #FFFFFF;
}
li.menu-1:hover a {
	color: #FFFFFF;
}
.ie .menu-0 {
	padding: 0;
	text-align: center;
}
.ie .menu-0:hover ul.menu-1 {
	margin-left: -49px;
}
ul.menu-0 {
	padding: 0;
	margin: 0;
	text-align: center;
}
ul.menu-1 {
	margin: 0;
	padding: 0;
	text-align: center;
	z-index: 5;
	position: absolute;
	background-color: #FFFFFF;
}
li.menu-1 {
	display: none;
	width: 99px;
	height: 23px;
	list-style-type: none;
	background-color: #c4c4c4;
	margin: 0;
	padding: 0;
	margin-top: 1px;
}
li.menu-0 {
	list-style-type: none;
	display: block;
	width: 99px;
	height: 23px;
	float: left;
	background-color: #c4c4c4;
	margin: 0;
	padding: 0;
	margin-left: 1px;
}
li.menu-first {
	margin-left: 0;
}
li.menu-current {
	width: 100px;
	background-color: #990000;
}
li.menu-0:hover .menu-1 {
	display: block;
}
.menu-0 li a, .menu-1 li a {
	text-decoration: none;
	font-size: 11px;
	width: 99px;
	height: 23px;
	display: block;
	font-family: Arial, sans-serif;
	line-height: 23px;
}
/* HEADER STYLE */

#headerRight p {
	font-family: Arial, Helvetica, sans-serif;
	color: #efefef;
	font-size: 11px;
	text-align: right;
	margin: 12px 15px 0 0;
	line-height: 12px;
}
.ie6 #headerRight p {
	margin-top: 12px;
}
/* FOOTER STYLE */

#footer {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
}
#footer a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
/* CONTENT STYLE */

#contentWide h4 {
	margin: 0 0 12px 25px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
	color: #3d3d3d;
	font-size: 14px;
	font-style: italic;
}
#contentMid h4 {
	margin: 0 0 12px 25px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
	color: #3d3d3d;
	font-size: 14px;
	font-style: italic;
}
#contentWide h5 {
	margin: 0 25px 12px 25px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
	color: #990000;
	font-size: 16px;
}
/* MORE CONTENT STYLE */

					
#contentLeft h2 {
	padding: 0;
	color: #b20000;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 19px;
}
#contentMid p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	margin: 0 0 20px 25px;
	text-align: justify;
	line-height: 16px;
}
#contentMid h1 {
	margin: 0 0 2px 25px;
	font-size: 20px;
	font-weight: bold;
	color: #b20000;
	font-family: Arial, Helvetica, sans-serif;
}
#contentWide h1 {
	margin: 0px 0 2px 25px;
	font-size: 20px;
	font-weight: bold;
	color: #b20000;
	font-family: Arial, Helvetica, sans-serif;
}
#contentWide h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0 10px 25px;
}
#contentWide h2 a {
	color: #990000;
	text-decoration: none;
}
#contentWide h3 {
	margin: 25px 0 10px 25px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
#contentWide p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	margin: 0 25px 15px 25px;
	text-align: justify;
	line-height: 16px;
}
#contentWide ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	margin: 0 25px 20px 25px;
	line-height: 16px;
	text-align: justify;
}
#contentMid ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	margin: 0 25px 20px 10px;
	line-height: 16px;
	text-align: justify;
}
.ie #contentWide ul {
	margin-left: 60px;
}
.ie #contentMid ul {
	margin-left: 40px;
}
#contentWide ul a, #contentMid ul a {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}
#contentRight .container {
	border: none;
	width: 120px;
	margin-left: 20px;
	margin-top: 25px;
}
#contentLeft a img {
	border: none;
}
#contentWide p a, #contentMid p a {
	text-decoration: none;
	color: #bf2728;
	font-weight: bold;
}
#contentWide p a:visited, #contentMid p a:visited {
	color: #bf2728;
}
/* Award Section Style */

#awardLeft {
	width: 77px;
	float: left;
	margin-left: 10px;
}
#awardRight {
	width: 20px;
	float: left;
}
.award {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	color: #3d3d3d;
	font-weight: bold;
	font-size: 11px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.awardDate {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #3d3d3d;
	margin-left: 10px;
}
/* NEW CAR SECTION STYLE */

.bigTable {
	font-size: 10px;
}
.carIcon {
	width: 165px;
	height: 165px;
	background-color: #FFFFFF;
	margin-left: 10px;
	float: left;
	margin-bottom: 10px;
}
.newLinks {
	font-weight: bold;
	letter-spacing: 1px;
}
.newLinks a {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
.itemHeader {
	font-weight: bold;
}
.Red {
	color: #990000;
}
.itemValue {
}
.infoPanel {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-top: -20px;
	position: relative;
	z-index: 2;
}
.headerText {
	font-weight: bold;
	color: #990000;
}
/* SERVICE ITEM STYLE */
.serviceItem {
	align: center;
	margin: 10px auto 30px auto;
}
.serviceItem td ul {
	margin-left: 0px;
	margin-right: 50px;
}
/* CONTACT PAGE STYLE */
.smallMap {
	width: 170px;
	height: 107px;
	border: 1px solid #999999;
	float: left;
	margin-left: 16px;
}
.ie6 .smallMap {
}
.smallMap a img {
	border: none;
	padding-top: 5px;
	padding-left: 5px;
}
.smallCaption {
	width: 170px;
	height: 20px;
	float: left;
	margin-left: 16px;
	font-family: helvetica, Arial, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	padding-top: 5px;
	text-align: center;
}
.generalEnquiry {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	margin-left: 25px;
	text-align: left;
}
.generalEnquiry .field_title {
	text-align: left;
	font-size: 11px;
}
.stocklistLink {
	width: 550px;
	height: 30px;
	background-color: #990000;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-style: italic;
	line-height: 30px;
	margin-left: 25px;
}
.stocklistLink a {
	color: #FFFFFF;
	text-decoration: none;
}
.stocklistLink a:visited {
	color: #FFFFFF;
}
.firstMap {
	margin-left: 25px;
}
.ie6 .firstMap {
	margin-left: 13px;
}
#contactTable {
	background-color: #666666;
	color: #FFFFFF;
	margin: 30px 25px 40px 25px;
}
.ie6 #contactTable {
}
#contactTable p {
	color: #FFFFFF;
}
#contactTable p a {
	color: #FFFFFF;
	font-weight: normal;
}
img.stdImage {
	margin-left: 25px;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
}
a img.stdImage {
	border: 1px solid #CCCCCC;
}
/* TRUCK INFORMATION TABLES */
.headerRow {
	background-color: #333333;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
}
.darkRow, .lightRow {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}
.darkRow {
	background-color: #CCCCCC;
}
.lightRow {
	background-color: #FFFFFF;
}
/* PARTS TABLE */
.partsTable {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	margin-left: 25px;
}
.partsTable h4 {
	margin: 0 0 0 0;
	padding: 0;
}
.partsTable .padding {
	padding-left: 5px;
}
.padding a {
	font-family: Helvetica, Arial, sans-serif;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
.partsTable .headers {
	font-weight: bold;
	font-size: 12px;
	color: #333333;
}
#superwide {
	width: 100%;
	margin: 0 auto 0 auto;
}
#badge {
	width: 161px;
	height: 162px;
	z-index: 2;
	position: absolute;
}
.tableHeader {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #FFFFFF;
}
.tableCell {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #FFFFFF;
}
/* Latest Specials Styles */

.post_title a {
	font-family: Helvetica, Arial, sans-serif;
	color: #990000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.post_date {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #333333;
}
.post_short a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	font-style: italic;
	text-decoration: none;
	font-weight: 200;
}
.post_short {
	padding-top: 5px;
}
.back_button a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.back_button {
	margin-left: 25px;
}
#rssBox p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-left: 18px;
	margin-right: 10px;
}
#rssBox a img {
	border: none;
}
.anynews h2 {
	margin: 0;
	padding: 0;
}
.anynews p {
	margin: 0;
	padding: 0;
}
#headerLeft a img {
	border: none;
}
/* PARTS LISTINGS STYLE */

.partsListing {
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 11px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
}
.partsListingHeading {
	font-size: 14px;
}
.partsListingPrice {
	color: #990000;
}
.topRow {
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
}
.priceBox {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #990000;
}
.smaller {
	font-size: 11px;
}
.partSpecialsForm {
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 11px;
	margin: 10px 0 0 25px;
}
.required {
	color: #FFFFFF;
	font-weight: bold;
}
.field_title {
	font-size: 11px;
	width: 100px;
	vertical-align: middle;
	text-align:left;
	color: #FFFFFF;
	background-color: #990000;
	padding-left: 5px;
}
.textfield {
	font-size: 12px;
	width: 200px;
}
.textarea {
	font-size: 12px;
	width: 90%;
	height: 100px;
}
.select {
	font-size: 12px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 12px;
	width: 200px;
}
/* PRODUCTS LISTING STYLES */
/* added by Ismail 29-05-08 */

#product-container {
	margin:0 0 0 20px;
}
.product-item {
	width:100px;
	height:200px;
	float:left;
	margin:0 15px 20px 0;
	font-family: Helvetica, Arial, sans-serif;
	background:url(http://www.brisbaneisuzu.com.au/media/products/product-bg.jpg) no-repeat;
	background-position:0 100px;
}
.product-item img {
	margin:0 0 10px 0;
}
.product-item h6 {
	color:#333333;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
	text-align:center;
}
#contentWide .product-item p {
	margin:0;
	padding:0;
	text-align:center;
	line-height:normal;
	color:#666666;
}
.product-ws-img {
	text-align:center;
	margin:10px 0;
}
table.product-ws {
	font-size:12px;
	font-family: Helvetica, Arial, sans-serif;
	margin:0 25px 20px;
}
table.product-ws thead td {
	color:#FFFFFF;
	background:#666666;
}
table.product-ws td {
	padding:5px;
	border-bottom:1px solid #cccccc;
}
/* LEFT MENU */
/* ADDED BY ISMAIL 2/6/08 */

#contentLeft ul {
	margin:0;
	padding:0 20px;
}
#contentLeft ul li {
	list-style-type:none;
	font-size:11px;
	border-bottom:1px solid #c9c9c9;
	background:url(http://www.brisbaneisuzu.com.au/media/products/red-arrow.gif) no-repeat;
	background-position:0 .5em;
	line-height:130%;
	padding:0 0 0 10px;
	margin:0 0 5px;
}
#contentLeft ul li a {
	color:#333333;
	display:inline-block;
	display:block;
	text-decoration:none;
	font-family: Helvetica, Arial, sans-serif;
	margin:0 0 2px 0;
}
#contentLeft ul li a:hover {
	text-decoration:underline;
	color:#b20000;
}
.float-right {
	float:right;
}
.post_title, .post_date {
	border-bottom: 1px solid #DDDDDD;
}
.post_title {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}
.post_date {
	text-align: right;
	font-weight: bold;
}
.post_short {
	text-align: justify;
	padding-bottom: 5px;
}
