body {
	background-color: #F1F1F1;
	text-align: right;
}
.masthead {
	background-image: url(test/images/masthead.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: capitalize;
	color: #666;
}
.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
}
.box {
	background-image: url(cars.jpg);
	background-repeat: no-repeat;
}
.box2 {
	border: 1px solid #333333;
	background-color: #666666;
	margin: 2px;
	padding: 1px;
}
.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: capitalize;
	color: #A1401F;
}
.addressbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	text-align: left;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666666;

}
A:visited {
	color: #666666;
	text-decoration: none;
}
A:active {
	color: #812317;
}
A:hover {color: #812317;
	text-decoration: none;
}
/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:480px;
	width: 853px;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.image_reel {
	position: absolute;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(test/paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}
.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-align: left;
	font-weight: bold;
}
.tinytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
}
.mastheadtwo {
	background-image: url(images/work_images/r3masthead2.png);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: capitalize;
	color: #666;
}
.orangebox {
	background-color: #A14020;
}
li {
	list-style-type: square;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

