@charset "utf-8";
/* CSS Document */
body{
	background-color:#9fa0a4;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	border:0;
	margin:0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
}

img {
    border: none;
}

.generalContent img{
	border:1px solid #062D73;
	padding:1px;
}

.noBorderTable img{
	border:none;
	padding:1px;
}

h1{
	font-size:16px;
	color:#062d73;
	text-transform:uppercase;
	line-height:1.35em;
	margin-bottom:16px;
}

h2{
	font-size:14px; 
	font-weight:bold; 
	line-height:14px; 
	margin:0px;
	color:#062d73;
	text-transform:capitalize;
}

#container{
	background-color:#FFF;
	border-style:solid;
	border-width:1px;
	border-color:#000;
	width:860px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	border-bottom:6px solid #3f5897;
	min-height:660px;
}

#header{
    /*
	width:782px;
	*/
	height:150px;
	width:860px;
	min-height:106px;
	position: relative;	
	background-image: url('../images/header-image.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #3f669f;
	z-index:10000;
}

#main-logo {
	position:absolute;
	left:43px;
	top:39px;
}

#header .news {
    font-size: 13px;
    text-align: right;
	position: absolute;
	top: 70px;
	right: 15px;
	color: #FFF;
}

#header .news p {
    color: #AACAFF;
    margin: 0;
    padding: 0;
}

#header .news #news {
    padding: 0;
    margin: 0;
}

.bodyGradient {
    display: block;
    margin-top:5px;
}

#bottomLinks{
    padding-top: 15px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	color:#333;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	width:860px;
	text-align:right;
}

#bottomLinks a{
	text-decoration:none;
	color:#171617;
}

.smalltext {font-size: 12px}

#copyright{
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	color:#333;
	position:relative;
}

#bodyContainer {
	position:relative;
	top:-4px;
    z-index: 0;
}

/*Old Menu
 * #menu{
	border-bottom-color:#6a6d82;
	border-bottom-style:solid;
	border-bottom-width:1px;
	height:25px;
	min-height:25px;
	margin:0;
	padding-left:80px;
	background-color: #f9f9f9;
	background-image: url('../images/menu-background.gif');
	background-repeat: repeat-x;
	position: relative;
	z-index: 1000;
}*/
#menu{
	/*border-bottom-color:#6a6d82;
	border-bottom-style:solid;
	border-bottom-width:1px;
	background-image: url('../images/menu-background.gif');
	background-repeat: repeat-x;background-color: #f9f9f9;
	background-image: url('../images/menu/tab-mid.png');
    background-repeat: repeat-x;*/
	height:22px;
	margin:0;
	position: absolute;
	top:128px;
	left:0;
	z-index: 10000;
	border-bottom:1px solid #61677c;
	width:860px;
}
#tests {
	width:326px;
}
#tests a { 
	width:286px;
}

#menu-bottom-padding {
	position:relative;
	z-index:5000;
	background-color:#61677c;
	height:1px;
}

.button{	
	background-image: url('../images/menu/tab-div3.png');
    background-position:top left;
    background-repeat:no-repeat;
	height:22px;
	position:relative;
	float:left;
}
.button .top {
	margin-left:3px;
}
.button a {
	background-image: url('../images/menu/tab-mid.png');
	background-repeat: repeat-x;	
}

/* 
	Menu - LEVEL ONE
*/
ul { 
	list-style: none; 
	margin-left:0;
}
ul.dropdown { 
	position:relative;
	z-index:10001; 
	text-indent:0; 
	margin:0; 
	padding:0; 
}
ul.dropdown li { 
	position:relative;
	padding-left:6px;
	float:left; 
	z-index: 10002; 
	font-size: 10px; 
	font-weight: bold; 
	letter-spacing: 0.1em; 
	height:22px; 
	/*line-height: 36px;*/
}

ul.dropdown li.first {    
	background-image: url('../images/menu/tab-mid.png');
	background-repeat: repeat-x;                                  
	width:15px;
}

ul.dropdown li.last { 
	background-image: url('../images/menu/tab-div3.png');
	background-position:top left;
	background-repeat:no-repeat; 
	float:none;
	overflow:hidden;
}

ul.dropdown li.last span {	
	margin-left:3px;
	display:block;
	line-height:22px;
	height:22px;
	width:400px;
	background-image: url('../images/menu/tab-mid.png');
	background-repeat: repeat-x;
	overflow:hidden;
}                                      
ul.dropdown a:hover	{ 
	positon:absolute;
	top:0;
	left:-3px;
	text-decoration:none;
	background-color: #CEDDFF; color: black;
}

ul.dropdown a:active {  }

