/* CSS Document */


/***********************  GENERAL LAYOUT   *************************************************/
body {
	background: url(../images/rtf_back.jpg) repeat-y top #F0F0F0;
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	width:820px;
	text-align: center;
	margin:0 auto;
}

strong {
	font-weight:bolder;
}

img {
	border-style: none;
}
		
/*h1 {
	background: url(/images/bb_logo.gif) no-repeat center ; 
	margin-left:14px;
}*/

h2 {
font-family:"Times New Roman", Times, serif;
}

table {
	border-collapse: collapse;
}

small {
	font-weight:bold;
	font-size:14px;
}

a {
/*	text-decoration:none;  */
	color:#FFF;
}

a.image_link {
text-decoration:none;
}


/**************  CONTAINER AND CONTENT AREA  *****************/
#header, #container {
	width: 820px;
	margin:0 auto;
}
	
#header {
	background: transparent url(../images/rtf_back_01.jpg) no-repeat bottom;
	height:176px;
	text-indent:-5000px;
	margin-top:-1.2em;
}

* html #header {
	height:166px;
}

#container {
	text-align: justify;
}
		
/** html #container {
	margin:0;
}*/
		
div#content_body {
	background: url(../images/rtf_back_03.jpg) repeat-y top;
	clear:both;
	overflow:hidden;
	color:#fff;
	padding-bottom:25px;
}

div#maincontent {
	width:460px;
	margin: 0 0 0 20em;
	padding: 0 30px 10px 30px;

/*	border: thin solid #000;*/
}

/* Fix IE Mac */
* html>body div#content_body {display: inline-table;}
/* End */
/* Fix IE - Hide from IE Mac \*/
* html div#content_body {height: 1%; }
* html div#content_body {overflow: visible;}
/* END */

#equipment span img {
	border-style:ridge;
	border-color:#000000;
	margin-left:27px;
}

#equipment .label {
	padding-bottom:20px;
	text-align:center;
	width:200px;
	font-size:16px;
}

#equipment th img{
	margin-left:10px;
}


#sidebar {
width:201px;
height:464px;
position:absolute;
top:.5em;
margin-left:23px;
}

#sidebar li {
	list-style:none;
	text-align:center;
	margin-left:-40px;
	color:000;
}

#store_hours a {
	color:#000000;
	text-decoration:underline;
}

/*  *******   NAVIGATION   *******   */
#nav {
	margin:20px;
}

#nav li{
	background: transparent url(/images/rtf_subnav.jpg) no-repeat top left;
	text-align:left;
}

#nav li a {
	line-height:29px;
	padding: 0 0 0 25px;
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

* html #nav li {
		margin-left:15px;
}

#nav a.sfhover, #nav a:hover {
	text-decoration:underline;
}

#nav li.at a {
	font-style:italic;
}

#nav li.at {
	background: transparent url(/images/rtf_subnav_selected.jpg) no-repeat top left;
}

#subnav li, #nav li.at ul li a, #subnav li.at {
	font-style:normal;
	background:none;
	line-height: 25px;
	/*margin-left:-15px;*/
	padding: 0;
}

#subnav li {
	margin-left:25px;
}

#subnav {
	padding: 10px 0 10px 0;
}

#nav li.at ul li.at a {
	font-style:italic;
}

/*       NAVIGATION end      */

#store_hours {
margin-top:40px;
}

#store_hours li, #store_hours p{
	color:000;
}

#rates_table, #rates_table td, #rates_table th, #short_rates_table, 
#short_rates_table td, #short_rates_table th, #tanning_rates,  #tanning_rates td, #tanning_rates th  {
	border: thin solid #ccc;
	text-align:center;
}

#rates_table, #short_rates_table, #tanning_rates {
border-width:2px;

}


#tanning_rates td {
	padding:1px 6px;
}

#short_rates_table {
float:left;
/*	margin-left:70px;*/
	width:300px;
}
	
#rates_table th {
	width:130px;
	padding:4px;
}

