/*====================================================================================================*/
body {
	padding: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	background-color: #93a7d6;
}
input, select, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
}
.container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-image: url(../images/css/bgmain.gif);
	background-repeat: repeat-y;
}
/*====================================================================================================*/
.header {
	background-image: url(../images/css/bgtop.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 130px;
}
.hleft {
	width: 440px;
	padding: 30px;
	float: left;
}
.hright {
	width: 440px;
	padding: 30px;
	float: left;
	text-align: right;
}
.hright img {
	margin-top: 24px;
	margin-bottom: 5px;
}
/*====================================================================================================*/
.header ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.header ul li {
	display: inline;
}
.header ul li a {
	margin-left: 10px;
	color: #000000;
	text-decoration: none;
}
.header ul li a:hover {
	color: #93a7d6;
}
/*====================================================================================================*/
.menu {
	clear: both;
	float: left;
	margin-left: 30px;
	width: 200px;
}
.menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	line-height: 25px;
}
.menu ul li a {
	color: #000000;
	text-decoration: none;
}
.menu ul li a:hover {
	color: #93a7d6;
}
/*====================================================================================================*/
.main {
	float: left;
	margin-left: 10px;
	width: 730px;
}
.main a {
	color: #93a7d6;
	text-decoration: none;
}
.main a:hover {
	text-decoration: underline;
}
/*====================================================================================================*/
.img {
	padding: 5px;
	border: 5px solid #000000;
	text-align: center;
	float: right;
	margin-left: 5px;
	width: 200px;
}
/*====================================================================================================*/
.footer {
	clear: both;
	padding: 15px;
	padding-top: 35px;
	background-image: url(../images/css/bgbottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	color: #ffffff;
	background-color: #93a7d6;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}
.footer a {
	text-decoration: none;
	color: #ffffff;
}
/*====================================================================================================*/
h1 {
	font-size: large;
	clear: both;
}
h2 {
	font-size: medium;
	clear: both;
}
h3 {
	font-size: medium;
}
hr {
	color: #a2bc5d;
	background-color: #a2bc5d;
	height: 1px;
	margin-left: 20px;
	margin-right: 20px;
	clear: both;
}
/*====================================================================================================*/
.contactform label {
	display: block;
	font-weight: bold;
	margin-top: 5px;
}
.contactform input, .contactform textarea {
	margin-left: 10px;
}
.contactform #xSubmit {
	display: block;
	clear: both;
}
.error {
	color: #FF0000;
}
/*====================================================================================================*/
.datatable {
	width: 100%;
	line-height: normal;
}
.datatable th {
	text-align: left;
}
.datatable td {
}
.altrow td {
	background-color: #ececec;
}
/*====================================================================================================*/
.sectiontable {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	clear: both;
}
.sectiontable li {
	display: inline;
}
.sectiontable li a {
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	color: #000000;
	padding: 6px;
}
.sectiontable li a:hover {
	background-color: #93a7d6;
	color: #ffffff;
}
.sectiontable li a img {
	margin-bottom: 6px;
}
/*====================================================================================================*/
.rimages {
	float: right;
	width: 250px;
	margin-left: 10px;
}
.rimages img {
	margin-bottom: 10px;
}
/*====================================================================================================*/
.techstuff th {
	padding: 2px;
	background-color: #93a7d6;
	color: #ffffff;
	border: 1px solid #93a7d6;
	text-align: left;
}
.techstuff td {
	padding: 2px;
	border: 1px solid #93a7d6;
	vertical-align: top;
}
.techstuff ul {
	list-style-type: none;
	padding: 0px;
	margin: 10px;
}
/*====================================================================================================*/
.pricetable {
	clear: both;
}
.pricetable th {
	padding: 2px;
	background-color: #93a7d6;
	color: #ffffff;
	border: 1px solid #93a7d6;
	text-align: left;
}
.pricetable td {
	padding: 2px;
	border: 1px solid #93a7d6;
	vertical-align: top;
}
.lowenergy {
	color: #0C0;
}
.price {
	text-align: right;
}
/*====================================================================================================*/
