/*How to make tea pt 2 by Ashley Hitchcock
primary colour #083d65
	secondary colour #6d92ad

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:#CCCCCC;
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:1000px;
background-color:#fff;
margin:0 auto;
border-left:8px solid #fff;
border-right:8px solid #fff;
}

#inner-wrap {
	padding-bottom:20px;
	position:relative;
	background-image: url(graphics/0_04.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;

}

#inner-wrap:after {
content:" ";
display:block;
clear:both;
}

* html #inner-wrap {
height:1px;
}

#header {
	height:233px;
	background-color:#fff;
	width:1000px;
	margin-bottom:2px;
	background-image: url(graphics/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer {
position:relative;
bottom:0;
left:0;
height:20px;
background-color:#ccc;
border-top:1px solid #000;
width:1000px;
text-align:center;
margin:2px auto 0;
}

#footer a {
font-size:10px;
}

#left {
float:left;
width:320px;
text-align:left;
padding:5px;
}

#mid { /*now right hand pannel*/
	position:absolute;
	left:9px;
	width:696px;
	padding:5px;
	top: 533px;
	height: 158px;
	background-image: url(graphics/bottom.gif);
	background-repeat: no-repeat;
	/*min-height:800px;*/
}

#right {
	width:275px;
	text-align:left;
	position:absolute;
	top:0;
	left:715px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/* 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:85px;
	left:327px;
	position:absolute;
	width:461px;
	height:20px;
	border:1px solid #000;
	background-color:#9A019A;
	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;
	position:absolute;
	display:inline;
	text-align:center;
	font-weight: bold;
}

#links a:link,#links a:visited {
color:#9A019A;
display:block;
padding-left:5px;
font-size:12px;
}

#links a:hover,#links a:active {
color:#666666;
text-decoration:none;
}

#links a.usedbutton  {
	color: #3300CC;
}

#links a:hover.usedbutton {
background-color:#083d65;
}
#links #currentpage a {
	height: 20px;
	padding-bottom: 0px;
	color: #000000;
}
#links #currentpage a:hover,#links #current a:active {
	color: #000000;
}
/*end of navigation*/
.subheaders {
	height:20px;
	border:1px solid #000;
	background-color:#9A019A;
	display:block;
	color:#FFF;
	padding-top:4px;
	padding-left:5px;
	margin-bottom:4px;
	text-align: center;
	font-weight: bold;
}

#addressinfo {
height:138px;
width:265px;
margin-bottom:4px;
padding:5px;
}

#directions {
padding-left:4px;
padding-top:8px;
padding-bottom:9px;
margin-bottom:13px;
}

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:#CCCCCC;
color:#000000;
font-family:verdana,arial;
font-size:12px;
font-weight:700;
border-color:#9A019A;
border-style:solid;
border-width:1px;
padding:5px;
}

/* view.asp styles */
.dstitles {
height:20px;
color:#FFFFFF;
padding-left:10px;
vertical-align:middle;
background-color:#9A019A;
}

#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:#fff;
	text-decoration:none;
	float:none;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 9px;
	background-color: #9A019A;
	border: 1px solid #000000;
}

/* End IE5-Mac hack */
#dslinks a:hover span {
color:#FFF;
text-decoration:none;
}

#dslinks a:hover {
background-color:#999999;
}

#dsenlarge a{
display:block;
width:268px;
height:20px;
background-color:#9A019A;
color:#FFF;
text-align:center;
border:#000 solid 1px;
margin-bottom:1px;
}

#dsenlarge a:hover {
background-color:#9A019A;
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:#9a019a;
	border:1px solid #083d65;
	margin-top:5px;
	font-size:14px;
	font-weight:700;
	font-size:14px;
	color:#FFFFFF;
	background-image: url(graphics/black_contact.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}


.currentday {
background-color:#CCCCCC;
color:#9A019A;
}

.day {
color:#000000;
}

#menu1 {
	visibility:hidden;
	z-index:400;
	width:662px;
	list-style:none;
	text-decoration:none;
	position:absolute;
	top:175px;
	left:330px;
	height: 31px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-weight: bold;
	display: inline;

}

#menu1 #tabs ul li {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
	padding-left:3px;
	float: left;
	display: inline;
	}
	
#menu1 a {
	color:#9A019A;
	text-decoration:none;
	display:inline;
	padding-left:7px;
	padding-right: 7px;
	position: relative;
	float: left;
	}
	
#menu1 a:hover {
	color:#666666;
	}
	
#home { /*home page fix*/
	position:relative;
	min-height:710px;
	width: 710px;
	padding-left: 5px;
	}
#googinstruct{
	font-size: 9px;
}
#emailinfo a {
	color: #9A019A;
}
#profiletext1{
	position: relative;
	overflow: hidden;
	float: left;
	width: 333px;
	left: 0px;
	top: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #000000;
	text-align: left;
	font-weight: normal;
	}
#profiletext2{
	position: relative;
	overflow: hidden;
	float: left;
	width: 333px;
	padding-left: 30px;
	top: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	}
#sitewords{
	font-size: 8px;
	font-weight: normal;
	text-align: center;
	color: #666666;
	padding-top: 5px;
}
#bookmot a{
	float: left;
	position: relative;
	clear: both;
	height: 74px;
	width: 300px;
	left: 370px;
	top: -4px;
	background-image: url(graphics/bookmot.gif);
}
#bookmot a:hover{
	background-image: url(graphics/bookmot_over.gif);
	}
#homeimage{
	padding-left: 10px;
	padding-bottom: 10px;
}
