/* Styles for ALL pages */
body {
	background-color: #ffffff;
	font-size: 11px;
	font-family: arial, sans-serif; 
	text-align: center;
	margin: 0px; 
	padding: 0px;
}

#debug {
	text-align:left;
	float:left;
	width:220px;
	background-color:#fefeed;
	border-style: dashed;
	border-width: 1px;
	border-color: #ff0909;
	padding: 4px 4px 4px 4px;
	margin-top: 5px;
	margin-left: 5px;
	overflow: hidden;
}

#wrapper {
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	height: 97px;
	background: url(/images/header_bg.gif) no-repeat;
	position:relative;
	color: #2d555b;
}

#header a,
#header a:hover,
#header a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

h1 {
	padding: 10px 20px 0px 20px;
	margin: 0px;
	font-size: 18px;
}

h2 {
	padding: 10px 20px 0px 20px;
	margin: 0px;
	font-size: 14px;
}

.mapPrice,
.mapPrice a,
.mapPrice a:hover,
.mapPrice a:visite {
	font-size:10px; 
	color:red
}

/* TOP NAVIGATION MENUS */

#topNav {
	height: 42px;
	margin-top: 2px;
	background: url(/images/topnav_spacers.gif) no-repeat;
}

#topMenu {
	position:relative;
	margin-left:8px;
}

#topMenu a, 
#topMenu a:visited {
	width: 148px; 
	background: url(/images/topnav_bg.gif) repeat-x;
	text-align: center; 
	color: #656565;
	text-decoration: none; 
	font-weight: bold; 
	line-height: 36px;
	margin-right: 3px;
	float: left;
}

#topMenu a:hover {
	color: #c26800;
	text-decoration:none; 
	background:url(/images/topnav_on_bg.gif) repeat-x;
}


/* BODY BG STYLE */
#bodyWrap {
	background: url(/images/body_bg.gif) repeat-y;
	float: left;
	width: 786px;
}


/* LEFT NAVIGATION */
#leftNav {
	border-top: 1px solid #c8c8c8;
	width: 196px;
	float:left;
	margin-left: 15px;
}
* html #leftNav { margin-left: 8px;} /*style for IE*/

#leftNav .title {
	background-color: #ef9e24;
	color: #FFFFFF;
	font-weight: bold;
	margin: 5px;
	padding: 10px;
}

#leftNav a,
#leftNav a:visited,
#leftNav a:hover {
	text-decoration:none; 
	color:#6e6e6e;
}

#leftNav ul { 
	margin: 0px; 
	padding: 0px 15px 10px 15px; 
	list-style:none; 
}

#leftNav li { 
	margin: 5px 0px 0px 0px;
	line-height: 19px; 
	color:#004b7c;
	background: url(/images/leftnav_bg.gif) repeat-x bottom;
}

#leftNav li.cat {
	font-weight: bold;
}

#leftNav li.subCat {
	padding: 0px 0px 0px 10px;
}

/* BODY CONTENT STYLES */

#bodyContent {
	font-size: 12px;
	float: left;
	margin-left: 6px;
	border-top: 1px solid #c8c8c8;
	width: 536px;
	margin-bottom: -1px;
}
* html #bodyContent { margin-left: 5px;} /*style for IE*/

#bodyContent p {
	padding: 10px 20px 0px 20px;
	margin: 0;
	line-height: 150%;
}

#bodyContent p a,
#bodyContent p a:visited{
	text-decoration: none;
	color: #CC0000;
}

#bodyContent p a:hover{
	text-decoration: underline;
}


#bodyContent .title {
	padding: 10px 20px 0px 20px;
	font-size: 22px;
}

#bodyContent .title2 {
	padding: 10px 20px 0px 20px;
	font-size: 18px;
}

#bodyFootCap {
	background: url(/images/body_cap_bottom.gif) no-repeat bottom;
	height:1px;
	clear: left;
	width: 768px;
	font-size: 0px;
	margin-top: -1px;
}

/* BOTTOM NAV AREA */
#manufLogos {
	width: 738px;
	padding-top: 10px;
	margin: 0px 0px 0px 15px;
	background-color:#FFFFFF;
	border-bottom: solid 5px #ef9e24;
	clear: left;
	height: 70px;
}

#footer {
	padding: 10px 15px 0px 0px;
	clear: left;
	text-align: right;
}

/* SHOWCASE */
#showCase {
	text-align: center;
	background: url(/images/showcase_bg.gif) repeat-x;
	margin-left:1px;
	margin-right: 1px;
}

/* TEST MSG LAYER */
.msgLayer {
		text-align: center;
		width: 300px;
		background-color: #fff;
		color: #000;
		border: 5px solid #ef9e24;
		padding: 5px;
		position:fixed;
}

.msgLayerBar {
	background-color: #ef9e24;
	color: #FFFFFF;
	font-size: 12px;
	padding: 3px;
}

/* ERROR MESSAGES */
.error_title {
	color:#CC0000;
	font-size: 16px;
}

.error_text {	
	color:#CC0000;
	letter-spacing: 1px;
}

/* TOOL TIPS */
a.info{
	position:relative; 
	z-index:24; background-color:#ccc;
	color:#000;
	text-decoration:none
}

a.info:hover{
	z-index:25; 
	background-color:#ff0
}

a.info span{
	display: none
}

a.info:hover span{
	display:block;
	position:absolute;
	top:2em; left:2em; width:15em;
	border:1px solid #0cf;
	background-color:#cff; color:#000;
	text-align: center
}

/* BOXES FOR BOTTOM LOGOS */
.bottomLogos,
.bottomLogoR {
	border: 1px solid #cdcdcd; 
	text-align: center; 
	float:left;
	height: 60px;
	width: 105px;
}

.bottomLogos {
	border-right: none; 
	width: 104px;
}

/* FORM FIELDS */
input,select,textarea{
	font-family:Verdana,Arial,Sans-serif;
	font-weight:normal;
	font-size: 12px;
}

.inputLong{
	width: 150px;
	border: 1px solid #7f9db9;
}

.inputShort{
	width: 85px;
	border: 1px solid #7f9db9;
}

.error{
	background-color:#fbced0;
}

.formNotes {
	font-size: 10px;
	background-color:#ecf1f7;
	padding: 3px;
	border-color: #004996;
	border-width: 1px;
	border-style: dashed;
}

.page_numbers_top {
	padding: 30px  10px 0px 0px;
	float: right;
}

.page_numbers_top a,
.page_numbers_top a:hover,
.page_numbers_top a:visited{
	color: #CC0000;
}

.page_numbers_bottom {
	clear: left;
	padding: 15px  10px 15px 0px;
	text-align: right;
}

.page_numbers_bottom a,
.page_numbers_bottom a:hover,
.page_numbers_bottom a:visited{
	color: #CC0000;
}

.bigBox {
	height: 150px;
}

.footLinks {
	color:#999999;
	text-align:center;
	width:100%;
	margin-bottom:10px;
}

.footLinks a,
.footLinks a:visited {
	color:#999999;
	text-decoration: none;
}
.footLinks a:hover {
	text-decoration: underline
}

.subCategory {
	border-bottom: 1px dotted #6e6e6e;
	padding: 5px;
}

.subCategory a,
.subCategory a:hover,
.subCategory a:visited {
	color: #6e6e6e;
	text-decoration: none;
}
