/* Quality Protection, Inc. CSS Document */

body {
	font-size: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	background-image: url(../img/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	}
a {
	color: #b70001;
	}
a:visited {
	color: #FF0404;
	}
a:hover {
	text-decoration: none;
	}
#container {
	width: 540px;
	position: relative;
	margin: 65px 0 0 110px;
	}

/**************
	=HEADER
**************/

#header h1 {
	text-indent: -1000em;
	background-image: url(../img/header.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 201px;	
	float: left;
	margin: 0;
	padding: 0;
	}
#header p {
	float: right;
	font-size: .70em;
	color: #676767;
	text-align: right;
	}

/******************
	=TOP MENU
******************/
#menu {
	clear: both;
	padding: 8px 0 0 0;
	margin: 0;
	}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
#menu ul li {
	display: block;
	float: left;
	width: 134px;
	text-align: center;
	padding: 10px 0 10px 0;
	background-color: #b60000;
	}
#menu ul li a {
	display: block;
	border-right: 1px solid #d9817d;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	font-size: .70em;
	padding: 0 0 0 10px;
	display: block;
	font-family: tahoma, arial, sans-serif;
	text-transform: uppercase;
	background-image: url(../img/menu_white_arrow.gif);
	background-repeat: no-repeat;
	}
/* Position the arrows */
#menu ul li.home a {
	background-position: 40px 4px ;
	}
#menu ul li.getaquote a {
	background-position: 20px 4px ;
	}
#menu ul li.FAQ a {
	background-position: 45px 4px ;
	}
#menu ul li.contactus a {
	background-position: 22px 4px ;
	}

#menu ul li a:hover {
	text-decoration: underline;
	}

/*******************
	=SECONDARY
********************/
#secondarycontent {
	width: 170px;
	float: left;
	color: #6b6b6b;
	font-size: .7em;
	margin-top: 20px;
	}
#secondarycontent h2, #primarycontent h2 {
	font-family: tahoma, arial, sans-serif;
	font-weight: lighter;
	color: #000000;
	font-size: 1.7em;
	margin: 0 0 10px 0;
	padding: 0;
	}
#secondarycontent h3, #primarycontent h3 {
	font-size: 1em;
	font-weight: bold;
	color: #b60000;
	}
/* Side Menu */
#sidemenu {
	border-right: 1px solid #b2b2b2;
	padding: 5px 0 20px 0;
	}
#sidemenu ul {
	padding: 0 0 0 15px;
	margin: 0;
	list-style: none;

	}
#sidemenu ul li a {
	display: block;
	height: 1%;
	margin: 10px 0;
	padding: 0 0 0 10px;
	color: #6b6b6b;
	font-weight: bold;
	background-image: url(../img/menu_red_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
#sidemenu ul li a:visited {
	color: #6b6b6b;
	}
#sidemenu ul li a:hover {
	text-decoration: none;
	}

/* Dealer login */
#dealerlogin {
	background-color: #999999;
	padding: 15px 15px 10px 15px;
	color: #FFFFFF;
	margin-top: 15px;
	}
#dealerlogin h2 {
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	}
#dealerlogin p {
	text-indent: 2px;
	}
#dealerlogin input.tbox {
	width: 136px;
	border: 1px inset #CCCCCC;
	padding: 1px;
	font-family: Arial, sans-serif;
	}
#dealerlogin input.login, #primarycontent input.submit {
	background-color: #b60000;
	padding: 5px 10px;
	color: #FFFFFF;
	font-family: tahoma, arial, sans-serif;
	text-transform: uppercase;
	border: 0;
	font-weight: bold;
	font-size: .8em;
	}
/*****************
	=PRIMARY
******************/
#primarycontent {
	float: left;
	width: 355px;
	margin: 25px 0 0 15px;
	font-size: 0.7em;
	color: #4A4A4A;
	}
#primarycontent h2.divider {
	border-top: 1px solid #b70001;
	padding-top: 20px;
	margin-top: 20px;
	}

/* Buttons */
#button {
	clear: both;
	width: 355px;
	position: relative;
	}
#button img {
	}
	
/* Form Styles */
#primarycontent span.label {
	display: block;
	width: 100px;
	float: left;
	color: #b60000;
	}
#primarycontent input.tbox {
	width: 200px;	
	}

/***************
	=FOOTER
****************/
#footer {
	font-size: .6em;
	color: #000000;
	margin-top: 10px;
	}
#copyright {
	float: left;
	width: 170px;
	border-top: 1px solid #b70001;
	padding-top: 5px;
	margin: 0;
	}
#contact {
	float: left;
	margin: 0 0 0 15px;
	text-align: center;
	border-top: 1px solid #b70001;
	padding-top: 5px;
	width: 355px;
	}
	
/**************
	=MISC
***************/
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	}
.imgright {
	float: right;
	margin: 30px 0 10px 10px;
	}
#button .imgright {
	position: absolute;
	right: 0;
	top: 0;
	float: none;
	margin: 0;
	}
.imgleft {
	float: left;
	margin: 10px 10px 0 0;
	}

/* Forms */
form div { padding: 3px 0 3px 0; clear: left; }
form div.input input { width: 190px; }
form div.input input.phone { width: 45px; }
form div.input label { float: left; width: 120px; }

form div.checkbox label {
	float: none;
	line-height: 1.6em;
	}
form div.checkbox input { width: 20px; }

form div.checkbox input {
	float: left;
}

form div.checkboxes, form fieldset div.checkbox {
	clear: none;
	float: left;
	width: 100px;
	}

form div.checkbox label {
	width: 80px;
	}

/* Messages */ 
div#flashMessage {
	color: #FF0000;
	padding: 0 0 10px 0;
}
