/* BASIC */
body {
		background-color: #D6CFAF ;	
		font-family: "Gill Sans MT", "Gill Sans", Arial, sans-serif;
		margin: 0;
	padding: 0;
}


p,h1,h2,h3,h4,h5,h5,ol,ul {
	margin: 0px;
	padding: 0px;
	}




#wrapper {
	width: 800px;
	min-height: 2000px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
		background: url(images/page_tan.jpg) repeat-y;
}


#banner {
	position: relative;
	width: 800px;
	height: 334px;
	background: url(images/banner_1_tan.jpg) no-repeat left top;
	z-index: 400;
}

* html #banner {
	height: 334px;
}





/* SIDEBAR CONTENT */

#secondary {
	float: right;
	width: 325px;
	height: 100%;
	margin-right: 15px;
	margin-left: 15px;
	
	}

* html #secondary {
	display: inline;
	}
* html #secondary { margin-left: -3px;}

#secondary p {
	font-size: .7em;
	line-height: 1em;
	padding-left: 2px;
	padding-right: 2px;
	margin-top: 0;
	
	}

.buttonLeft {
	width: 157px;
		float: left;
	}
	
.buttonRight {
	width: 157px;
	margin-left: 2px;
	float: left;
	}
	
.buttons {
	height: 200px;
	margin-bottom: 10px;
	}



/* MAIN CONTENT */

#main {

	height: auto;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
		}


#mainText {
	width: 400px;
	padding-left: 20px;
	padding-right: 20px;
	}
	* html #mainText { height: 1px;}
* html #mainText {margin-right: 0;}


p {
	font-size: .9em;
	line-height: normal;
	margin-top: 10px;
	
	
}

a {
	color: #233c96;
	text-decoration: none;
}

a:hover {
	color: #3566ab;

}

h2 {
	font-size: 0.9em;
	color: #233c96;
	
	margin-top: 8px;
	}

h3 {
	font-size: 0.8em;
	font-weight: normal;
	color: #FFF;
	padding-top: 2px;
	padding-left: 4px;
	margin-bottom: 10px;
	margin-top: 8px;
	text-transform: uppercase;
	background: url(images/f_bluebar_400.jpg) repeat-y top left;
	}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
	margin: 5px 3px 3px 0;
}



img.floatRight {

	margin: 5px 0px 5px 2px;
	border: 0;
}







/* COPYRIGHT INFO */
#copyright {
	font-size: .6em;
	width: 800px;
	margin-right: auto;
	margin-left:auto;
	padding: 5px;
	background-color: #233c96;
	color: #FFF;
}



#featureCorner {
position: absolute;
	z-index: 100;
	width: 150px;
	height: 62px;
	}
	
	
	
	#feature {
	background-image: url(images/white_bckgrnd.jpg);
	background-repeat: no-repeat;
	width: 324px;
	height: 230px;
	margin-left: auto;
	margin-right: auto;
	
	
			}
#feature p {
	text-align: left;
	font-size: .7em;
	padding-top: 5px;
		}
#feature h3 {
	color: #2b4090;
	font: 1em "Gill Sans MT", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	
	}

.ritestuff {
	clear: both;
	margin-top: 10px;
	}


#col1 {
	width: 155px;
	height: auto;
	
	padding: 0;
	float: left;

		}


#col2 {
	
	width: 161px;
	height: auto;
	padding: 0;
	float: right;
	
		}
		
#ad {
	width: 159px;
	
	}
	
#ad img {
	
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px dotted #2b4090;
	}
#ad p {
	font-family: sans-serif;
	font-size: 
	.6em;
	text-align: center;
	color: #999;
	letter-spacing: .2em;
	}
	
#bar {
	position: absolute;
	width: 600px;
	top: 300px;
	left: 175px;
	z-index: 500;
	}
	
	

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
			}

#nav a {
	font-family: "Gill Sans MT", sans-serif;
	font-size: .85em;
	
	line-height: 1em;
	text-transform: uppercase;
	display: block;
	color: #3d56b2; 
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	
}

#nav a:hover {
	color: #233c96;
	font-weight: 400;
	} 

