/*  
Theme Name: British European Motors
Theme URI: http://www.britisheuropean.com
Description: Custom Website design for British European Motors. Designed by <a href="http://www.xldstudios.com/" title="XLD Studios">XLD Studios</a>.
Version: 1.0
Author: Erik Bernskiold, XLD Studios
Author URI: http://www.xldstudios.com/
Tags: modern, business, custom
*/

/**********************************************
*   Main Page Styles                          *
***********************************************/

body {
	background: url(images/background.jpg) top left no-repeat #0c4f6f;
	font-size: 11px;
	font-family: Verdana, sans-serif;
}

.clearfloat {
	clear: both;
}

img, a img {
	border:none;
}

/**********************************************
*   Text Styles                               *
***********************************************/

h1 {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size:20px;
	font-weight: bold;
	padding-bottom:2px;
	margin:5px 0px 5px;
	padding-right:10px;
	padding-left:10px:
}
h1.pagetitle {
	border-bottom: 1px dashed #606060;
	padding-bottom: 4px !important;
	text-indent: 10px;
	color: #505050;
	letter-spacing: .2em;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
}	
h2 {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size:18px;
	font-weight: bold;
	padding-bottom:2px;
	margin:5px 0px 5px;
	padding-right:10px;
	padding-left:10px:
}
h2.pagetitle {
	border-bottom: 1px dashed #606060;
	padding-bottom: 3px !important;
	text-indent: 10px;
	color: #505050;
	letter-spacing: .2em;
	overflow: hidden;
}
h4 {
	font-size: 14px;
        color: #505050;
	letter-spacing: 0px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 8px;
	font-family: Arial;
border-bottom:1px dotted #505050;
}	
h5 {
	font-size: 14px;
        color: #505050;
	letter-spacing: 0px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 8px;
	font-family: Arial;
border-bottom:1px dotted #505050;
}

h3.box-title {
	font-size: 16px;
	font-weight: bold;
	color: #5c6368;
	border-bottom: #a6cadb 3px solid;
	text-align: center;
	text-transform: uppercase;
	padding: 0px;
	margin: 5px 0px 3px 0px;
}

.note{
	border-top: 2px solid #efe3ae;
	border-bottom: 2px solid #efe3ae;
	background: #fef6d2;
}

p.news-date {
	font-weight:bold;
	font-size:11px;
	color:#547d91;
	margin:3px 0px 2px 0px;
	padding:0px;
}

p.news {
	margin:1px;
	padding:0px;
}

/**********************************************
*   Link Styles								  *
***********************************************/

a, a:visited, a:active {
	color: #547d91;
	text-decoration: none;
}

a:hover {
	color: #35a7de;
	text-decoration: underline;
}

a.nav, a.nav:visited, a.nav:active {
	color: #ffffff;
	text-decoration: none;
}

a.nav:hover {
	color: #35a7de;
	text-decoration: underline;
}

/**********************************************
*   Structure Styles                          *
***********************************************/

#header {
	background: url(images/header.jpg);
	width: 600px;
	height: 50px;
	padding-top: 50px;
	padding-left: 300px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

#content-area {
	background: url(images/content-background.png) repeat-y;
	width: 800px;
	padding-left: 14px;
	padding-right:14px;
}

#content {
	padding: 5px;
}

#top-header {
	background: url(rotate.php) no-repeat;
	width: 800px;
	height: 163px;
}

#car-bar {
	background: url(images/car-bar.jpg);
	width: 800px;
	height: 79px;
}

#footer {
	background: url(images/footer.png) no-repeat;
	width: 900px;
	height: 14px;
	font-size: 10px;
	color: #cccccc;
	text-align: center;
}

/**********************************************
*   Frontpage Boxes                           *
***********************************************/

#left-box {
	width: 253px;
	height: 210px;
	float:left;
	background: #daf3ff;
	padding-right: 5px;
	padding-left: 5px;
}

#middle-box {
	width: 253px;
	height: 210px;
	float:left;
	background: #c2d3db;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

#right-box {
	width: 253px;
	height: 210px;
	float:left;
	background: #f6f7ef;
	margin-left: 5px;


	padding-right: 5px;
	padding-left: 5px;
}