#rates_table td {
	height:35px;
}

#rates_table td.table_footer,  #short_rates_table td.table_footer{
	text-align:left;
}

#rates_table td.rates_data {
	font-size:18px;
	font-style:normal;
	font-weight:normal;
	color:#FFFFFF;
}

#rates_table em {
	font-weight:bold;
	color:#FFFF00;
	font-size:12px;
}

#rates_table ul li {
	display:block;
}

#rates_table ul {
	margin-left:-10px;
	}

/*#tanning_rates {
	margin-left:80px;
	}*/

/*#discount_info{
	clear:both
	}*/
#discount_info li, #tanning_rates li{
	display:block;
	}
	
#energy, #energy_drinks, #energy_drinks_footer {
	width:508px;
	margin-left:-20px;
	
}
		
		#energy {
			background: transparent url(/images/energy_1.gif) no-repeat top;
			height:48px;
			text-indent:-5000px;
		}
		
		#energy_drinks {	
			background: transparent url(/images/energy_2.gif) repeat-y top;
			margin:-20px 0 0 -20px;
			padding: 10px 0 20px 0;
		}
		
		#energy_drinks p{
			padding: 0 25px 0 25px;
		}
		
		#energy_drinks table {
			margin-left:10px;
		}
		
		#energy_drinks_footer{
			background: transparent url(/images/energy_3.gif) no-repeat top;
			margin-top:-5px;
			height:15px;
		}
		#energy_drinks_footer a {
		border:thin #FFFFFF solid;
			padding-left: 20px;
			padding-top: -40px;
		}

	
/**************************  FOOTER ************************/
#footer {
 background: transparent url(../images/rtf_back_04.jpg) no-repeat top;
 width:820px;
 height:41px;
 text-align:right;
 margin-top:-1em;
}
 
#footer p {
	color:#000;
	padding: 0 4em 0 3em;
}

/* A note from Mario about this form: Thanks to Paul Armstrong (whom I have never met nor spoken to), 
	who is kind enough to provide this wonderful css based form. I have made slight changes to his css 
	since my form is quite simple, and the original supports form tags that I have no use for. 
	To view the code in it's original entirety (which I reccomend you do), note his info below.
	All comments and code below are the work of Paul Armstrong:
*/	
/* 
	The following information must not be removed:
	Awesome Form v2.01 CSS
	Written by: Paul Armstrong, Paul Armstrong Designs
	Site: http://paularmstrongdesigns.com
	Example & Documentation: http://paularmstrongdesigns.com/examples/css/awesome-form.html
	Thu Jun 22 22:38:39 2006

	Special thanks to Zach Johnson for helping and pushing me to make the changes.
	Site: http://tech.no.logi.es (those aren't dots, they are diamonds)

	This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License
	http://creativecommons.org/licenses/by-sa/2.5/
*/


form.awesome {
	margin: 0 0 1em;
}

form.awesome label {
	width: 140px; /* label width *//* label margin = (input left margin) - (label width) */
	margin-right: 10px; /* label margin */
	float: left;
	text-align: right;
	padding-top: 0.2em;
	font-weight: bold;
	font-size: 1em;
}

form.awesome em {
	color: #900; /* color of required asterisk */
}

form.awesome label:after { 
	content: ":"; 
}

form.awesome input, form.awesome textarea {
	margin-left: 150px; /* (label width) + (label margin) */
	width: 180px; /* subjective */
	display: block;
	margin-bottom: -0.5em;
}

form.awesome textarea { 
	width: 250px; /* subjective, recommend: (3/2)(input width) */
}

form.awesome br { 
	clear: left;
} 

form.awesome input[type="hidden"] {
	display: none;
}

/*
	I found my own IE CSS display bug. I call it the "IE sucks, so it redraws the top border all over the fieldset like a jerk bug."
*/
* html form.awesome input, * html form.awesome textarea {
	margin-top: 0;
	margin-bottom: 0;
}
