/* iepngfix style */
img, #nav_container, #signoff_content { behavior: url(../css/iepngfix_v2/iepngfix.htc) }

/* Basic styles */

body {
	margin: 0;
	padding: 0;
	font-family: "trebuchet ms", helvetica, verdana, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-color: #FFFF00;
	height: 100%;
}
/* overide IE6 position fix */

/* body > div#nav_container { position: fixed; } */

p {
	margin: 0;
	padding: 0 0 1em 0;
}
ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding: 0 0 1em 2em;
	margin: 0;
	font-style: italic;
}
ul {
	list-style-type: disc;
	list-style-position: outside;
	padding: 0 0 1em 2em;
	margin: 0;
	font-style: italic;
}
li {
	padding: 0;
}
label {
	width: 100px;
	font-weight: bold;
	display: inline-block;
}
input {
}
table {
	border: none;
	margin: 0;
	padding: 0;
}
tr {
	margin: 0;
	padding: 0;
}
td {
	margin: 0;
	padding: 0;
}
.table_heading {
	margin: 0;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	background-color:#000000;
}
.table_item {
	margin: 0;
	padding: 5px;
	background-color:#FFFF99;
}


h1.main_heading {
	font-size: 2.5em;
	font-weight: bold;
	margin: 0;
}
h1.main_heading span {
	position:absolute;
	left:0;
	top:0;
	width:700px;
	height:40px;
	background:url(../images/title-overlay.png) no-repeat;
	margin-top: 210px;
}
.sub_heading {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
}
.minor_heading {
	font-size: 1.15em;
	font-weight: bold;
	margin: 0;
}
.intro {
	font-size: 1.15em;
	font-weight: bold;
	line-height: 1.5em;
}
.image_left {
	float: left;
	margin: 0 10px 0 0;
}
.image_right {
	float: right;
	margin: 0 0 0 10px;
}
.rating {
	float: left;
}
.rating_legend {
	font-weight: bold;
	font-size: 0.6em;
	float: left;
}
.search_results {
	margin: 0;
	padding: 5px;
	background-color:#FFFF99;
	border-top: none #FFFF00;
	border-right: none #FFFF00;
	border-bottom: 2px solid #FFFF00;
	border-left: none #FFFF00;
 }
.quote {
	font-weight: bold;
	font-style: italic;
	padding: 5px;
	background-color:#FFFF99
}
.quotesource {
	font-size: 0.8em;
	font-style: italic;
	padding: 0 5px 5px 5px;
	background-color:#FFFF99
}

/* Link styles */

a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.basic:link {
	color: #c30;
	font-weight: bold;
	text-decoration: none;
}
a.basic:visited {
	color: #c30;
	font-weight: bold;
	text-decoration: none;
}
a.basic:hover {
	color: #c30;
	font-weight: bold;
	text-decoration: none;
	background-color:#FFFF99;
}
a.basic:active {
	color: #c30;
	font-weight: bold;
	text-decoration: none;
	background-color:#FFFF99;
}

a.black_link:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color:#000000;
	padding: 3px 5px 3px 5px;
}
a.black_link:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color:#000000;
	padding: 3px 5px 3px 5px;
}
a.black_link:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background-color:#FFFFFF;
	padding: 3px 5px 3px 5px;
}
a.black_link:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background-color:#FFFFFF;
	padding: 3px 5px 3px 5px;
}

a.black_yellow_link:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color:#000000;
	padding: 3px 5px 3px 5px;
}
a.black_yellow_link:visited {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color:#000000;
	padding: 3px 5px 3px 5px;
}
a.black_yellow_link:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFF00;
	padding: 3px 5px 3px 5px;
}
a.black_yellow_link:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background-color:#FFFF00;
	padding: 3px 5px 3px 5px;
}

a.white_link:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background-color:#FFFFFF;
	padding: 3px 5px 3px 5px;
}
a.white_link:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background-color:#FFFFFF;
	padding: 3px 5px 3px 5px;
}
a.white_link:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color:#000000;
	padding: 3px 5px 3px 5px;
}
a.white_link:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color:#000000;
	padding: 3px 5px 3px 5px;
}

