/*How to make tea pt 2 by Ashley Hitchcock
primary colour #ffffc6
	secondary colour #660000

Search and replace the above colours with your choosen 2

this will need to be done in the following css files
- style.css (this one)
- vehicle2colums.css (the results page styles)
- homeoffers.css (style for the home page offer)
- advancedfeatures.css (for the email a friend etc)

There are only 3 graphics that need changing:
- header.psd
- left_photo.psd
- right_photo.psd

The last think you need to do in search for the number '563' and replace this with the dealers number

and one more thing you need to get a google api key for the map
*/


body {
height:100%;
background-color:#ffffc6;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
margin:2px 0 0;
padding:0;
border:0;
}

* {
margin:0;
padding:0;
}

html,* html #wrap {
height:100%;
}

#wrap {
min-height:100%;
position:relative;
width:800px;
background-color:#fff;
margin:0 auto;
}

#inner-wrap {
padding-bottom:20px;
position:relative;
height:700px;

}

#inner-wrap:after {
content:" ";
display:block;
clear:both;
}

* html #inner-wrap {
height:1px;
}

#header {
height:80px;
background:url(graphics/header.jpg) left top no-repeat;
background-color:#fff;
width:800px;

margin-bottom:2px;
}

#footer {
position:absolute;
bottom:0;
left:0;
height:20px;
background-color:#fff;
border-top:1px solid #000;
width:100%;
text-align:center;
margin:2px auto 0;
}

#footer a {
font-size:10px;
}

#left {
	float:left;
	width:530px;
	text-align:left;
	padding:5px;
	z-index: 1;
}

#mid { /*now right hand pannel*/
	position:absolute;
	left:590px;
	width:200px;
	padding:5px;
	min-height:800px;
	z-index: 1;
}

#right {
	width:247px;
	text-align:left;
	position:absolute;
	top:388px;
	left:542px;
	padding:5px;
	z-index: 1;
}

/* Typeography */
div {
font-size:10px;
}

a {
font-size:12px;
text-decoration:none;
color:#000;
}

a:hover {
color:#000;
text-decoration:underline;
}

H1 {
font-size:14px;
}

/* end of Typeography 
 
start of main side navigation*/
#navigation {
width:138px;
float:left;
margin-left:6px;
}

#calltoday {
	top:133px;
	left:5px;
	position:absolute;
	width:786px;
	height:20px;
	border:1px solid #000;
	background-color:#660000;
	display:block;
	color:#FFF;
	padding-top:4px;
	padding-right:5px;
	text-align:right;
}

#links {
margin:0;
}

#links a {
	height:20px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	text-decoration:none;
	list-style:none;
	border:1px solid #000;
	position:absolute;
	display:inline;
	text-align:center;
	color: #660000;
}

#links a:link,#links a:visited {
	color:#FFFFFF;
	display:block;
	padding-left:5px;
	font-size:12px;
	background-color: #660000;
}

#links a:hover,#links a:active {
color:#660000;
text-decoration:none;
background-color:#FFFFC6;
}

#links a.usedbutton  {
	background-color:#660000;
}

#links a:hover.usedbutton {
background-color:#ffffc6;
}

/*end of navigation*/
.subheaders {
height:20px;
border:1px solid #000;
background-color:#660000;
display:block;
color:#FFF;
padding-top:4px;
padding-left:5px;
margin-bottom:4px;
}

#addressinfo {
height:138px;
width:235px;
background-color:#f2f2f2;
margin-bottom:4px;
border:1px solid #000;
padding:5px;
}

#directions {
border:1px solid #000;
padding-left:4px;
padding-top:8px;
padding-bottom:9px;
margin-bottom:13px;
background-image:url(graphics/googlemaps.gif);
background-repeat:no-repeat;
background-position:top right;
}

p,div {
	font-family:Verdana,tahoma,helvetica,arial;
	font-size:12px;
	line-height:150%;
}

ul {
margin-left:22px;
}

.footerlink {
color:#000;
font-family:arial;
font-size:10px;
font-variant:normal;
font-weight:700;
text-decoration:none;
}

:hover.footerlink {
color:#ff0;
}

.poweredbylink {
color:#000;
font-family:arial;
font-size:10px;
font-variant:normal;
font-weight:700;
text-decoration:none;
}

