html{
	height:100%;
}
a {
	outline:none;
}

body{
	margin: 0px;
	padding: 0px;
    color: #006;
	background: #fff url(../images/bg.png) repeat-x top center;
	text-align: center;
	font: 0.75em Arial,Verdana,Helvetica,sans-serif;
	line-height: 150%;
}
/*Header*/

#header{
	width:900px;
	height:142px;
	margin:0 auto;
	background: transparent url(../images/headerbg.png) no-repeat top left;
	text-align:left;
}

/*Construction Styles*/
#container{
	width:900px;
	margin: auto;
	text-align:left;
}


/** Navigation Menu **/
#topNav {
	display: none;
	height: 24px;
	width: 100%;
	line-height: 24px;
	background: transparent;
	padding: 49px 0 0 0;
	text-align:center;
}
#topNav ul li ul li{
	padding-left: 0;
	list-style-type:none;
}
/*
#topNav ul,#topNav li {
	margin: 0 5px 0 0;
	padding:0;
}

#topNav li {
	float:left;
	list-style:none;
	white-space:nowrap;
}

#topNav li a {
	background: transparent;
	color:#fff;
	display:block;
	font-weight:bold;
	font-size: 12px;
	width:92px;
	text-align:center;
	text-decoration:none;
	height: 24px;
	background: transparent url(images/menu.jpg);
}

#topNav a:hover {
	color:#fff;
	background: transparent url(images/menu_hover.gif);
}

#topNav a.current {
	color:#006;
	text-decoration:none;
	background: transparent url(images/menu_sel.jpg);
}

#topNav a:hover.current {
	color:#006;
	text-decoration:none;
	background: transparent url(images/menu_sel.jpg);
	
}
*/
/*Styles*/
h1,h2,h3,h4,h5,h6{
	font-family:Georgia,Verdana,Arial,Helvetica,sans-serif;
	font-weight:normal;
	margin:5px 0 0 0;
	padding-bottom:4px;
	line-height:85%;
}
h1{
	margin: 0;
	color:#006;
	font-size:1.25em;
	border-bottom: 2px #600 solid;
}
h2{
	margin: 0;
	color:#600;
	font-size:1.25em;
	border-bottom: 2px #600 solid;
}
h3{
	color:#600;
	font-size:1.0em;
	border-bottom: 1px #600 solid;
}
h4{
	color:#999999;
	font-size:18px;
}
h5{
	color:#3C8C06;
	font-size:15px;
}
h6{
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
a{
	color:#600;
}
a:hover{
	color:#609;
}
#right a{
	color:#600;
}
#right a:hover{
	color: #006;
}
acronym{
	border-bottom:1px dotted #006;
	padding-bottom:1px;
	cursor:help;
}

label {
 color: #903;
}

del{
	color:#999;
}

hr{
	width:100%;
	border:0;
	margin:5px 0px !important;
	margin:2px 0px 5px 0px;
	height:1px;
	color:#777;
	background-color:#777;
}
p.firstletter:first-letter{
	font-family:Georgia,Verdana,Arial,Helvetica,sans-serif;
	font-size:40px;
	padding:10px 3px 3px 3px;
	float:left;
}
.indent{
	border-left:2px solid #3C8C06;
	margin-left:25px;
	padding-left:8px;
}
.green{
	color:#3C8C06;
}
.blue{
	color:#3270A9;
}
ul li ul li{
	padding-left: 10px;
	list-style-type:none;
}
ol li ol li{
	list-style-type:lower-roman;
}
dl{
	margin-left:8px;
	margin-right:8px;
}
dt{
	color:#3C8C06;
	font-weight:bold;
	text-decoration:underline; 
}
.blockquote{
	border-bottom:1px solid #273955;
	border-top:1px solid #273955;
	border-left:4px solid #3270A9;
	background:url(../images/site/blockquote.jpg) repeat top left;
	padding:6px 6px 4px 8px;
	margin:12px 0;
	color:#eee;
}
.blockquote h5{
	border-bottom:1px solid #3270A9;
	font-size:17px;
	color:#eee;
	margin:2px;
}
.blockquote span{
	padding: 3px 0;
	display:block;
	font-size:10px;
	color:#999;
}
code{
	display:block;
	border-bottom:1px solid #273955;
	border-top:1px solid #273955;
	border-left:4px solid #3270A9;
	background:url(../images/site/blockquote.jpg) repeat top left;
	padding:6px 6px 4px 8px;
	margin:12px 0;
	color:#eee;
	font:normal 11px "Courier New", Courier, monospace;
}
.highlight{
	color:#3C8C06;
	font-weight:bold;
}
/*Searchbox - News*/
#searchbox p{
	margin:7px 0 7px 2px;
}
#searchbox p input{
	background-color:#eee;
	border:1px solid #ddd;
	font:11px Verdana,sans-serif;
	color:#4c5153;
	padding:2px 3px;
}
#searchbox p input:hover,
#searchbox p input:focus{
	background-color:#fff;
}
.header{
	color:#3C8C06;
	font-size:14px;
	letter-spacing: -1px;
}
#news{
	width: 190px;
	padding:2px;
}
#news p{
	padding:0 0 0 5px;
}
/*Floats*/
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.w50{
	width:50%;
}
.floatleft p{
	padding:0 10px 0 0; 
}
.floatright p{
	padding:0 0 0 10px;
}
img.floatleft{
	margin:15px 18px 5px 0;
}
img.floatright{
	margin:15px 5px 5px 18px
}
/*Forms*/
form select,
form input,
form textarea{
	font:11px Trebuchet MS, Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #903;
	border:1px solid #353535;
	background: #fff url(../images/input.gif) repeat-x top left;
}
form input:hover,
form input:focus,
form textarea:hover,
form textarea:focus,
form select:hover,
form select:focus{
	/*border:1px dotted #888;  optional thought */
	border:1px solid #353535;
}
form textarea:hover,
form select:hover,
form input:hover{
	background: #FFFFCC;
}
form select{
	padding:1px;
}
form input{
	width: auto;
	padding:1px;
}
form label{
	color:#006;
}
form textarea{
	width: 80%;
	height: 150px;
	padding:1px;
	line-height:16px;
}
form p{
	margin:10px 0px;
}

