/*How to make tea pt 2 by Ashley Hitchcock
primary colour #1a2a44
	secondary colour #4983bd

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 '565' 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:#1a2a44;
background-image:url(graphics/bg.gif);
background-position: center top;
background-repeat:repeat-y;
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:80px;
position:relative;
}

#inner-wrap:after {
content:" ";
display:block;
clear:both;
}

* html #inner-wrap {
height:600px;
}

#header {
height:100px;
background-color:#fff;
width:800px;
margin-bottom:2px;
}

#header_top {
	height:95px;
	width:800px;
	background:url(graphics/header_title.jpg);
}
		
#header_mid {
	height:213px;
	width:800px;
}
		
#header_bottom {
	height:30px;
	width:800px;
	}
		
#header_bottom_title {
		margin-left:630px;
		height:30px;
		padding-top:5px;
		font-weight:900;
		color:#FFFFFF;
		}
		
#header_nav {	
	width:220px;
	margin-left:570px;
	background:#ccc;
	margin-top:15px;
	}
		
#profile_text {
	width:240px;
	margin-left:530px;
	padding:10px;
	margin-top:25px;
	margin-bottom:20px;
}

#profile_text p {
	font-size:11px;
	margin-top:15px;
}

.links {
	background: url(graphics/menu3.gif);
	display:block;
	padding:5px;
	width:190px;
	padding-left:25px;
}

.links:hover {
	background: url(graphics/menu3.gif);
	background-position:bottom;
	display:block;
	
}
	
#footer {
	position:absolute;
	bottom:0;
	left:0;
	height:74px;
	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:320px;
text-align:left;
padding:5px;
}

#mid { /*now right hand pannel*/
	position:absolute;
	left:1px;
	width:791px;
	padding:5px;
	min-height:200px;
	top: 161px;
	height: 205px;
}


/* Typeography */
div {
font-size:10px;
}

a {
font-size:12px;
text-decoration:none;
color:#000;
}

a:hover {
color:#000;
text-decoration:underline;
}

h1 {
font-size:12px;
}

/* 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:#1a2a44;
	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;
background-color:#1a2a44;
border:1px solid #000;
position:absolute;
display:inline;
text-align:center;
}

#links a:link,#links a:visited {
color:#fff;
display:block;
padding-left:5px;
font-size:12px;
}

#links a:hover,#links a:active {
color:#fff;
text-decoration:none;
background-color:#4983bd;
}

#links a.usedbutton  {
background-color:#4983bd;
}

#links a:hover.usedbutton {
background-color:#1a2a44;
}

/*end of navigation*/


#directions {
border:1px solid #000;
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 styles */
.dstitles {
height:20px;
color:#000;
padding-left:10px;
vertical-align:middle;
background-color:#4983bd;
}

#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;
background:#1a2a44;
float:none;
padding:4px 16px;
}

/* End IE5-Mac hack */
#dslinks a:hover span {
color:#FFF;
text-decoration:none;
}

#dslinks a:hover {
background-color:#4983bd;
}

#dsenlarge a{
display:block;
width:268px;
height:20px;
background-color:#1a2a44;
color:#FFF;
text-align:center;
border:#000 solid 1px;
margin-bottom:1px;
}

#dsenlarge a:hover {
background-color:#4983bd;
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:#4983bd;
border:1px solid #1a2a44;
margin-top:5px;
font-size:18px;
font-weight:700;
background:url(graphics/black_contact.png) no-repeat right bottom #4983bd;
font-size:14px;
color:#FFFFFF;
}


.currentday {
	background-color:#4983bd;
	color:#FFFFFF;
}

.day {
	color:#000000;
}

#menu1 {
	visibility:hidden;
	z-index:900;
	list-style:none;
	text-decoration:none;
	height: 87px;
	width: 218px;
	margin:0;
	}

#menu1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menu1 li a {
	height: 32px;
    height: 22px;
    text-decoration: none;
    }

#menu1 li a:link, #menu1 li a:visited {
	color: #888;
 	display: block;
	background: url(graphics/menu3.gif);
	padding: 5px 0 3px 30px;
	}

#menu1 li a:hover, #menu1 li #current, #menu1 li a:active {
       /* color: #283A50;*/
	color: #FFF;
	background: url(graphics/menu3.gif) 0 -32px;
	padding: 5px 0 3px 30px;
	}
	
#home { /*home page fix*/
	position:relative;
	height:600px;
	}
	
	
	.subheaders {
height:20px;
border:1px solid #1a2a44;
background-color:#4983bd;
background: url(graphics/sub_header.gif) left top repeat-x;
display:block;
color:#000;
padding-top:4px;
padding-left:5px;
margin-bottom:4px;
}

