﻿/*
Author: Dids
Author URI: http://www.rummaging.co.uk/
*/

/* Start with the reset! */ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	line-height: 1;
	color: black;
	background: white;
	}
ol, ul {
	list-style: none;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
/* Reset End */ 

/* Start Tyrrell Autos Layout */ 
body {
	background-image:url(images/garage-bg.jpg);
	background-color: #001256;
	background-repeat: repeat-x;
	margin: 0px;
	background-position: top center;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	line-height: 15px;
}
#container {
	width: 1000px;
	background-color:#FFFFFF;
	border:1px solid #6E6E6E;
	margin:0px;
	padding:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#header {
	width:1000px;
	background-image:url(images/header.png);
	height:115px;
	margin:0px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
#header h2 {float:right; margin: 20px 0 0 0; font-size:36px; font-weight:bold;}
#content, #comments, #sidebar, #car-logos {
	margin:10px 0px;
	padding:20px;
	background-color:#FFFFFF;
	margin:10px 0px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    padding:20px;
    border:1px solid #8ba3ff;
}
#toolbox {
	text-align:right;
	float:right;
}
#main {
	width:980px;
	margin:0px auto;
	overflow:hidden;
}
#content {
	width:600px;
	float:left;
}
#comments {
	width:600px;
	float:left;
}
#car-logos {
	width:600px;
	float:left;
}
.red {
	color: red;
}
#sidebar {
	width:270px;
	margin-left:20px;
	float:right;
	text-align:left;
}
#sidebar #ads { width:100%; overflow:hidden;}
#sidebar #ads img { float:left; margin:5px; display:block;}
#footer-frame {
	width: 1000px;
	height: 160px;
	margin:0px auto;
	background-image:url(images/garage-footer-bg.jpg);
	background-color: #000000;
	background-repeat: repeat-x;
	padding:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border:1px solid #000000;
}
#footer {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	padding:10px;
	height:110px;
}
#footer a:link {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:active {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color:#fff600;
	text-decoration:underline;
}
.sitemap {
	color:#8ba3ff;
	float:left;
	margin-right:20px;
	height:110px;
	width:170px;
	text-align:left;
}
.copyright {
	color:#FFFFFF;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	margin:10px auto 0 auto;
	width:900px;
	text-align:center;
}

/* Change view sprites */
.toolbox { float:right; margin-left:10px;}
.toolbox a { width:30px; height:20px; float:right; }

#wideView {background: transparent url(images/buttons.png) no-repeat scroll 0px 0px; }
#wideView:hover { background-position:-30px 0px; }
#wideView.wide {background-position:0px -20px; }
#wideView.wide:hover { background-position:-30px -20px; }
     
/* Different views */
#content.wide { width:936px;}
#toolbox.wide { width:980px;}
#content.compact, #comments.compact { width:690px;}
#sidebar.compact { width:130px;}
 
h1, h2, h3, h4, h5, h6 {
	color:#27221F;
	font-family:Helvetica,Arial,sans-serif;
	font-size: 1.5em;
	font-weight:bold;
	margin:0 0 10px;
	text-align:left;
}      
p {
	text-align:left;
	font-size: 1.1em;
	line-height: 16px; 
	margin-bottom: 15px;  
}
#container a:link, a:visited, a:active {
	color: #444d52;
	text-decoration: none;
}
#container a:hover {
	color:#000488;
	text-decoration:underline;
}
em {
	font-size:12px;
}
input {
	font-size: 1.0em;
}
small {
	 font-size: 0.75em;
}
ul.services {
	list-style-image:url(images/blue-square.jpg);
	margin-bottom:10px;
	padding-left:30px;
	text-align:left;
}
li {
	line-height: 18px;
	font-weight:bold;
}
blockquote {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(images/quote.png) no-repeat scroll 0 0;
	font-size: 1.0em;
	line-height:1.2em;
	margin:10px 0;
	padding:10px 10px 10px 60px;
}
#contactform {
	border:1px solid #666666;
	background-color:#8ba3ff;
	padding:15px;
	color:#FFFFFF;
	font-weight:bold;
	margin:0px;
	width:240px;
}
#partsform {
	border:1px solid #666666;
	background-color:#8ba3ff;
	padding:15px;
	color:#FFFFFF;
	font-weight:bold;
	margin:0px;
	width:560px;
}
/* End Tyrrell Autos Layout */ 

