@charset "UTF-8";
/* CSS Document */
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-color: #fff;
	font-family:arial,sans-serif;
	font-size:small;
	color:#666;
	position: relative;
}
html{
	overflow-y: scroll;
	overflow-y: -moz-scrollbars-vertical;
}
form{
	padding: 0;
	margin: 0;
}

h1 { 
	font-size:20px;
	margin:5px 0;
}


h3{
	margin: 4px 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
}
h1, h2, a {
	color:#000000;
}
h2 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 5px;
	color: #989898;
	
}
a {
	text-decoration: underline;
	cursor: pointer;
	color: #0099ff;
}
a:hover {
	color: #9BAA0C;
}
h5{
	color:#999999;
	font-size:12px;
	font-weight:normal;
	margin:0 0 10px 0;
	padding:35px 0 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #D5E256;
}
h5 a{
	color: #999999;
	text-decoration: none;
}
.h7{
	color:#999999;
	font-size:12px;
	font-weight:normal;
	margin:3px;
}
.hr_green{
	border-top:1px solid #D5E256;
	margin: 10px 0 5px 0;
}
hr{
	border-color:#D5E256 -moz-use-text-color -moz-use-text-color;
	border-style:solid none none;
	border-width:1px medium medium;
	margin:10px 0 5px;
}
p { 
	line-height:1.5; 
	margin:0 0 1em;
}

#main_nav {width: 300px;height:20px;position:relative; float: right;}
#main_nav a.logo {width:120px;height:70px;position:absolute;left:400px;}
#main_nav ul.left {margin:8px 0 0;padding:0;float:left;}
#main_nav ul.right {margin:8px 0px 1px 0px;padding:0;display:block;width:300px;float:right; white-space: nowrap}
#main_nav ul.right li {display:block;float:right;margin:0 10px 0 0;list-style:none;color:#999999;}
#main_nav ul.right li.country {color:#fff;}
#main_nav ul.right li a{color:#999999;text-decoration:none;}
#main_nav ul.left li {display:inline;margin:0 15px 0 0;list-style:none;font:bold 11px verdana, Helvetica, Serif; text-transform:uppercase;color:#c5c5c5;}
#main_nav ul.left li a {padding:10px 0;text-decoration:none;color:#d5d5d5;}
#main_nav ul.left li a:hover, #main_nav ul.right li a:hover {color:#fff;}

div.container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	border-top:3px solid #000;
	min-height:100%; /* real browsers */
}

div#mainbg {
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */

}

div#header {
	width:100%;
	background:#000000 url(/images/header_bg.jpg) no-repeat 50% 50%;
}
.header {
	background: #232323 url(/images/grad_bg_header.jpg) repeat-y 100% 0%;
	height: 70px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.header_regions{
	background: #232323 url(/images/grad_bg_header.jpg) repeat-y scroll 100% 0;
	width: 100%;	
}
.header_container {
	position: relative;
    width: 1070px;
    margin: auto;
    padding-top: 0px;
    padding-right: 0px;
    z-index: 9999;
}
.header_contact {
	height: 72px;
	width: 267px;
	right: 57px;
	position: absolute;
	display: inline;
}
div#head {
	position:relative;
	width:100%;
	height: 88px;
	line-height: 80px;
	padding-bottom:20px;
}
div#head form{
	line-height: 0;
}
div#head input{
	margin-bottom: 2px;
}
div#head img{
	margin: 0px;
}
#head .right-search img{
	margin-bottom: -5px;
}
.search_input{
	margin-right: 5px;
}
div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;		
}
a.header_link {
	color: #eee;
}
a.header_link:hover{
	color:#CDDB2C;
}
div.logo_left  {
	left:-23px;
	position:absolute;
}
div#map {
	width:100%;
	height: 25px;
	line-height: 25px;
	background: transparent url(../images/bg_map.png) repeat-x 50% 0;
	padding-bottom: 20px;
}
div#map a{
	color:#999999;
	text-decoration:none;
	padding:0 1.5em 0 1.5em;
}
div#map a:hover{
	color:#666666;
	text-decoration:underline;

}
div#click {
	margin:0 auto; /* center, not in IE5 */
	width: 870px;
	text-align:right;
	position: absolute;
	top:0;
	right: 0;
	cursor:pointer;
}
div#click #buttons{
	width: 230px;
	text-align:right;
	float: right;
}
div#content {
	padding:0 0 250px; /* bottom padding for footer */
}
div#content p {
		/*text-align:justify;*/
		/*padding:0 1em;*/
}
.general_center{
	width: 1004px;
	margin: 0 auto;
}
div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#333;
}
div#footer p {
	padding: 10px 20px;
	margin:0;
	color: #ccc;
}
div#footer a {
	padding:5px;
	margin:0;
	color:#999999;
	text-decoration:none;
}

div#footer a:hover {
	color:#666666;
}

div#footer-center {
	margin:0 auto; /* center, not in IE5 */
	width: 1020px;
	position: relative;
}
div.right {
	float:right;
}
div#footer-center .left{
	float: left;
	clear: left;
}
div#footer .memedia{
	float: left;
	clear: left;
	font-size: 11px;
	color: #ccc;
	margin: 0px 0 5px 17px;
}
div#footer .memedia a{
	font-size: 11px;
	color: #ccc;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
div#footer .memedia a:hover{
	font-size: 11px;
	color: #666;
	text-decoration: underline;
}
div.right-search {
	float:right;
	margin-top:70px;
	clear: right;
}
div#footer .copyright{
	float: right;
	clear: right;
	font-size: 11px;
	color: #ccc;
	margin: 0px 25px 5px 0;
}
div.footer_links_col{
	color:#EEEEEE;
	float:left;
	min-height:200px;
	padding:10px 90px 10px 10px;
	width:178px;
}
div.footer_links_col p{
	padding: 10px 0px;
	margin:0;
	color: #999;
}
.footer_links_col ul{
	color: #eee;
	margin: 0 0 0 5px;
	padding: 0;
}