/* Layout & positioning styles */
.full_width_white_box {
	width: 650px;
	height: 150px;
	padding: 25px;
	background-image: url(../ur1stcar/images/easy_as-background.png);
	background-repeat: no-repeat;	
}

#banner {
	height: 50px;
	width: 100%;
	top: 0px;
	position: absolute;
	padding: 5px 0 0 0;
	text-align: center;
	background-color: #000000;
	color: #FFFF00;
	font-weight: bold;
}
#content_container {
	margin: 210px 0 0 0;
}
#content_wapper {
	margin: auto;
	width: 875px;
}
#left_ad_column {
	padding: 5px;
	width: 120px;
	text-align: left;
	background-color: #FFFF99;
	float: left;
}
#right_ad_column {
	padding: 5px;
	width: 120px;
	text-align: left;
	background-color: #FFFF99;
	float: right;
}
#left_page_content {
	width: 700px;
	float: left;
}
#right_page_content {
	width: 700px;
	float: right;
}
#full_width_page_content {
	width: 850px;
	float: left;
	text-align: left;
}
#signoff_content {
	padding: 60px 0 10px 0;
	background-image: url(../images/signoffedge.png);
	background-repeat: no-repeat;
	font-size: 80%;
	width: 100%;
	margin: 0;
	text-align: center;
}
.end_float {
	clear: both;
}
.vs_left_column {
	width: 325px;
	background: #FFFFFF;
	padding: 10px;
	float: left;
}
.vs_right_column {
	width: 325px;
	background: #FFFF99;
	padding: 10px;
	float: right;
}
.urcar_column_container {
}
.column_fl_200_left {
	padding: 0 20px 5px 0;
	width: 200px;
	float: left;
	text-align: left;
}
.column_fl_200_left_last {
	padding: 0 0px 5px 0;
	width: 200px;
	float: left;
	text-align: left;
}

.column_fl_220_left {
	padding: 0 20px 5px 0;
	width: 220px;
	float: left;
	text-align: left;
}
.column_fl_220_left_last {
	padding: 0 0px 5px 0;
	width: 220px;
	float: left;
	text-align: left;
}
.column_fl_220_centred {
	padding: 0 20px 5px 0;
	width: 220px;
	float: left;
	text-align: center;
}
.column_fl_220_centred_last {
	padding: 0 0px 5px 0;
	width: 220px;
	float: left;
	text-align: center;
}
.column_fl_220_right {
	padding: 0 20px 5px 0;
	width: 220px;
	float: left;
	text-align: right;
}
.column_fl_220_right_last {
	padding: 0 0px 5px 0;
	width: 220px;
	float: left;
	text-align: right;
}
.column_fl_430_left {
	padding: 0;
	width: 430px;
	float: left;
	text-align: left;
}

.urcar_graph_column {
	padding: 0 10px 5px 0;
	float: right;
}

.column_fl_340_left {
	float: left;
	width: 340px;
	padding: 0 20px 0 0;
	text-align: left;
}
.column_fl_340_left_last {
	float: left;
	width: 340px;
	padding: 0 0px 0 0;
	text-align: left;
}
.urcar_item {
	float: left;
	width: 325px;
}
.photo_box {
	padding: 20px 40px 20px 20px;
	width: 180px;
	height: 180px;
	float: left;
	text-align: center;
	background-image: url(../images/photo-background.png);
	background-repeat: no-repeat;
	vertical-align: middle;
}
.photo_box_last {
	padding: 20px 20px 20px 20px;
	width: 180px;
	height: 180px;
	float: left;
	text-align: center;
	background-image: url(../images/photo-background.png);
	background-repeat: no-repeat;
	vertical-align: middle;
}
.white_box {
	padding: 0px 20px 0px 0px;
	width: 220px;
	height: 220px;
	float: left;
	text-align: center;
	background-image: url(../images/photo-background.png);
	background-repeat: no-repeat;
	vertical-align: middle;
}
.white_box_last {
	padding: 0px;
	width: 220px;
	height: 220px;
	float: left;
	text-align: center;
	background-image: url(../images/photo-background.png);
	background-repeat: no-repeat;
	vertical-align: middle;
}

