﻿/*
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: #FFF;
	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;
	margin:0px;
	padding:10px;
}
#header {
	width:1000px;
	height:95px;
	margin:0px;
}
#subheader {
	width:1000px;
	margin-top:95px;
	height:35px;
	margin:0px;
}
#head-left {
	float:left;
	width:700px;
	background-image:url(/images/car-van-repairs.png);
	height:85px;
	margin:0px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
#head-right {
	float:right;
	width:250px;
	background-image:url(/images/car-repairs-logo.png);
	height:85px;
	margin:0px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
#social-nav {
	float:right;
	margin-top:7px;
}
#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 #DFDFDF;
}
#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 */

#navigation {
	width:600px;
	height:30px;
	text-align:right;
	float:left;
	margin:4px 0 0 0;
}
#navigation #Nav { width:600px; height:30px; margin:0; padding:0; background-image:url(images/car-repairs-nav.gif) 0 0 no-repeat; }
#navigation #Nav li { display:inline; }
#navigation #Nav li a { float:left; outline:none; height:0; padding-top:30px; overflow:hidden; }
#navigation #Nav li a { background-image:url(images/car-repairs-nav.gif); background-repeat:no-repeat; }

#navigation #Nav li#nav00 a { background-position: 0 0; width:100px; }
#navigation #Nav li#nav01 a { background-position: -100px 0; width:120px; }
#navigation #Nav li#nav02 a { background-position: -220px 0; width:150px; }
#navigation #Nav li#nav03 a { background-position: -370px 0; width:100px; }
#navigation #Nav li#nav04 a { background-position: -470px 0; width:130px; }

#navigation #Nav li#nav00 a:hover { background-position: 0 -30px; width:100px; }
#navigation #Nav li#nav01 a:hover { background-position: -100px -30px; width:120px; }
#navigation #Nav li#nav02 a:hover { background-position: -220px -30px; width:150px; }
#navigation #Nav li#nav03 a:hover { background-position: -370px -30px; width:100px; }
#navigation #Nav li#nav04 a:hover { background-position: -470px -30px; width:130px; }

#navigation #Nav li#nav00 a:active { background-position: 0 -60px; width:100px; }
#navigation #Nav li#nav01 a:active { background-position: -100px -60px; width:120px; }
#navigation #Nav li#nav02 a:active { background-position: -220px -60px; width:150px; }
#navigation #Nav li#nav03 a:active { background-position: -370px -60px; width:100px; }
#navigation #Nav li#nav04 a:active { background-position: -470px -60px; width:130px; }

body#home #Nav li#nav00 a { background-position: 0 -90px; }
body#services #Nav li#nav01 a { background-position: -100px -90px; }
body#resources #Nav li#nav02 a { background-position: -220px -90px; }
body#about #Nav li#nav03 a { background-position: -370px -90px; }
body#contact #Nav li#nav04 a { background-position: -470px -90px; }

.dropmenudiv {
    border-top: 2px solid #FFFFFF;
    color: #243232;
    display: block;
    float: left;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 0;
    position: absolute;
    text-align: left;
    text-decoration: none;
    top: -10px;
    visibility: hidden;
    z-index: 10000;
}
.dropmenudiv ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    border: 1px solid #ededed;
}
.dropmenudiv li {
    background-color: #DFDFDF;
    display: inline;
    margin: 0;
    padding: 0;
}
.dropmenudiv a:visited {
    color: #243232;
    display: block;
    font-style: normal;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 220px;
}
.dropmenudiv a:link {
    color: #243232;
    display: block;
    font-style: normal;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 220px;
}
.dropmenudiv a span {
    background-color: #fcfcfc;
    background-repeat: repeat-y;
    color: #243232;
    display: block;
    float: none;
    line-height: 30px;
    padding: 0 0 0 15px;
    border: 1px solid #ededed;
}
.dropmenudiv a:hover {
    background-color: #3e86b4;
    background-repeat: repeat-y;
    color: #FFFFFF;
    display: block;
    float: none;
    line-height: 30px;
}
.dropmenudiv a:hover span {
    background-color: #3e86b4;
    background-repeat: repeat-y;
    color: #FFFFFF;
    display: block;
    float: none;
    line-height: 30px;
}
* html .dropmenudiv a {
    list-style: none outside none;
    width: 100%;
}

/* 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 */
