body {
	background: url('images/bg_blurdark.jpg') fixed 50% 50% #555566;
	font-family: Tahoma, sans-serif;
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
	text-align: center;

}
#main_title {
	background: url('/images/banner_bg1.jpg') repeat 0% 0% #336699;
	border-left: 2px solid black;
	border-right: 2px solid black;
	position: relative;
	left: 0px;
	right: 0px;
	padding: 0px;
	margin: 0px;
	color: black;
	font-size: 1.2em;
}
#main_subtitle {
	background: black;
	text-align: left;
	padding-left: 32px;
	position: relative;
	left: 0px;
	right: 0px;
	padding: 0px;
	margin: 0px;
	color: white;
}
#main_subtitle a {
	color: white;
}
#main_section {
	position: absolute; 
	top: 50%;
	width: 100%; 
	height: 100%; 
	overflow: visible;
}
#main_section {
	background: url('images/banner_bg1.jpg') fixed 50% 50% white;

	position: relative;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	min-height: 100%;
	bottom: 0px;
	text-align: center;
	color: black;
}
#main {
	border-left: 2px solid black;
	border-right: 2px solid black;
	background: white;
	position: absolute;
	top: 192x;
	left: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: black;
}
#menubar {
	float: left;

}
#page {
	float: right;
	margin-right: 8px;
	width: 670px;
}
#footbar {
	background: url('images/footbar.png') repeat-x 0% 50% black;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 16px;
	padding: 8px;
	margin: 0px;
	color: #999999;
	font-size: .8em;
	z-index: +2;
}
#footbar a {
	color: white;
}
#footbar_left {
	position: absolute;
	text-align: left;
	margin-left: 8px;
	margin-right: auto;
	left: 0px;
	padding: 0px;
}
#footbar_right {
	position: absolute;
	text-align: right;
	margin-left: auto;
	margin-right: 8px;
	right: 0px;
	padding: 0px;
}
.news {
	background-image: url('images/bg_blur.jpg');
	background-attachment: fixed;
	background-position: 50% 50%;
	background-repeat: repeat;
	background-color: transparent;
	color: white;
	text-align: left;
	margin: 16px;
}
.news p {
	margin: 0px;
	padding: 8px;
	text-align: left;
}
.news img {
	border: none;
	max-height: 400px;
	max-width: 600px;
}

.item {
	margin: 16px;
	padding: 16px;
	background: url('fadewhite.png') fixed #ffffff;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 8px;
}
.item p {
	margin: 0px;
	padding: 8px;
	text-align: left;
	height: 500px;
	background: #f0f0f0;
}
.item img {
	float: right;
	border: none;
	height: 500px;
	margin-right: 16px;
}

h1 { font-size: 2em; }
h2 { font-size: 1.6em; border-bottom: 2px #999999 dashed}
h3 { font-size: 1.3em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.0em; }
h6 { font-size: .8em; }

.signature { 
	text-align: right; 
	color: #999999;
	font-weight: normal;
}
.sidemenu {
	background: #eeeeee;
	width: 200px;
}
.sidemenu h5 {
	background: #456789;
	color: white;
}
.linkslist {
	width: 500px;
	background: #cccccc;
	border: 1px solid #999999;
}
.commslist {
	width: 600px;
	background: #cccccc;
	border: 1px solid #999999;
}
.commslist img {
	height: 48px;
	width: auto;
}
.commslist h5 {
	border-bottom: solid 1px black;
}
.custlist {
	margin: 8px;
	padding: 8px;
	color: black;
	width: 600px;
	background: #cccccc;
	border: 1px solid #999999;
}
.custlist a {
	text-decoration: none;
}
.custlist img {
	height: auto;
	width: auto;
	border: none;
}
.custlist li {
	text-align:center;
}

ul {
	margin: 8px;
	padding: 8px;
	text-align: left;
	background: white;
	color: black;
}

li {
	list-style: inside square;
	padding: 2px;
	margin: 0px;
	color: black;
}

table {
	width: 100%;
}
#tableheader td {
	font-weight: bold;
	border-bottom: 1px solid black;
	margin: 2px;
	padding: 2px;
	font-size: 10pt;
}
.tablerow td {
	border-bottom: 1px dashed black;
	margin: 2px;
	padding: 2px;
	font-size: 10pt;
}
a {
	color: black;
	font-weight: bold;
}
a:hover {
	color: red;
}
.error {
	background-image: url('images/bg_blurdark.jpg');
	background-attachment: fixed;
	background-position: 50% 50%;
	background-repeat: repeat;
	background-color: transparent;
	position: fixed;
	right: 32px;
	bottom: 32px;
	width: 300px;
	color: white;
	border: 2px solid #882222;
	
	text-align: center;
}

.floatimg {
	float: right;
	border: 2px solid #cccccc;
	width: 216px;
	margin: 8px;
}
.floatimg img {
	width: 200px;
}
.loginbox input {
	border: 1px inset white;
	background: #cccccc;
	color: black;
	font-size: 1.0em;
	margin-left: 4px;
	margin-right: 4px;
	width: 96px;
}
.loginbox .submit {
	border: 1px outset white;
	background: #cccccc;
	color: black;
	width: 48px;
	font-size: 1.0em;
}
.productbox {
	background: #cccccc;
	margin: 8px;
	border: 2px solid black;
}
.productbox h3 {
	background: #666666;
	color: white;
}
.productbox div {
	min-height: 80px;
	text-align: left;
	margin: 8px;
	margin-left: 32px;
	margin-right: 16px;
}
.productbox img {
	float: left;
	max-height: 64px;
	max-width: 128px;
	height: auto;
	width: auto;
	margin: 0px;
	margin-left: -16px;
	margin-right: 16px;
}
.productbox h4 {
	font-weight: normal;
	background: #666666;
	color: white;
	text-align: right;
}
.productbox h5 {
	padding: 0px;
	padding-bottom: 8px;
}
.productbox strong {
	font-size: 1.5em;
}
.userbox {
	background: #cccccc;
	margin: 8px;
	border: 2px solid black;
}
.userbox a {
	font-weight: normal;
}
.userbox h5 {
	background: #666666;
	color: white;
	text-align: left;
	font-weight: normal;
}
.userbox strong {
	font-size: 1.5em;
}
.userbox h5 a {
	color: white;
}
.userbox h5 a:hover {
	color: red;
}
.cplist {
	text-align: left;
}
.cplist li {
	font-weight: normal;
}
.cplist a {
	font-weight: normal;
}