.footer_links_col li { 
	list-style:none outside none;
	margin:0 0 0 0;
	padding:3px 0;
	position:relative;
	width:100%;
}

.footer_links_col li a{ 
	margin: 2px 1px 0;
	text-align:left;
	color:#999;
	text-decoration: none;
}
.footer_links_col li a:hover{
	color: #fff;
	text-decoration: underline;		
}
#footer_links_bottom{
	border-top:1px solid #666666;
	clear:both;
	color:#999999;
	font-size:11px;
	padding:5px 0;
	text-align:center;
	width:100%;
}
#footer h4{
	margin: 0;
	padding: 0;
	color: #eee;
}
div#follow_us{
	top:-18px;
	right:15px;
	color:#CCCCCC;
	font-size:10px;
	position:absolute;
	text-align:right;
	width:300px;
	display: none;
}

.twitter{
	background-color:#fff;
	border:1px solid #000;
	position:absolute;
	display:none;
	z-index:20000;
	padding:2px;
	font-size:0.9em;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
	background: transparent url(../images/icons/twitter-followme.jpg) no-repeat 0 0;
	width: 193px;
	height: 90px;
	right:-150px;
	top:-100px;
	
}
.facebook{
	background-color:#fff;
	border:1px solid #000;
	position:absolute;
	display:none;
	z-index:20000;
	padding:2px;
	font-size:0.9em;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
	background: transparent url(../images/icons/Facebook-followme.jpg) no-repeat 0 0;
	width: 193px;
	height: 90px;
	right:-180px;
	top:-100px;
	
}
.follow_me{
	background-color:#fff;
	border:1px solid #000;
	position:absolute;
	display:none;
	z-index:20000;
	padding:2px;
	font-size:0.9em;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
	background: transparent url(../images/quote/follow_me_icon.jpg) no-repeat 0 0;
	width: 193px;
	height: 90px;
	right:-180px;
	top:-100px;
	
}
.youtube{
	background-color:#fff;
	border:1px solid #000;
	position:absolute;
	display:none;
	z-index:20000;
	padding:2px;
	font-size:0.9em;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
	background: transparent url(../images/icons/YouTube-followme.jpg) no-repeat 0 0;
	width: 193px;
	height: 90px;
	right:-175px;
	top:-100px;
	
}

div.left {
	float:left;
}
.top {
	display:none;
	margin:0 auto; /* center, not in IE5 */
	width: 1004px;
	height: 300px;
}
.top .top_form_left{
	width: 300px;
	float: left;	
}
.top .top_form_right{
	border-left:1px solid #CCCCCC;
	float:left;
	padding-left:30px;
	width:300px;
}
.top .top_form_middle{
	border-left:1px solid #CCCCCC;
	float:left;
	padding-left:30px;
	width:300px;
}
.slide {
	color: #FFF;
	top:20px;
	height: 280px;
}
label.error{
color:#FFFF00;
font-size:10px;
padding:6px;
position:absolute;
}
.main {
	width: 100%;
	background-color: #060;
	min-height: 100%;
}
.center {
	width: 1040px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:auto;
	min-height:100%;
}
div#home-tab-movie{
	width: 100%;
	display: block;
}
div#home_flash{
	display: block;
	width: 1000px;
	height: 340px;
	margin: 0 0 10px 0;
}
div#home_image{
	display: none;
	width: 1000px;
	height: 410px;
	margin: 0 0 10px 0;
}
div#homepage_tab_content_bottom{
	width: 671px;
	margin: 0 auto;
	display: block;
}
div#homepage_tab_content_bottom_3rd{
	width: 218px;
	height: 100px;
	margin: 5px 8px 5px 0;
	background: transparent url(../images/homepage_tabs_content_bg.gif) repeat 0 0;
	float: left;
}
div#homepage_tab_content_bottom_3rd_last{
	width: 218px;
	height: 100px;
	margin: 5px 0 5px 0;
	background: transparent url(../images/homepage_tabs_content_bg.gif) repeat 0 0;
	float: left;
}
div#homepage_tab_content_bottom_3rd_left{
	float: left;
	width: 101px;
	height: 100px;
	margin: 2px 2px;
}
div#homepage_tab_content_bottom_3rd_right{
	float: left;
	width: 105px;
	height: 90px;
	padding: 3px;
	color: #eee;
	text-align: left;
	font-size: 11px;
	overflow: hidden;
}
div#homepage_tab_content_bottom_3rd_right h1{
	font-size: 11px;
	color: #fff;
	margin: 0 0 -6px 0;
}
div#homepage_tab_content_bottom_3rd_right a{
	text-decoration: none;
	color: #ff0000;
}
div#homepage_tab_content_bottom_3rd_right a:hover{
	text-decoration: none;
	color: #999;
}

.ex_member_registration {
    width: 300px;
    margin: 0 auto;
    height: 300px;
    text-align: center;
}
.new_member_registration {
    width: 0;
    float: right;
    height: 0;
}

#clear{
	clear: both;
}
.clear{
	clear: both;
}

#user_name_login{
	
}
#user_name_login .username{
	border:none;
	background-color: #eee;
	margin:5px 0 5px 5px;
	padding:5px;
	width:364px;
} 
#user_name_login .password{
	border:none;
	background-color: #eee;
	margin:5px 0 5px 8px;
	padding:5px;
	width:364px;

}
#user_name_login .button{
	padding: 7px 7px 7px 17px;
	margin: 5px 0;
	text-align: right;
	background: transparent url(../images/green-button.png) no-repeat 0 0;
	border: none;
	float: right;
	clear: both;
} 
#user_name_login .extras{
	clear: both;
	padding: 0 0 0 3px;
}
/* Home Page News Tab */

