/* CSS Document   */
/* Redefined Tags */

a:link		{color: #FFFFFF; text-decoration: underline;}
a:visited	{color: #FFFFFF; text-decoration: underline;}
a:hover		{color: #6B997A; text-decoration: underline;}
a:active	{color: #FFFFFF; text-decoration: underline;}

body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.5em;
	background:#EEEEEE;
	background-color:#EEEEEE;
}

h1 {
	font-weight: normal;
	font-size: 2em;
	color: #6B997A;
/*	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px 0px 5px 5px;*/
}

h2 {
	font-weight: normal;
	font-size: 2em;
	color: #6B997A;
/*	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px 0px 5px 5px;*/
}

h3 {
	font-weight: normal;
	font-size: 1.5em;
	color: #6B997A;
}


ul {
	list-style-image: url(../images/bull.gif)
}

/* CSS Selectors  */

#container {
	width: 995px;
	border: 1px solid #000000;
	margin:0 auto;
	text-align: left;
	background: #000000;
	color: #FFFFFF;
	height: auto;
	font-size: 0.75em;
	-moz-box-sizing:border-box;box-sizing:border-box;
}

#content {
	margin-left: 160px;
	padding: 5px 5px 5px 5px;
}

#footer {
	clear: both;
	border-top: 1px solid #FFFFFF;
	background: #3D4C42;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.5em;
}

#footer p {
	margin: 0px;
}

#gmap {
	border: 1px solid #FFFFFF;
}

#heading {
	color: #FFFFFF;	
	height: 150px;
	padding: 5px;
	background-repeat: no-repeat;
	background-image:url(/images/header.jpg);
	background-position: 10px 10px;
	-moz-box-sizing:border-box;box-sizing:border-box;
}

#heading h1 {
	font-weight: normal;
	font-size: 2em;
	color: #FFFFFF;
	padding: 80px 0px 0px 170px;
	background: none;
	border: none;
}

#headsep {
	
	background: #3D4C42;
	padding-right: 5px;
	text-align: right;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	z-index: 2;
	-moz-box-sizing:border-box;box-sizing:border-box;
}

#headsep a:link		{color: #FFFFFF; text-decoration: none;}
#headsep a:visited	{color: #FFFFFF; text-decoration: none;}
#headsep a:hover	{color: #6B997A; text-decoration: none;}
#headsep a:active	{color: #FFFFFF; text-decoration: none;}

#headsep p{
	margin: 2px;
}

#lcol {
	float: left;
	width: 150px;
}

#lcol p {
	text-align: center;
}

#navcol {
	position: relative;
	margin-top: -1px;
	float: left;
	width: 150px;
	height: 100%;
	background: #3D4C42;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 5;
	color: #FFFFFF;
	z-index: 3;
	-moz-box-sizing:border-box;box-sizing:border-box;
}

#navcol ul {
	list-style: none;
	margin: 7px;
	padding: 0px;
	list-style-image: none;
	-moz-box-sizing:border-box;box-sizing:border-box;
}

#navcol li {
	margin: 0px;
	list-style: none;
	margin: 5px 2px 5px 2px;
	-moz-box-sizing:border-box;box-sizing:border-box;
}

#navcol a:link,  #navcol a:visited {
	color: #FFFFFF;
	padding-left: 5px;
	text-decoration: none;
	display: block;
	border: 1px solid #FFFFFF;
	background: #6B997A;
	width: 125px;
	-moz-box-sizing:border-box;box-sizing:border-box;
}

#navcol a:hover {
	background: #3D4C42;
}

body#home		#navcol li#home a, 
body#about		#navcol li#about a,
body#rolls		#navcol li#rolls a, 
body#daimler	#navcol li#daimler a, 
body#groom		#navcol li#groom a, 
body#vintage	#navcol li#vintage a, 
body#tests		#navcol li#tests a, 
body#where		#navcol li#where a, 
body#fairs		#navcol li#fairs a, 
body#contact	#navcol li#contact a
{
	background: #000000;
}

/* CSS Classes    */
.bgb {
	background: #3D4C42;
}

.cars {
	margin: 5px;
	border: 1px solid #FFFFFF;
}

.img {
	border: 1px solid #FFFFFF;
}

.imgcontr {
	float: right;
	margin: 0px 5px 0px 0px;
}

.imgflr {
	float: left;
	border: 1px solid #FFFFFF;
	margin: 0px 5px 0px 0px;
}

.imgflr {
	float: right;
	border: 1px solid #FFFFFF;
	margin: 0px 0px 0px 5px;
}

.smalltext {
	font-size: smaller;
}

.twocol ul li.col1 {
	margin-left: 3em;
	font-size: 1.4em;
}

.twocol ul li.col2 {
	margin-left: 25em;
	font-size: 1.4em;
}

.twocol ul li.reset {
    margin-top: -4.3em;
}