form .button {
	width: auto;
}

.noborder{
	border:0;
}

#twocolumn{
	width: 97%;
	margin: 0;
}

#left{
	width:230px;
	margin: 4px 4px 0 0;
	padding: 0;
	height:100%;
	float:left;
}

#left h3 {
 margin: 10px 0;
}

.leftbox {
	padding: 0;
	margin-bottom: 10px;
	overflow: hidden;
	background: #fff url(images/leftbox_bg.jpg) top right repeat-y;
}

.leftbox_title {
	height: 30px;
	background: #006;
	margin: 0 0;
	padding: 0;
}

.leftbox_content {
	margin: 0;
	padding: 10px 20px 10px 10px;
	border-left: #006 1px solid;
	border-bottom: #006 5px solid;
}
p.leftbox_content {
	padding-top: 10px;
	margin-top: 5px;
}
.admin {
	background: #006 url(images/admin.jpg) top left no-repeat;
}
.admin p {  
	margin: 0 0 10px 0;
}

.admin h1 {
	font-size: 1.25em;
	color: #fff;
	border-bottom: 2px #fff solid;
}
.admin h2 { 
	margin: 10px 0 0 0;
	border-bottom: none; 
	font-size: 1.0em;
	font-family:Georgia,Verdana,Arial,Helvetica,sans-serif;
	color: #006;
}

.admin a {
	color: #006;
}
.news {
	background: #006 url(images/news.jpg) top left no-repeat;
}
.info{
	background: #006 url(images/info.jpg) top left no-repeat;
}

.prod_over {
	/* background: #600 url(images/prod_over.jpg) top left no-repeat; */
	background: #600 url(../images/corner.jpg) top left no-repeat;
	height: 30px;
	margin: 0;
	padding: 0;
}

.prod_desc {
	visibility: hidden;
	margin: 0;
	padding: 10px 25px 10px 10px;
	border-left: #600 1px solid;
}

.slideshow {
	float: right;
	background-color: #DCC8C9;
	border: #600 2px solid;
	width: 200px;
	height: 300px;
	margin: 10px 0 10px 10px;
	padding: 3px;
}

.products {
	background: #600 url(images/prod.jpg) top left no-repeat;
}
.features {
	background: #600 url(images/features.jpg) top left no-repeat;
}
.gallery {
	background: #600 url(images/gallery.jpg) top left no-repeat;
}
.how-tos {
	background: #600 url(images/how-tos.jpg) top left no-repeat;
}
.tech-info {
	background: #600 url(images/tech-info.jpg) top left no-repeat;
}
.contact {
	background: #600 url(images/contact.jpg) top left no-repeat;
}
.administration {
	background: #600 url(images/administration.jpg) top left no-repeat;
}

#clearboth{ clear:both; margin: 0;}

#right{
	width: 900px;
	margin: 10px 0 0 0;
	padding: 0;
	height:100%;
	float:right;
	border-bottom: #600 5px solid;
	background: #fff url(images/prod_over_lft.jpg) top right repeat-y;
}

#right h2{
	color:#600;
	font-size: 1.25em;
}
#right h5{
	color:#012346;
	font-size:15px;
}
/* misc */

#misc {
	width: 100%;
	height: 150px;
	background-color: #600;
	clear: both;
}

/*Footer*/
#footer{
	width:100%;
	height: 50px;
	background:url(images/footerbg.png) repeat-x top left;
	text-align: center;
}

#footer a{
	text-decoration: none;
	font-weight:bold;
	color:#660000;
	border-bottom: 1px dotted;
}

#footer a:hover{
	color:#BF5F5F;
}

#footer p{
	padding-top: 1.40em;
	color:#660000;
	font-size: 0.9em;
}

#footer .image4io {
	vertical-align: middle;
	border: none;
}

#footer a.a4io {
	text-decoration: none;
	border-bottom: none;
}

.panelimg {
	background-color: rgb(102, 0, 0);
	width: 600px;
	height: 400px;
	text-align: center;
	margin: 10px auto;
	clear: both;
}

.warning{
	color: white;
	background-color: red;
	padding: 2px;
}

.warn{
	border: red 1px solid;

}
.right {
	float: right;
	margin-bottom: 10px;
}