/*-----------------------------------------------------------------------------
Primary Marubeni Auto Investments UK Style Sheet

version:   1.0
author:    Dan Shaw
email:     danshaw6@hotmail.com
website:   http://www.danshawonline.co.uk
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
p, pre, blockquote, fieldset, table {
	margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

/* Removes styling from all list items */
ul, li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	font-size:12px;
	
}

h1, h2, h3, h4, h5, h6 {
	font-size:1.5em;
	font-weight:normal;
}
body {
	background-color:#f7f6ee;
	font-family:Arial,Helvetica,sans-serif;
	font-size:62.5%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.6;
}
#wrapper {
	background-color:#fff;
	display:table;
	height:auto;
	margin:0pt auto;
	padding:10px 0pt 0pt 10px;
	width:758px;
}
a:visited {
color:#000;
font-weight:bold;
text-decoration:none;
}
a:link {
color:#000;
font-weight:bold;
text-decoration:none;
}
a:active {
color:#000;
font-weight:bold;
text-decoration:none;
}
a:hover {
color:#f00;
font-weight:bold;
text-decoration:none;
}
#header {
	width: 758px;
	height: 20px;
	background-color: #23282B;
	float:left;
}
#toppiccontainer {
	width: 758px;
	height: 50px;
	background-color: #fff;
	float: left;
}
#toppic {
	width: 734px;
	height: 50px;
	padding: 12px;
}
#leftbar {
	background-color: #ccc;
	color: #FFFFFF;
	width: 200px;
	height: 550px;
	float:left;
}
#leftbar ul, li{
	float: left;
	padding: 10px 0px 0px 30px;
	font-size: 12px;
}
#content {
	width: 758px;
	min-height:500px;
	height: auto;
	font-size:12px;
	padding: 10px;
	float: left;
}
#footer {
	padding: 0 5px 5px 0;
	width: 758px;
	height: 100px;
	background-color: #fff;
	border-top: 3px solid #db0007;
	float:left;
	color: #000;
	font-size:12px;
}