.small_photo_box {
	padding: 10px 5px 5px 5px;
	width: 100px;
	height: 100px;
	float: right;
	text-align: center;
	background-image: url(../images/small-photo-background.png);
	background-repeat: no-repeat;
	vertical-align: middle;
}

.urcar_narrow_column {
	width: 75px;
	float: left;
	text-align: center;
}
.bestmatch {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
.news_item {
	margin: 0;
	padding: 5px;
	background-color:#FFFF99;
	border-top: none #FFFF00;
	border-right: none #FFFF00;
	border-bottom: 2px solid #FFFF00;
	border-left: none #FFFF00;
}
.calculator_item {
	margin: 0;
	padding: 5px;
	background-color:#FFFF99;
	border-top: none #FFFF00;
	border-right: none #FFFF00;
	border-bottom: 2px solid #FFFF00;
	border-left: none #FFFF00;
}
.calculator_total {
	margin: 0;
	padding: 5px;
	color: #FFFF00;
	font-weight: bold;
	background-color:#000000;
	border-top: none #FFFF00;
	border-right: none #FFFF00;
	border-bottom: 2px solid #FFFF00;
	border-left: none #FFFF00;
}

/* Input styles */

/* Navigation styles */

#nav_container {
	height: 145px; 
	width: 100%;
	top: 55px;
	position: absolute;
	background-image: url(../images/navedge.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#main_nav_container {
	margin: 0;
	padding: 5px 0 0 0;
	border: none;
	width: 100%;
	height: 60px;
	background-color: #000000;
	text-align: center;
}
#main_nav {
	margin: 0 auto 0 auto;
	padding: 0;
	border: none;
	height: 60px;
	width: 875px;
	font-size: 1.25em;
}
#main_nav ul {
	margin: 0 auto 0 auto;
	padding: 0;
	border: none;
	display: inline;
	list-style-type: none;
	font-style: normal;
}
#main_nav ul li.tab1 {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	width: 175px;
	height: 60px;
}
#main_nav ul li.tab2 {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	width: 175px;
	height: 60px;
}
#main_nav ul li.tab3 {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	width: 175px;
	height: 60px;
}
#main_nav ul li.tab4 {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	width: 175px;
	height: 60px;
}
#main_nav ul li.tab1active {
	float: left;
	margin: 0;
	padding: 30px 0 0 0;
	border: none;
	width: 175px;
	height: 30px;
	background-image: url(../images/tab1.png);
	background-repeat: no-repeat;
	background-position: -360px 0px;
	text-align: center;
	font-weight: bold;
}
#main_nav ul li.tab2active {
	float: left;
	margin: 0;
	padding: 30px 0 0 0;
	border: none;
	width: 175px;
	height: 30px;
	background-image: url(../images/tab2.png);
	background-repeat: no-repeat;
	background-position: -360px 0px;
	text-align: center;	
	font-weight: bold;
}
#main_nav ul li.tab3active {
	float: left;
	margin: 0;
	padding: 30px 0 0 0;
	border: none;
	width: 175px;
	height: 30px;
	background-image: url(../images/tab3.png);
	background-repeat: no-repeat;
	background-position: -360px 0px;
	text-align: center;	
	font-weight: bold;
}
#main_nav ul li.tab4active {
	float: left;
	margin: 0;
	padding: 30px 0 0 0;
	border: none;
	width: 175px;
	height: 30px;
	background-image: url(../images/tab4.png);
	background-repeat: no-repeat;
	background-position: -360px 0px;
	text-align: center;	
	font-weight: bold;
}
#main_nav ul li.tab1 a:link, li.tab1 a:visited {
	margin: 0;
	border: none;
	padding: 35px 0 0 0;
	display: block;
	width: 175px;
	height: 25px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/tab1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
}
#main_nav ul li.tab1 a:hover, li.tab1 a:active{
	padding: 30px 0 0 0;
	height: 30px;

	color: #000000;
	background-image: url(../images/tab1.png);
	background-repeat: no-repeat;
	background-position: -180px 0px;
}
#main_nav ul li.tab2 a:link, li.tab2 a:visited {
	margin: 0;
	border: none;
	padding: 35px 0 0 0;
	display: block;
	width: 175px;
	height: 25px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/tab2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
}
#main_nav ul li.tab2 a:hover, li.tab2 a:active{
	padding: 30px 0 0 0;
	height: 30px;

	color: #000000;
	background-image: url(../images/tab2.png);
	background-repeat: no-repeat;
	background-position: -180px 0px;
}
#main_nav ul li.tab3 a:link, li.tab3 a:visited{
	margin: 0;
	border: none;
	padding: 35px 0 0 0;
	display: block;
	width: 175px;
	height: 25px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/tab3.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
}
#main_nav ul li.tab3 a:hover, li.tab3 a:active{
	padding: 30px 0 0 0;
	height: 30px;

	color: #000000;
	background-image: url(../images/tab3.png);
	background-repeat: no-repeat;
	background-position: -180px 0px;
}
#main_nav ul li.tab4 a:link, li.tab4 a:visited{
	margin: 0;
	border: none;
	padding: 35px 0 0 0;
	display: block;
	width: 175px;
	height: 25px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/tab4.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
}
#main_nav ul li.tab4 a:hover, li.tab4 a:active{
	padding: 30px 0 0 0;
	height: 30px;

	color: #000000;
	background-image: url(../images/tab4.png);
	background-repeat: no-repeat;
	background-position: -180px 0px;
}
#sub_nav_container {
	margin: 0;
	padding: 5px 0 0 0;
	border: none;
	width: 100%;
	background-color: #ffffff;
	text-align: center;
}
#sub_nav {
	margin: 0 auto 0 auto;
	padding: 0;
	border: none;
	/* height and width are set on page with CSS */
}
#sub_nav ul {
	margin: 0;
	padding: 0;
	border: none;
	display: inline;;
	list-style-type: none;
	background-color: #ffffff;
	font-style: normal;
}
#sub_nav ul li.block1 {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	width: 125px;
	height: 30px;
}
#sub_nav ul li.block2 {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	width: 125px;
	height: 30px;
}
#sub_nav ul li.block3 {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	width: 125px;
	height: 30px;
}
#sub_nav ul li.block4 {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	width: 125px;
	height: 30px;
}
#sub_nav ul li.block1 a:link, li.block1 a:visited {
	margin: 0;
	border: none;
	padding: 7px 0 0 0;
	display: block;
	width: 125px;
	height:23px;
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/block1.png);
	background-repeat: no-repeat;
	background-position:  -125px 0px;
	text-align: center;
}
#sub_nav ul li.block1 a:hover, li.block1 a:active{
	color: #000000;
	background-image: url(../images/block1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#sub_nav ul li.block2 a:link, li.block2 a:visited {
	margin: 0;
	border: none;
	padding: 7px 0 0 0;
	display: block;
	width: 125px;
	height:23px;
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/block2.png);
	background-repeat: no-repeat;
	background-position:  -125px 0px;
	text-align: center;
}
#sub_nav ul li.block2 a:hover, li.block2 a:active{
	color: #000000;
	background-image: url(../images/block2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#sub_nav ul li.block3 a:link, li.block3 a:visited {
	margin: 0;
	border: none;
	padding: 7px 0 0 0;
	display: block;
	width: 125px;
	height:23px;
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/block3.png);
	background-repeat: no-repeat;
	background-position:  -125px 0px;
	text-align: center;
}
#sub_nav ul li.block3 a:hover, #sub_nav ul li.block3 a:active{
	color: #000000;
	background-image: url(../images/block3.png);
	background-repeat: no-repeat;
	background-position:0px 0px;
}
#sub_nav ul li.block4 a:link, li.block4 a:visited {
	margin: 0;
	border: none;
	padding: 7px 0 0 0;
	display: block;
	width: 125px;
	height:23px;
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/block4.png);
	background-repeat: no-repeat;
	background-position: -125px 0px;
	text-align: center;
}
#sub_nav ul li.block4 a:hover, li.block4 a:active{
	color: #000000;
	background-image: url(../images/block4.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

