/* Reset */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, th {
	font-size: 1em;
	font-style: normal;
	font-weight:normal;
}
ul, ol {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Typeography */
a {
	font-size:11px;
	text-decoration:none;
	color: #666;
}
a:hover {
	color:#ccc;
	text-decoration:underline;
}
p, div {
	font-family:Verdana, tahoma, helvetica, arial;
	font-size:11px;
	line-height:150%;
}

/*Main*/
body {
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	margin:0;
	padding:0;
	border:0;
	background-color: #CCCCCC;
}

* {
	margin:0;
	padding:0;
}

html, * html #wrap {
	height:100%;
}

#wrap {
	min-height:100%;
	position:relative;
	width:810px;
	margin:0 auto;
	background-color:#FFF;

}

#inner-wrap {
	padding-bottom:14px;
	_padding-bottom:16px;
	float:left;
	clear:both;
	width:800px;
	background-color:#FFF;
	padding-left:5px;
	padding-right:5px;
}

#inner-wrap:after {
	content:" ";
	display:block;
	clear:both;
}



/*Navigation*/
#header {
	height:140px;
	width:790px;
	margin-left:10px;
	background:url(graphics/header.jpg) top left no-repeat;
}

#navigation {
	float:left;
	width:790px;
	height:26px;
	margin-top:10px;
	margin-left:10px;
	background-color:#666666;
	margin-bottom:5px;
}

#links ul {
	list-style:none;
	margin:0;
	padding:0;
}

#links li {
	list-style:none;
	float:left;
}

#links li a {
	height:22px;
	padding-top:0px;
	text-decoration:none;
	list-style:none;
	width:120px;
	margin-right:-1px;
	color: #FFFFFF;
}

#links li a:link, #links li a:visited {
	display:block;
	font-size:13px;
	text-align:center;
	padding-top:4px;
	font-size:10px;
}

#links li a:hover, #links li a:active, #links li .current {
	color: #33FF00;
	text-decoration:none;
	background-color:#333333;
}

/*home*/
#home {
	height:100%;
}

#home h1, h2, h3 {
	color:#fff
}

.subheaders {
	height:22px;
	border-bottom:none;
	display:block;
	padding-top:2px;
	padding-left:5px;
	background-color:#009900;
	color:#FFF;
}

#left {
	float:left;
	width:320px;
	text-align:left;
	padding:5px;
}


#slideshow {
	height:148px; 
	margin-bottom:10px; 
	background-color:#fff;
}

#profile {
	padding:5px 5px 5px 5px;
	background-color:#e5e4e4;
	color:#000000;
	height:455px;
	overflow:auto;
}

#mid {
	float:left;
	width:200px;
	padding:5px;
	min-height:640px;
}


#right {
	width:247px;
	text-align:left;
	float:left;
	padding:5px;
	height: 675px;
}
#googleSearch {
	height: 65px;
	width: 237px;
	background-image: url(graphics/google_bg.gif);
	padding-top: 70px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: left top;
}
#homeTyre {
	height: 320px;
	width: 247px;
	margin-top: 10px;
	background-image: url(graphics/homeTyre.gif);
	background-repeat: no-repeat;
}



#addressinfo {
	height:137px;
	width:237px;
	background: url(graphics/arrow.gif) right top no-repeat;
	margin-bottom:10px;
	padding:6px 5px 5px 5px;
	color:#000000;
	background-color: #E1E1E1;
}

#directions {
	height:56px;
	padding:65px 0 0 100px;
	margin-bottom:8px;
	background: url(graphics/google.jpg) left top no-repeat;
}

#txtPostcodeA {
	float:left;
	width:40px;
	height:20px;
	margin-left:3px;
	margin-top:3px;
	color:#000000;
	background-color:#e5e4e4;
}
#txtPostcodeB {
	float:left;
	width:40px;
	height:20px;
	margin-left:5px;
	margin-top:3px;
	color:#000000;
	background-color:#e5e4e4;
}
#btnShowDirections {
	float:left;
	margin-left:8px;
	margin-top:2px;
}

#right_photo {
	margin-top:10px;
	background-image:url(graphics/right_photo.jpg);
	background-repeat:no-repeat;
	width:245px;
	height:320px;
}

#right_photo ul {
	list-style: disc;
}

#right_photo li {
	margin-left:15px;
	padding-bottom:5px;
	color: #666;
}

/*footer*/
#footer {
	clear:both;
	height:140px;
	width:790px;
	background-color:#FFF;
	padding-right:10px;
	padding-left:10px;
	margin-bottom:20px;
}

#footer p {
	color: #999;
	width:770px;
	margin-left:10px;
}

#footer a {
	font-size:10px;
	color: #999;
}
#footer-links {
	float: right;
	border-top:1px dotted #ccc;
	margin-top: 3px;
	color:#999;
	width:790px;
	text-align:right;
	font-size:10px;
}