div#home_tab_news_left{
	width: 471px;
	float: left;
	display: block;
	border-right: 1px solid #eee;
	margin: 8px;
	min-height: 400px;
}
div#home_tab_news_left .list{
	border-bottom:1px solid #333333;
	display:block;
	margin:0 0 5px;
	text-align:left;
	width:460px;
	font-size: 11px;
}
div#home_tab_news_left .list a{
	border: 0;
	text-decoration: none;
	color: #eee;
}
div#home_tab_news_left .list img{
	border: 0;
	
}
div#home_tab_news_left .list .pic {
	float:left;
	margin:3px 7px 3px 5px;
	width:115px; 
	height:59px;
	background:url(../images/h_pic_frame.gif) no-repeat;	
}
div#home_tab_news_left .list img {
	margin:6px 0 0 6px; 
	border: none;
}
div#home_tab_news_left .list h4{
	margin:0;
}
div#home_tab_news_left .list h5{
	margin:0;
}
div#home_tab_news_left .pic{
	width: 102px;
	float: left;
}
div#home_tab_news_left .content{
	width: 315px;
	margin: 0 5px;
	float: left;
}
div#home_tab_news_right{
	width: 210px;
	float: left;
	display: block;
}
.home_news_main{
	width: 210px;
	float: left;
	display: block;
}
.home_news_pic{
	width: 210px;
	float: left;
	display: block;
}
.home_news_head{
	width: 210px;
	float: left;
	display: block;
}
.home_news_content{
	width: 210px;
	float: left;
	display: block;
	text-align: left;
}
.home_news_content a{
	color:#eee;
}
div#home_tab_news_left_link{
	float: right;
	margin-right: 10px;
	height: 15px;
	font-size: 11px;
	width: 130px;
}
.post-thumb{
	border-top:1px solid #D5E256;
	float:left;
	width:210px;
}
.home-blog{
	border-top:1px solid #D5E256;
	float:left;
	width:410px;
	padding: 0 10px;
	font-size: 12px;
}
.news-item{
	border-top:1px solid #D5E256;
	float:left;
	width:411px;
	padding: 0 10px;
	font-size: 11px;
}
.hp-hr{
	border-top:1px solid #D5E256;
	float:left;
	width:240px;
	padding: 0;
}

.hp-hr p{
	font-size: 11px;
	line-height: 13px;
}
.hp-hr h3{
	color:#333333;
	font-size:14px;
	font-weight:normal;
	line-height:13px;
	margin:0;
	padding:10px 0;
}
/* END Home Page News Tab */

/* Home Page Ambassadors Tab */

div#home_tab_ambass_left{
	width: 471px;
	float: left;
	display: block;
	border-right: 1px solid #eee;
	margin: 10px;
	min-height: 400px;
}
div#home_tab_ambass_left_item{
	border-bottom:1px solid #333333;
	position: relative;
	float: left;
	margin:5px 5px 0 0;
	text-align:left;
	width:72px;
	height: 72px;
	background: transparent url(../images/ambassadors_placeholder.jpg) no-repeat 0 0;
	z-index: 1;
}
div#home_tab_ambass_left_item_popup{
	background:transparent url(../images/ambassadors-popup.gif) no-repeat scroll 0 0;
	border:1px solid #FFFFFF;
	display:none;
	height:135px;
	left:20px;
	position:absolute;
	text-align:left;
	top:20px;
	width:120px;
	z-index:2;
}
div#home_tab_ambass_left_item_popup_pic{
	float:left;
	height:103px;
	margin:5px;
	width:108px;
}
div#home_tab_ambass_left_item_popup_text{
	color:#999999;
	float:left;
	font-size:11px;
	margin:2px 0 0 23px;
	width:91px;
}
div#home_tab_ambass_left_item a{
	border: 0;
	text-decoration: none;
}
div#home_tab_ambass_left_item h4{
	margin:0;
}
div#home_tab_ambass_left_item h5{
	margin:0;
}
div#home_tab_ambass_left_item .pic{
	width: 102px;
	float: left;
}
div#home_tab_ambass_left_item .content{
	width: 345px;
	margin: 0 5px;
	float: left;
}
div#home_tab_ambass_right{
	width: 210px;
	float: left;
	display: block;
	margin-top: 10px;
}
div#home_tab_ambass_left_link{
	float: right;
	margin-right: 10px;
	height: 15px;
	font-size: 11px;
	width: 130px;
}
div#home_tab_ambass_left_link img{
	float:right;
	font-size:11px;
	height:15px;
	margin-right:5px;
	width: 10px;
}
.whitesml{
	font-size: 12px;
	color: #fff;
}
.darksml{
	font-size: 12px;
	color: #333;
}
.white{
	font-size: 12px;
	color: #ccc;
	text-decoration: none;
}
.red{
	font-size: 12px;
	color: #ff0000;
	text-decoration: none;
}
/* END Home Page Ambassadors Tab */

/* Compression Page */

