@charset "UTF-8";
/* CSS Document */
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#ccc url(../images/backgrounds/1x1pix.jpg) repeat 0 0;
	font-family:arial,sans-serif;
	font-size:12px;
	color:#666;
}
html{
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
}
form{
	padding: 0;
	margin: 0;
}

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

h2 {
	font-size:12px; 
	margin:0 0 5px;
}
	h1, h2, a {
		color:#ff0000;
	}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}
h2.general_tab  {
	background:url("../images/tabs_grad.png") repeat-x scroll center top #131313;
	border-color:#000000 #000000 #CC0000;
	border-style:solid;
	border-width:1px;
	line-height:34px;
	margin:0;
	padding:0 0 0 12px;
	vertical-align:bottom;
	color: #ccc;
}
.general_center{
	background-color:#fff;
	padding:10px;
	border:1px solid #000;
}
#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%;
	
	background: transparent url(../images/backgrounds/corporatebackground-r2.jpg) no-repeat 50% 0%;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	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%;
}
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;		
}
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;

}
.menu_active{
	color: #fff!important; 
	padding: 5px 18px!important; 
	/* background-color: #333!important; */
}

div#click {
	margin:0 auto; /* center, not in IE5 */
	width: 1040px;
	text-align:right;
}
div#click #buttons{
	width: 230px;
	text-align:right;
	float: right;
}
div#content {
	padding:0em 0em 120px; /* bottom padding for footer */
	border-top:3px solid #212121;
}
div#content p {
		text-align:justify;
		padding:0 1em;
}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#fff;
	border-top:6px double #666666;
}
div#footer p {
	padding:1em;
	padding-top:20px;
	margin:0;
}
div#footer a {
	padding:5px;
	margin:0;
	color:#999999;
	text-decoration:none;
}

div#footer a:hover {
	color:#666666;
	text-decoration:underline;
}

div#footer-center {
	margin:0 auto; /* center, not in IE5 */
	width: 1040px;
}
div.right {
	float:right;
}
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#follow_us{
	font-size: 10px;
	color: #ccc;
	float: right;
	margin: -40px 0 0 0;
	position: relative;
}

.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:20px;
	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:-80px;
	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:-170px;
	top:-100px;
	
}

div.left {
	float:left;
}
.top {
	display:none;
	margin:0 auto; /* center, not in IE5 */
	width: 835px;
	height: 400px;
}
.slide {
	color: #FFF;
	top:80px;
	height: 250px;
}
.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#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;
}
/* Home Page News Tab */

div#home_tab_news_left{
	width: 471px;
	float: left;
	display: block;
	border-right: thin solid #eee;
	margin: 8px;
	min-height: 400px;
}
div#home_tab_news_left .list{
	border-bottom:thin 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;
}

/* END Home Page News Tab */

/* Home Page Ambassadors Tab */

div#home_tab_ambass_left{
	width: 471px;
	float: left;
	display: block;
	border-right: thin solid #eee;
	margin: 10px;
	min-height: 400px;
}
div#home_tab_ambass_left_item{
	border-bottom:thin 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;
}
.darksml ul{
	margin:0 5px 0 16px;
	padding:0;
}
.darksml ul li{
	margin:2px 0;
	padding:0;
}

.white{
	font-size: 12px;
	color: #ccc;
	text-decoration: none;
}
.red{
	font-size: 12px;
	color: #ff0000;
	text-decoration: none;
}

.amb_product{
	width: 185px;
	color: #333;
	background-color: #fff;
	min-height: 400px;
	position: relative;
	padding: 0 0 40px 0;
	margin: 0 5px;
}
.amb_product_image{
	text-align: center;
}
.amb_product_desc{
	
}
.amb_product_desc h1{
	background-color: #000;
	color: #fff;
	text-align: center;
	width: 100%;
}
.amb_product_more{
	position: absolute;
	bottom: 0;
	height: 37px;
	text-align: center;
	width: 100%;	
}

/* 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: thin 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: 12px;
	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: thin 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: 12px;
	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:72px;
	margin-left:20px;
	margin-bottom: 20px;
	width:72px;
	text-align:center;
	color:#333;
	background:transparent url(../images/ambassadors-popup.gif) repeat scroll 0 0;
	text-decoration: none;
	color: #000;
}
#jsddm li a:hover{
	background:transparent url(../images/ambassadors-popup.gif) repeat scroll 0 0;
}

#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: thin 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: thin 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;
}

/* 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 */
/* Login Page */
.login_bg{
	background: url(../images/login_bg.jpg) no-repeat 0 0 transparent;
	width: 953px;
	height: 288px;
	margin: 10px auto;
}
.login_bg h1{
	color:#FFFFFF;
	font-size:28px;
	margin:0;
	padding:25px 20px 10px;
	font-weight: normal;
}
.login_bg h1 a{
	color: #fff;
	text-decoration: underline;
}
.login_fineprint{
	font-size: 11px;
	color: #000;
	margin: 20px 30px;
}
.login_register{
	background: url(../images/register_nutrition_button.png) no-repeat 0 0 transparent;
	width: 405px;
	height: 187px;
	float: left;
	margin: 15px 20px 0;
}
.login_register:hover{
	cursor: pointer;
	background-position: 0 -186px;
}
.login_visit{
	background: url(../images/visit_nutirtion_button.png) no-repeat 0 0 transparent;
	width: 405px;
	height: 187px;
	float: right;
	margin: 15px 20px 0;
}
.login_visit:hover{
	cursor: pointer;
	background-position: 0 -188px;
}
/* end login page */
