@import url('layout.css');
@import url('menu-buttons.css');
body {
	background-position: top;
	margin: 10px 0px 0px 10px;
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image: url('../images/bkgrd.gif');
	background-repeat: repeat-x;
}

/*Preloads Our Buttons for Fast Rollover*/
.preload {
	display: none;
}

#container {
	background-color: #fff;
	width: 820px;
	margin: 30px auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
	border-top-color: inherit;
	border-right-color: #663300;
	border-bottom-color: inherit;
	border-left-color: #663300;
}

#navigation-top {
	background-color: #000;
	padding: 5px;
	text-align: right;
	overflow: hidden;
}

/* Styles for Navigation */
#navigation-top a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	margin-right: 15px;
}

#navigation-top a:hover {
	color: #FFF;
	text-decoration: underline;
	/*background-color: #a9a9a9;*/
	/*border: 1px solid #a9a9a9;*/
}

#masthead {
	background-position: left top;
	border-top: 1px solid #00FFFF;
	border-bottom: 2px solid black;
	background-color: #DB0000;
	width: 820px;
	height: 120px;
	text-align: left;
	background-image: url('../images/SuperSaunaSuitHeader.820x120.jpg');
	background-repeat: no-repeat;
	border-top-color: #000000;
	border-bottom-color: black;
}

#searchform {
	float: right;
	margin: 15px 15px 0px 0px;
	color: white;
	text-align: left;
}

#tollfree {
	float: right;
	margin: 5px 10px;
	color: blue;
	text-align: right;
	letter-spacing: 2px;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
}

#page_content {
	height: 1%;
	overflow: auto;
	width: auto;
	background-image: url('leftColumn-bkgd.png');
	background-repeat: repeat-y;
	text-align: left;
}
#content {
	float: right;
	width: 580px;
	min-height: 840px;
	padding: 10px 15px 10px 5px;
	background-color: transparent;
	left: 0px;
}
#left-column {
	background-position: left;
	position: relative;
	float: left;
	width: 180px;
	margin: 0;
	padding: 15px 0px 5px;
	text-align: center;
	color: #000;
}
#chat {
	width: 160px;
	margin: 10px 0px;
	border: 2px solid maroon;
	text-align: center;
	font-size: 11px;
	padding: 5px;
	background: white;
}

.MyAuthorizeNetSeal {
	text-align: center;
	margin: auto;
	max-width: 180px;
}
#AuthNet {
	float: right;
}

#content .list-style {
	list-style: none;
	font-weight: bold;
	line-height: 1.4em;
}

#content .list-style a {
	text-decoration: none;
}

#content .list-style a:hover {
	text-decoration: underline;
}

#footspace {
}
#intltariff	{
	text-align: center;
	font: 11px Tahoma;
	padding: 11px;
}
/* Styles for Footer */
.footerlinks a {
	font-size: 14px;
	color: white;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
}

.footerlinks a:visited {
	text-decoration: none;
	color: white;
}

.footerlinks a:hover {
	text-decoration: underline;
	color: white;
}

/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}

a:hover {
	color: #808080;
	text-decoration: underline;
}

.style_bold {
	font-weight: bold;
}

.style_italic {
	font-style: italic;
}

#webdeveloper {
	text-align: center;
	font-size: 10px;
	position: relative;
}

#webdeveloper a {
	color: #CC9900;
}

#webdeveloper a:hover {
	color: #FFCC00;
}

.copyright {
	color: white;
}

#affbanners {
	text-align: center;
	margin: 10px auto;
}
#affbanners a {
	margin: 10px auto;
}
#affbanners h1, h2, h3 {
	color: red;
}
.cartimage {
	width: 5.2em;
	height: 5.2em;
}
img { -ms-interpolation-mode: bicubic; }