/* ************************ global resets - eliminates cross browser inconsistancies ***************************** */

* { margin:0; padding:0; }

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address { margin: 0.5em 0; } 

li,dd { margin-left:1em;} 

fieldset { padding:.5em; } 

img {border: 0;}

a img {border: 0;}

table {
    font-size: 1em;
}

td.product {
border: 1px dotted #3B4754;
background-color: #FFF;
} 


/* ***************************************   end global resets   ************************************************ */




/* *****************************************   Start Layout   ************************************************** */

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-color: #000;
 margin-top: 10px;
} 
 
#pagewidth{ 
 width:778px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
	position:relative;
	height:97px;
	width:778px;
	background-image:url(images/headerBKG.jpg);
	background-repeat: no-repeat;
} 
 
#maincol{
	background-color: #FFFFFF;
	width: 778px;
 }
 
#rightMainCol{
	float: right;
	clear: right;
	width: 190px;
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid red;
}
 
.blog{ width: 100%; clear: both;} 

.alert {
	background: #fcf8c9;
	border: solid 1px #e8dbbf;
	padding: 5px 10px;
	font-size: 90%;
	line-height: 120%;
	margin: 10px 0;
}
 
#footer{
 height:85px;
 min-height: 85px;
 max-height: 85px; 
 background-image:url(images/footerBKG2.jpg);
 background-repeat: no-repeat; 
 clear:both;
 text-align: center;
 padding-top: 12px;
 } 

 
#borderContent {
	width: 766px;
	position: relative;
	margin-left: 6px;
	background-image: url('images/border.gif');
	background-repeat: repeat-y;
}

#flash {
	height: 133px;
	margin: 0;
	padding: 0;
	background-color: #000;
}

#midLinks {
	height: 30px;
	background-color: #FFBE5D;
}

#content {
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	position: relative;
	width: 750px;
	border: 0;
}

#contactInfo {
	width: 170px;
	float: right;
	z-index: 50;
} 
 
.lrgIndent {
	margin-left: 15px;
}

div.search {
	padding-top: 0px;
	padding-right: 18px;
}

div.searchbar {
	float: right;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

.moduletable-topnav {
	margin: 0;
	padding: 0;
	height: 22px;
	border: 0;
	background-repeat: repeat-x;
}

div#navbar1 {
	float: right;
	font-family: 'Adobe Garamond Pro', 'times new roman', serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 68px;
	margin-right: 16px;
}

div.Wrapper {
	background-color:#F1F8ED; 
}
 
/* *** Float containers fix: *** */ 

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


/* ***************** Quotes Pages ********************** */
div#qcontainer {
		margin: 0 auto; 
		text-align: left; 
		border: 5px solid #505050;
		width: 430px;
	}
form#qform {
		padding: 0 8px 0 8px;
	}
div#qtotalprice {
		width: 420px; 
		text-align: right;
	}
.qfinalprice {
		font-weight: bold; 
		font-size: 14px;
	}
.qtotals {
		border: 0px;
		border-bottom: 1px solid #000; 
		text-align: left; 
		background-color: #fff;
		width: 40px;
		margin: 2px;
	}
.qsmltxt {
		font-size: 9px;
	}
.qredtxt {
	color: #960;
	}
hr.qborder {
	border: 0px;
	border-bottom: 1px solid #000;
	color: #fff;
	background-color: #fff;
	height: 4px;
	width: 124px;
}

/* *****************************************   End Layout   ************************************************** */



			/* Color Legend 	FFBE5D - Bright Orange		#4f4f4f - Background Dark Grey */
			
			

/* *****************************************   FORMATTING   ************************************************** */

body, p, div, span, table, td, th {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

ul, ol {
	margin-left: 10px;
}

.contactfont {
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 1px;
	font-weight: normal;
}
	
.orange {
	color: #FFBE5D;
}

hr.orangeLine {
	border: 0;
	height: 1px;
	color: #FFBE5D;
	background-color: #FFBE5D;
}

.contentheading {
	color: #af7817;   
	font-size: 26px;
}

h1.componentheading {
	color: #af7817;    
	font-size: 26px;
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	display: inline;
}

.componentheading {
	color: #af7817;    
	font-size: 26px;
}

.sectiontableheader {
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
}

#mainImgLeft {
	float: left;
	width: 250px;
	font-size: 8px;
	font-family: 'times new roman', serif;
	letter-spacing: 1px;
}

#mainImgRight {
	float: right;
	width: 250px;
	font-size: 8px;
	font-family: 'times new roman', serif;
	letter-spacing: 1px;
}

/* *****************************************  End FORMATTING   ************************************************** */




/* *****************************************  Links  ************************************************** */

a {
	text-decoration: none;
	color: #555;
	font-size: 13px;
}

a:hover {
	text-decoration: underline;
	color: #999999;
}


/* Main Top Navigation Link Styles */
ul#mainlevel-nav {
	margin: 0px;
	list-style-type: none;
}

ul#mainlevel-nav li {
	float: right;
}

a.mainlevel-nav:link, a.mainlevel-nav:visited {
	
	text-decoration: none;
	text-align: center;
	padding: 2px 6px 10px 6px;
	display: auto;
	color: #4f4f4f;
}

a.mainlevel-nav:hover {
	text-decoration: underline;
	color: #4f4f4f;
	background-image: url(images/buttonsBKGhover.gif);
	background-repeat: repeat-x;
}


/* General Link Styles */
ul#mainlevel {
	margin: 0px;
	list-style-type: none;
}

ul#mainlevel li {
	float: right;
}

a.mainlevel:link, a.mainlevel:visited {
	
	text-decoration: none;
	text-align: center;
	padding: 2px 6px 10px 6px;
	display: auto;
	color: #4f4f4f;
}

a.mainlevel:hover {
	text-decoration: underline;
	color: #fff;
}

/* *****************************************  End Links  ************************************************** */

