html {
	background:#a3c70f url(../images/bg-body-t.jpg) repeat-x;
	height:100%;
}
body {
	color: #666;
	min-width: 946px;
	margin:0;
	background:url(../images/bg-body-b.jpg) repeat-x 0 100%;
	font:12px/17px "trebuchet ms", helvetica, sans-serif;
}
/* General reset */
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
img {
	border:0;
}
input, select, textarea {
	vertical-align: middle;
	font: 100% arial, helvetica, sans-serif;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color:#839a0f;
	text-decoration: underline;
}
/* General settings */
#wrapper {
	width: 946px;
	margin:0 auto 0;
	padding:175px 0 0;
	position:relative;
}
#header {
	height:133px;
	width:946px;
	position:absolute;
	top:42px;
	left:0;
}
#header .wrap {
	width:100%;
	height:100%;
	background:url(../images/bg-header.png) no-repeat;
}
#header .row {
	width:100%;
	overflow:hidden;
}
.logo {
	margin:16px 0 0 38px;
	float:left;
	width:193px;
	height:75px;
	text-indent:-9999px;
	overflow:hidden;
}
.logo a {
	display:block;
	position:relative;
	background:url(../images/logo.gif) no-repeat;
	height:100%;
}
#header .hold {
	float:right;
	width:500px;
	padding:0 25px 0 0;
}
.btn-login {
	float:right;
	margin:3px 9px 0 0;
	position:relative;
	cursor:pointer;
}
.btn-login em {
	float:left;
	height:37px;
	line-height:36px;
	font-size:14px;
	font-style:normal;
	padding:0 18px 0 25px;
	background:url(../images/bg-login-l.png) no-repeat;
}
.btn-login .r {
	float:left;
	height:37px;
	width:9px;
	line-height:0;
	font-size:0;
	overflow:hidden;
	background:url(../images/bg-login-r.png) no-repeat;
}
.btn-logged-in {
	float:right;
	border:0;
	margin:0;
	cursor:pointer;
	padding-top: 15px;
	color:#81980f;
	font-size:13px;
	position:relative;
	background: none;
}