div#compression_container{
	width: 98%;
	margin: 10px;
	display: block;
	clear: both;
}
div#compression_header{
	Width: 950px;
	margin: 0 auto 20px;
	color: #666;
	font-size: 25px;
	border-bottom: 1px solid #ccc;
	display: block;
	clear: both;
}
div#compression_content{
	width: 953px;
	height: 339px;
	background: #fff url(../images/compression-page-bg.jpg) no-repeat 0 0;
	margin: 10px auto;
}
div#compression_content_left{
	width: 585px;
	height: 300px;
	display: block;
	color: #fff;
	float: left;
}
div#compression_content_left h2{
	color: #ff0000;
	font-size: 13px;
	padding: 25px 0 10px 25px;
	font-weight: normal;
}
div#compression_content_left_content{
	font-size: 11px;
	text-align: left;
	width: 540px;
	clear: both;
	padding-left: 25px;
}
div#compression_content_right{
	width: 365px;
	height: 339px;
	display: block;
	position: relative;
	float: left;
	z-index: 1;
}
div#compression_content_right_link{
	position: absolute;
	top:0;
	right: 53px;
	background: transparent url(../images/compression-link-pic.png) no-repeat 0 0;
	width: 269px;
	height: 121px;
	z-index: 2;
}
div#content_right_link{
	position: absolute;
	top:0;
	right: 53px;
	width: 269px;
	height: 121px;
	z-index: 2;
}
div#compression_content_right_pic{
	height:339px;
	padding:33px 0 0 9px;
	width:340px;
	z-index:1;
}
/* END Compression Page */
/* Nutrition Page */
div#nutrition_container{
	width: 98%;
	margin: 10px;
	display: block;
	clear: both;
}
div#nutrition_header{
	Width: 950px;
	margin: 0 auto 20px;
	color: #666;
	font-size: 25px;
	border-bottom: 1px solid #ccc;
	display: block;
	clear: both;
}
div#nutrition_content{
	width: 953px;
	height: 339px;
	background: #fff url(../images/nutrition-page-bg.jpg) no-repeat 0 0;
	margin: 10px auto;
}
div#nutrition_content_left{
	width: 585px;
	height: 300px;
	display: block;
	color: #333;
	float: left;
}
div#nutrition_content_left h2{
	color: #ff0000;
	font-size: 13px;
	padding: 25px 0 10px 25px;
	font-weight: normal;
}
div#nutrition_content_left_content{
	font-size: 11px;
	text-align: left;
	width: 540px;
	clear: both;
	padding-left: 25px;
}
div#nutrition_content_right{
	width: 365px;
	height: 339px;
	display: block;
	position: relative;
	float: left;
	z-index: 1;
}
div#nutrition_content_right_link{
	position: absolute;
	top:0;
	right: 53px;
	background: transparent url(../images/nutrition-link-pic.png) no-repeat 0 0;
	width: 269px;
	height: 121px;
	z-index: 2;
}
div#nutrition_content_right_pic{
	height:339px;
	padding:33px 0 0 9px;
	width:340px;
	z-index:1;
}
/* END Nutrition Page */

/* Ambassadors Page */
div#ambass_container{
	width: 972px;
	margin: 10px;
	display: block;
	clear: both;
}
div#ambass_left{
	width: 952px;
	display: block;
	min-height: 400px;
	clear: both;
}
.ambass_left_item{
	position: relative;
	float: left;
	margin:5px 14px 9px 0;
	text-align:left;
	width:72px;
	height: 72px;
	background: transparent url(../images/ambassadors_placeholder.jpg) no-repeat 0 0;
	z-index: 1;
}
.ambass_left_item_popup{
	background:transparent url(../images/ambassadors-popup.gif) no-repeat scroll 0 0;
	border:1px solid #FFFFFF;
	display:none;
	height:135px;
	left:20px;
	position:absolute;
	text-align:left;
	top:20px;
	width:120px;
	z-index:2;
}
.ambass_left_item_popup img{
	z-index:2;
}
div#ambass_left_item_popup_pic{
	float:left;
	height:103px;
	margin:5px;
	width:108px;
}
div#ambass_left_item_popup_text{
	color:#999999;
	float:left;
	font-size:11px;
	margin:5px 0 0 18px;
	width:105px;
	text-align: left;
}
div#ambass_left_item a{
	border: 0;
	text-decoration: none;
}
div#ambass_left_item h4{
	margin:0;
}
div#ambass_left_item h5{
	margin:0;
}
div#ambass_left_item .pic{
	width: 102px;
	float: left;
}
div#ambass_left_item .content{
	width: 345px;
	margin: 0 5px;
	float: left;
}
div#ambass_right{
	width: 210px;
	float: left;
	display: block;
}
#jsddm{ 
	margin:0;
	padding:0;
	position:relative;
	z-index:1;
}

#jsddm li { 
	float: left;
	list-style: none;
	font: 12px Tahoma, Arial;
	position: relative;
	
}

#jsddm li a{ 
	display: block;
	height:123px;
	margin: 2px 1px 0;
	width:123px;
	text-align:center;
	color:#333;
	background:transparent url(../images/ambassadors-popup.gif) repeat scroll 0 0;
	text-decoration: none;
	color: #000;
	opacity: 0.8;
	cursor: default;
}
#jsddm li a:hover{
	background:transparent url(../images/ambassadors-popup.gif) repeat scroll 0 0;
	opacity: 1;
}

#jsddm li ul{ 
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	z-index: 1;
	overflow: visible;
	top:12px;
	left: 12px;
	
}

#jsddm li ul li{ 
	float: none;
	display: inline;
}

#jsddm li ul li a{
	background:transparent url(../images/ambassadors-popup.gif) repeat scroll 0 0;
	color:#24313C;
	height:137px;
	width:115px;
	padding:5px;
	text-decoration:none;
	border: 1px solid #fff;
}

#jsddm li ul li a:hover{

} /*DROPDOWN BG HOVER*/

div#ambass_header2{
	Width: 950px;
	margin: 0 auto 20px;
	color: #999;
	font-size: 15px;
	display: block;
	clear: both;
}
div#ambass_header2 a{
	text-decoration: none;
	color: #999;
}
div#ambass_header2 a:hover{
	text-decoration: underline;
	color: #999;
}
div#ambass_header{
	Width: 950px;
	margin: 0 auto 10px;
	color: #333;
	font-size: 20px;
	border-bottom: 1px solid #ccc;
	display: block;
	clear: both;
}


