
@import url("menu.css");

/* resetting */
ul,li,form,p,h1,h2,h3,h4,h5,h6,pre {
	outline:0px;
	padding:0px;
	margin:0px;
}

ul,li {
	list-style-type:none;
}

h1,h2,h3,h4,h5,h6 {
	color:#ff6a18;
}

h1 {
	font-size:1.6em;
	margin-bottom:8px;
}

h2 {
	font-size:1.2em;
	margin-bottom:5px;
}

h3 {
	margin-bottom:5px;
}



/* Text Formatting */
body {
	font-size:100%;
	margin:0px;
	font-family:arial;
}

p {
	font-size:0.875em;
	margin-bottom:13px;
}

a img {
	border:0px none;
}

a {
	color:#FF6A18;
}

a.smalllink {
	color:#FF6A18;
	font-size:0.8em;
}


div.template_body p, div.template_body ul {
	margin-bottom:13px;
	font-size:0.875em;
	line-height:1.5em;
}

div.template_body ul {
	padding-left:20px;
}

div.template_body ul li {
	list-style-type:disc;
}




div.template_top_container {
	background:url("images/back-top-header.png") no-repeat top center;
}
	
	div.template_header {
		width:690px;
		margin:0px auto;
		padding-top:10px;
	}
		
		div.template_header a.logo {
			width:272px;
			height:93px;
			background:url("images/bernard-mansell-logo.gif") no-repeat;
			text-indent:-9999px;
			display:block;
			float:left;
		}
		
		div.template_header div.vans {
			width:336px;
			height:105px;
			background:url("images/bernard-mansell-vehicles.gif") no-repeat;
			text-indent:-9999px;
			display:block;
			float:right;
		}
		


div.template_menu_container {
	background:url("images/menu-back.png") repeat-y center top;
}
	
	div.template_menu_container div.template_menu_expanded {
		background:url("images/menu-back-expanded.png") repeat-y center top;
	}
	
	div.template_menu_container div.template_menu {
		width:690px;
		margin:0px auto;
	}


div.template_middle_container {
	background:url("images/back-fill.png") repeat-y center center;
}
	
	div.template_body {
		width:690px;
		margin:0px auto;
		padding:10px 0px;
	}

div.template_bottom_container {
	background:url("images/back-bottom.png") no-repeat top center;
}
	
	div.template_footer {
		width:690px;
		margin:0px auto;
		padding-top:14px;
		height:30px;
		font-size:12px;
	}
		div.template_footer p {
			text-align:right;
			font-size:11px;
		}
		
		div.template_footer ul li {
			float:left;
		}
		
			div.template_footer ul li a {
				color:#000000;
				font-weight:bold;
				text-decoration:none;
				margin-right:20px;
			}

	

div.template_copyright {
	width:690px;
	margin:0px auto;
	color:#FF6A18;
	font-size:12px;
}

ul.breadcrumb, ul.breadcrumb li {
	padding:0px;
	margin:0px;
	outline:0px;
	font-size:12px;
}

ul.breadcrumb li {
	float:left;
	display:inline;
	margin-right:4px;
}

ul.breadcrumb a {
	text-decoration:none;
	font-weight:bold;
	background:url("images/crumb.gif") no-repeat top right;
	padding-right:11px;
}

ul.breadcrumb a:hover {
	/*background-position:bottom right;*/
}




div.onionpageloader {
	display:none !important;
}