ul.dropdown li a { 
	line-height:22px;
	height:22px;
	color: #151c42; 
	display: block; 
	text-decoration:none; 
	padding: 0 1.5em 0 1.5em; 
}

.subMenu {
	line-height:22px;
	margin: 0 0;
	padding:0;
	padding-left:5px;
	z-index:10001;
}
.subMenu li {
	width:100%
	position:absolute;
	top:0;
	left:-3px;
}
.subMenu a {
	line-height:22px;
	height:22px;
	background-image:none;
	padding: 3px 1.5em 0 0;
}                                      
ul.dropdown li:last-child a         {  } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { /*background-color: #CEDDFF; color: black; position: relative;*/ }
ul.dropdown li.hover a              { }


/* 
	Menu - LEVEL TWO
*/
ul.dropdown ul 						{ width:270px; visibility: hidden; position: absolute; top: 100%; left:0;}
ul.dropdown ul li 					{ font-weight: normal; background: #f6f6f6; color: #000; font-size:12px; font-family:Helvetica, Arial, sans-serif; 
									  border-bottom: 1px solid #ccc; float: none; text-align:left; padding: 0 10px 0 0;
									  height: 23px;
									  line-height: 23px;
									  letter-spacing: normal;
									  margin-left: 3px;
									  }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 230px; display: inline-block; } 

/* 
	Menu - LEVEL THREE
*/
ul.dropdown ul ul 					{ left: -115%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

/*
	Home Page
*/
a{
	color:#062d73;
}


/* OLD HOME */

#homeContent{
    color: #062d73;
	padding-left:17px; 
	padding-right:160px;
	line-height: 1.4em;
}

#homeContent h1 {
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
}


#homeHeading{
    color: #062d73;
	line-height: 1.4em;
	padding-left:105px;
}

/* NEW HOME */

.homeLayout {
    /*background-image: url('../images/home-banner-wide.jpg');
    background-image: url('../images/header1.jpg');
    background-size: 860px 102px;
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 150px;*/
    position: relative;
    padding-bottom: 80px;
}

.alternateHomeLayout {
    /*background-image: url('../images/home-banner-wide.jpg');
    background-image: url('../images/header1.jpg');
    background-size: 860px 102px;
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 150px;*/
    position: relative;
    padding-bottom: 15px;
}

.homeLayout .homeTitle {
    position: relative;
    /*
    top: 30px;
    left: 85px;
    padding: 5px 0 5px 30px;*/
    background-image: url('../images/home-title-vertical-rule.gif');
    background-position: left middle;
    background-repeat: no-repeat;
}

.homeLayout .homeTitle,
.homeLayout .homeTitle h1,
.homeLayout .homeTitle p
{
    margin: 0;
    line-height: 1.2em;
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
    color: #FFF;
}

.homeLayout .homeTitle h1 {
    color: #474747;
}

.homeContent {
    color: #062d73;
	line-height: 1.4em;
	margin-top: 29px;
	margin-left: 85px;
	padding: 35px 30px 20px 30px;
    /*background-image: url('../images/home-body-vertical-rule.gif');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 3px 100%;*/
}

.homeContent h2 {
    font-weight: normal;
}

.homeLayout #quickLinksContainer {
    /*position: absolute;
    top: 220px;
    top: 170px;
    right: 0;*/
}
#quickLinksContainer{
	float:right;
	margin: 0px 0 0 0;
	background-image:url('../images/quickLinksBG.gif');
	background-size: 100% 100%;
	/*background-color:white;*/
	padding-bottom:5px;
	margin-top:25px;
	width:200px;
	height:370px;
	position:relative;
	z-index:2;	
	
}
#quicklinks-ul-wrapper {
	padding-left:3px;
	background-image:url('../images/home-body-vertical-ruleHome.gif');
	background-repeat:no-repeat;
	background-position: left 0;
	background-size: 3px 100%;
	/*margin-top:10px;*/
}
#quickLinksContainer h1{
    text-transform: none;
    font-weight: normal;
	padding: 27px 0 0 24px;
	/*margin: 0 0 10px;
	position:absolute;
	z-index:10;*/
	/*background-color:white;*/
	/*width:180px;*/
	height:100%;
}
#quickLinks{ 
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e7e7e7');*/
	line-height:4px; 
	list-style:none; 
	padding:0; 
	margin:0;
	/*padding-top:29px;*/
	height:212px;
}
#quickLinks li{
	/*background-image: url('../images/quicklist-dotted-border.gif');*/
	background-repeat:no-repeat;
	background-position: 22px top;
	display: block;
	height: 33px;
	margin:0;
}
#quickLinks li:hover {
	border-bottom: 1px solid #bdbfca;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaea));
	background: -moz-linear-gradient(top,  #fff,  #eaeaea);
	background: white;
	height:32px;
	z-index:20;
}
#quickLinks a{
	position:relative;
	/*background-image:url('../images/quickLinksBullet.jpg'); */
	background-image: url('../images/li-background.png');
	background-repeat:no-repeat; 
	background-position: 20px 0;
	display:block;
	padding-left:38px;
	padding-top:4px;
	line-height:28px;
	height:28px;
	text-decoration:none;
	z-index:0;
}
#quickLinks .first-item a{
	background-image: url('../images/quickLinksBullet.png');
	background-repeat:no-repeat;
	background-position: 20px 10px;
	
}
#quickLinks .last-item {
	/*margin-bottom:18px;*/
}

