
body {
	
	/*font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	font-variant: normal;
	color:#333333;*/
	margin:0px 0px 0px 0px;
	padding:0px 0px 20px 0px;
}

/*
td,p {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	font-variant: normal;
	color:#333333;
}
*/

p {
	margin:7px 0px 7px 0px;
}
.hrule {
	height:5px;
	background-image:url(/images/bg_hrule.gif);
	background-repeat:repeat-x;
	margin:10px 0 10px 0;
}
.back {
	float:left;
}
.ClearFloat {
	clear:both;
}

/* --- H Tags --- */

h1 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:16px;
	color:#ec8522;
	text-transform:uppercase;
	font-style:italic;
	line-height:20px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 7px 0px;
	font-weight:lighter;
	background-image:url(/images/divider.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
}

h2 {
	font-family:Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	color: #ec8522;
	text-transform:uppercase;
	font-style:italic;
	font-weight:normal;
	line-height:22px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image:url(/images/divider.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
}

h3 {
	font-family:Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #525252;
	margin:10px 0px 7px 0px;
	font-weight:normal;
	font-style:italic;
	letter-spacing:0;
	text-transform:uppercase;
}

h4 {
	font-family:Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #ec8522;
	margin:0px 0px 0px 0px;
	padding:7px 0px 7px 7px;
	font-weight:normal;
	font-style:italic;
	letter-spacing:0;
	text-transform:uppercase;
	background-image:url(/images/divider.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
}

h5 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #525252;
	margin:0px;
	padding:0px;
}
h6 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:16px;
	color:#ec8522;
	text-transform:uppercase;
	font-style:italic;
	line-height:20px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 7px 0px;
	font-weight:lighter;
}

th {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #ec8522;
}
.signature {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0;
	color:#ec8522;
}
.orange {
	color:#ec8522;
}
/* --- Wrappers --- */

#main {
	max-width:800px;
	padding:24px 20px 0px 10px;
	margin:0px 0px 0px 0px;
}
.sidebar {
	background-image:url(/images/dash.gif);
	background-repeat:repeat-y;
	margin:10px 0 0 0;
}
.sidebar p {
	margin:7px 0 7px 20px;
}
.fill { /* For sidebar background image */
	background-color:#fff;
	height:24px;
	width:100%;
}
#rc_main {
	max-width:800px;
	padding:24px 100px 0px 10px;
	margin:0px 0px 0px 0px;
}

#rc_shell {
	width:700px;
}

#shell {
	background-image:url(/images/header_back.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

#footer {
	background-color:#ffffff;
	width:100%;
	margin:10px 0px 0px 0px;
}
ul.qualifications {
	padding:20px 0px 0px 10px;
	margin:0px;
}
ul.qualifications li {
	padding:0px;
	margin:0px 0px 5px 0px;
}

/* --- FORMS --- */

input.inputfield, .formoutput, textarea, select {
	font-size:11px;
	font-family: Arial, Helvetica, Sans-Serif;
	color:#444444;
	border:1px #303465 solid;
	background-color:#F7F8FB;
	font-weight:bold;
}

.formoutput {
	padding-left:5px;
}

/* --- Extra table in catalog custom CSS --- */

.spec_table {
	width:100%;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:.7em;
	background-color:#ffffff;
	border:1px solid #9a9a9a;
	text-align:left;
	}
.spec_table td {
	font-family:Arial, Helvetica, Sans-Serif;
	background-color:#f7f7f7;
	vertical-align:middle;
	text-align:left;
	}
.spec_table .top td {
	font-family:Arial, Helvetica, Sans-Serif;
	color:#ffffff;
	vertical-align:middle;
	text-align:left;
	background-color:#2b4d99;
	padding:4px 2px 4px 2px;
	}
.spec_table .spec {
	font-family:Arial, Helvetica, Sans-Serif;
	background-color:#e5e5e5;
	vertical-align:top;
	color:#000000;
	}
.spec_table p {
	font-family:Arial, Helvetica, Sans-Serif;
	text-align:center;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	vertical-align:middle;
	}
.spec_table .top td p {
	font-family:Arial, Helvetica, Sans-Serif;
	color:#ffffff;
	vertical-align:middle;
}

/* --- LINKS --- */

a {font-family: Arial, Helvetica, Sans-Serif;color: #000000;}
a:link {text-decoration: underline;color: #135681;}
a:visited {text-decoration: underline;color: #000000;}
a:hover {text-decoration: underline;color: #71364A;}
a:active {text-decoration: underline;}

.copyright, .incCopyright { 
	font-size:10px;
	font-family: Arial, Helvetica, Sans-Serif;
	cursor:text;
	font-weight:normal;
	text-decoration:none;
}

a.copyright {text-decoration:none;color:#333333;}
a.copyright:link {text-decoration:none;color: #333333;}
a.copyright:visited {text-decoration:underline;color:#333333;}
a.copyright:hover {text-decoration:underline;color:#333333;}
a.copyright:active {text-decoration:underline;color:#333333;}

/* Search */
#search {width:203px; height:61px; background:url(/images/search_bg.jpg);
position:absolute;
left:795px;
top:50px;
}
#search .searchfield {background:url(/images/search_field.jpg); width:132px; height:65px; border:0; padding:10px 0 0 5px; font-size:11px; background-repeat: no-repeat;
position:absolute;
left:65px;
top:25px;
}
#search .submitsearch {background:url(/images/search_submit.jpg); width:50px; height:23px; float:left; border:0; cursor:pointer; margin-top:-2px;
position:absolute;
left:9px;
top:30px;
}
#search .submitsearch:hover {background:url(/images/search_submit_over.jpg);}
	
/* Text Resizer */
.textResizer {/*background:url(/images/text_resize.jpg); background-repeat:no-repeat;*/ 
width:269px; 
height:25px; 
color:black; 
font-size:12px; 
line-height:20px;
position:absolute;
left:795px;
top:5px;
}

.textResizer a {color:black; text-decoration:none;}
	
#onlineStore {width:170px; height:30px;;
position:absolute;
left:795px;
top:132px;
}






	
	