#TabbedPanelsContent-container .left_col {width:538px;float:left;}
#TabbedPanelsContent-container .left_col .search {text-align:right;padding-left:15px;}
#TabbedPanelsContent-container .SearchBox {border:solid 1px #393939;background:#444444 url(../images/search_bg.png) no-repeat;width:105px;height:16px;padding:4px 0 0 5px;color:#999999;font:normal 11px Arial, Helvetica, Serif;}
#TabbedPanelsContent-container .SearchBtn {font-size:9px;background:url(../images/SearchBtn_bg.png) no-repeat;width:10px; height:20px;border:none;}
#TabbedPanelsContent-container .left_col .hdrpic {border:solid 1px #4c4c4c;width:514px;padding:3px;text-align:center;background:#000;margin-top:10px;}
#TabbedPanelsContent-container .left_col .content {width:522px;padding-top:15px;}
#TabbedPanelsContent-container .left_col .content h1 {font-size:16px;color:#fff;margin:0;padding:0;}
#TabbedPanelsContent-container .left_col .content p {font-size:12px;font-weight:bold;line-height:1.5em;}
#TabbedPanelsContent-container .right_col {width:100%;padding-left:0;}
#TabbedPanelsContent-container .right_col .item {width:100%; height: 80px; margin-top:3px;}
#TabbedPanelsContent-container .right_col .pic {float:left;margin:3px 7px 3px 5px;width:115px; height:59px;background:url(../images/h_pic_frame.gif) no-repeat;}
#TabbedPanelsContent-container .right_col .pic img {margin:6px 0 0 6px; border: none;}
#TabbedPanelsContent-container .right_col .content {float:left;width: 450px; font-size: 11px;}
#TabbedPanelsContent-container .right_col .content a {font-size:12px;color:#fff;margin:4px 0 0;padding:0;text-decoration:none;}
#TabbedPanelsContent-container .right_col .content h4, #TabbedPanelsContent-container .content a {font-size:12px;color:#fff;margin:4px 0 0;padding:0;text-decoration:none;}
#TabbedPanelsContent-container h5 {font-size:10px;color:#d3d2d2;margin:0;padding:0;background:url(../images/posted_icon.gif) no-repeat left 2px;padding-left:15px;text-transform:uppercase;}
#TabbedPanelsContent-container .right_col .content p {margin:0;padding:2px 0 0;}
#TabbedPanelsContent-container div.repeater {width:328px;}
#TabbedPanelsContent-container table.repeater {width:auto;}
#TabbedPanelsContent-container table.repeater td {background-color:#333333;padding:2px 5px;}
#TabbedPanelsContent-container table.repeater td a {color:#fff;}
#TabbedPanelsContent-container h2 {font-size: 16px; color: #ccc; font-weight: normal;}

