/* CPI INSURANCE MAIN STYLE SHEET */

/* GLOBAL RESET */
* {
	margin: 0;
	padding: 0;
}

.preload {
	display: none;
}

/* DEFAULT STYLES */
body {
	background: #333;
	font-family: Trebuchet MS;
	font-size: 100%;
	color: #000;
	margin: 15px 0 15px 0;
}

a {
	outline: none;
}

a img {
	border: none;	
}

a:link, a:visited, a:active {
	color: #fff;	
}

.clear {
	clear: both;
}

h1 {
	font-size: 1.70em;
	margin-bottom: 20px;
}

h3 {
	font-size: 1.50em;
	border-bottom: 1px solid #ed1c24;
	margin-bottom: 20px;
}

p {
	margin: 10px 0 10px 0;	
}

.qteBtn {
	margin: 20px 0 20px 0;	
}

#bikes {
	margin-top: 20px;
}

.preload {
	display: none;	
}

/* PAGE LAYOUT */
#mainContainer {
	width: 800px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #aaa;
	padding: 10px;
}

#innerContainer {
	background: #fff;
}

#header {
	width: 800px;
	height: 162px;
	background: #000;
}

#menuContainer {
	width: 800px;
	height: 36px;
	background: url(../images/menubg.png) repeat-x #ccc;
}

#content {
	padding: 20px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
}

#menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

#menu li {
	height: 36px;
	line-height: 36px;
	float: left;
	font-size: 1em;
}

#menu li.home a {
	color: #fff;
	text-decoration: none;
	padding: 0 15px 0 15px;
	border-right: 1px dotted #fff;
}

#menu li.home a:hover {
	color: #d5d5d5;
}

#menu li.quotations a {
	color: #fff;
	text-decoration: none;
	padding: 0 15px 0 15px;
	border-right: 1px dotted #fff;
}

#menu li.quotations a:hover {
	color: #d5d5d5;
}

#menu li.about a {
	color: #fff;
	text-decoration: none;
	padding: 0 15px 0 15px;
	border-right: 1px dotted #fff;
}

#menu li.about a:hover {
	color: #d5d5d5;
}

#menu li.contact a {
	color: #fff;
	text-decoration: none;
	padding: 0 15px 0 15px;
}

#menu li.contact a:hover {
	color: #d5d5d5;
}

#menu li.links a {
	color: #fff;
	text-decoration: none;
	padding: 0 15px 0 15px;
}

#menu li.links a:hover {
	color: #d5d5d5;
}

.last {
	margin-bottom: 0;	
}

#footer {
	background: #000;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.60em;
	color: #fff;
}

.qteBtn { 
	margin-top: 20px;
	margin-bottom: 0;	
}

.mopedQte a {
	width: 150px;
	height: 150px;
	display: block;
	background: url(../images/mopedQte.jpg) no-repeat;
	margin: 0 auto;
}

.motoQte a {
	width: 150px;
	height: 150px;
	display: block;
	background: url(../images/motorcycleQte.jpg) no-repeat;
	margin: 0 auto;
}