#nav li { /* all list items */
	float: right;
	width: auto;
	display: inline;
			}
			

#nav li ul { /* second-level lists */
	
	position: absolute;
		width: 8em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
		}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}
	
#nav li ul li :hover {
	background-color: #233c96;
	color: #FFF;
	}

#nav li ul li {
	border-bottom: 1px dotted #2b4090;
	background: #CCC;
	width: 8em;
}		
		
#nav li ul li a {
	padding-left: 2px;
}		
/* IE 6 hack to make entire button clickable */
* html #mainNav a { width: 1px; }


#weather {
	width: 180px;
	float: right;
	
	}
	
	
.archive {
	margin-bottom: 15px;
	width: 200px;
	float: right;
	}

.feat {
	margin-bottom: 15px;
	width: 180px;
	}
	
#featmenu {
	width: 390px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	
	} 

.feattitle {
	background-image: url(images/f_bluebar.jpg);
	background-repeat: repeat-y;
	font-family: "Gill Sans MT", Helvetica, sans-serif;
	padding-left: 6px;
	padding-right: 6px;
	padding: 2px;
	color: #FFFFFF;
	font-size: 0.8em;
	margin: 0;
}

#featmenu .feattitle a {
	text-decoration: none;
	color: #FFF;
		}

.feattitle:hover {
	background-image: url(images/f_lbluebar.jpg);
	background-repeat: repeat-y;
	
	
	}

.feattitlelight {
font-weight: 200;
}

#featmenu p {
	padding: 2px;
	margin: 0;
	margin-top: 0px;
	font-size: 0.8em;
	line-height: 1em;
}

#featmenu a {
	font-size: .8em;
	line-height: 1em;

}


.featimg {
float: left;
margin-right:2px;
margin-bottom: 2px;
margin-top: 3px;}

.featlist {
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 10px;
	background-color: #FFF;
	list-style: none;
	}

#mainText ul {
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 10px;
	
	list-style-type: disc;
	}
	
#mainText ul li {
	font-size: .9em;
	padding-bottom: 5px;
	border-bottom: 1px #fff dotted;
	}

#catalog {
width: 380px;

}

.catalogitem {
	width: 112px;
	height: 170px;
	float: left;
	
	border: 1px solid #3566ab;
	margin: 2px;
	padding-right: 3px;
	}
.catalogitem2 {
	width: 354px;
	height: auto;
	float: left;
	margin-bottom: 4px;
	margin-top: 7px;
	padding: 3px;
	border: 1px solid #3566ab;
	
	}
	
.catalogitem2 img {
	float: left;
	padding-bottom: 3px;
	padding-top: 3px;
	}
.catalogitem img {
	text-align: center;
	height: 100px;
	padding-bottom: 3px;
	}
#catalog p {
	padding-left: 3px;
			margin: 0; 
			line-height: 90%;
	font-size: 80%;
	}
.catalogitemqty {
	font-size: 60%;
	}
#store {
float: left;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	height: auto;
	}

.storeitem {
	width: 180px;
	height: 340px;
	float: left;
	margin-right: 7px;
	margin-bottom: 15px;
	border: 1px solid #3566ab;
	
	
	}
.storeitem2 {
	width: 180px;
	height: 450px;
	float: left;
	margin-right: 7px;
	margin-bottom: 15px;
	border: 1px solid #3566ab;
	
	}
	
.storeimg {
	text-align: center;
	height: 150px;
	}
	
.storetitle {
text-align:center;
font-size: .8em;
line-height: 1em;

font-weight:400;
margin-top: 5px;
margin-bottom: 3px;

}
.storedescrip {
text-align: center;
font-size: .6em;
padding-left: 3px;
padding-right: 3px;
margin: 0;
}

.storeprice {
	text-align: center;
	font-size: .8em;
	margin-top: 5px;
	margin-bottom: 0;
	}
	
	
.shippinghandling {
	margin-top: 10px;
	height: 200px;
	width: 360px;
	float: left;
	padding: 6px;
	padding-top: 2px;
	background-color: #CCCCCC;
	font-size: 90%;
	}

.storeform {
	margin-top: 0;
	}