/* END Home Page Ambassadors Tab */
/* Home Page News */
div.news_right_col{
	width: 300px;
	float: right;
}
div.news_left_col{
	width: 400px;
	float: left;
}
.WhatsNew {width:953px;margin:auto;background:#272727 url(../images/brand-tabs-bg.jpg) no-repeat scroll 0 0; position: relative; color: #ccc;}
/*.WhatsNew {width:992px;color:#999999;}*/
.WhatsNewBottom {
	background:transparent url(../images/brand-tabs-bottom.png) no-repeat scroll 0 0;
	bottom:0;
	height:17px;
	left:0;
	position:absolute;
	width:953px;
}
.WhatsNew .padded {padding:15px;}
/*.WhatsNew .left_col {width:538px;float:left;}*/
.WhatsNew .left_col {width:580px;float:left;}
.WhatsNew .left_col .search {text-align:right;padding-left:15px;}
.WhatsNew .SearchBox {border:solid 1px #393939;background:#444444 url(../images/search_bg.png) no-repeat;width:105px;height:16px;padding:4px 0 0 5px;color:#999999;font:normal 11px Arial, Helvetica, Serif;}
.WhatsNew .SearchBtn {font-size:9px;background:url(../images/SearchBtn_bg.png) no-repeat;width:10px; height:20px;border:none;}
.WhatsNew .left_col .hdrpic {border:solid 1px #4c4c4c;width:514px;padding:3px;text-align:center;background:#000;margin-top:10px;}
.WhatsNew .left_col .content {width:522px;padding-top:15px;}
.WhatsNew .left_col .content h1 {font-size:16px;color:#fff;margin:0;padding:0;}
.WhatsNew .left_col .content p {font-size:12px;font-weight:bold;line-height:1.5em;}
.WhatsNew .right_col {background:url(../images/right_col_bg.jpg) repeat-y left;height:718px;float:right;width:337px;padding-left:1px;}
.WhatsNew .right_col .item {height:132px;overflow:hidden;background:url(../images/whatsnew_sep.png) no-repeat left bottom;width:328px;margin-top:3px;}
.WhatsNew .right_col .pic {float:left;margin:3px 7px 3px 5px;width:115px; height:59px;background:url(../images/h_pic_frame.gif) no-repeat;}
.WhatsNew .right_col .pic img {margin:6px 0 0 6px; border: none;}
.WhatsNew .right_col .content {float:left;width:190px;font-size: 11px;}
.WhatsNew .right_col .content a {font-size:12px;color:#fff;margin:4px 0 0;padding:0;text-decoration:none;}
.WhatsNew .right_col .content h4, .WhatsNew .content a {font-size:12px;color:#fff;margin:4px 0 0;padding:0;text-decoration:none;}
.WhatsNew h5 {font-size:10px;color:#d3d2d2;margin:0;padding:0;background:url(../images/posted_icon.gif) no-repeat left 2px;padding-left:15px;text-transform:uppercase;}
.WhatsNew .right_col .content p {margin:0;padding:2px 0 0;}
.WhatsNew div.repeater {width:328px;background:url(../images/news_pagenumbers_bg.png) no-repeat 50% 29px; font-size: 11px;}
.WhatsNew table.repeater {width:auto;}
.WhatsNew table.repeater td {background-color:#333333;padding:2px 5px;}
.WhatsNew table.repeater td a {color:#fff; font-size: 10px;}

/* Contact Us */
.contacts .info {
    float: right;
    width: 400px;
}
#green_hr{
border-bottom:1px solid #D5E256;
color:#333333;
font-size:16px;
height:20px;
margin:10px 0;
padding:5px 0;
width:400px;
}

/* END Contact Us */
/* Store Locator */
.contacts {padding:20px;color:#d3d3d3;width: 913px; margin: 0 auto;position: relative;}

.locator {background:#272727 url(../images/brand-tabs-bg.jpg) no-repeat scroll 0 -34px;padding:20px;color:#d3d3d3;width: 913px; margin: 0 auto;position: relative;}

.locator_search {
    float: left;
    width: 200px;
    height: 300px;
    margin: 0px 10px 10px 10px;
    border-right: 1px solid #444;
}
.locator_record {
    color: #fff;
    float: left;
    width: 150px;
    margin-left: 12px;
    margin-bottom: 10px;
    text-align:center;
}
.locator_record_details {
    color: #fff;
    float: right;
    width: 690px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #e9725a;
}
.locator_record_details.full {
    float: none;
}
.locator_record_details .title {
    color: #e64a2a;
}
.locator_record_details .address {
    float: left;
    width: 300px;
}
.locator_record img {
    display: block;
}
.locator_bottom {
	background:transparent url(../images/brand-tabs-bottom.png) no-repeat scroll 0 0;
	bottom:0;
	height:17px;
	left:0;
	position:absolute;
	width:953px;
}
.prod_tabs {background:#272727 url(../images/brand-tabs-bg.jpg) no-repeat scroll 0 0;height:34px; border-bottom:solid 1px #cc0000; width: 953px; margin: 0 auto;}
.prod_tabs ul {margin:0;padding:0;}
.prod_tabs ul li {float:left;list-style:none;width:228px;height:34px;border-right:solid 1px #000;overflow:hidden;text-transform:uppercase;}
.prod_tabs ul li a {display:block;padding:9px 0 11px 5px;font:bold 12px Tahoma, Arial, Helvetica, Serif;color:#fff;}
.prod_tabs ul li span {display:block;padding:9px 0 11px 5px;font:bold 12px Tahoma, Arial, Helvetica, Serif;color:#fff;background:url(../images/tab_active.jpg) no-repeat;}
.prod_tabs ul li a:hover {color:#afafaf;}

/* END Store Locator */

/* Quote Form Page */

.quote_form{
	width: 100%;
	position: relative;
	color: #666;
	font-size: 11px;
}
.form_left{
	width: 440px;
	float: left;
}
.form_right{
	width: 440px;
	float: right;
}
input.quote_form{
	border: none;
	background-color: #eee;
	color: #000;
	width: 230px;
	height: 20px;
}
input.quote_form_website{
	border: none;
	background-color: #eee;
	color: #000;
	width: 105px;
	height: 20px;
}
input.quote_form_qty{
	border: none;
	background-color: #eee;
	color: #000;
	width: 60px;
	height: 20px;
}
textarea.quote_form_textarea{
	border: none;
	background-color: #eee;
	color: #000;
	width: 230px;
}
textarea.quote_form_textarea_100{
	border: none;
	background-color: #eee;
	color: #000;
	width: 100%;
	height: 110px;
}
.quote_form_heading h2{
	font-size:18px;
	font-weight: bold;
	margin:0;
	padding:0;
}
.quote_form_heading2 h2{
	font-size:18px;
	font-weight: bold;
	margin:0;
	padding:0;
}
td.project_checkbox{
	width: 40px;
}
.quote_form_heading{
	border-bottom:1px solid #CDDB2C;
	margin:5px 0 10px 0;
	padding:10px 0;
}
.quote_form_heading2{
	border-top:1px solid #CDDB2C;
	border-bottom:1px solid #CDDB2C;
	margin:10px 0;
	padding:10px 0;
}
.quote_table_left td{
	padding: 3px 0;
}
.quote_table_right td{
	padding: 3px 0;
}
.quote_slide{
	background: url(/images/quote/quote_bg_repeat2.jpg) repeat-x 0 0 transparent;
	height: 40px;
	width: 1000px;
	position: absolute;
	top: -40px;
	left: 10px;	
}
.quote_follow_us{
	color:#CCCCCC;
	font-size:10px;
	position:absolute;
	right:15px;
	text-align:right;
	top:5px;
	width:300px;
}
.quote_here_btn{
	background: url(../images/quote/here_btn2.jpg) no-repeat 0 0 transparent;
	width: 233px;
	height: 29px;
	margin: 6px 0 0 7px;
	float: left;
}
.print_quote_here_btn{
	background: url(../images/quote/print_quote_btn.jpg) no-repeat 0 0 transparent;
	width: 233px;
	height: 29px;
	margin: 6px 0 0 7px;
	float: left;
}
.submit_btn{
	background: url(../images/quote/submit_btn.gif) no-repeat 0 0 transparent;
	width: 108px;
	height: 38px;
	margin: 3px 0 0 20px;
	border: none;
}
.quote_link span{
	color:#000000;
	float:left;
	font-size:17px;
	margin:7px 20px 0 30px;
}
td.website_left_col_h{
	border-width: 0 1px 0 0;
	border-color: #d5e256;
	border-style: solid;
	text-align: center;	
	font-weight: bold;
}
td.website_center_col_h{
	border-width: 0 1px 0 0;
	border-color: #d5e256;
	border-style: solid;
	text-align: center;	
	font-weight: bold;
}
td.website_right_col_h{
	border-width: 0 0 0 0;
	border-color: #d5e256;
	border-style: solid;
	text-align: center;	
	font-weight: bold;
}

td.website_left_col{
	border-width: 0 1px 1px 0;
	border-color: #d5e256;
	border-style: solid;
	text-align: center;	
}
td.website_center_col{
	border-width: 0 1px 1px 0;
	border-color: #d5e256;
	border-style: solid;
	text-align: center;	
}
td.website_right_col{
	border-width: 0 0 1px 0;
	border-color: #d5e256;
	border-style: solid;
	text-align: center;	
}
.quote_pdf{
	width: 20%;
	float: right;
	text-align: right;
}
/* End Quote Form Page */




#page_container {
margin:0 auto -10px;
overflow:hidden;
padding:70px 0 0;
position:relative;
top:-70px;
width:1000px;
}

#page_container h4{
	margin: 10px 5px 5px 5px;
	color: #000;
	font-weight: normal;
	font-size: 18px;
}
#scroll {
	margin:0 auto -30px;
	overflow:hidden;
	padding:70px 0 0;
	position:relative;
	top:-70px;
	width:1000px;
	height: 770px;
	min-height: 770px;
}
.tool p{
	padding: 0;
}
#tools {
	width:9999em;
	position:absolute;
	height: 770px;
	min-height: 770px;
}

.tool {
	float:left;
	width:1000px;
	background-repeat:no-repeat;
	overflow: hidden;
	height: 800px;
}

.details {
	background-color:#fff;
	color:#666;
	float:left;
	font-size:20px;
	margin:270px 0 0 0;
	padding:10px 60px;
	width:525px;
}

.demos {
	background-color:#fff;
	background-color:rgba(255, 255, 255, 0.8);
	border-left:1px solid #ddd;
	float:right;
	min-height:365px;
	padding:0 25px;
	width:272px;
}

.demos h2 {
	color:#065598;
	font-size:22px;
	display:block;
	padding:10px 0;
}

.demos a {
	color:#666;
	font-size:12px;
	text-decoration:none;
}

.demos p {
	margin:0 0 4px;
	background:transparent url(http://static.flowplayer.org/tools/img/bullet.png) no-repeat scroll 0 2px;
	padding:2px 0 1px 22px;
}

#thumbs {
height:70px;
left:0;
position:absolute;
top:0;
width:600px;
}

.t a {
color:#EEEEEE;
cursor:pointer;
display:block;
float:left;
height:18px;
padding:26px 10px;
text-align:center;
text-decoration:none;
text-transform:uppercase;
}

.t a.active {
	color:#CDDB2C;
	background-color: #333;
}
.t a:hover {
	color:#999;
	background-color: #333;
}
.navi {
height:70px;
width:602px;
}

/* CSS sprite for the navigation */
#t0 		  { }
#t0.active { background-position:-21px 0 !important; }
#t0:hover  { background-position:-21px -180px; }
#t0:active { background-position:-21px -270px; }

#t1			{ background-position:-325px -90px; }
#t1:hover 	{ background-position:-325px -180px; }
#t1:active	{ background-position:-325px -270px; }
#t1.active	{ background-position:-325px 0 !important; }

#t2			{ background-position:-435px -90px; }
#t2:hover 	{ background-position:-435px -180px; }
#t2:active	{ background-position:-435px -270px; }
#t2.active	{ background-position:-435px 0 !important; }

#t3			{ background-position:-545px -90px; }
#t3:hover 	{ background-position:-545px -180px; }
#t3:active	{ background-position:-545px -270px; }
#t3.active	{ background-position:-545px 0 !important; }

#t4			{ background-position:-655px -90px; }
#t4:hover 	{ background-position:-655px -180px; }
#t4:active	{ background-position:-655px -270px; }
#t4.active	{ background-position:-655px 0 !important; }

#t5			{ background-position:-765px -90px; }
#t5:hover 	{ background-position:-765px -180px; }
#t5:active	{ background-position:-765px -270px; }
#t5.active	{ background-position:-765px 0 !important; }

#t6			{ background-position:-875px -90px; }
#t6:hover 	{ background-position:-875px -180px; }
#t6:active	{ background-position:-875px -270px; }
#t6.active	{ background-position:-875px 0 !important; }


.entry {
	float: left;
	max-width: 1000px;
}
.gallery {
	margin: auto;
}
.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 12%;			
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-caption {
	margin-left: 0;
}
#services{
	width: 1000px;
	padding: 0 0 10px 0;
}
.services{
	width: 1000px;
	padding: 0 0 10px 0;
}
#services_left{
	float: left;
	width: 665px;
	margin: 10px 0 0 0;
	color: #fff;
}
#services_left #services_content{
	float: left;
	width: 258px;
	margin-left: 1px;
	position: relative;
	height: 300px;
}
#services_left #services_top{
	position: absolute;
	top: 0;
	left: 2px;
	width: 258px;
	margin-left: 1px;
}
#services_left #services_bottom{
	bottom:8px;
	margin-left:1px;
	position:absolute;
	width:258px;
}
#services_image_left{
	float: left;
	width: 400px;
}
#services_top h2{
	font-size: 18px;
	padding: 0;
	margin: 0;
	color: #fff;
}
#services_left #services_image{
	width: 661px;
	margin: 0 5px 10px 0;
	background: transparent url(../images/services_bg.jpg) repeat 0 0;
}
#services_left .services_image{
	width: 661px;
	margin: 0 5px 10px 0;
	background: transparent url(../images/services_bg.jpg) repeat 0 0;
}
#services_left #services_images{
	float: left;
	width: 130px;
	margin-right: 3px;
}
#services_right{
	float: right;
	width: 315px;
	margin: 10px 0 0 1px;
}
#services_right h3{
	border-bottom:1px solid #999999;
	color:#000000;
	font-size:18px;
	font-weight:normal;
	margin:0 0 4px;
	padding-bottom:14px;
}
#services_right .cat_item {
	border-bottom:1px solid #999999;
	padding:4px;
	width:300px;
	color:#CDDB2C;
}
#services_right .cat_item a{
	font-size: 14px;
	color: #999;
	text-decoration: none;
	padding: 5px;
}
#services_right .cat_item a:hover{
	color: #333;
}
.services_item{
	color:#CDDB2C;
	float:left;
	margin:4px;
	text-align:left;
	width:241px;
}
.services_item a{
	margin: 5px 0 0 0;
	color:#333;
	font-size:12px;
	margin:5px 0 0;
	text-transform:none;
	font-weight: bold;
}
		.leftDiv
        {
        	float:left;
        }

        .mainDiv
        {
        	float:left;
			margin: 0 4px 4px;
			position:relative;
			width:241px;
        }

        .rightDiv
        {
        	float:left;
        }

        .showDiv
        {
        	position: relative;
        	z-index: 1;
        }

        .slideDiv
        {
        	position:absolute;
        	z-index:100;
        	left: -241px;
        	top: 0;
        }


