body {
	font-family: Verdana, Sans-Serif;
	margin: 0px;
	padding: 0px;
	color: #000;
	background: #FF8100 url(../pics/static/bg-SpartaIONClub.jpg) repeat;
}

h1 {
	color: #F06A00;
}

h2 {
	color: #F06A00;
	margin-bottom: 10px;
}

a {
	color: #FF8600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

form {
	padding: 0px;
	margin: 0px;
}

/* DIV containers */
#container {
	width: 796px;
	margin-left: auto;
	margin-right: auto;
}

#topShade {
	margin-top: 51px;
}

#topShade #scenic {
	width: 796px;
	height: 126px;
	overflow: hidden;
	background: url(../pics/static/bg-shadedTop.png) no-repeat;
}
*html #topShade #scenic {/* Work around for IE6 */
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../pics/static/bg-shadedTop.png',sizingMethod='scale');
}

#page {
	background: url(../pics/static/bg-shadeRepeat.png) repeat-y;
	width: 796px;
	text-align: left;
}
*html #page {/* Work around for IE6 */
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../pics/static/bg-shadeRepeat.png', sizingMethod='scale');
}

#page #top {
	padding: 0px 13px;
	width: 770px;
}
#page #top #mainMenu {
	width: 770px;
	height: 35px;
	background: url(../pics/static/bg-menu.png) no-repeat;
	border-bottom: 1px solid #fff;
}

/* Menu */
#page #top #mainMenu .mainmenu {
	overflow: hidden;
	float: left;
	margin-left: 20px;
}
#page #top #mainMenu .submenu {
	overflow: hidden;
	position: absolute;
	top: 213px;
	width: 180px;
	padding-top: 10px;
	background: #FFC262 url(../pics/static/menu-arrow.gif) 10px 0px no-repeat;
	border: solid 1px #fff;
	text-align: left;
	z-index: 2;
}

#page #top #mainMenu .mainmenu a {
	color: #fff;
	cursor: hand;
	line-height: 35px;
	font-weight: bold;
}

#page #top #mainMenu .submenu a {
	float: left;
	padding: 0px 10px;
	color: #000;
	cursor: hand;
	line-height: 20px;
	font-weight: normal;
}

#page #top #mainMenu .submenu .hr {
	clear: both;
	height: 3px;
	background: url(../pics/static/menu-hr.gif) repeat-x;
}

/* Navigation */
#page #top #navigation {
	font-weight: bold;
	height: 30px;
	background-color: #ed7b00;
}
#page #top #navigation #search {
	float: right;
	padding-top: 5px;
}

#page #top #navigation #switch {
	float: right;
	padding-top: 5px;
	margin-right: 10px;
	line-height: 22px;
}

/* Copyright */
#footer {
	width: 796px;
	height: 51px;
	overflow: hidden;
	background: url(../pics/static/bg-shadedFooter.png) no-repeat;
	margin-bottom: 50px;
}
*html #footer {/* Work around for IE6 */
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../pics/static/bg-shadedFooter.png',sizingMethod='scale');
}
#footer #copyright {
	position: relative;
	padding-top: 19px;
	margin-right: 28px;
	text-align: right;
	color: #f7c380;
}
#footer #copyright a {
	color: #f7c380;
}

/* Content */
#page #content {
	width: 796px;
}
#page #content #innerContent {
	clear: both;
	width: 770px;
	margin-left: 13px;
	background: url(../pics/static/bg-content.png) repeat-y;
}
#page #content #innerContent #leftContent {
	float: left;
	width: 475px;
	padding: 10px 10px 20px 25px;
}
#page #content #innerContent #rightContent {
	width: 220px;
	float: left;
	padding: 30px 10px 0px 30px;
}

#page #content #innerContent .boldLine {
	font-weight: bold;
}

#page #content #innerContent .title {
	display: block;
	color: #FF8600;
	font-weight: bold;
}

#page #content #innerContent #leftContent .hr {
	background: url(../pics/static/pxl-Orange.gif) repeat-x;
	line-height: 0px;
	height: 1px;
	width: 464px;
}

#page #content #innerContent #leftContent .temperature {
	font-size: 12px;
	color: #F06A00;
	margin: 5px 0px;
}

#page #content #innerContent #rightContent .infoBox {
	font-weight: normal;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 20px;
}
#page #content #innerContent #rightContent .infoBox a {
	width: 220px;
	color: #FF8600;
}

#page #content #innerContent #rightContent .infoBox .infoBoxTitle {
	color: #fff;
	font-weight: bold;
	background: url(../pics/static/cornerPrepend.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}
.infoBoxTitleCornerRight {
	float: left;
	background: url(../pics/static/cornerAppend.gif);
	background-position: right;
	background-repeat: no-repeat;
}

/* FAQ */
#page #content #innerContent #leftContent #faqlist ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#page #content #innerContent #leftContent #faqlist li {
	margin: 5px 15px;
}
#page #content #innerContent #leftContent #faqlist li.group {
	margin: 15px 0px 0px 0px;
}

/* Print containers */
#print-logo {
	display:none;
}

.print {
	display:none;
}

/* General classes used throughout the site */
.clear {
	*float: left; /*IE Fix*/
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	clear: both;
	display: block;
	height: 0px;
	line-height: 0px;
}
.spacer { clear:both; line-height: 5px; }
.hr {
	height: 1px;
	line-height: 1px;
	color: #FF8600;
}
.separator { color: #FF8600; }

.redResponse { color:  #b71212; }
.greenResponse { color:  #4aac0f; }

.normalFont { font-size: 11px; color:#000; }
.largeFont { font-size: 13px; color:#000; }
.largeFontNoColor { font-size: 13px; }

/* Form */
input.fieldSmall {
	font-family: Verdana, sans-serif;
	height: 16px;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	border: 1px #FF8600 solid;
	background-color: #fff;
	color: #000;
}
input.fieldTiny,
input.field {
	font-family: Verdana, sans-serif;
	width: 290px;
	height: 16px;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	border: 1px #FF8600 solid;
	background-color: #fff;
	color: #000;
}
input.search {
	font-family: Verdana, sans-serif;
	width: 120px;
	padding:0px;
	margin:0px;
	height: 16px;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	border: 1px #000 solid;
	background-color: #fff;
	color: #000;
}
select.field {
	font-family: Verdana, sans-serif;
	width: 293px;
	height: 20px;
	font-size: 12px;
	line-height: 14px;
}
input.button {
	font-family: Verdana, Sans-Serif;
	width: 150px;
	height: 20px;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	cursor: hand;
	border: 1px #FF8600 solid;
	background-color: #fff;
	color: #000;
}
input.buttonRegister {
	font-family: Verdana, Sans-Serif;
	width: 200px;
	height: 30px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	cursor: hand;
	border: 1px #000 solid;
	background-color: #FF8600;
	color: #000;
}
input.buttonLogin {
	font-family: Verdana, Sans-Serif;
	height: 20px;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	cursor: hand;
	border: 1px #FF8600 solid;
	background-color: #fff;
	color: #000;
}

/* Added for IE6 workaround, which removes the style of a png-image */
*html .weatherPng {
	display:block;
	padding: 5px;
}

