body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px; 
	color: #000; 
	padding-top: 0px; 
	background: #FFFFFF url(images/background.jpg) top left repeat-x;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
}

p {
	padding: 0;
	margin: 0;
}

tr td {
}

ul, ol {
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
}

li {
	/*list-style-type: none;*/
	list-style-position: inside;
	margin: 0 0 0 5px;
	padding: 0 0 3px 0;
	color: #999;
}

a, a:visited, a:active  {
	color: #444;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

hr { 
	display: none;
	clear:both;
 }

h1,h2,h3,h4,h5,h6 {
	display: none;
	font-weight: normal;
	color: #000;
	padding: 0;
	margin: 0;
}


input{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	border-top: 1px solid #f5f8e5;
	border-left: 1px solid #f5f8e5;
	border-right: 1px solid #dadfc2;
	border-bottom: 1px solid #dadfc2;
	color: #5c6c23;
	padding: 2px;
	background: #FFFFFF url(images/input_background.jpg) top left repeat;
}

textarea{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	border-top: 1px solid #f5f8e5;
	border-left: 1px solid #f5f8e5;
	border-right: 1px solid #dadfc2;
	border-bottom: 1px solid #dadfc2;
	color: #5c6c23;
	padding: 2px;
	background: #FFFFFF url(images/input_background.jpg) top left repeat;
}

.button {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #5c6c23;
	background-color: #f5f8e5;
	color: #5c6c23;
	background: #FFFFFF url(images/input_background.jpg) top left repeat;
}

#page {
	margin: 0px auto 0px;
	/*margin-left: 20px;*/
	width: 770px;  
	text-align: left; 
	height: 100%;
	background-color: #FFF;
	padding: 0px;
}


#header {
	margin: 0px;
	height: 350px;
	background: #FFF url(images/header_background.jpg) top left no-repeat;
}

#header H1 { 
	display: none;
 }

#headertitle { 
	position:absolute;
	width: 220px;
	height: 90px;
	margin: 68px 0 0 225px;
	padding: 0;
	float: left;
} 

#headertitle h2 { 
	display: none;
}


#menuheader {
	position:absolute;
	padding: 0;
	margin: 20px 0 0 590px; 
	width: 200px;
	float: left;
	color: #DDD
}

#menuheader a {
	color: #DDD;
	text-decoration: none;
}

#menuheader a:hover {
	color: #FFF;
	text-decoration: underline;
}


#menubar {
	position:absolute;
	padding: 0;
	margin: 235px 0 0 180px; 
	width: 600px;
	float: left;
}

#menuelements {
	font-size: 11px; 
	margin: 0;
	padding: 0; 
	height: 22px;
	width: 100%;
	text-align: center;
}

#menuelements H3 {
	display: none;
}

#menuelements ul {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;  
	margin: 0; 
	list-style-type: none;
}

#menuelements li {
	float: left;
	padding: 0;
	margin: 1px;
}

#menuelements li a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	padding-top: 4px;
	padding-right: 2px;  
	padding-left: 2px; 
	padding-bottom: 4px; 
	display: inline;	
	background: #f5f8e5 url(images/menu_bg0.jpg) top left repeat;
	float: left; 
	margin: 0px 0px 0px 0px; 
	width: 105px; 
	color: #333; 	 
	text-decoration: none; 
	voice-family: inherit
}

#menuelements a:hover {
	/*border-top: 3px solid #74EC00;
	margin: 0 0 0 2px;
	padding-top: 4px;
	padding-bottom: 6px;*/
	background: #5c6c23 url(images/menu_bg1.jpg) top left repeat;
	color: #FFF;
}


#content_left {
	margin: 0 0 0 20px;
	padding: 0;
	/*background-color: #FFF;*/
	width: 475px;
	float: left;
	text-align: justify;
	color: #000;
	min-height: 200px;
	font-size: 12px;
}

#content_right {
	margin: 0 0 0 45px;
	width: 190px;
	padding: 0;
	/*background-color: #FFF;*/
	float: left;
	text-align: justify;
	color: #000;
	/*min-height: 600px;*/
}

#content_left h3, #content_right h3 {
	display: block;
	color: #5c6c23;
	font-size: 16px;
	font-weight: bold;
}

#footer {
	margin: 30px 0 0 0px;
	width: 770px;
	height: 150px;
	padding: 5px 0px 0px 5px;
	text-align: left;
	color: #999;
	font-size: 11px;
	background: #FFFFFF url(images/footer_oxypower.jpg) top left no-repeat;
}

#footer .footer_menu {
	position: relative;
	float: left;
	width: 465px;
	padding: 0px;
	margin-left: 20px;
	margin-top: 45px;
	text-align: center;
	color: #CCC;
}	

#footer .footer_menu a {
	font-size: 10px;
	color: #DDD;
	text-decoration: none;
}

#footer .footer_menu a:hover {
	color: #FFF;
	text-decoration: underline;
}

#footer .footer_box {
	clear: both;
	float: left;
	width: 465px;
	margin-left: 20px;
	margin-top: 20px;
	text-align: center;
	color: #000;	
}	

.separator { 
	clear: both;
 }

.error {
	color: #AA0000;
	font-weight: bold;
}

.errinp {
	border-top: 1px solid #e1b7b7;
	border-left: 1px solid #e1b7b7;	
	border-right: 1px solid #af3737;
	border-bottom: 1px solid #af3737;
	color: #000;
	background: #FFFFDD url(images/input_background_error.jpg) top left repeat;
}

.errorbox {
	color: #CC0000;
	font-weight: bold;
	border: 2px dashed red;
	background-color: #FFFF90;
	width: 95%;
	margin-left:0px;
}



