/* main layout */

#outer {
	width: 750px;
	background-color: #231f20;
	margin: auto;
}

#header1, #footer1 {
	background-image: url("../images/stripe.gif");
	background-repeat: no-repeat;
	height: 25px;
	clear: both;
}

#headercontainer {
	width: 750px;
	height: 170px;
}

#headerleft {
	background-image: url("../images/logo.gif");
	background-repeat: no-repeat;
	width: 220px;
	height: 170px;
	float: left;
}

#headerright {
	background-image: url("../images/logo1.gif");
	background-repeat: no-repeat;
	width: 530px;
	height: 125px;
	float: right;
}

#maincontainer {
	padding-top: 15px;
	clear: both;
	width: 750px;
}

#leftcolumn {
	width: 200px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 30px;
	color: black;
	font-weight: bold;
	font-size: 103%;
}

#rightcolumn {
	width: 520px;
	float: right;
	padding-right: 10px;
	font-size: 110%;
}

/* end main layout */

/* top navigation */

.yellowtext {
	color: #fdbf57;
}

.redtext {
	color: #ff0000;
}

#topnav {
	width: 530px;
	float: right;
	clear: right;
	height: 45px;
	font-size: 150%;
	text-align: center;
}


#topnav1 {
	width: 95px;
	float: left;
}

#topnav2 {
	width: 120px;
	float: left;
}

#topnav3 {
	width: 165px;
	float: left;
}

#topnav4 {
	width: 150px;
	float: left;
}

#topnav a {
	color:#fff;
	font-weight: bolder;
	text-decoration: none;
}

#topnav a:hover {
	color: #fdbf57;
}

/* end top navigation */

/* left navigation */

.spacer {
	height: 60px;
}

#leftnavcontainer1, #leftnavcontainer2 {
	background-color: #fdbf57;
	width: 200px;
}

#leftnavcontainer2 {
	text-align: center;
}

#leftnavcontainer1 ul, #leftnavcontainer2 ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 22px;
}

#leftnavcontainer2 li {	
	line-height: 15px;
}

#leftnavcontainer1 a, #leftnavcontainer2 a{
	padding-left: 0px;
	text-decoration: none;
	color: black;
	padding: 5px;
}

#leftcolumn a:hover{
	color: white;
}

#leftnavheader1, #leftnavfooter1, #leftnavheader2, #leftnavfooter2 {
	width: 200px;
	height: 10px;
	background-image: url("../images/smallstripe.gif");
	background-repeat: no-repeat;
}

#leftnavtitle1, #leftnavtitle2 {
	width: 200px;
	background-color: #ca9946;
	border-bottom: 1px solid black;
	text-align: center;
	padding: 3px 0px;
	font-size: 110%;
}
		
/* end left navigation */

/* footer */

#footer {
	clear: both;
	font-weight: bold;
	font-size: 90%;
}

#footer a{
	color: white;
	text-decoration: none;
}

#footer a:hover {
	color: #fdbf57;
}

#footer a:visited {
	color: white;
}

.footerright {
	text-align: right;
	float: right;
	padding-right: 10px;
	padding-bottom: 5px;
}

.footerleft {
	text-align: left;
	float: left;
	padding-left: 10px;
	padding-bottom: 5px;
}

.promo {
	text-align: center;
	color: black;
	font-weight: bold;
}

.promo a {
	text-decoration: none;
	color: #FF0000;
}

.promo a:hover {
	color: black;
}

#telephone {
	text-align: right;
	font-weight: bold;
	font-size: 150%;
	clear: both;
	padding-right: 10px;
	padding-bottom: 5px;
}

/* end footer */

/* tag specific */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 75%;
}

h1 {
	font-size: 140%;
	color: #fdbf57;
}

h2 {
	font-size: 130%;
	color: #fdbf57;
}

h3 {
	font-size: 120%;
	color: #fdbf57;
}

table {
	font-size: 100%;
}

a {
	color: #fdbf57;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration : none;
}

/* button */
a.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
	font-weight: bold;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
	

a.button:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

/* new / used tabs */

#newcontainer {
	border : 2px solid #fdbf57;
	border-top : none;
	clear : both;
	margin : 0px;
	padding : 15px;
}

#usedcontainer {
	border : 2px solid #ffffff;
	border-top : none;
	clear : both;
	margin : 0px;
	padding : 15px;
}

body.new #menu {
	border-bottom : 2px solid #fdbf57;
	margin : 0;
	padding-bottom : 19px;
	padding-left : 10px;
}

body.used #menu {
	border-bottom : 2px solid #ffffff;
	margin : 0;
	padding-bottom : 19px;
	padding-left : 10px;
}

#menu ul, #menu li	{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
}

body.new #menu a {
	background : #fdbf57;
	color : #000;
	float : left;
	font-size : 100%;
	font-weight : bold;
	line-height : 14px;
	margin-right : 8px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
}

body.used #menu a {
	background : #ffffff;
	color : #000;
	float : left;
	font-size : 100%;
	font-weight : bold;
	line-height : 14px;
	margin-right : 8px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
}
	
body.new #menu li#nav-1 a {
	background : #fdbf57;
	border-bottom : 1px solid #fdbf57;
	color : #000;
}

body.used #menu li#nav-1 a {
	background : #fdbf57;
	color : #000;
}
 
body.used #menu li#nav-2 a {
	background : #fff;
	border-bottom : 1px solid #fff;
	color : #000;
}

body.new #menu li#nav-2 a {
	background : #ffffff;
	color : #000;
}

/* end new/ used tabs */



	