#services_details{
	width: 950px;
}
#services_details_left{
	width: 470px;
	margin: 0 30px 0 0; 
	float: left;
}
#services_details_right{
	width: 400px;
	float: right;
	
}
#services_header{
	width: 660px;
	color:#CDDB2C;
	font-size:10px;
	padding: 10px;
}
#services_header h1{
	font-size:18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #000;
	
}
#services_header_content{
color:#666666;
float:left;
font-size:12px;
margin:0 0 0 10px;
}

.contp  {
display:block;
float:left;
padding:4px;
width:241px;
}
.boxgrid  {
background:none repeat scroll 0 0 #161613;
float:left;
height:181px;
overflow:hidden;
position:relative;
width:241px;
}
.captionfull .boxcaption {
left:0;
top:181px;
}
.boxcaption {
background:none repeat scroll 0 0 #000000;
float:left;
height:150px;
opacity:0.8;
position:absolute;
width:221px;
padding: 10px;
color: #eee;
font-size: 16px;
font-weight: normal;
}
.boxcaption a{
color: #fff;
font-size: 12px;
font-weight: normal;

}
.boxcaption a:hover{
color: #fff;
}
#services_link{
	float: left;
	clear: both;
	color: #CDDB2C;
	width: 100%;
}
#services_link a {
color:#333333;
font-size:12px;
font-weight:bold;
margin:5px 0 0;
text-transform:none;
}
.services_link{
	float: left;
	clear: both;
	color: #CDDB2C;
	width: 100%;
}
.services_link a {
color:#333333;
font-size:12px;
font-weight:bold;
margin:5px 0 0;
text-transform:none;
}
.contp2  {
display:block;
float:left;
padding:4px;
width:241px;
}
.boxgrid2  {
background:none repeat scroll 0 0 #161613;
float:left;
height:5px;
overflow:hidden;
position:relative;
width:241px;
margin: 0 0 5px 0;
}
/* Custom styles for site content */
.hp-space {margin-right: 10px} 
.hp-hr {border-top: #d5e256 solid 1px}

#blog_text{
	font-size: 22px;
	color: #989898;
}

