/* psr automotive stylesheet */

html {
	background-image: url('img/background_gradient.png');
	background-repeat: repeat-x;
	background-color: #fff;

	width: 100%;
	height: 100%;
	margin: 0px;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;

	text-align: center;
}

html, body {
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	color: #313131;
}

a, a:visited {
	color: #808080;
	font-weight: bold;
}

a:hover, a:active {
	font-weight: bold;
	color: #5a5a5a;
}

#rap {
	background-image: url('img/background_check2.png');
	background-repeat: no-repeat;
	background-position: top left;

	width: 100%;
	height: 100%;
	margin: 0px;

	text-align: center;
}

#rap2 {
	width: 725px;
	min-width: 725px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 30px;
}

#logo {
	text-align: right;

	margin: 0px;
	padding: 0px;
}

#logo img {
	margin-right: 8px;
}

#banner {
	margin: 0px;
	padding: 0px;

	height: 173px;
}

#main {
	background-image: url('img/main_body_background.png');
	background-repeat: repeat-y;

	padding-left: 45px;
	padding-right: 45px;
	padding-top: 10px;
	padding-bottom: 0px;

	text-align: left;

	margin: 0px;
}

#main p {
	line-height: 170%;
	margin: 0px;
}

#footer {
	background-image: url('img/main_body_background_footer.png');
	background-repeat: no-repeat;

	font-size: 7pt;
	color: #b8b8b8;

	text-align: right;

	padding-top: 25px;
	padding-right: 23px;
}

.insetimg {
	float: right;
	clear: both;
	margin-left: 10px;
}

#menu {
	margin-left: auto;
	margin-right: auto;

	margin-bottom: 10px;

	text-align: center;
}

.menuitem {
	margin-bottom: 5px;

	margin-left: 3px;
	margin-right: 3px;
}

#footerlink {
	text-decoration: none;
	color: #b8b8b8;
}

.textbox, .button {
	border: 1px #f5f5f5 solid;
	background-color: #ccc;
	color: #333;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 2px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
}

.button {
	font-weight: bold;
}

.pricingtable {
	width: 380px;
	/*border: 1px #666 solid;*/
	border: 0px;
	border-spacing: 0px;
}

.pricingtable td {
	text-align: center;
	padding: 3px;
	border: 1px #666 solid;
}

.priceheader {
	font-weight: bold;
	font-size: 12pt;
}

.pricesubheader {
	font-weight: bold;
	font-size: 10pt;
}