body {
	background-color: #dfdfdf;
	background-image: url(../Man_and_van_London/mainbg.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
		color: #4b4b4b;
	font-size:12px;
	line-height:150%;
	font-family: Arial,Tahoma,sans-serif;
}

#header{

}

h1{
	font-size:3em;
}


/* ---- [ Sidebar Menu ] ---- */

#sidenavcontainer { width: 170px; text-align: left; padding:0px 0 0 0; margin-left: -10px; margin-top: 0px;}

#sidenavcontainer ul{
	margin-left: 15px;
	margin-top: 10px;
	padding: 0 0 0 0;
	margin-bottom: 20px;
	list-style-type: none;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	line-height: 12px;
 	}

#sidenavcontainer a{
	margin: 4px;
	display: block;
	padding: 5px 0px 5px 4px;
	width: 145px;
	border: 1px solid #A9BD76;
	color: #000000;
	background: #EFFEC8;
 	}

#sidenavcontainer a:link, #sidenavcontainer a:visited{
 	color: #000000;
 	text-decoration: none;
 	}

#sidenavcontainer a:hover{
	background: #C5D991;		
 	color: #000000;
 	} 	

#sidenavcontainer #currentpage a {
	background: #B9D5AC;		
 	color: #333;
	} 
	
#areas {
	text-align: center;
	padding: 5px;
	font-weight: bold;
}

.mboxtop{
	background:#8e8e8e url(../Man_and_van_London/menutopbit.png) no-repeat left top;
	height:9px;
	width:199px;
	font-size:1%; /* for IE */
}
.mboxcenter{
	background:#8e8e8e url(../Man_and_van_London/leftmenumiddle.png) no-repeat left top;
	width:199px;
}
.mboxcenter div{
	padding:4px 0;
	margin:0 11px 0 14px;
	overflow:hidden;
}
.mboxbottom{
	background:#8e8e8e url(../Man_and_van_London/menubottombit.png) no-repeat left top;
	height:9px;
	width:199px;
	font-size:1%; /* for IE */
}










.mainsectiontop{
	font-size:1%;
	padding:0;
	margin:0;
	background:url(../Man_and_van_London/boxtop.png) no-repeat top left;
	height:10px;
}



.mainsectiontitle a:link{
	color: #fe6500;
	text-decoration: none;
}
.mainsectiontitle a:visited{
	color:#d13800;
	text-decoration: none;
}
.mainsectiontitle a:hover,
.mainsectiontitle a:active{
	color:#fe6500;
	text-decoration:underline;
}

.mainsectiontitle a[href^="http://"]:link,
.mainsectiontitle a[href^="http://"]:visited,
.mainsectiontitle a[href^="http://"]:hover,
.mainsectiontitle a[href^="http://"]:active{
	background:transparent;
}

.mainsectionbottom{
	height:10px;
	background:url(../Man_and_van_London/boxbottom.png) no-repeat top left;
	padding:0;
	margin:0;
}

.mainsectionmiddle {
	font-size: .9em;
	padding:1em 2em;
	background-image: url(../Man_and_van_London/boxmid.png);
	background-repeat: repeat-y;
	background-position: left top;
}

.mainsectionbody{
	color:#444;
	clear:both;
	margin:1em 0 0 0;
	border-bottom:1px solid #e3e3e3;
	padding:0;
}
.mainsectionbody a:link{
	color: #fe6500;
	text-decoration: underline;
}
.mainsectionbody a:visited{
	color:#d13800;
	text-decoration: underline;
}
.mainsectionbody a:active{
	color:#bd2400;
	text-decoration:none;
}
.mainsectionbody h3 {
	margin:2em 0 1em 0;
	clear: both;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}


#maincol {
	float:right;
	width:509px;
	margin: 0;
	padding:0;
}


h1, h2, h3, h4, legend {
	font-family: Arial, Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
}
h1{
	font-size:1.3em;
}
h2{
	font-size:1.3em;
}
h3{
	font-size:1.25em;
}
h4{
	font-size:1.15em;
}


/* FORM STYLING */
/* Form Styling */
.clear {
  clear: both;
}

#mainform {
	text-align: left;
}

#mainform form {
  font-size: 1.4em;
}


/* fieldset styling */
#mainform fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
}

/* legend styling */
#mainform legend {
	font-weight: bold;
	color: #000000;
}

#mainform form p {
  position: relative;
	width: 100%;
}

/* style for  labels */
#mainform label {
	float: left;
	width: 18em;
	margin-bottom: 3px;
}

/* style for required labels */
#mainform  label .required {
	font-size: 0.83em;
	color:#760000;
}

/* style error messages */
#mainform label .feedback {
	position: absolute;
	margin-left: 11em;
	left: 200px;
  	right: 0;
	font-weight: bold;
	color:#760000;
	padding-left: 18px;
	background: url(images/error.png) no-repeat left top;
}

/* :KLUDGE: Explicitly set the width for IE6- */
* html .feedback{
  width: 10em;
}

#mainform  input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#mainform  input.radio, input.checkbox, input.submit {
  width: auto;
}

/* style form elements on focus */
#mainform  input:focus, textarea:focus {
	background: #ffc;
}

#mainform  input.radio {
  float: left;
	margin-right: 1em;
}

#mainform  textarea {
	width: 300px;
	height: 100px;
}

#comments_form h2 {
	font-size: 0.65em;
}

