@charset "utf-8";
/* CSS Document */

/*Start Reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
/*	vertical-align: baseline;*/
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*End Reset*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.75em;
	background-color:#021F00;
	}

h1 {
	font-size:1.333em;
	color:#785b2c;
	}

h2 {
	font-size:1.167em;
	font-weight:bold;
	color:#785b2c;
	margin:10px 0px;
	}

h3 {
	font-size:1em;
	font-weight:bold;
	}

.clear {
	clear:both;
	}
	
#container {
	margin: 0 auto;
	width:960px;
	margin-top:10px;
	background-color:#EABF79;
	}
	
#header {

	width:960px;
	float:left;
	}
	
#logo {
	width:204px;
	float:left;
	}
	
#flasharea {
	width:543px;
	float:left;
	border-top: #FFFFFF 1px solid;
	z-index:50;
	position:relative;
	}
	
#shipping {
	float:left;
	}
	
#topcontact {
	z-index:100;
	position:relative;
	width:350px;
	font-weight:bold;
	font-size:0.917em;
	color:#5174ae;
	float:left;
	padding-left:390px;
	margin-top:10px;
	}
	
	#topcontact img {
	margin:0px 3px 0px 6px;
	}
	
	#topcontact a {
	color:#5174ae;
	text-decoration:none;
		}
	
#topimagecontainer {
	z-index:50;
	width:755px;
	float:left;
	margin-top:-28px;
	position:relative;
	}
	
#nav {
	float:left;
	background-color: #FFFFFF;
	height:28px;
	background:url(../images/nav-bg.gif) repeat-x;
	font-size:15px;
	width:755px;
	font-weight:bold;
	}
	
	#nav a {
		color:#FFFFFF;
		text-decoration:none;
		}

	#nav ul {
		list-style-type:none;
		float:left;
		margin-right:1px;
		padding:2px;
		}
	
	#nav li {
		padding:4px 45px 0px 45px;
		float:left;
		border-right:1px #FFFFFF solid;
		}
		
		
#brownbar {
	background-color:#97763f;
	height:8px;
	width:957px;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
	border-right: #FFFFFF 1px solid;
	}
	
#leftnav {
	background-color:#eabf79;
	width:172px;
	padding:15px 15px 35px 15px;
	color:#3f5f94;
	line-height:23px;
	float:left;
	height:100%;
	}
	
	#leftnav ul {
		margin-bottom:50px;
		margin-top:10px;
		line-height:16px;
		}
		
	#leftnav li {
		margin:7px;
		}
		
	#leftnav a {
		color:#3f5f94;
		text-decoration:underline;
		}
	
#mainimage {
	float:left;
	border-right: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
	}
	
#contentarea {
	width:959px;
	border-left: #FFFFFF 1px solid;
	}

#content {
	padding:20px 32px 0px 20px;
	width:704px;
	float:left;
	line-height:20px;
	background-color:#FFFFFF;
	min-height: 612px;
	}
	
	#content p {
		margin-top:10px;
		}
		
	#content a {
	color:#536785;
	font-weight:bold;
	}
	
	#content td {
	vertical-align:top;
	}
	
#featured {
	border:#c2a05d 1px solid;
	width:154px;
	height:125px;
	padding:5px;
	float:left;
	margin-right:10px;
	}
	
	#featured strong {
		font-size:1.167em;
		}
		
	#featuredtext {
		font-size:0.917em;
		line-height:13px;
		margin: 0px;
	
	}
	
	#featuredphoto {
		width:95px;
		float:right;
		margin-left:2px;
		text-align:right;
		margin-top:5px;
	
	}
	
.contact {
	color:#000000;
	margin-top:10px;
	}
	
#footer {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	margin-top:15px;
	line-height:20px;
	}
	
	#footer a {
		color:#FFFFFF;
		}
		
#sayings {

	}	
	
	#sayings table {
	margin-bottom:15px;
	}
	
	#sayings td {
	padding:3px;
	border-bottom:1px solid #999999;
	}
	
	#sayings th {
	padding:2px;
	text-align:left;
	background-color:#97763F;
	color:#FFFFFF;
	}
	
#nightlights {
	margin-top:20px;
	}	
	
	#nightlights table {
	margin-bottom:15px;
	text-align:center;
	}
	
	#nightlights td {
	padding:3px;
	}
	
#contact {
	
	}
	
	#contact td {
	padding:5px;
	}

.border {
	border:#a9a188 3px solid;
	}
	
.mannix a {
	color:#b3d0b1;
	}
	
.brownbold {
	color:#785b2c;
	font-size:1.167em;
	font-weight:bold;
	margin-bottom:10px;
	letter-spacing:-1px;
	}
	
.leftcol ul li {
	padding: 5px;
}

.redbold {
	color:#990000;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	}
	

