/* CSS Document */

body {
	background: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-image: url(/img/siteback.png);
	background-repeat: repeat-x;
}

#container {
	width: 802px;
	margin-top: 20px;
	padding: 4px;
	border: solid 1px #FF9900;
	overflow: visible;
	text-align: left;
	background: #000000;
	margin-left: auto;
	margin-right: auto;
}

#container2 {
	width: 802px;
	padding: 4px;
	border: solid 1px #FFFFFF;
	overflow: visible;
	text-align: left;
	background: #000000;
	margin-left: auto;
	margin-right: auto;
}

#top {
	width: 800px;
	height: 165px;
	margin-bottom: 4px;
	border: solid 1px #FF9900;
	background: url(img/toplogo.jpg);
}

#topmenu {
	height: 35px;
	width: 802px;
	overflow: hidden;
	margin-bottom: 4px;
	background: url(img/menuback.png);
}

#maincontainer {
	width: 788px;
	height: auto;
	margin-bottom: 0px;
	border: solid 1px #FF9900;
	background-color: #FFFFFF;
	background-image: url(img/mainback.png);
	padding: 6px;
}

#main {
	height: auto;
	width: 594px;
	padding-left: 6px;
	border-left: 1px dotted #000000;
	margin-left: 186px;
}

#sidemenu {
	height: auto;
	width: 180px;
	float: left;
}

.header {
	font-size: 24px;
	color: #ff9933;
	font-weight: normal;
}

/* Menu style */

.sidemenu {
	font: normal 11px Arial, Helvetica, sans-serif;
	line-height: 30px;
	height: 31px;
	width: 174px;
	display: block;
	border-bottom: 1px solid #ffffff;
	padding-left: 6px;
	background-color: #000000;
	background-image: url(/img/sidemenuback.png);
}

a.sidemenulink {
	color: #ff9933;
	text-decoration: none;
}

a.sidemenulink:link, a.sidemenulink:visited {
	color: #ff9933;
	text-decoration: none;
}
a.sidemenulink:hover {
	color: #ffffff;
	font-weight: bold;
}
a.sidemenulink:active {
	color: #ff9933;
	font-weight: bold;
}

.thumb {
	border: 1px solid #000000;
	padding: 5px;
	background-color: #ff9933;
}

/* FORM */

.contactinput {
	width: 200px;
	height: 18px;
	border: 1px solid #ff9933;
	background-color: #fff;
	margin-bottom: 6px;
	clear: right;
}

.dropdown {
	width: 254px;
	height: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	border: 1px solid #666;
	background-color: #fff;
	margin-bottom: 10px;
}

.contactinputmulti {
	width: 200px;
	height: 90px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	border: 1px solid #666;
	background-color: #fff;
	margin-bottom: 10px;
}

.ledtext {
	width: 100px;
	height: 18px;
	line-height: 18px;
	float: left;
	text-align: right;
	padding-right: 6px;
	margin-bottom: 6px;
}

.loginbutton {
	width: 150px;
	height: 20px;
	color: #ff9933;
	border: 1px solid #ff9933;
	background: url(img/buttonback.png) #000000;
	cursor: pointer;
}

.sideheader {
	font-size: 15px;
	color: #999999;
	font-weight: normal;
	line-height: 35px;
	letter-spacing: 5px;
	text-align: center;
}

