/*************  CSS RESET   ****************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
	margin: 0;
	padding: 0;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img
{
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var
{
	font-style: normal;
	font-weight: normal;
}

caption, th
{
	text-align: left;
}
h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after
{
	content: '';
}
abbr, acronym
{
	border: 0;
}


/*  CSS BASE    */
/* base.css, part of YUI's CSS Foundation */
h1
{
	/*18px via YUI Fonts CSS foundation*/
	font-size: 138.5%;
	color: #687B81;
}
h2
{
	/*16px via YUI Fonts CSS foundation*/
	font-size: 123.1%;
}
h3
{
	/*14px via YUI Fonts CSS foundation*/
	font-size: 108%;
	
}
h1, h2, h3
{
	/* top & bottom margin based on font size */
	margin: 1em 0;
}
h1, h2, h3, h4, h5, h6, strong
{
	/*bringing boldness back to headers and the strong element*/
	font-weight: bold;
}
abbr, acronym
{
	/*indicating to users that more info is available */
	border-bottom: 1px dotted #000;
	cursor: help;
}
em
{
	/*bringing italics back to the em element*/
	font-style: italic;
}
blockquote, ul, ol, dl
{
	/*giving blockquotes and lists room to breath*/
	margin: 1em;
}
ol, ul, dl
{
	/*bringing lists on to the page with breathing room */
	margin-left: 2em;
}

dl dd
{
	/*giving UL's LIs generated numbers*/
	margin-left: 1em;
}
th, td
{
	/*borders and padding to make the table readable*/
	padding: .5em;
}
th
{
	/*distinguishing table headers from data cells*/
	font-weight: bold;
	text-align: center;
}
caption
{
	/*coordinated marking to match cell's padding*/
	margin-bottom: .5em; /*centered so it doesn't blend in to other content*/
	text-align: center;
}
p, fieldset, table
{
	/*so things don't run into each other*/
	margin-bottom: 1em;
}

/*************	CSS RESET END	****************************************/




/***********************************************/
/***************   Global Styles  **************/
/**********************************************#85A9CB;*/