/* Start Tyrrell Nav */

#car-nav.page {
	clear:both;
	display:block;
	height:45px;
	width:700px;
	background:url(stylesheets/images/highlight.gif) no-repeat center bottom;
	float:left;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
#car-nav ul.nav {
	margin:0px;
	padding:0px;
	height:45px;
	float:left;
}
#car-nav ul.nav li {
	display:block;
	float:left;
	width:150px;
	height:45px;
	margin-left:10px;
}

/* LOAD ALL THE TABS FIRST */
#car-nav ul.nav li.home div.tab a, #car-nav ul.nav li.home.active div.tab a, #car-nav ul.nav li.home.active div.tab a:hover, #car-nav ul.nav li.home div.tab a:hover, #car-nav ul.nav li.services div.tab a, #car-nav ul.nav li.services.active div.tab a, #car-nav ul.nav li.services.active div.tab a:hover, #car-nav ul.nav li.services div.tab a:hover, #car-nav ul.nav li.resources div.tab a, #car-nav ul.nav li.resources.active div.tab a, #car-nav ul.nav li.resources.active div.tab a:hover, #car-nav ul.nav li.resources div.tab a:hover, #car-nav ul.nav li.contact div.tab a, #car-nav ul.nav li.contact.active div.tab a, #car-nav ul.nav li.contact.active div.tab a:hover, #car-nav ul.nav li.contact div.tab a:hover {
	background-image:url(images/tab-sprites.jpg);
}
#car-nav ul.nav li.home div.tab a {
	background-position:-300px 0px;
	display:block;
	width:150px;
	height:45px;
}
#car-nav ul.nav li.home.active div.tab a {
	background-position:0px 0px;
	display:block;
	width:150px;
	height:45px;
}
#car-nav ul.nav li.home.active div.tab a:hover {
	background-position:-150px 0px;
}
#car-nav ul.nav li.home div.tab a:hover {
	background-position:-450px 0px;
}
#car-nav ul.nav li.services div.tab a {
	background-position:-300px -45px;
	display:block;
	width:150px;
	height:45px;
}
#car-nav ul.nav li.services.active div.tab a {
	background-position:0px -45px;
	display:block;
	width:150px;
	height:45px;
}
#car-nav ul.nav li.services.active div.tab a:hover {
	background-position:-150px -45px;
}
#car-nav ul.nav li.services div.tab a:hover {
	background-position:-450px -45px;
}
#car-nav ul.nav li.resources div.tab a {
	background-position:-300px -90px;
	display:block;
	width:150px;
	height:45px;
}
#car-nav ul.nav li.resources.active div.tab a {
	background-position:0px -90px;
	display:block;
	width:150px;
	height:45px;
}
#car-nav ul.nav li.resources.active div.tab a:hover {
	background-position:-150px -90px;
}
#car-nav ul.nav li.resources div.tab a:hover {
	background-position:-450px -90px;
}
#car-nav ul.nav li.contact div.tab a {
	background-position:-300px -135px;
	display:block;
	width:150px;
	height:45px;
}
#car-nav ul.nav li.contact.active div.tab a {
	background-position:-0px -135px;
	display:block;
	width:150px;
	height:45px;
}
#car-nav ul.nav li.contact.active div.tab a:hover {
	background-position:-150px -135px;
}
#car-nav ul.nav li.contact div.tab a:hover {
	background-position:-450px -135px;
}
#car-nav ul.nav li a span {
	display:none;
}

/* End Tyrrell Nav */

/* Start Tyrrell Map */

#map_canvas {
	height:600px;
	width: 600px;
	border:1px dashed #999999;
	margin-left:0px;
}
.gsmsc-mapDiv {
    height : 500px;
    }

.gsmsc-idleMapDiv {
    height : 500px;
    }
/* End Tyrrell Map */