.site_top {
	background-image: url(../images/specials_background.gif); 
	background-repeat: no-repeat; 
	background-position: top center; 
	width: 553px; 
	height: 94px; 
}

body {
	background-color: #fff;
	color: #000;
	font-size: 12px;
	font-family: Arial,Helvetica,Geneva,sans-serif;
}

a {
	/* default everything */
	color: inherit;
	text-decoration: none;
	font-weight: inherit;
	font-family: inherit;
}

#wrapper {
	width: 960px;
	margin: 0px auto;
}

.clear { clear: both; }
.fl_l { float: left; }
.fl_r { float: right; }

#header {
	background-color: #274e2f;
	margin: 5px 0px 5px 0px;
	padding: 10px 10px 10px 0px;
	
}

#header .logo {
	float: left;
}

#header .search {
	float: right;
	margin-top: 15px;
}

#nav {
	background-color: #c9cac0;
	text-align: right;
	padding: 3px 5px 3px 0px;
	margin-bottom: 5px;
}

#nav ul {
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
}

#nav ul li {
	display: inline;
	text-transform: uppercase;
	margin-left: 15px;
	line-height: 22px;
}

#nav a {
	color: #3B0808;
}

#nav a:hover {
	text-decoration: underline;
}

#footer {
	background-color: #b8b297;
	color: #5f554d;
	padding: 5px;
}

#footer .copyright {
	margin-top: 10px;
	margin-left: 150px;
	font-size: 10px;
}

#footer a {
	color: #5f554d;
	font-weight: bold;
}

#footer a:hover { text-decoration: underline; }

#footer .logo {
	width: 164px;
	height: 51px;
	margin-left: 35px;
	float: left;
}

#footer ul {
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
	float: left;
}

#footer ul li {
	display: inline;
	border-left: 1px solid #5f554d;
	padding-left: 10px;
	margin-right: 10px;
	font-size: 10px;
	line-height: 11px;
}

#footer ul li:first-child { border-left: none; }


#footer div.label {
	float: left;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	width: 130px;
	text-transform: uppercase;
	margin-right: 5px;
}


#content .left {
	width: 190px;
	float: left;
}

#content .center {
	float: left;
	width: 545px;
	padding: 10px;
}

#content .right {
	width: 190px;
	float: right;
}

.box {
	border: 1px solid #8b9a7b;
	background-color: #f4f4f3;
	color: #3b0808;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.box a { color: #3b0808; }
.box a:hover { text-decoration: underline; }

.box h2 {
	margin: 0pt;
	padding: 3px;
	padding-left: 30px;
	margin-bottom: 10px;
	font-size: 16px;
	text-transform: uppercase;

	background-color: #e4e8df;
	border-bottom: 1px solid #8b9a7b;
}

.box ul {
	margin: 0pt;
	padding: 0pt;
	margin-left: 30px;
	list-style-type: none;
	list-style-position: outside;
}

.box ul li {
	line-height: 20px;
	font-weight: bold;
}

.box ul li.header {
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: -20px;
	padding-left: 20px;
	text-transform: uppercase;
	font-size: 13px;
	margin-top: 10px;
}



.formLine {
	clear: both;
	float: left;
	width: 100%;
}


.product_thumb {
	width: 260px;
	height: 263px;
	border: 1px solid #dcdfd8;
	overflow: hidden;
	float: left;
	margin: 5px;
}

.product_thumb a {
	color: #225578;
	text-decoration: underline;
	font-size: 14px;
}

#twitter_update_list {
	padding: 0pt;
	margin: 0pt;
}

#twitter_update_list li {
	border-bottom: solid 1px #000;
	margin-bottom: 8px;
	line-height: 14px;
	font-size: 11px;
}

#twitter_update_list li span {
	display: block;
	margin-bottom: 4px;
}

