#content {
	width: 100%;
	margin: 0 auto 0 auto;
	text-align: center;
	padding:0;
}
#logoHide{
	display: none;
}
#header{
	width:509px;
	height:48px;
	margin: 24px auto 10px auto;
	background-image: url(../assets/logo.gif);
	background-repeat: no-repeat;
}
#nav{
	width:100%;
	//height:2em;
	margin: 0 auto 0 auto;
	background-image: url(../assets/para.gif);
	background-repeat: repeat-both;
	background-position: fixed;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
}
#nav ul{
	text-align:center;
}

#nav ul li{
	font-size:1em;
	padding:0;
	margin:0px;
	width:10em;
	font-weight:bold;
	display: inline;
}
#nav ul li a{
	color:white;
	text-decoration:none;
	font-size:.9em;
}
#nav ul li a:hover{
	text-decoration:underline	;
}
#nav ul li a:visited{
	color:white;
}
#subnav{
	width:100%;
	//height:2em;
	margin: 0 auto 0 auto;
}
#subnav ul{
	text-align:center;
	margin:0;
}

#subnav ul li{
	font-size:1em;
	padding:0;
	margin:0px;
	font-weight:bold;
	display: inline;
	color:white;
}
#subnav ul li a{
	color:#fff;
	text-decoration:none;
	font-size:.9em;
}
#subnav ul li a:hover{
	text-decoration:underline;
}
#mainPane {
	background-image: url(../assets/mainPane.jpg);
	background-repeat: repeat-x;
	background-position: top-left;
	background-color: #710300;
	color: #ffffff;
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	margin-top:5px;
	font-family: Arial;
	font-size: 12px;
	padding:5px 0 20px 0;
}
#mainPane a img{
	border: solid 3px #ffffff;
	float: right;
}
#innerPane{
	width:760px;
	margin: 0px auto 0px auto;
}
body {
	margin:0;
	padding:0;
	width: 100%;
	text-align:center;
	background-color: #505050;
	background-image: url(../assets/background.gif);
	background-repeat: repeat-both;
	background-position: fixed;
	font-family: "Century Gothic",Arial;

}
h1, h2, h3,p,ul,li{

	margin: 5px auto 5px auto;
	text-align:left;

}
li{
	list-style:square inside ;
	font-weight:bold;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.4em;
	color:yellow;
}
h3 {
	font-size: 1.3em;
}
p,ul{
	color:ffffff;
	padding: 5px;
	text-align: justify;
	font-size: 1.4em;
	line-height:1.4em;
}
a{
	font-weight:bold;
	color:#000;
}
#innerPane ul{
	list-style:none outside;
}
#innerPane li.main{
	margin:5px;
	padding-left:20px;
	font-weight:bold;
}
.clear{
	clear: both;
}
#ad1{
	float: left;
	margin-right: 10px;
}
#saunafooter a{
	font-size:.8em;
	color:white;
}
#saunafooter a:hover{
	text-decoration:underline;
}
#saunafooter a:visited{
	color:white;
}
#results{
	float:left;
	width:260px;
}
.product{
	clear:both;
	padding:0;
	margin: 5px 10px 10px 0;
	border: 2px solid red;
	text-align:left;
}
.product a{
	color:white;
	margin:0 0px 0 2px;
	display:block;
}
.product ul{
	margin:0;
	padding:0 2px 0 0;
	list-style:none;
	clear:both;
	border-top: 2px solid red;
	text-align:right;
	background-color:#550000;
}
.product ul li{
	margin:0;
	padding:0;
	display:inline;
	background-color:#550000;
	height:17px;

}
.product ul li img{
	margin:0 2px 0 2px;
	padding:0;
	border:none;
	vertical-align:bottom;
	height:17px;
}
.bold{
	font-weight:bold;
}
img.float{
	float:right;
	margin:1em;
	border:2px solid red;
	padding:2px;
}