#quickLinks .end-menu {
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e7e7', endColorstr='#ffffff');*/
	height:100%;
}
#quickLinks a:hover{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	/*background-image: url('../images/quicklist-border-hover.gif');*/
	/*background-image:url('../images/quickLinksHover.jpg'); */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaea));
	background-position: 0px 9px;
	border-top: 2px solid #bdbfca;
	border-bottom: 2px solid #bdbfca;
	line-height:24px;
	background-color:white;*/
	/* Fallback for web browsers that doesn't support RGBa */
	/*background: rgb(0, 0, 0);*/
	/* RGBa with 0.6 opacity */
	/*background: rgba(255, 255, 255, 0.2);
	z-index:20;*/
}

.generalContent #quickLinks li{
    margin-bottom: 0;
}

.generalContent{
	margin:44px 70px 0px 70px; 
	padding-bottom: 50px;
	line-height:1.25em;
}

.generalContent ul {
    list-style-type: disc;
    padding-left: 2em;
}

.generalContent li {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0.5em;
}

.generalContent ul ul {
    list-style-type: circle;
}

/*

TWO COLUMN PAGES:
SKIN INNERVATION PAGE
SWEAT GLAND

*/

.innervationPage p, .videoPage p, .sweatPage p{
	text-align:justify;
	}
.blue_text{
	color:#062D73;
}
.clear{
	clear:both;
	}
.research_side_bar{
	width:392px;
	float:right;
	margin:0 0 0 30px;
	color:#062D73;
}
.sweat_side_bar{
	width:265px;
	float:right;
	margin:0 0 0 50px;
	color:#062D73;
}
.sweat_side_bar .image {
	float:right;
}
.image{
	margin-bottom:30px;
	}
.image img{
	display:block;
	}
.image_caption{	
	color:#062D73;
	margin-top:8px;
	font-size:11px;
	}
.image_caption h4{
	margin:4px 0;
	padding:0;
	font-size:12px;
	}
.image_caption p{
	margin:0;
	padding:0;
	}


/*

Images of Neuropathy Page

*/

#neuropathy_images_table{}
#neuropathy_images_table td{
	padding: 0 10px 10px 0;
	}

/*
	Facilities Page
*/

.facilities_page h1{
	
	}
.facilities_page h2{
	margin-bottom:1.5em;
	}

.facilities_page .image_layout{
	margin-bottom:20px;
	}
.facilities_page .image_layout img{
	display:block;
	float:left;
	margin:0 0 15px 0;
	padding:0;
	}


/*
	About Page
*/
#aboutContent{
	padding-left:70px; 
	padding-top:50px; 
	padding-right:70px;
	padding-bottom: 50px;
	width:660px;
}


#neuropathyTypesContent ul {
    line-height: 1.2em;
}

#neuropathyTypesContent ul li {
    margin-bottom: 1em;
}

#neuropathyTypesContent ul li strong {
    display: block;
}




/*
	FAQs Page
*/
#faqContent{
	padding-left:70px; 
	padding-top:50px; 
	padding-right:70px;
	padding-bottom: 50px;
	width:660px;
}

#faqContent ul{
	list-style-type:disc;
}

.overviewTable {
    background-color: #DDD;
    color:#062D73;
    border: 1px solid #2DACDF;
}
.overviewTable .odd {
	background-color:white;
}
.overviewTable .even {
	background-color:#B5E2F4;
}
.overviewTable  th {
    text-align: left;
    padding: 4px 15px;
    border-left: 1px solid #14A2DB;
    /*border-width: 1px 1px 0 0;*/
    height: 50px;
    /*background-color: #062D73;*/
    /*color: #FFF;*/
}
.overviewTable td {
    padding: 6px 15px;
    border-left: 1px solid #14A2DB;
}