.search-form .fieldset {
	float:right;
	margin:30px 0 0;
}
.search-form label {
	float:left;
	color:#999;
	line-height:17px;
}
.search-form .text {
	float:left;
	width:153px;
	height:16px;
	margin:1px 0 0 7px;
	padding:0 5px;
	background:url(../images/bg-search-text.gif) no-repeat;
}
.search-form .text input {
	border:0;
	background:none;
	width:100%;
	margin:0 0 3px;
	padding:0;
	position:relative;
	font-size:11px;
	line-height:14px;
	float: left;
}
.btn-go {
	float:left;
	border:0;
	margin:0;
	cursor:pointer;
	padding:0;
	width:32px;
	height:16px;
	color:#81980f;
	font-size:13px;
	line-height:17px;
	position:relative;
	background:url(../images/arrow.gif) no-repeat 100% 50%;
}
.holder-main-nav {
	position:relative;
}
.holder-main-nav .holder {
	position:relative;
	float:left;
	left:50%;
}
#main-nav {
	float:left;
	left:-50%;
	position:relative;
	margin:0;
	padding:4px 0 0;
	list-style:none;
}
#main-nav li {
	position: relative;
	float:left;
	font-size:13px;
	margin:0 -7px;
	text-transform:uppercase;
}
#main-nav li a {
	position:relative;
	cursor:pointer;
}
#main-nav li a em {
	float:left;
	height:39px;
	line-height:42px;
	font-style:normal;
	padding:0 14px 0 23px;

}
#main-nav li a .r {
	float:left;
	height:39px;
	width:9px;
	font-size:0;
}
#main-nav li a:hover {
	border:0;
	text-decoration:none;
}
#main-nav li.hover a em,
#main-nav li a.active em {
	background:url(../images/bg-main-nav-l.png) no-repeat;
}
#main-nav li.hover a .r,
#main-nav li.active a .r {
	text-decoration:none;
	background:url(../images/bg-main-nav-r.png) no-repeat;
}
/* start drop-down */
#main-nav li .dropdown {
	position:absolute;
	top:37px;
	left:-3px;
	width:220px;
	display:none;
}
#main-nav li .dropdown .t {
	width:220px;
	height:6px;
	overflow:hidden;
	background:url(../images/bg-drop-t.png) no-repeat;
}
#main-nav li .dropdown ul {
	width:212px;
	margin:0;
	padding:0 4px;
	list-style:none;
	background:url(../images/bg-drop-c.png) repeat-y;
}
#main-nav li .dropdown ul:after {
	display:block;
	clear:both;
	content:"";
}
#main-nav li .dropdown ul li {
	line-height:31px;
	text-transform:none;
	vertical-align:top;
	padding:0 8px 0 12px;
	margin:0;
	background:url(../images/divider4.gif) repeat-x 0 100%;
}
#main-nav li .dropdown ul li:after {
	display:block;
	clear:both;
	content:"";
}
#main-nav li .dropdown ul li a {
	display:block;
	width:192px !important;
	height:auto;
}
#main-nav li .dropdown ul li a {
	background:url(image-url.gif) no-repeat 0 50%;
}
#main-nav li .dropdown ul li:hover,
#main-nav li .dropdown ul li.hover {
	background:#fff url(../images/divider4.gif) repeat-x 0 100%;
}
#main-nav li .dropdown ul li:hover a,
#main-nav li .dropdown ul li.hover a {
	color:#81980f;
}
#main-nav li .dropdown ul li a.has-drop-down {
	background:url(../images/arrow3.gif) no-repeat 100% 50%;
}
#main-nav li .dropdown ul li.hover a.has-drop-down {
	background:url(../images/arrow2.gif) no-repeat 100% 50%;
}
#main-nav li .dropdown .b {
	width:220px;
	height:11px;
	overflow:hidden;
	background:url(../images/bg-drop-b.png) no-repeat;
}
#main-nav li .dropdown li.hover li a {
	background:none;
	color:#666;
}
#main-nav li .dropdown ul li:hover {
	position:relative;
	background:#fff url(../images/divider4.gif) repeat-x 0 100%;
}
#main-nav li:hover .dropdown,
#main-nav li.hover .dropdown {
	display:block;
}
#main-nav li .dropdown .dropdown {
	display:none;
	top:-6px;
	left:209px !important;
}
#main-nav li .dropdown ul li:hover,
#main-nav li .dropdown ul li.hover {
	position:relative;
}
#main-nav li .dropdown li:hover .dropdown,
#main-nav li .dropdown li.hover .dropdown {
	display:block !important;
}
#main-nav li .dropdown ul li.hover .dropdown li.hover a {
	color:#81980f;
}
/* end drop-down */
#main {
	width:930px;
	overflow:hidden;
	padding:0 8px 31px;
	background:url(../images/bg-main.png) repeat-y;
}
#content {
	float:right;
	width:721px;
}
.extra-content {
	float:left;
	width:555px;
	padding:26px 0 0;
}
.info-box {
	height:1%;
	overflow:hidden;
	padding:0 20px 44px;
}
.info-box ol {
	margin:0;
	padding:0 0 0 25px;
	color:#81980f;
	background: none;
}
.info-box ol span {
	color:#666;
}
#content p {
	margin:0 0 8px;
}
#content p a {
	text-decoration:underline;
}
#content p a:hover {
	text-decoration:underline;
}
.info-box ul {
	margin:0;
	padding:0 0 0 5px;
	list-style:none;
	height:1%;
	overflow:hidden;
}
.info-box ul li {
	padding:0 0 5px 17px;
	line-height:17px;
	background:url(../images/bullet1.gif) no-repeat 0 3px;
}
.info-box ul li a {
	color: #666;
	text-decoration: underline;
}
.info-box ul li a:hover {
	color: #839a0f;
}

