* {
  margin: 0px;
  padding: 0px;
  }

body { 
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #fff url('images/bg.gif');
	background-position:top left;
	background-repeat:repeat-x;
	font-size: 75%;
	line-height: 16px;
	font-family: verdana, arial, sans-serif;
	color: #000;
	text-align:left;
}

a:link {
	COLOR:#6da415; text-decoration: none;
	font-weight: bold;
}
a:visited {
	COLOR:#6da415; text-decoration: none;
	font-weight: bold;
}
a:active {
	COLOR:#6da415; text-decoration: none;
	font-weight: bold;
}
a:hover {
	COLOR:#6da415; text-decoration: underline;
	font-weight: bold;
}


#header {
	width: 900px;
	height: 200px;
	background:#fff url('images/header.gif');
	background-position:left;
	background-repeat:no-repeat;
	margin: 0px;


}
#header h2{
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-align: right;
	padding-top: 10px;
	padding-right: 0px;
}
#header2 {
	width: 900px;
	height: 144px;
	background-color:#fff;
	background-image:url('images/header2.gif');
	background-position:left;
	background-repeat:no-repeat;
	margin:0px;
}

#header2 h2{
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-align: right;
	padding-top: 50px;
	padding-right: 200px;
}
#header2 h3{
	font-size: 8px;
	color: #000;
	margin:0px;
	text-align:right;
	padding-right:60px;
	
}

#menu a, #menu a:visited {
  	text-align:center; 
  	text-transform:uppercase;
	text-decoration: none;
	font-size:12px;
	padding-right:15px;
	padding-left:15px;
	border-right:1px solid #444;
	color:#669900; 
  	display:inline; 
}
#menu a:hover {
 	color:#6da415;
	text-decoration:none;
}

#content {
	width: 900px;
	height: auto;
	margin-top:25px;
	text-align: left;

}
#content h2{
	line-height: 15px; 
	font-family: verdana;
	font-weight: bold;
	font-size: 16px; 
	color: #000000;
	padding-bottom:15px;
}

#content ul{
	text-transform: uppercase; 
	font-weight:bold;
	background-color: transparent; 
	text-align: left; 
	vertical-align: top; 
	line-height: 25px; 
	text-indent: none;
	list-style-image: none; 
	list-style-type: none;
}
#content ul a{color:#6da415;}
#content ul li{
	margin-top:0px;
	text-indent: 10px;
	text-transform:none;
}
#content .no{
	text-indent:0px;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:3px;
}

#content .left {
	width:280px;
	float:left;
	margin-left:20px;
	padding-right:20px;
	padding-bottom:40px;
	border-right:1px solid #444;
}

#content .right{
	text-align: left;
	margin-left:340px;
}

#shop{
	width:950px;
	height:auto;
	margin-left:225px;
	margin-bottom:10px;
	text-align:left;
	background-image:url('shop/images/bgmerch.gif');
	background-position:left bottom;
	background-repeat:no-repeat;
}

#shop .item{
	width: 650px;
	height:250px;
}

#shop .price{
	width:650px;
	text-align:right;
	font-weight:bold;
	color:red;
}


.blog {
	width: 775px;
	background:transparent;
	text-align:left;
	border-bottom:1px solid #444;
	margin:20px 0px 30px 20px;
}

#footer{
	width: 100%;
	height:200px;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	background-image: url('images/bg_footer.gif');
	background-repeat:repeat-x;
	border-top:1px solid #000;
	color: #333;
	font-size: 90%;
}

#footer h3{
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	text-align:left;
}

#footer a, #footer a:visited {
  	text-align:center; 
  	text-transform:uppercase;
	text-decoration: none;
	font-size:10px;
	color:#444; 
}
#footer a:hover {
 	color:#666;
	text-decoration:underline;
}
#footer p{
	text-align:left;
}
.footercontent{
	width:800px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	
}

.floatleft{
 	float: left;
	margin-right: 10px;
}
.floatright{
 	float: left;
	margin-left: 10px;
}

.imgleft{
 	float: left;
	margin-right: 10px;
	border: 1px solid #387452;
	padding: 3px;
}

.imgright{
 	float: right;
	margin-left: 10px;
	border: 1px solid #387452;
	padding: 3px;
}
#featurebox {
  border:1px solid #387452;
  padding:10px;

}

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 16px;
	border: 16px solid orange;
	background-color: white;
	z-index:1002;
	overflow: auto;
}