/*
	Payment Form
*/
#paymentForm{
	padding-left:70px; 
	padding-top:66px; 
	padding-right:70px; 
	width:782px;
}

.datePickerCalendarButton {
    position: relative;
    top: 3px;
}

.label{
	text-align:right;
}
.singleNarrow{
	width:80px;
}
.singleWide{
	width:154px;
}
.doubleWide{
	width:288px;
}
.textField{
	width:174px; 
	height:43px;
}
.CCV{
	width:43px;
}
form .blank{
	height:30px; 
	min-height:30px;
}

.kitGallery {
    margin-top: 1em;
}

.kitGallery a {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

.kitGallery a img {
    border: 1px solid #666;
}


.kitGallery .footer {
    font-size: 10px;
    color: #666;
    clear: left;
}


.resultImageGallery a {
    display: block;
}

.resultImageGallery a img {
    display: block;
    border: 1px solid #666;
    margin-bottom: 10px;
}

.resultImageGallery a:hover img {
    border: 1px solid #67F;
}


.resultImageGallery p {
    color: #999;
    font-size: 10px;
}


#videoHolder{
	width:384px;
	margin-left:auto;
	margin-right:auto;
}

.banners {
	position: absolute;
	top: 26px;
	right: 15px;
    width: 287px;
    height: 53px;
}

.banners a {
    width: 287px;
    height: 53px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.banners img {
    display: block;
}
.limited-width-text{
	max-width:500px;
}
.sweat-side-bar img {
	float:right;
	padding-left:15px;
}


/* Physicians Quicklist Tweak */

#physicians-quickLinksContainer{
padding-left:3px;
	float:right;
	margin: 0px 0 0 0;
	background-image:url('../images/home-body-vertical-rule-long.gif');
	background-repeat:no-repeat;
	background-position: left 0;
	background-size: 3px 100%;
	/*background-color:white;*/
	padding-bottom:5px;
	padding-top:10px;
	width:200px;
	margin-top:25px;
	position:relative;
	z-index:2;	
}
#physicians-quicklinks-ul-wrapper {
	background-image:url('../images/quickLinksBG.gif');
	background-size: 100% 100%;
}
#physicians-quickLinksContainer h1{
    text-transform: none;
    font-weight: normal;
	padding: 10px 0 0 24px;
	/*margin: 0 0 10px;
	position:absolute;
	z-index:10;*/
	/*background-color:white;*/
	/*width:180px;*/
	height:100%;
}
#physicians-quickLinks{ 
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e7e7e7');*/
	line-height:4px; 
	list-style:none; 
	padding:0; 
	margin:0;
	/*padding-top:29px;*/
	height:232px;
}
#physicians-quickLinks li{
	/*background-image: url('../images/quicklist-dotted-border.gif');*/
	background-repeat:no-repeat;
	background-position: 22px top;
	display: block;
	height: 33px;
	margin:0;
}
#physicians-quickLinks li:hover {
	border-bottom: 1px solid #bdbfca;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaea));
	background: -moz-linear-gradient(top,  #fff,  #eaeaea);
	background: white;
	height:32px;
	z-index:20;
}
#physicians-quickLinks a{
	position:relative;
	/*background-image:url('../images/quickLinksBullet.jpg'); */
	background-image: url('../images/li-background.png');
	background-repeat:no-repeat; 
	background-position: 20px 0;
	display:block;
	padding-left:38px;
	padding-top:4px;
	line-height:28px;
	height:28px;
	text-decoration:none;
	z-index:0;
}
#physicians-quickLinks .first-item a{
	background-image: url('../images/quickLinksBullet.png');
	background-repeat:no-repeat;
	background-position: 20px 10px;
	
}
#physicians-quickLinks .last-item {
	margin-bottom:18px;
}

#physicians-quickLinks .end-menu {
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e7e7', endColorstr='#ffffff');*/
	height:100%;
}
#physicians-quickLinks a:hover{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	/*background-image: url('../images/quicklist-border-hover.gif');*/
	/*background-image:url('../images/quickLinksHover.jpg'); */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaea));
	background-position: 0px 9px;
	border-top: 2px solid #bdbfca;
	border-bottom: 2px solid #bdbfca;
	line-height:24px;
	background-color:white;*/
	/* Fallback for web browsers that doesn't support RGBa */
	/*background: rgb(0, 0, 0);*/
	/* RGBa with 0.6 opacity */
	/*background: rgba(255, 255, 255, 0.2);
	z-index:20;*/
}

/* Careers Quicklist Tweak */