a, a:link, a:active, a:visited
{
	outline: none;
	color: #687B81; 
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

td
{
	vertical-align: top;
}
/*********************************************/
/***************   Main.master  **************/
/*********************************************/

#body
{
	background: #687b81;
}

#wrapper
{
	width: 925px;
	margin: auto;
}
#page_header
{
	height: 125px; 
}
#inner_content_master_wrap
{
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
#footer
{
	color: #fff;
	width: 925px;
	text-align: center;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#footer a
{
	color: #fff;
}
#footer p
{
	padding: 3px;
	margin: 0px;
}
#footer div
{
	text-align: center;
}
#copyright
{
	text-align: center;
	width: 925px;
	color: #fff;
	
	margin: 0px;
	padding: 0px;
}

/*************** show and hide images **************/
.cp_bar{background:#00294E; color:#fff; padding:3px; text-align:left;}
.cp_bar a:link,.cp_bar a:visited,.cp_bar a:active{color:#fff; font-size:10px; font-weight:bold;}
#divisions-overlay{background-color:#687B81; display:none; position:absolute; top:30%; left:40%; border:1px solid #000;  z-index:101; width:760px; height:800px;}


/************************************************/
/*************** innersales.master **************/
/************************************************/

#top-nav
{
	width: 925px;
	height: 27px;
	color: #fff; margin:0px; padding:0px;  _margin-bottom:-12px;

}
#left-nav
{
	width: 196px;
	float: left;
	padding: 35px 0px;
	border-left: 0px solid #fff;
}
#content-area
{
	width: 729px;
	float: left;
	background: #fff url( "/images/steamtherapy-right-corner.gif" ) bottom right no-repeat;
	color: #3a4247;
	min-height: 750px; /* rashmi previous value was 500 */
	height: auto !important;
	height: 750px;
	
}
#content-area-inner
{
	padding: 10px;
}
#center-wrap
{
	
	background: url( "/images/steam-left-bg-repeater.gif" ) left;
}
#center-wrap-bg
{
	min-height: 400px;
	height: auto !important;
	height: 400px;
	background: url( "/images/steamtherapy-left-cornerb.gif" ) no-repeat bottom left;
}
#center-wrap_inner
{
	min-height: 400px;
	height: auto !important;
	height: 400px;
	background: url( "/images/steamtherapy-left-bg.jpg" ) no-repeat;
}
#logo
{
	float: left;
	margin: 80px 0px 0px 350px; 
	_margin: 80px 0px 0px 180px; 
}
#music
{
	float: left;
	margin: 90px 0px 0px 160px;
	_margin: 90px 0px 0px 150px;
	width: 190px;
}
/************************************************/
/*************** product.aspx *******************/
/************************************************/


#center-wrap-prod
{
	min-height: 500px;
	height: auto !important;
	height: 500px;
	
	background: url( "/images/products-left-bg-repeater.gif") left;
	/*background: url( "/images/products-left-corner.gif" ) #12171a bottom left no-repeat;*/
}

#center-wrap-prod-inner{ 
background: url( "/images/products-left-corner.gif" )  bottom left no-repeat;}

#center-wrap_inner-prod
{
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background: url( "/images/products-left-bg.jpg" ) no-repeat;
}
#center-wrap_inner-prod #content-area-inner
{
	margin-top: 20px;
}


/************************************************/
/*************** sales.aspx-2col ****************/
/************************************************/

#content2_left
{
	float: left;
	width: 400px;
	padding: 5px 25px;
}
#content2_right
{
	float: right;
	width: 186px;
}
.img_space
{
	line-height: 19px;
	height: 19px;
}
.content2_right
{
	padding-top: 40px;
}


/**************************************************/
/*************** sales3c.aspx-3col ****************/
/**************************************************/
#content3_left
{
	width: 175px;
	float: left;
	padding: 0px 5px 0px 15px;
}
.content3_right
{
	float: left;
	width: 477px;
	min-height: 10px;
	height: auto !important;
	height: 10px;
	padding: 15px 0px 0 20px;
}


/*********************************************************/
/***************	SteamTherapy Excerpt  ****************/
/*********************************************************/
.excerpt_wrap
{
	width: 457px;
	float: left;
	padding-bottom: 40px;
}
.excerpt_img
{
	width: 152px;
	float: left;
	height: 100px;
}
.excerpt_title
{
	float: right;
	width: 275px;
	padding-left: 20px;
	font-weight: bold;
	color: #3a4247;
	font-size: 16px;
	padding-bottom: 5px;
}
.excerpt_summary
{
	float: right;
	width: 275px;
	padding-left: 20px;
	padding-bottom: 15px;
}


/*********************************************************/
/***************	Steam - Left Nav  ********************/
/*********************************************************/
#left-nav ul
{
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
}
#left-nav ul li
{
	list-style: none;border-bottom:1px dotted white;
}
#left-nav ul li a:link, #left-nav ul li a:visited, #left-nav ul li a:active
{
	display: block;
	width: 120px;
	padding: 10px 0;
	font-weight:bold;
}
#left-nav ul li a:hover
{
	/*background: #aaa798;
	filter: alpha(opacity=70); -moz-opacity:0.7;*/
	}
	


/*********************************************************/
/***************	Top Nav Global  ********************/
/*********************************************************/

#top-nav-one td.tn_start:link, #top-nav-one td.tn_start:visited, #top-nav-one td.tn_start:active
{
	background: url( '/images/top-left-corner-stacked.gif' ) no-repeat bottom left;

}

#top-nav-one td.tn_start
{
	background: url(  '/images/top-left-corner-stacked.gif' ) no-repeat bottom left ;
	border-left: none;
	
	}
#top-nav-one td.tn_start:hover
{
	background: url(  '/images/top-left-corner-stacked.gif' ) no-repeat top left ;
	
}

#top-nav-one
{	
	height: 25px; 

}
#top-nav-one td a
{
	color: white;
	display: block;
	
}
#top-nav-one a:link, #top-nav-one a:visited, #top-nav-one a:active
{
	color: white;
}

#top-nav-one td
{
	background: url( '/images/top-nav-bg.gif' );
	border-left: solid 1px white; 
}
#top-nav-one td:hover
{
	background: url( '/images/top-nav-bg-on.gif' );
}
/*#top-nav-one td a:hover
{
	text-decoration: none;
}
#top-nav-one tbody tr td:hover  
{
	background: url( '/images/top-nav-bg-on.gif' );
}*/
#top-nav-one td.tn_end
{
	background: url('/images/top-right-corner-stacked.gif') no-repeat  bottom right;
}
#top-nav-one td.tn_end:hover
{
	background: url('/images/top-right-corner-stacked.gif') no-repeat  top right;
}

#top-nav-one td.tn_end:link, #top-nav-one td.tn_end:visited, #top-nav-one td.tn_end:active
{
	background: url('/images/top-right-corner-stacked.gif') no-repeat  bottom right; 
}

.top-nav-one-sub1
{
	display:none;
	position:absolute;
	margin-top:3px;
	margin-left:0;
	list-style:none;
	padding-left:0;
	width: 190px;
}

.top-nav-one-sub1 td
{
	background: url( '/images/top-nav-bg.gif' );
	width: 190px;
	
}
.top-nav-one-sub1 td a:link, .top-nav-one-sub1 td a:active, .top-nav-one-sub1 td a:visited
{
	color: white;
		display:block;
}
.top-nav-one-sub1 td:hover
{
	background: url( '/images/top-nav-bg-on.gif' );
	
}
/*
.top-nav-one-sub1 li
{
	background: url( '/images/top-nav-bg.gif' );
	margin:0;
	padding:5px;

}
.top-nav-one-sub1 li a, .top-nav-one-sub1 li a:visited
{
	margin:0;
	display:block;
	width: 190px;
}
.top-nav-one-sub1 li:hover
{
	background: url( '/images/top-nav-bg-on.gif' );
	
}
*/



#left_bottom_img
{	
	margin-top:50px;
	margin-left:9px;	
	width:180px;
	height:61px;
	background: url('/images/steam-products-button.gif') no-repeat  bottom left;
	cursor:hand;
	cursor:pointer;
}

#left_bottom_img:hover
{
	background:url('/images/steam-products-button.gif') no-repeat  top left;
}

#left_bottom_img2 
{	

	margin-top:34px;
	margin-left:18px;
	width:auto;
	height:61px;
	background: url('/images/explore-steamtherapy-button.gif') no-repeat  bottom left; 

	cursor:hand;
	cursor:pointer;
}

#left_bottom_img2:hover
{
	background:url('/images/explore-steamtherapy-button.gif') no-repeat  top left; 
	
}

#left_bottom_img3
{	

	margin-top:34px;
	margin-left:18px;
	width:auto;
	height:350px;
	/*background: url('/images/explore-steamtherapy-button.gif') no-repeat  bottom left; rashmi*/
	background: url('/test/images/steamtherapy-left-callout.png') no-repeat  top left;
}

#left_bottom_img3:hover
{
	/*background:url('/images/explore-steamtherapy-button.gif') no-repeat  top left; rashmi*/
	
}


/*********************************************************/
/***************	Products - Left Nav  ********************/
/*********************************************************/
li.nav_selected
{
	background: #757d80;
	border-left: 1px solid #fff;
}

#left-nav-prod
{
	background: url( "/images/products-left-bg.jpg" ) no-repeat;
	width: 196px;
	float: left;
	padding: 24px 0px;
	border: 0px solid #fff; 
	overflow:hidden;

}
#left-nav-prod4
{
	background: url( "/images/products-left-bg.jpg" ) no-repeat;
	width: 196px;
	float: left;
	padding: 24px 0px;
	border: 0px solid #fff; 
	overflow:hidden;

}
#left-nav-prod ul
{
	margin: 0px;
	padding: 0px;
}
#left-nav-prod ul li
{
	margin: 0px;
	padding: 5px;
	_padding: 0px; 
	list-style: none;
}
#left-nav-prod ul li ul
{
	margin-top: 10px;
	_margin-top: 0px;
}
#left-nav-prod ul li ul li
{
	background: url( '/images/bullet-point.gif' ) no-repeat left;
	color: #fff;
	padding: 0px 10px;
	margin: 0px 15px;
	height: 18px;
	
}
#left-nav-prod ul li ul li a:link, #left-nav-prod ul li ul li a:visited, #left-nav-prod ul li ul li a:active
{
	height: 18px;	
	border-bottom:none; font-weight:normal;
}
#left-nav-prod ul li a:link, #left-nav-prod ul li a:visited, #left-nav-prod ul li a:active
{
	display: block;
	width: 196px;
	height: 20px;
	color: #fff;
	font-weight:bold;/*rashmi*/
	text-decoration: none;
	border-bottom:1px dotted white;
}
#left-nav-prod ul li ul li a:hover
{
	background: #12171D;
}
#left-nav-prod ul li a:hover img
{
	background: #12171D;
}
#left-nav-prod ul li a:hover
{
	background: #12171D;
}
.navchild
{
	display: none;
}

#under-left-nav-prod
{
	width: 150px;
	float:left;
	height: auto;
	border: 4px solid red;
}

/*********************************************************/
/***************	Jquery interactions  ************************/
/*********************************************************/
#overlay
{
	position: absolute;
	display: none;
	width: 500px;
}
#middle
{
	position: absolute;
	visibility: hidden;
	top: 50%;
	left: 50%;
}



/*********************************************************/
/***************	intro - Nabeel  ************************/
/*********************************************************/
#sub_title
{
	font-weight: bold;
	text-align: center;
	font-size: 25px;
	color: navy;
}
#top_table
{
	width: 550px; /*position: relative; 	left: 600px;*/
	float: right;
	border: 0px;
	margin-right: 20px;
	margin-top: 10px;
}
#top_table_text
{
	width: 370px;
	color: #3A4247;

}
#but_table_text
{
	width: 370px;
	color: #3A4247;

}

#bg1
{
	position: absolute;
}
#but_table
{
	/*position: relative; 	left: 600px; 	top: 10px;*/
	width: 550px;
	float: right;
	border: 0px;
	margin-right: 20px;
}

#intro_bg
{
	background: url( '/images/landing-bg-2.jpg' );
	height: 472px;
	width: 924px;
}


/*********************************************************/
/***************	steamtherapy - Nabeel  ************************/
/*********************************************************/

#nav_table
{
	width: 200px;
	float: left;
	margin-top: 10px;
}
#small_img
{
	width: 300px;
	float: left;
	margin-top: 20px;
	color: white;
	text-align: center;
	background-position: 0% 0%;
	background: url('/images/steamtherapy-roll-static.jpg' );
	background-repeat: no-repeat;
	height: 150px;
}

#therapy_right_text
{
	width: 412px;
	float: left;
	margin-top: 20px;
	color: white;
	height:210px;
	
}
#therapy_right_img a
{
	height:61px;
	width:130px;
	float:right;
	margin-top:0px;
	cursor:hand;
}

#left_list ul
{
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 50px;
	float: left;
	margin-top: 20px;
}
#left_list ul li
{
	padding-bottom: 10px;
	float: left;
	list-style: none;
}
#left_list ul li a:link, #left_list ul li a:active, #left_list ul li a:visited
{
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}
#left_list ul li a:hover
{
	background: #333;
}

#main_image_steam
{
	float: left;
	width: 925px;
}
#area_under_image
{
	float: left;
	width: 925px;
	height:200px;
	border-bottom:1px solid white;
}

/*********************************************************/
/***************	productsForm - Nabeel  ************************/
/*********************************************************/
#mid_col
{
	width: 400px;
}


/*********************************************************/
/***************	Productshome - Nabeel  ************************/
/*********************************************************/

#left_image
{
	background: url( '/images/products-home-seo-bg.jpg' );
	width: 300px;
	float: left;
	color: white;
	text-align: center;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	height: 250px;
}
#right_text
{
	width: 295px;
	float: left;
	margin-top: 20px;
	color: white;
	height:210px;
	
}
#right_text a
{
	color: white;	
}
#right_img a
{
	width: 136px;
	height:179px;
	float: left;
	margin-top: 30px;
	background: url( '/images/steamtherapy-button-homepage.jpg' ) no-repeat bottom;
}
#right_img a:hover
{
	width: 136px;
	height:179px;
	float: left;
	margin-top: 30px;
	background: url( '/images/steamtherapy-button-homepage.jpg' ) no-repeat top;
	cursor:hand;
}

#main_image
{
	
	width: 625px;
	float: left;
	color: white;
	text-align: center;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	height: 250px;
}

#prod_small_img
{
	width: 290px;
	float: left;
	margin-top: 20px;
	color: white;
	text-align: center;
	background-position: 0% 0%;
	background-image: url( '/images/products-roll-static.jpg' );
	background-repeat: no-repeat;
	height: 150px;
}

#text_left_image
{
	width: 200px;
	margin: 40px;
	min-height:10px; height:auto !important; height:10px;
	color: white;
	text-align: center;
	vertical-align: middle;
}

/* xsl styles recipes - articles */
#ing_list{
list-style: none;}
#art_h1
{
	padding:0;
	margin:0;
	}
	
	/***************size and selection *********************/
	#right_col
{
	width: 140px;
	float: left;
	font-size: 11px;
	padding-left:10px;
}
#size-sel td
{
	border: solid 3px white;
	}
	#sum
	{
		width:600px;
	}
	#mid_col
	{
		width:530px;
		float:left;
	
	}
	#content_product
	{
	padding-left:20px;	
		
	}
	
	#ctl00_ctl00_inner_content_master_content_area_content2_right
	{
		padding-left:30px;
		padding-right:40px;
		}
		
	#ctl00_ctl00_inner_content_master_content_area_content3_right
	{
		padding-left:30px;
		max-width:620px;
		}
		

#gridBorder
{
	padding: 0;
	margin: 0;
	border-right: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

#ctl00_ctl00_inner_content_master_content_area_tabs
{
border: none;
padding:0;
margin:0;
height:38px;
}
#prod_map
{
float:left;
width:300px;
}
#seperater
{
float:left;
border-left: black 1px solid;
height:800px;
padding-right: 40px;
}
#steam_map
{
	float:left;
	width:300px;
}

/*********************************************************/
/***************	Press Master  ************************/
/*********************************************************/

#wrapper_press
{
	width: 750px;
	margin:auto;
	background-color:#687B81;
	z-index:111;
}
#page_header_press
{
	height: 80px;
	 float: left;
}
#logo_press
{
	float: left;
	margin: 40px 0px 0px 250px; 
	_margin: 60px 0px 0px 90px;
	width: 200px; 
}
#logo_press_bigflash
{
	float: left;
	margin: 40px 0px 0px 350px; 
	_margin: 60px 0px 0px 190px;
	width: 200px; 
}
#inner_content_master_wrap_press
{
	min-height: 480px;
	height: auto !important;
	height: 480px;
	background-color:#ffffff;	
	padding-left:20px;
	padding-top:20px;
	float:left;
	width:700px;
	
	
}
#inner_content_master_wrap_bigflash
{
	min-height: 480px;
	height: auto !important;
	height: 480px;
	background-color:#ffffff;	
	margin: 0;
	padding: 0;
	float:left;
	width:900px;
	
}
#about_us_press
{
 padding:18px;
 color:#ffffff;
float:left;
height:110px;	
width:650px;	
}
#bot
{
 color:#ffffff;
float:left;
height:50px;	
width:650px;		
	}
#copyright_press
{
float:left;	
height:50px;
background-color:#3a4247;
text-align:center;
color: White;
width:730px;	
}
#copyright_press_flash
{
padding-left: -20px;
margin-left: -20px;
float:left;	
height:70px;
background-color:#3a4247;
text-align:center;
color: White;
width:730px;	
}
#copyright_press_flash_extend
{
padding-left: -20px;
margin-left: -20px;
float:left;	
height:70px;
background-color:#3a4247;
text-align:center;
color: White;
width:1000px;	
}
#left_press_outer
{
float:left;	
width:200px;
border-right: solid 1px black;
height: 400px;
}
#right_press_outer
{
float:left;	
width:450px;
padding-left: 10px;
}
#main_press
{
float:left;	
width:700px;
margin:0;
padding-left:10px;

}
#flash_experiance
{
float:left;		
}

.header_image_top
{
	width:200px;
	height: 66px;
}
.content_image_top
{
	width:136px;
	height: 237px;
}
.header_image_but
{
	width:260px;
	height: 58px;
}
.content_image_but
{
	width:136px;
	height: 136px;
}

/*************************************************Rashmi******************************************* */

#left-nav-prod1
{
	/*background: url( "/images/products-left-bg.jpg" ) no-repeat;*/
	width: 196px;
	float: left;
	padding: 10px 0px 24px 0px;
	
	overflow:hidden;
	text-align :left;
	color : #ffffff;
font-family:Arial;
font-weight:bold ;
font-size: 14px;

}
#left-nav-prod1 ul
{
	margin: 0px;
	padding: 0px;
color : #ffffff;
font-family:Arial;

font-size: 14px;
	
}

#left-nav-prod1 ul li ul
{
	margin-top: 0px;
	_margin-top: 0px;
}
#left-nav-prod1 ul li 
{
	background: url( '/test/images/bullet-home.jpg' ) no-repeat left;
	/*color: #fff;*/
	padding : 5px 5px 5px  15px;
	margin: 0px 0px;
	height: 18px;

border-top:1px dotted white;
	
}

#left-nav-prod1 ul li a
{
color : #ffffff;
font-family:Arial;
font-size:14px;
font-weight:bold ;
text-decoration :none;
}
/*#left-nav-prod1 ul li ul li a:link, #left-nav-prod ul li ul li a:visited, #left-nav-prod ul li ul li a:active
{
	height: 18px;	
	border-bottom:none;
}*/
#left-nav-prod1 ul li a:link, #left-nav-prod ul li a:visited, #left-nav-prod ul li a:active
{
	display: block;
	width: 196px;
	height: 20px;

	
	text-decoration: none;

}

#left-nav-prod1 ul li a:hover 
{
font-family:Arial;

font-size: 14px;
color : #7899b5;
}
/*
#left-nav-prod1 ul li ul li a:hover
{
	background: #12171D;
}

#left-nav-prod1 ul li a:hover
{
	background: #12171D;
} */
#text_left_image1
{
	width: 196px;
	margin: 40px;
	min-height:5px; height:auto !important; height:5px;
	Font-family:Georgia;
	font-size: 18px;
	color:#a2bac1;
	vertical-align: middle;
	text-align:left;
	
}

#main_image2
{
	background: url( '/test/images/home-steamtherapy-whole.png' ) repeat-x;	
	width: 625px;
	float: left;
	margin-top:25px;
	text-align: center;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	height: 165px;
}
/*#main_image21
{
		
	width: 625px;
	float: left;

	text-align: center;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	min-height: 15px;
	
}*/

#left_text2
{

	width: 260px;
	float: left;
	text-align: left;
    Font-family:Arial;
    font-weight:bold;
    	margin-top:25px;
    padding :20px 20px 20px 20px;
    font-size:12px;
    color: #394245;
	height: 125px;
	line-height: 20px;
}
#style1
{
    width: 625px;
    min-height: 15px;
    float: left;
}

.style1
{
    color:Black;
   text-align:left;
 
   padding-left :20px;
   padding-top :5px;
  
  
}


.style1 a:link
{
  font-family:Georgia;
   font-size:20px;
  font-weight:bold;
   color: #62751a;
   text-decoration:none;
}

.style1 a:visited
{
  font-family:Georgia;
   font-size:20px;
  font-weight:bold;
   color: #62751a;
   text-decoration:none;
}




#style5
{
    color:Black;
   text-align:left;
 width: 130px;
 padding-top :150px;
 padding-left: 10px;
 padding-bottom: 5px;
   
  float:left;
  
}


#style5 a:link
{
  font-family: arial;
   font-size: 18px;
font-weight:bold;
   color: #ac5b05;
   text-decoration:none;
   line-height: 20px;
}

#style5 a:visited
{
  font-family:arial;
    font-size: 16px;
    font-weight:bold;
   color: #ac5b05;
   text-decoration:none;
}

#style6
{
   color: #3A4247;
   text-align:left;
   font-family:arial;
   font-size:14px;
  font-weight:bold;
   padding-left : 10px;
   margin-top:0px;
  
  width: 130px;line-height: 20px;float:left;
}

#style7
{
height: 80px;
float:left;

padding-left: 0px;
 margin-top :0px;
 text-align:left;
 
}

#style7 ul li 
{
	
	/*color: #fff;
	padding : 5px 5px 5px 25px;
	margin: 0px 0px;
	height : 12px;*/
	
	background: url( '/test/images/steamtherapy-arrow.jpg') no-repeat left;
	/*color: #fff;*/
	padding : 5px 5px 5px 10px;
	margin: 0px 0px;
	height: 12px;
	 text-align:left;

}
#style7 ul
{
	text-align:left; 
	margin-left: 10px; 
	padding-left: 0;	
	_padding-left:0;
}





#style7 ul li a:link
{
color : #3A4247;
font-family:Arial;
font-size: 11px;
text-decoration :none;
border-bottom: none;
padding-left: 5px;
padding-top: 0px;
height: 12px;
margin-left: 0px;

}
/*#style7 ul li ul li a:link, #style7 ul li ul li a:visited, #style7 ul li ul li a:active
{
	height: 18px;	
	border-bottom:none;
}*/
#style7 ul li a:link, #style7 ul li a:visited, #style7 ul li a:active
{
	
color : #3A4247;
font-family:Arial;
font-size: 11px;
height: 12px;

padding-left: 5px;
padding-top: 0px;
height: 12px;

text-decoration :none;
border-bottom: none;

}


#style7 ul li  a:hover
{
	color : #3A4247;
font-family:Arial;
font-size: 11px;

padding-left: 5px;
padding-top: 0px;
height: 12px;

text-decoration :none;
border-bottom: none;
	background: transparent;
}
#style7 ul li a:hover img
{
	background: transparent;
}
#style7 ul li a:hover
{
	background: transparent;
}

 
 #leftnavsteam
 {
     padding : 5px 5px 5px  15px;
	margin: 0px 0px;
	height : 12px;
	
 }
 
 #leftnavsteam ul  #leftnavsteam li
 {
     list-style-type: circle ;
 }


#leftnavsteam a:link
{
    color : black;
font-family:Arial;
font-size: 11px;

text-decoration :none;

}

.style2
{
   color:Black;
   text-align:left;
   font-family:Georgia;
   font-size:16px;
  font-weight:bold;
   padding-left : 20px;
   margin-top:0px;
   color: #000000;
  
}
#style3
{
  width: 375px;
  min-height: 20px;
   color: Black;
   text-align: left;
   font-family: Arial;
   font-size: 12px;
    padding-left: 20px;
   padding-top: 10px;
    padding-right: 0px;
     padding-bottom: 0px;
   margin-top: 0px;
   color: #000000; float: left;
   
  
}
#style4
{
    width: 625px;
    min-height: 10px;
    float: left;
}
.style4
{
     
   text-align:left;
 
   padding-left : 20px;
 
}

.style4 li
{
    background: url( '/test/images/steamtherapy-arrow.jpg' ) no-repeat left;
    margin :0px;
   
    list-style:none;    font-family: Arial;
   font-size: 10px;
    font-weight: bold;
    padding: 10px 10px 10px 10px ;
    
    
    
}
.style4 li a:link
{
    
    color: #ac5b05;
    text-decoration:none;
    
    font-family: Arial;
   font-size: 11px;
   font-weight: bold ;
 
    
}

.style4 li a:hover
{
color: #c7d5da;
text-decoration: underline;
}
.style4 li a:visited
{
    color: #ac5b05;
}
/* total 925*/
#footer1
{
	/*color: #fff;
	width: 275px;
	min-height:35px;
	text-align: center;
	clear: both;
	float:left;
	margin: 0px;
	padding: 0px;
	border : solid 1px white;*/
		width: 280px;
	float: left;
	min-height:15px;
	text-align: left;
    Font-family:Arial;
   
    margin-top: 15px;	
   
    font-size:12px;
    color: #232e32;



	

}

#footer2
{
	width: 280px;
	float: left;
	 margin-top: 10px;	
min-height:25px;


}
#footer2_youtube
{
width: 150px;
background: url( '/test/images/sm-youtube.jpg' ) no-repeat left;

}
#footer2_Facebook
{
    width: 30px;
    background: url( '/test/images/sm-fb.jpg' ) no-repeat left;
}

#footer2_twitter
{
width: 30px;
background: url( '/test/images/sm-twitter.jpg' ) no-repeat left;
}

#footer2_linkedin
{
    width: 30px;
    background: url( '/test/images/sm-in.jpg' ) no-repeat left;
}



#footer3
{
	width: 50px;
	height:45px;
	float: left;
	text-align: left;
    Font-family:Arial;
    font-weight:bold;
    	 margin-top: 10px;	
   
    font-size:12px;
    color: #394245;
	

}
#footer4
{
	width: 315px;
	float: left;
	text-align: left;
   
    	min-height:15px;
   
 text-align: right;
    Font-family:Arial;
   
    		 margin-top: 10px;	
   
    font-size:12px;
    color: #232e32;

}
#footer4 a:link
{
     text-align: right;
 
    Font-family:Arial;
   
    	margin-top:11px;
   
    font-size:12px;
    color: #232e32;
    text-decoration:none;
    padding: 5px;
 
    
}
#footer4 a:hover
{
     
 text-align: right;
    Font-family:Arial;
   
    	margin-top:11px;
   
    font-size:12px;
    color: #232e32;
    text-decoration:underline;
    padding: 5px;
    
    
}
#footer4 a:visited
{
     
 text-align: right;
    Font-family:Arial;
   
    	margin-top:11px;
   
    font-size:12px;
    color: #232e32;
    text-decoration:underline;
    padding: 5px;
    
}

#style8
{
    width: 150px;
   height: 10px;
    float: left;
}

#style8
{
     
   text-align:left;
  
   padding-left : 10px;
   padding-top: 0px;margin-top: 0px;
   
 }

#style8 li
{
    background: url( '/test/images/steamtherapy-arrow.jpg' ) no-repeat left;
    margin-top : 0px;
   
    list-style:none; 
   font-family : Arial;
   font-size: 10px;
    font-weight: bold;
    padding:10px 15px 10px 10px ;
    
    
    
}
#style8 li a:link
{
    
    color: #ac5b05;
    text-decoration:none;
    
    font-family: Arial;
   font-size: 11px;
   font-weight: bold ;
 
    
}

#style8 li a:hover
{
color: #c7d5da;
text-decoration: underline;
}

/*
.style8
{
     
   text-align:left;
  
   padding-left : 10px;
   padding-top: 0px;
   
 
}

.style8 li
{
    background: url( '/test/images/steamtherapy-arrow.jpg' ) no-repeat left;
    margin :0px;
   
    list-style:none; 
   font-family : Arial;
   font-size: 10px;
    font-weight: bold;
    padding: 20px 15px 10px 10px ;
    
    
    
}
.style8 li a:link
{
    
    color: #ac5b05;
    text-decoration:none;
    
    font-family: Arial;
   font-size: 11px;
   font-weight: bold ;
 
    
}

.style8 li a:hover
{
color: #c7d5da;
text-decoration: underline;
}
*/