/*======================================================================================================*/
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
}
#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #ffffff;
}
a {
	text-decoration: none;
	font-weight: bold;
}
/*======================================================================================================*/
#header {}
/*======================================================================================================*/
#topmenu {
	height: 30px;
	line-height: 30px;
	background-repeat: repeat-x;
	background-position: center center;
}
#topmenu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#topmenu ul li {
	display: inline;
}
#topmenu ul li a {
	padding-left: 20px;
}
/*======================================================================================================*/
#left {
	width: 170px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: left;
}
#left ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#left ul li a {
	display: block;
	padding: 5px;
	margin: 5px;
	background-repeat: repeat-x;
	background-position: center center;
}
/*======================================================================================================*/
input[type=submit] {
	background-repeat: repeat-x;
	background-position: center center;
	font-weight: bold;
	cursor: pointer;
	padding: 2px;
}
/*======================================================================================================*/
#right {
	float: left;
	width: 815px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#right h1 {
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 5px;
	background-repeat: repeat-x;
	background-position: center center;
}
/*======================================================================================================*/
.datatable {
	margin: -2px;
}
.datatable th {
	text-align: left;
	padding: 5px;
	background-repeat: repeat-x;
	background-position: center center;
}
.datatable td {
	padding: 3px;
	vertical-align: top;
}
/*======================================================================================================*/
#footer {
	clear: both;
	text-align: center;
	margin: 5px;
	padding: 5px;
	background-repeat: repeat-x;
	background-position: center center;
}
/*======================================================================================================*/
.blender {
	width: 815px;
	height: 163px;
	border-bottom: 5px solid #ffffff;
}
.imgdiv {
	width: 815px;
	height: 163px;
	position: absolute;
	background-color: #ffffff;
}
/*======================================================================================================*/
.imagelist {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.imagelist li {
	display: inline;
	text-align: center;
}
.imagelist li a {
	display: block;
	float: left;
	padding: 2px;
}
/*======================================================================================================*/
.contactform label {
	display: block;
	font-weight: bold;
	margin-top: 5px;
}
.contactform input, .contactform textarea {
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.contactform #xFORMsubmit {
	display: block;
	clear: both;
}
.error {
	color: #FF0000;
}
/*======================================================================================================*/

