@charset "UTF-8";
/* CSS Document */
* { margin:0; padding:0; }
body {
	background: #000000 url(bk.jpg) no-repeat fixed center top;
	text-align: center; /* Used for centering pages in IE */
	font-size:10px
	color:#333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif
	back
	
}
/* margin and padding , alignment */
p, h1, h2, h3, h4, h5, ul, li {	margin-bottom: 1em;	margin-top: 1em;  }

ul {     padding-left:1em;
    margin-left:0; } 
ol { padding-left:2em; }

p, h1, h2, h3, h4, h5, lo, address, td {
	text-align: left;

}

/* Sizing & Color*/
h1 { font-size:1.3em; font-weight:bold;
	}
h2 {
	font-size:1.2em;
	font-weight:bold;

}
h3 {
	font-size:1.1em;
	font-weight:bold;
	color: #4E6591;
}
h4 { font-size:1em; font-weight:bold;	}

address {
	font-style: normal;
                }
a:link, a:visited {
	color: #00937f;
}

a:hover {
	color: #6a747c;
}
a:active { color: #00937f;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 960px;
	margin: 0px auto;
}

div#flash-wrapper { 
/*height:160px; */
height:197px; 
background-color:transparent; }
div#flash { position:relative; top:0; left:0; }

div#header { background-image:url(images/headerbk.jpg); background-repeat:repeat-x; width:100%;
}

div#logo { width:960px; margin:0 auto; }


div#main { text-align:left; min-height:300px; line-height:1.5em; background-color:#FFF;
}
div#main:after {/* Main div has to have height:1%; */ content:"."; clear:both; height:0; visibility:hidden; display:block; }

div#menu		{ width:200px; float:left; background-color:#CCC; /* min height just for layout time */ min-height:1100px;}
div#content		{ float:left; width:760px; }



.half { width:470px; margin:0 0 0 10px; float:left;  }
.onethird { width:33%; float:left; background-color:#CCC; min-height:500px; }
.twothirds { float:left; width:67%;  }
.center { text-align:center; }

.leftside { width:350px; padding:10px; }
.rightside { width:650px; padding:10px; }

div#footer {
	width:100%;
	height:100px;
	clear:both;
	background-color:#CCC;
	text-align: center;
	font-size: 12px;
}
div#quote { }


/* ----------------------------  NAVIGATION (HORIZONTAL) ----------------------------  */
div#utility {
	width: 960px;
	}
	ul#utilitynav {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	ul#utilitynav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
	}
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 5px 7px;
	margin: 0px;
	border-right: 1px none #ccc;
	color:#15710B;
	}
	ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	text-decoration: underline;
	}



/* ----------------- CUSTOM CLASSES ----------------- */

/* Images should include some type of border. We tend to favor this one. */
img.left {
	float: left;
	padding: 5px;
	background: white;
	margin: 0px 15px 10px 0px;
	border: solid 1px #ccc;
}
img.right {
	float: right;
	padding: 5px;
	background: white;
	margin: 0px 0px 10px 15px;
	border: solid 1px #ccc;
}

.quote {
	font-size:1.2em;
	font-style:italic;
	color:#378099;
	/*padding:10px 75px;*/
}

.smaller { font-size:.8em; color:#999; font-style:italic; }

#quickprint-container { width:360px;  float:left; }


/* 	QUOTE MODULE STYLES */
#quotemod 				{ width:376px; float:left; border:1px solid #CCC; padding:10px; margin:1px;	}
td.quote-heading			{ font-weight:bold; font-size:16px; padding:1px 10px; }
td.quote-output			{background-color:#9CC; }
.quote-output-sel 		{ font-weight:bold;  }
td.quote-output-sel		{ background-color:#FFFCD2; padding:1px 10px; }
#quote table 			{ width:100%; }
.quote-descr			{ font-size:80%; font-style:italic; }
h3.yourquote			{ padding:0; margin:0; }
.quote-dis				{ font-size:85% }

/*  SHIPPING QUOTE MODULE STYLES */
#shippingquote		{}

#container #main #menu table tr td p {
	text-align: center;
}
#container #main #menu table tr td p a {
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
}

.weight { display:none; }