#careersLinksContainer{
	padding-left:3px;
	float:right;
	margin: 0px 0 0 0;
	background-image:url('../images/home-body-vertical-rule-careers.gif');
	background-repeat:no-repeat;
	background-position: left 0;
	/*background-size: 3px 100%;*/
	/*background-color:white;
	padding-bottom:5px;*/
	padding-top:10px;
	width:200px;
	position:relative;
	z-index:2;	
}
#careerslinks-ul-wrapper {
	background-image:url('../images/quickLinksBG-careers.gif');
	background-size: 100% 100%;
}
#careersLinksContainer h1{
    text-transform: none;
    font-weight: normal;
	padding: 27px 0 0 24px;
	height:100%;
}
#careersLinks{ 
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e7e7e7');*/
	line-height:4px; 
	list-style:none; 
	padding:0; 
	margin:0;
	/*padding-top:29px;*/
	height:327px;
}
#careersLinks li{
	background-repeat:no-repeat;
	background-position: 22px top;
	display: block;
	height: 33px;
	margin:0;
}
#careersLinks li:hover {
	border-bottom: 1px solid #bdbfca;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaea));
	background: -moz-linear-gradient(top,  #fff,  #eaeaea);
	background:white;
	height:32px;
	z-index:20;
}
#careersLinks a{
	position:relative;
	/*background-image:url('../images/quickLinksBullet.jpg'); */
	background-image: url('../images/li-background.png');
	background-repeat:no-repeat; 
	background-position: 20px 0;
	display:block;
	padding-left:38px;
	padding-top:4px;
	line-height:28px;
	height:28px;
	text-decoration:none;
	z-index:0;
}
#careersLinks .item-1 a{
	background-image: url('../images/quickLinksBullet.png');
	background-repeat:no-repeat;
	background-position: 20px 10px;
}
#careersLinks .end-menu {
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e7e7', endColorstr='#ffffff');*/
	margin-bottom:18px;
	height:100%;
}
#careersLinks a:hover{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	/*background-image: url('../images/quicklist-border-hover.gif');*/
	/*background-image:url('../images/quickLinksHover.jpg'); */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaea));
	background-position: 0px 9px;
	border-top: 2px solid #bdbfca;
	border-bottom: 2px solid #bdbfca;
	line-height:24px;
	background-color:white;*/
	/* Fallback for web browsers that doesn't support RGBa */
	/*background: rgb(0, 0, 0);*/
	/* RGBa with 0.6 opacity */
	/*background: rgba(255, 255, 255, 0.2);
	z-index:20;*/
}

#launcher {
	width:262px;
	height:110px;
	padding:50px 0 0 20px;
	text-align:center;
	background-image:url('../images/launcher-bg.png');
	background-repeat:no-repeat;
}
#launcher span {
	float:left;
	width:104px;
	height:29px;
	margin-right:10px;
}

#launcher a {
	line-height:29px;
	display:block;
	color:white;
	text-decoration:none;
}
#launcher a:hover {
	text-decoration:none;
}

.for-patients {
	color:#062D73;
	max-width:707px;
}

.for-patients span {
	height:42px;
	line-height: 42px;
	float:left;
}	

.for-patients .action-buttons {
	float:left;
}

.for-patients .action-buttons img {
	margin: 0 10px;
}

.for-patients img {
	border:none;
}	

.for-patients p {
	padding:5px 0;
	line-height:1.5em;
	
}

.for-physicians {
	color:#062D73;
	max-width:707px;
}

.for-physicians ul {
	line-height:10px;
	padding-left:3.4em;
}

.for-physicians span {
	height:42px;
	line-height: 42px;
}	

.for-physicians .action-buttons img {
	/*margin: 0 10px;*/
}

.for-physicians img {
	border:none;
}	

.for-physicians p {
	padding:10px 0;
}

.pdf-download {
	display:block;
	height:20px;
	line-height:20px;
	float: right;
}

.pdf-download img {
	margin-left:3px;
	
}

.doctor {

}

.doctor h4 {
	color:black;
}

.doctor-position {
	color:#666;
}

.doctor-photo {
	position:relative;
	float:left;
	margin-right:15px;
}

.doctor p {
	
}
#medical-team {
	width:720px;
}
#medical-team p {
	line-height:1.4em;
	text-align: justify; text-justify: newspaper
}

#index ul {
	margin-top:0px;
	padding-left: 3.4em;
	padding-bottom:5px;
}

#index {
	font-size:10pt;
	width:460px;
}
.sweat_side_barSpecial	{
	width:265px;
	float:right;
	margin:12px 0 0 50px;
	color:#062D73;
}

.sweat_side_barSpecial .image { 
	float:right;
	text-align:right;
}

.sweatPage {
	width:720px;
}

