@charset "UTF-8";
/* CSS Document */
body,td,th {
	color: #00007C;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
}
body {
	background-color: #00007C;
	margin: 0;
	padding: 0;
	text-align: center;

}
a:link, a:visited {
	color: #CD0102;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color: #CD0102;
	text-decoration: underline overline;
}
#Container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
#Logo {
	position: relative;
	height: 95px;
	width: 281px;
	/*	right: -23px;  	left: -240px;  */
	top: 11px;
	z-index: 2;
	margin-left: 20px;
}
#Slogan {
	color:#FFFFFF;
	position: relative;
	z-index: 3;
	left: 305px;
	width: 500px;
	top: -75px;
	font-size: 14px;
	line-height: 1.8em;
	text-align: left;
}
#MainContent {
	width: 800px;
	background: #FFFFFF;
	border: 3px solid #CC0000;
	position: relative;
	top: -85px;
	/*text-align: center;*/
	z-index: 1;
}
#MainNav {
	position: relative;	
	left: 400px;  
	width: 400px;
	top: -10px;
	z-index: 4;	
}
#Masthead {
	position: relative;
	left: 0px;
	top: -7px;
	z-index: 5;	
}

/* STYLES FOR CROSSFADER */
div.cf_wrapper {
	z-index: 6;
	left: 10px;
	top: 56px;
	position: absolute;
}
div.cf_wrapper a:link, div.cf_wrapper a:visited {
	color: #07346C;
	text-decoration: underline;
}
div.cf_wrapper a:hover, div.cf_wrapper a:focus, div.cf_wrapper a:active {
	color: #CCCCCC;
	background-color: #07346C;
	text-decoration: none;
}
div.cf_element {
	width: 530px;
	height: 175px;
	background-color: #CCCCCC;
}
div.cf_element div.content h3 {
	padding-top: 0;
	margin-top: 0;
}
/* END CROSSFADER */

#MainProducts {
	background-image: url(../Images/RS_MainProducts_Panel.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 274px;
	width: 800px;
	left: 0px;
	top: -10px;
	z-index: 7;
	text-align: left;
	font-size: 12px
}
#CarProducts {
	position: absolute;
	width: 240px;
	left: 15px;
	z-index: 8;
}
#HomeProducts {
	position: absolute;
	width: 240px;
	left: 285px;
	z-index: 8;
}
#Services {
	position: absolute;
	width: 240px;
	left: 550px;
	z-index: 8;
}
#TitleBar {
	background-image: url(../Images/RS_Bar_BG.jpg);
	position: relative;
	z-index: 9;
	height: 37px;
	width: 800px;
	left: 0px;
	top: -10px;
	line-height: 2.5em;
	font-weight: bold;
}
#TitleBar a:link, #TitleBar a:visited {
	color: #00007C;
	text-decoration: none;
}
#TitleBar a:hover, #TitleBar a:focus, #TitleBar a:active {
	color: #00007C;
	text-decoration: underline overline;
}
#LowerContent {
	font-size: 12px;
	text-align: left;
	z-index: 10;
	padding-right: 15px;
	padding-left: 15px;
}
#AddressPhone {
	font-size: 12px;
	line-height: 2.5em;
	text-align: center;
}
#Footer {
	position: relative;
	width: 800px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	z-index: 11;
	bottom: 65px;
}
#Footer a:link, #Footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#Footer a:hover, #Footer a:focus, #Footer a:active {
	color: #FFFFFF;
	text-decoration: underline overline;
}
