@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
body {
	background-attachment: fixed;
	background-image: url(../images/stripe_bright.png);
	background-position: left top;
	font-family: "Georgia";
	color: #FFFFFF;
}
a {color:#219c21; text-decoration:none;}
a:hover {color:#EAEA5E; text-decoration:underline;}
a:visited {color:#333333;}
#logo_txt{display:none;}
#wrapper_layout {
	height: 100%;
	width: 100%;
}
#wrapper_header {
	height: 150px;
}
#wrapper_nav {
	height: 150px;
	width: 550px;
	float: right;
}
#wrapper_nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#wrapper_banner {
	margin-top: 10px;
	height: 300px;
	border: thin solid #219c21;
	padding: 10px;
	margin-bottom: 10px;
}
#wrapper_banner_txt {
	width: 165px;
	height: 300px;
	float: left;
	background-image: url(../images/banner2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #000000;
}
#wrapper_content {
	height: 100%;
	width: 100%;
}
#wrapper_content_right {
	font-size:.75em;
	width: 375px;
	float: right;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
}
#wrapper_content_left {
	font-size:.75em;
	float: left;
	width: 375px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
}
#wrapper_footer {
	width: 100%;
	clear: both;
	height: 150px;
	background-image: url(../images/logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 10px;
	border-top: 1px solid #219C12;
}
#wrapper_logo {
	width: 225px;
	height: 150px;
	float: left;
}
#wrapper_logo a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper_content_left h3, #wrapper_content_right h3 {
	padding-bottom:5px;
	color: #EAEA5E;
	font-size:16px;
}
#layout_logo {
	background-image: url(../images/logo.png);
	width: 200px;
	height: 125px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	margin-bottom: 10px;
}
#layout_main {
	width: 775px;
	height: 100%;
	margin: 0px auto 10px;
	background: #000000;
	background-attachment: fixed;
	background-position: left top;
	padding: 0px 10px 10px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #219c12;
	border-left-color: #219c12;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #219c12;
}
#layout_phone {
	padding-top: 10px;
	text-align: right;
	font-weight: bolder;
	color: #219c12;
	font-size: 36px;
}
#layout_nav_top {
	height: 110px;
	width: 100%;
}
#layout_nav {
	text-align: center;
	padding: 0px;
}
#layout_content {
	height: auto;
	width: 100%;
}
#layout_banner_img {
	height: 300px;
	float: left;
	width: 585px;
}
#layout_banner_txt {
	width: 150px;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left:15px;
}
#layout_banner_txt h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
#layout_img_left {
	height: 100px;
	width: 100px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: thin solid #219c21;
	background-image: url(../images/leftpicture.jpg);
	background-position: center center;
}
#layout_dots {
	float: left;
	width: auto;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #EAEA5E;
	margin: 5px;
	height: 200px;
}
#layout_img_right {
	float: right;
	height: 100px;
	width: 100px;
	margin-bottom: 10px;
	border: thin solid #219c21;
	margin-left: 10px;
	background-image: url(../images/rightpicture.jpg);
	background-position: center center;
}
#menu ul .item{
	display:none;
}
#menu{
	position:absolute;
}
.item:hover {background:#219c21;}
#menu ul:hover .item{display:block;padding:1px;margin:1px;}
#menu ul:hover .item a{color:#fff;text-decoration:none;font-size:smaller;}
#menu ul{
	background: #000;
	width:100px;
	float:left;
	margin-left:5px;
	padding:2px;
	list-style:none;
	border: solid thin #219c12;
}
.top { cursor: pointer;background:#000000;}
.top a:hover {color:#219c21;}
.clear{clear:both;height:10px;}
#tabs_content{
	color:#FFFFFF;
	background:#000000;
	border:1px solid #219c21;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
#tabs_content h2{
	font-size:16px;
	padding:0px 0px 10px;
	font-style: normal;
}
#tabs_content h3{
	font-size:16px;
	padding:10px 0px;
	font-style: normal;
}
#tabs_content ul{
	padding:10px 0px;
}
#tabs_content a{color:#EAEA5E;}
#status {margin: auto 0px;padding: 10px 0px; }
#layout_tab_content {
	padding: 10px;
}
#support_forms_wrapper {
	clear: both;
}
.table_2_col {
	margin-right: auto;
	margin-left: auto;
}
#captcha {
	width: 400px;
}
#captcha_wrapper {
	width: 400px;
	margin-top:10px;
	margin-bottom:30px;
}
#support7 .textboxes, #support7 textarea {
	background-color: #EFEFEF;
	width: 95%;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
}
.send {
	border:solid 1px #EFEFEF;
	background-color:#219C12;
	color:#FFFFFF;
	padding:2px;
	margin-right:10px;
	cursor:pointer;
}
.reset {
	border:solid 1px #EFEFEF;
	background-color:#F1F1F1;
	color:#000000;
	padding:2px;
	cursor:pointer;
}
#product_content {
	border: thin solid #219C12;
	padding: 10px;
}
#map {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#tabs_content2 {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.table_2_col  li {
	list-style-type: none;
}
.table_2_col td {
	vertical-align: top;
}
#footer_address {
	text-align:center;
	font-size:10px;
	color:#FFFFFF;
}
#msg_status {
	font-size:12px;
	color:#000000;
	background-color:#219C12;
	padding:5px;
}