.two-column {
	width:100%;
	padding:0 0 18px;
}
.two-column .col {
	float:left;
}
.col-box1 {
	width:266px;
}
.two-column .right {
	float:right;
	width:283px;
}
.col-box1 {
	width:266px;
	background:url(../images/bg-col-box1-c.jpg) repeat-y;
}
.col-box2 {
	width:279px;
	margin:0 0 4px;
	background:url(../images/bg-col-box2-c.jpg) repeat-y;
}
.two-column .holder {
	width:100%;
}
.col-box1 .holder {
	background:url(../images/bg-col-box1-t.jpg) no-repeat;
}
.col-box2 .holder {
	background:url(../images/bg-col-box2-t.jpg) no-repeat;
}
.two-column .frame {
	height:1%;
	padding:7px 5px;
	position:relative;
}
.col-box1 .frame {
	padding:7px 5px 30px;
	background:url(../images/bg-col-box1-b.jpg) no-repeat 0 100%;
}
.col-box2 .frame {
	background:url(../images/bg-col-box2-b.jpg) no-repeat 0 100%;
}
.col-box1 .row {
	height:1%;
	overflow:hidden;
}
.col-box2:after,
.two-column .holder:after,
.two-column .frame:after,
.two-column:after {
	display:block;
	content:"";
	clear:both;
}
.video-box {
	width:226px;
	height:162px;
	overflow:hidden;
	margin:36px 0 26px 18px;
}
.col-box1 .more {
	margin:0 17px 0 0;
}
.two-column .row {
	width:100%;
	overflow:hidden;
	text-align:center;
}
.two-column .title {
	display:block;
	width:100%;
	overflow:hidden;
	position:relative;
}
.two-column .title span {
	float:left;
	left:50%;
	position:relative;
}
.two-column .title em {
	float:left;
	position:relative;
	left:-50%;
	font-size:15px;
	text-transform:uppercase;
	font-weight:normal;
	line-height:33px;
	font-style:normal;
	background:url(../images/divider3.gif) repeat-x 0 100%;
}
.two-column .date {
	float:right;
	font-size:10px;
	color:#81980f;
}
.col-box2 .hold {
	height:1%;
	overflow:hidden;
	padding:10px 16px 4px 22px;
	text-align:left;
}
#content .col-box2 ul {
	list-style: none;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