:hover.poweredbylink {
color:red;
}

/*view.asp basic css */
#dstop {
height:22px;
font-weight:bolder;
}

#bottom {
height:22px;
font-weight:bolder;
}

.dslink {
color:#000;
font-size:10px;
}

.dslink:hover {
color:#fff;
font-size:10px;
}

/*view.asp button*/
#viewadditional {
background-color:gray;
color:#fff;
font-family:verdana,arial;
font-size:12px;
font-weight:700;
border-color:red;
border-style:solid;
border-width:1px;
padding:5px;
}

/* view.asp styles */
.dstitles {
height:20px;
color:#FFFFFF;
padding-left:10px;
vertical-align:middle;
background-color:#660000;
}

#dslinks {
background:#fff;
font-size:11px;
line-height:normal;
margin-bottom:4px;
margin-top:3px;
}

#dslinks ul {
list-style:none;
margin:0;
padding:4px 0;
}

#dslinks li {
display:inline;
text-decoration:none;
margin:0;
padding:0;
}

#dslinks a {
text-decoration:none;
height:20px;
margin:0 0 0 2px;
padding:0 5px 0 0;

}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#dslinks a span {
height:20px;
color:#660000;
text-decoration:none;
background:#ffffc6;
float:none;
padding:4px 16px;
}

/* End IE5-Mac hack */
#dslinks a:hover span {
color:#660000;
text-decoration:none;
}

#dslinks a:hover {
background-color:#660000;
}

#dsenlarge a{
display:block;
width:268px;
height:20px;
background-color:#ffffc6;
color:#660000;
text-align:center;
border:#000 solid 1px;
margin-bottom:1px;
}

#dsenlarge a:hover {
background-color:#660000;
text-align:center;
text-decoration:none;
}

.menu {
	text-align: left;
	position: absolute;
	visibility: hidden;
	z-index: 100;
}

#enquireonline a {
display:block;
width:286px;
height:56px;
padding:2px;
background-color:#660000;
border:1px solid #ffffc6;
margin-top:5px;
font-size:18px;
font-weight:700;
background:url(graphics/black_contact.png) no-repeat right bottom #660000;
font-size:14px;
color:#FFFFFF;
}


.currentday {
background-color:#660000;
color:#FFFFFF;
}

.day {
color:#000000;
}

#menu1 {
visibility:hidden;
z-index:400;
background-color:#ffffc6;
	width:160px;
	padding:2px;
	list-style:none;
	text-decoration:none;
	position:absolute;
	top:113px;
	left:35px;

}

#menu1 #tabs ul {
	margin-left: 0;
	padding-left: 0;
	display: block;
	list-style:none;
	} 

#menu1 #tabs ul li {
list-style: none;
	margin-left: 0;
	margin-bottom: 0;
	display:block;
	padding-left:3px;
	}
	
#menu1 a {
	color:#660000;
	text-decoration:none;
	width:157px;
	background-color:#ffffc6;
	display:block;
	padding-left:3px;
	}
	
#menu1 a:hover {
	color:#FFFFC6;
	background-color:#660000;
	}
	
#home { /*home page fix*/
	position:relative;
	z-index: 1;
	height:700px;
	}
#checkatrade {
	font-weight: normal;
	font-size: 150%;
	font-stretch: wider;
	height: 260px;
	width: 240px;
	margin-left: 280px;
	margin-top: 0px;
	padding-top: 0px;
	color: white;
	z-index: 9;
	text-align:left;
	word-spacing:0;
	line-height:150%;
	margin-bottom:0;
	display: none;
	position: absolute;
	float: none;
}
#contents-idx {
	width: 800px;
	line-height: 1em;
	text-align: justify;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	position: relative;
	z-index: 2;
}
#contents-idx p {
font-size: .7em;
margin-top: 0;
padding-top: 5px;
}
#contents-idx a:link, #content a:visited, #content a:active {
text-decoration: underline;
font-size: 1em;
color: #ffffc6;
}
#contents-idx a:hover {
color: #666666;
}
.closestyle1 {font-family: Arial, Helvetica, sans-serif}
.aufstyle1 {font-size: 12px}
.aufstyle2 {
	color: #4DB849;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.aufstyle3 {font-family: Arial, Helvetica, sans-serif}
.aufstyle4 {
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
