@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	    padding: 0;
	    margin: 0;
}

h1, h2, h3, h4, h5, h6, pre, code {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

p, ol, ul, form {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
}

h1 {
	font-size: 18pt;
	font-variant: small-caps;	
}

h2 {
	font-size: 14pt;
}

a, a:visited {
	text-decoration: none;
}

a img {
	border: none;
}
	
#mainWrapper {
	position: relative;
	padding: 0 25px 0 25px;
	min-width: 760px;
	max-width: 1200px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

/************************/
/* Banner Layout */
/************************/

#banner {
	height: 100px;
	background: url(../images/bg_title.jpg) left top repeat-x;
	position: relative;
}

#logoBCS {
	position: absolute;
	left: 45px;
	top: 0;
}

#logoRS {
	position: absolute;
	right: 100px;
	top: 0;
}

/************************/
/* Banner Nav Formatting */
/************************/
#banner li, #banner a, ul#history li, ul#history a {
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 22px;
	list-style-type: none;
	display: inline;
}

ul#history {
	position: absolute;
	left: 15px;
	top: -18px;
}

ul#history li a {
	text-decoration: underline;
	color: #000000;
}

ul#history li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #666666;
}

ul#bannerNav {
	position: absolute;
	right: 20px;
	bottom: -3px;
}

ul#bannerNav li a { 
	padding: 2px 8px 2px 8px;
	border: 1px solid #000000;
	background-color: #555555;
	color: #FFFFFF;
	text-align: center;
}

ul#bannerNav li a:hover {
	background-color: #FFFFFF;
	color: #333333;
}

/************************/
/* Nav Bar Formatting */
/************************/
#navWrapper {
	width: 140px;
	margin-top: 15px;
	padding: 10px 0 0 0;
	/*min-height: 400px;*/
	/*border-right: 2px solid black;*/
	position: absolute;
	left: 0;
	top: 0;
}
	
#navbar {
	position: relative;
	right: -20px;
	top: 90px;
}

#navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navbar ul.submenu {
	background: url(../images/bg_submenu.jpg) left bottom no-repeat;
	margin-top: 5px;
	padding-left: 25px;
}

#navbar li {
	margin: 0 0 5px 0;
}

#navbar a {
	width: 130px;
	padding: 0px 8px 0px 8px;
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
	border: 1px solid #000000;
	background-color: #666666;
	color: #FFFFFF;
	text-align: center;
}

#navbar a:hover {
	background-color: #FFFFFF;
	color: #333333;
}


/************************/
/* Content Formatting */
/************************/
#content {
	margin: 0px 65px 0px 115px;
	padding: 0px 40px 10px 65px;
	border-left: 2px solid black;
	border-right: 2px solid black;
	position: relative;
	min-height: 450px;
}

/*#content li {
	margin-left: 20px;
}*/

.list {
	margin-left: 25px;
}

#content h1 {
	margin: 0 0 5px 20px;
}

#content h2 {
	margin: 0 0 10px 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid black;
}

#content ul {
	clear: both;
}

#content a {
	text-decoration: underline;
	background-color: #FFFFFF;
	border: none;
	color: #0000FF;
}

#content a:hover {
	color: #FFFFFF;
	background-color: #666666;
}

.feature {
	background-color: #FFFFFF;
	float: left;
	margin: 0 15px 15px 0;
}	

/************************/
/* Footer Formatting */
/************************/
ul#textNav {
	clear: both;
	margin: 0px 105px 0px 180px;
	margin-bottom: 15px;
	text-align: center;
}

ul#textNav li, ul#textNav a {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 1.6em;
}

ul#textNav li {
	display: inline;
}

ul#textNav a {
	margin: 0 5px 0 5px;
	text-decoration: underline;
	border: none;
	color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 1.6em;
}

ul#textNav a:hover {
	color: #FFFFFF;
	background-color: #666666;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 1.6em;
}

#footer {
	height: 1.6em;
	padding: 0;
	margin: 0;
	background-color: #34475E;
	position: relative;
}

#footer p {
	padding: 0;
	margin: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.6em;
	color: #FFFFFF;
}

#footer p.address {
	position: absolute;
	right:30px;
	top: 3px;
}

#footer p.phone {
	width: 10em;
	position: absolute;
	left: 30px;
	top: 3px;
}

#copyright {
	width: 550px;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	text-align: center;
	margin: 15px auto 0 auto;
}

/************************/
/* Warranty Formatting */
/************************/
#warranty h1 {
	text-align: center;
}

#warranty h2 {
	text-align: center;
	border: none;
}

#warranty p {
	padding: 20px;
	text-align: justify;
	border: 1px dashed black;
}
	