#content .col-box2 .hold li {
	margin:0 0 1px;
	line-height:17px;
	padding-bottom: 5px;
}
.twitter-row {
	width:100%;
	overflow:hidden;
	border-top:1px solid #ccc;
	font-size:11px;
	font-style:italic;
	line-height:20px;
}
.twitter-row a {
	float:right;
	color:#0097bf;
	padding:0 11px 0 0;
	margin:0 16px 0 0;
	background:url(../images/bullet3.gif) no-repeat 100% 50%;
}
.ico5 {
	width:39px;
	height:49px;
	position:absolute;
	top:-8px;
	right:10px;
	cursor:pointer;
}
.ico5 span {
	display:block;
	height:100%;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/ico5.png) no-repeat;
}
.ico6 {
	width:42px;
	height:43px;
	position:absolute;
	top:-10px;
	right:12px;
	cursor:pointer;
}
.ico6 span {
	display:block;
	height:100%;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/ico-tube.png) no-repeat;
}
.zone-box {
	width:100%;
	overflow:hidden;
	padding:18px 0 25px;
}
.zone-box a {
	display:block;
	width:187px;
	height:60px;
	margin:0 auto;
}
.zone-box img {
	display:block;
	
}
.tab-box {
	width:546px;
	margin:0 0 32px 8px;
	overflow:hidden;
}
.tab-box .tab {
	overflow: hidden;
	width: 100%;
}
.tab-box .tabset {
	margin:0;
	padding:0 0 0 18px;
	list-style:none;
	height:1%;
	overflow:hidden;
	position:relative;
}
.tab-box .tabset li {
	float:left;
	font-size:14px;
}
.tab-box .tabset li a {
	float:left;
	height:34px;
	width:127px;
	line-height:36px;
	text-align:center;
	overflow:hidden;
	background:url(../images/bg-tab.gif) no-repeat 0 1px;
}
.tab-box .tabset li a:hover,
.tab-box .tabset li a.active {
	background-position:0 -33px;
	text-decoration:none;
	color:#666;
}
.tab-box .tabinfo {
	width:100%;
	margin:-6px 0 0;
	background:url(../images/bg-tabinfo-c.gif) repeat-y;
}
.tab-box .tabinfo .holder {
	width:100%;
	background:url(../images/bg-tabinfo-t.gif) no-repeat;
}
.tab-box .tabinfo .frame {
	height:1%;
	overflow:hidden;
	padding:10px;
	background:url(../images/bg-tabinfo-b.gif) no-repeat 0 100%;
}
.tab-box .tabinfo ul {
	margin:0;
	padding:0;
	list-style:none;
}
.tab-box .tabinfo ul li {
	float:left;
	padding:14px 30px 6px;
}
.extra-bar {
	float:right;
	width:159px;
	padding:15px 0 0;
	background:url(../images/bg-bar-t.gif) no-repeat 2px 0;
}
.banner {
	width:100%;
	overflow:hidden;
	padding:0 0 16px;
}
.banner img {
	display:block;
}
.feature-list {
	height:1%;
	overflow:hidden;
	padding:9px 0 0;
	margin:27px 0 0 2px;
	background:url(../images/bg-feature-t.gif) repeat-x;
}
.feature-list .box {
	height:1%;
	overflow:hidden;
	padding:0 0 4px;
	background:url(../images/divider1.gif) repeat-x 0 100%;
}
.feature-list .title {
	display:block;
	line-height:23px;
	text-transform:uppercase;
	font-weight:normal;
	padding:0 12px;
	background:#fff url(../images/divider2.gif) repeat-x 0 100%;
}
.feature-list .box .wrap {
	height:1%;
	overflow:hidden;
	padding:9px 18px 12px 17px;
}
#content .feature-list p {
	margin:0;
}
.feature-list .date {
	display:block;
	color:#81980f;
	font-style:normal;
}
.more {
	float:right;
	padding:0 11px 0 0;
	color:#81980f;
	font-size:11px;
	font-style:italic;
	background:url(../images/bullet2.gif) no-repeat 100% 50%;
}
/* #content h1 {
	margin:0 0 8px;
	font-style:italic;
	font-size:22px;
	font-weight:normal;
	color:#81980f;
}
#content h2 {
	font-size:14px;
	color:#81980f;
	margin:0 0 13px;
} */
#sidebar {
	float:left;
	width:195px;
	background:url(../images/bg-bar-t.gif) no-repeat -2px 0;
}
.sub-nav {
	margin:0;
	padding:6px 0 27px;
	list-style:none;
	width:100%;
}
.sub-nav li {
	width:193px;
	margin:-13px 0 0;
	vertical-align:top;
	background:url(../images/divider4.gif) repeat-x 0 100%;
}
.sub-nav:after,
.sub-nav li:after {
	display:block;
	clear:both;
	content:"";
}
.sub-nav li .hold {
	width:203px;
	height:79px;
	overflow:hidden;
	margin:0 -10px -15px 0;
	position:relative;
}
.sub-nav li .hold a {
	height:79px;
	width:176px;
	padding:0 0 0 27px;
	display:table-cell;
	vertical-align:middle;
}
.sub-nav li .hold a span {
	display:block;
}
.sub-nav li .hold a:hover {
	text-decoration:none;
	cursor:pointer;
}
.sub-nav li:hover,
.sub-nav li.hover {
	background:none;
}
.sub-nav li.active .hold a,
.sub-nav li .hold a:hover {
	background:url(../images/bg-sub-tab.png) no-repeat;
}
.sub-nav li strong {
	display:block;
	font-size:13px;
	font-weight:normal;
	text-transform:uppercase;
}
.sub-nav li .more {
	float:left;
	background-position:100% 6px;
}
#sidebar .box {
	height:1%;
	overflow:hidden;
	padding:0 0 30px 18px;
	margin:0 0 8px;
	background:url(../images/divider4.gif) repeat-x 0 100%;
}
#sidebar .box .title {
	font-size:13px;
	font-weight:normal;
	text-transform:uppercase;
	display:block;
	padding:0 0 13px 12px;
}
.ico-list {
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.ico-list li {
	float:left;
	padding:0 5px 0 0;
}
.ico-list a {
	float:left;
	width:36px;
	height:36px;
	cursor:pointer;
}
.ico-list a span {
	display:block;
	height:100%;
	overflow:hidden;
	text-indent:-9999px;
}
.ico1 span {
	background:url(../images/ico1.png) no-repeat;
}
.ico2 span {
	background:url(../images/ico2.png) no-repeat;
}
.ico3 span {
	background:url(../images/ico3.png) no-repeat;
}
.ico4 span {
	background:url(../images/ico4.png) no-repeat;
}
.newsletter-form fieldset {
	width:193px;
	overflow:hidden;
	padding:0 0 10px;
	background:url(../images/divider4.gif) repeat-x 0 100%;
}
.newsletter-form .title {
	display:block;
	padding:9px 0 0;
	text-align:center;
	font-size:15px;
	font-weight:normal;
	background:url(../images/bg-feature-t.gif) repeat-x;
}
.newsletter-form .title span {
	display:block;
	text-transform:uppercase;
	padding:0 12px 5px;
	line-height:18px;
	background:#fff url(../images/divider2.gif) repeat-x 0 100%;
}
.newsletter-form ul {
	margin:0;
	padding:13px 0 0 9px;
	list-style:none;
	height:1%;
	overflow:hidden;
}
.newsletter-form ul li {
	height:1%;
	overflow:hidden;
	padding:0 0 5px;
	vertical-align: top;
}
.newsletter-form .text {
	width:164px;
	height:17px;
	overflow:hidden;
	padding:0 4px;
	background:url(../images/bg-input-text.gif) no-repeat;
}
.newsletter-form .text input {
	width:100%;
	border:0;
	background:none;
	padding:1px 0 0;
	margin:0 0 4px 30px;
	color:#666;
	font: 12px/15px Arial, Helvetica, sans-serif;
	float: left;
}
.newsletter-form .btn-subscribe {
	float:right;
	padding:0;
	margin:0 22px 0 0;
	width:97px;
	cursor:pointer;
	color:#81980f;
	border:0;
	font-size:11px;
	font-style:italic;
	background:url(../images/arrow.gif) no-repeat 100% 50%;
}
.smart-box {
	width:100%;
	overflow:hidden;
	padding:0 0 10px;
	background:url(../images/divider4.gif) repeat-x 0 100%;
}
.smart-box .title {
	display:block;
	font-size:11px;
	line-height:20px;
	padding:0 0 5px 8px;
	font-weight:normal;
}
.smart-box img {
	display:block;
	margin:0 auto;
}
.web-access {
	position:absolute;
}
#footer {
	width:100%;
	overflow:hidden;
	padding:0 0 10px;
	background:url(../images/bg-footer.png) no-repeat;
}
#footer .holder {
	height:197px;
	overflow:hidden;
	padding:23px 26px 40px 26px;
	position:relative;
}
#footer .row {
	width:100%;
	overflow:hidden;
	color:#bcd893;
	padding:0 0 15px;
}
#footer .row a {
	color:#bcd893;
}
#footer .column {
	float:left;
	font-size:10px;
	margin:0 0 0 -18px;
	padding:0 1px 12px 0;
	background:url(../images/bg-footer-column.gif) repeat-y 17px 0;
}
#footer .column .col {
	width:130px;
	float:left;
	padding:0 19px 0 18px;
}
#footer .column ul {
	margin:0;
	padding:0;
	list-style:none;
	height:1%;
	overflow:hidden;
}
#footer .column ul li {
	padding:0 0 8px;
	line-height:10px;
}
.contact-box {
	float:right;
	width:187px;
	padding:3px 54px 0 0;
}
.contact-box .title {
	display:block;
	padding:0 0 3px;
	font-size:22px;
	font-style:italic;
	color:#fff;
}
.contact-box ul {
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	margin:0 0 9px;
	line-height:22px;
}
.contact-box li.contact-phone {
	font-size:16px;
}
.contact-box address {
	width:100%;
	overflow:hidden;
	line-height:17px;
}
.contact-box address span {
	display:block;
	font-style:normal;
}
.footer-nav {
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:11px;
}
.footer-nav li {
	display:inline;
	color:#e5e5e5;
	padding:0 6px 0 11px;
	background:url(../images/separator1.gif) no-repeat 0 50%;
}
.footer-nav li:first-child,
.footer-nav li.first-child {
	background:none;
}
.footer-nav li a,
.footer-nav li a:hover {
	color:#e5e5e5;
}
