/*#############################################################
Name: Shades of Gray
Date: 2006-11-05
Description: Monochrome, lightweight and totally liquid. Comes with three different layouts.
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

.style1 {
	color: #ff9900;
	font-weight: bold;
}

a {text-decoration: none;}

body {
background-image:url(new_bk.GIF); background-repeat:repeat;
	color:#FFFFFF;
	font: normal 62.5% "Lucida Sans Unicode",Verdana;
}

p,ul {
	font-size: 1.2em;
	padding: 10px;
	padding-bottom: 1.2em;
}

blockquote {font: bold 1em Verdana;}

code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {border: none;}

ul {margin-left: 2em;}

h1 {
font: normal 2.4em Verdana;
color: #ff9900;
}

h2 {
	font: bold 1.6em Verdana,Verdana;
	padding-bottom: 4px;
	color: #FFCC00;
}

h3 {
	font: bold 1.2em Verdana,Verdana;
	padding-bottom: 4px;
	color: #FF0000;
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url(img/stripe.gif);
	height: 6px;
}
.left {float: left;}


/* header */
.header {
    background-image:url(img/valet-master-pelsall.gif); background-repeat:no-repeat; background-position:center;
	border-bottom: 1px solid #333;
	font: normal 2em Verdana;
	height: 165px;
}

/* title */
.title {
    background-image: url(img/valet_master_pelsall_walsall.jpg); background-repeat: no-repeat; background-image:url(new_bk.GIF); background-repeat:repeat;
	border-bottom: 1px solid #333;
	font: normal 2em Verdana;
	height: 110px;
}

#title_text  {
	height: 70px;
	background-image:url(img/bk_title.gif); background-color:#000000; background-repeat:repeat-y;
	padding: 10px;
	padding-left: 170px;
	font-family:Verdana;
	font-size:9px;
}

#title_text p {
	text-align: right;
	padding-left: 170px;
	font-family:Verdana;
	font-size:9px;
}

#title_text a {
color: #FF9900;
}





/* structure */
.container {
	border: 3px solid #444;
	border-top: none;
}

.main {
background-image:url(img/main_bk.bmp);
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}
.main .left {width: 100%;}


.content {
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	padding: 16px;
}

.content img {

	padding: 8px;
}


/* content elements */
.content h1 {
	background: url(img/bgh1.gif) repeat-x left bottom;
	color: #ff9900;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color:#FFFFFF;
	text-decoration: underline;
}
.content a:hover {color: #CCC;}
.content .descr {margin-bottom: 5px;}

/* navigation */
.nav {background: #FF6600;
}

.nav a {
	background-color:#FF9900;
	border-right: 1px solid #161616;
	color:#FFFFFF;
	float: left;
	font: bold 1em Verdana,Verdana;
	line-height: 30px;
	padding: 0 10px;
}
.nav a:hover {
	background: #FF6600;
}

/* sub-navigation */
.subnav {
	background: #2A2A2A; background-image:url(img/bk_side_right.gif);
	border: 1px solid #1E1E1E;
	border-top-color: #444;	
	padding: 12px;
}
.subnav h1 {padding-top: 8px;}
.subnav ul {margin: 0;}
.subnav li {
	background: url(img/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #777;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}
.subnav li a:hover {color: #BBB;}

/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 3% 3% 1%;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: compact;
	line-height: 2em;
	padding: 10px;
	width: 96%;
}
.footer a {color: #666;}

.footer a:hover {
	color: #BBB;
	background: #222;
}

.col3,.col3center {
	float: left;
	width: 100%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}

.bottom h1 {
	color: #666;
	clear: both;
	font-size: 0.8em;
}
.bottom a {color: #888;}