@charset "UTF-8";
h1 {
	font-size: 24px;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 15px;
	color: #3C753C;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
h2 {
	font-size: 20px;
	color: #3C753C;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
h3 {
	font-size: 17px;
	color: #3C753C;
	font-family: "Times New Roman", Times, serif;
}

h3.productListing {
	font-size: 110%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
}
.new {
	font-size: 12px;
	color: #FF6600;
}
.productText {
	font-size: 105%;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
}
a:link {
	color: #3C753C;
	text-decoration: none;
}
a:visited {
	color: #3C753C;
	text-decoration: none;
}
a:hover {
	color: #3C753C;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #3C753C;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #53473E;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 105%;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #8c6239;
}
#topnav {
	height: 30px;
	float: right;
	position: relative;
	top: -29px;
	font-family: "Times New Roman", Times, serif;
}
#header  {
	height: 220px;
	padding-left: 25px;
} 
#header  h1  {
	margin: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 210px;
}
#container  {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/diamond.png);
	background-repeat: no-repeat;
	background-position: 0px 70px;
	width: 950px;
	padding-left: 20px;
} 
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 155px;
	background-image: url(images/menu_side_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 50px;
	margin-left: 20px;
	font-family: "Times New Roman", Times, serif;
}
#mainContent  {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 182px;
	padding: 0px;
	width: 765px;
} 
#mainContent #maintop {
	background-image: url(images/bg_box_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 17px;
}
#mainContent #content {
	background-image: url(images/bg_box.png);
	background-repeat: repeat-y;
	background-position: left;
	padding-bottom: 20px;
}
#mainContent #mainbot {
	background-image: url(images/bg_box_bot.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
}
#content #mainCol {
	background-image: url(images/logo_watermark.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: 35px;
	padding-right: 290px;
}
#content #mainCol2 {
	background-image: url(images/logo_watermark.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: 35px;
	padding-right: 25px;
}
#mainCol p {
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
}
#mainCol2 p {
	margin-top: 0px;
	margin-right: 270px;
	margin-bottom: 15px;
	margin-left: 30px;
}
#callout {
	width: 240px;
	border: 1px solid #534741;
	background-color: #FFFFFF;
	margin-bottom: 25px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#rightCol {
	position: absolute;
	top: 280px;
	left: 680px;
}

#rightColhome {
	position: absolute;
	top: 760px;
	left: 680px;
}
#footer  {
	font-size: 14px;
	margin-left: 215px;
	padding-top: 0px;
	padding-right: 37px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 30px;
	color: #FFFEEB;
} 
#footer a {
	color: #FFFEEB;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Side Menu */
ul.menu {
	display: block;
	list-style-type: none;
	line-height: 220%;
	margin-top: 11px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	text-align: center;
}
ul.menu li {	
}
ul.menu li a {
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	color: #FFFEEB;
	letter-spacing: 0.1em;
	line-height: 33px;
	padding-left: 8px;
	height: 44px;
	width: 152px;
}
ul.menu li a:hover {
	color: #004400;
}
ul.menu li a:active {
	position: relative;
	top: 2px;
}
ul.menu li a.current {
	color: #004400;
}

/* Tab Menu */
ul#simple-menu{
	list-style-type:none;
	font-weight:normal;
	color: #FFFFFF;
	background-image: url(images/menu_top_rt.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0px;
	padding-right: 11px;
	padding-bottom: 0px;
	padding-left: 11px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul#simple-menu li{
	display:block;
	float:left;
	height:32px;
	color: #FFFFFF;
	margin: 0;
	width: 125px;
	padding-left: 2px;
	text-align: center;
}

ul#simple-menu li a{
	display:block;
	float:left;
	color:#FFFEEB;
	line-height:32px;
	text-decoration:none;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 17px;
	width: 98px;
	background-image: url(images/tab.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
	margin: 0;
}
ul#simple-menu li a:hover{
	background-image: url(images/tab.png);
	background-repeat: no-repeat;
	background-position: right top;
	color: #004400;
}
ul#simple-menu li a:active{
	background-image: url(images/tab.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	top: 2px;
	padding-bottom: 0px;
}

ul#simple-menu li a.current{
	color:#004400;
}
callout p {
}
.banner {
	margin-left:30px;
	padding: 0px;
	margin-bottom: 0px;
}

.table {border: 1px solid #333}

.box {border: 1px solid #3C753C;
	padding: 10px;}