.blog-subtitle {
	font-size: 15px;
	font-weight: normal;
	color: #333333;
	float: left;
	width: 641px;
}	
.blog-continue{
	margin-bottom: 10px;
	
}
.blog-continue a{
	font-weight: bold;
	color: #333333;	
}		
.blog-vr{
	border-right: 1px solid #b1b1b1;	
}		
.post-menu{
	float:left;
	padding: 5px 16px 0 0;
	color: #9A9A9A;
   	font-size: 10px;	
}
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.search_news{
	margin: 10px 0  10px 10px;
	text-align: right;
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
#sidebar {
	float:right;
	margin-right:0;
	padding:35px 0 10px;
	width:338px;
}
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 11px;
	}
	#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}
#sidebar a{
	color:#9BAA0C;
	font-size:12px;
	text-decoration:none;
	
}
#sidebar a:hover{
	color:#999;
	text-decoration:none;
}
#sidebar .categories h2{
	margin: 0 0 0 10px;
	width: 338px;
	border-bottom:1px solid #9BAA0C;
	color:#333;
	font-family:'Lucida Grande',Verdana,Sans-Serif;
	font-size:15px;
	padding:0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0;
	
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	float:left;
	min-height:180px;
	margin:0 10px 0;
	width:144px;
	font-size: 11px;
	}
	
#sidebar ul ul li, #sidebar ul ol li img {
	margin-bottom: 10px;
}

.narrowcolumn {
	float: left;
	padding: 0px 18px 0px 0px;
	margin: 10px 0 20px;
	width: 641px;
	}
	
div#blog_content{
	max-width: 660px;
	float: left;
}
#blog_content h3{
	color:#9BAA0C;
	font-size:17px;
	margin:10px 0 15px;
	padding:0;
		font-family: 'Lucida Grande', Verdana, Sans-Serif;

}
/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */

/* Team Page */

.team_container{
	margin:0 0 10px;
	position:relative;
	width:100%;
}
.team_linkedin{
	position: absolute;
	top:0;
	right:0;
	width: 26px;
	height: 27px;
}
.team_left{
	float: left;
	width: 370px;
}
.team_right{
	float: right;
	width: 610px;
}
.team_title{
	font-weight: bold;
	color: #0066ff;
	font-size: 14px;
}
.team_type{
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
.hr_grey{
	border-top:1px solid #cccccc;
	margin:5px 0 5px;
}
.team_content{
	font-size: 12px;
	color: #000000;
}
/* Team Page End */

.w3c{
	position: fixed;
	bottom: 0;
	right: 0;
}