/****************************************

*	Style Sheet for Kohary Construction	*

*	Created by Lars Peterson / GXHost		*

****************************************/

body,html {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #827457;
	background-image:url(images/blueprint.jpg);
	background-position:fixed;
	background-repeat: repeat-y;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	vertical-align: top;
}

a:link              { color: #CCCCCC; text-decoration:underline; }
a:visited           { color: #DDDDDD; text-decoration:underline; }
a:hover             { color: #FFFF99; text-decoration:bold; font-style:italic; font-weight:bold; }
a:active            { color: #FFFF66; text-decoration:underline; }

table,td {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: top;
	cellpadding:0px;
	cellspacing:0px;
	border:0px;
}

input, button, textarea, select, radio {
	padding: 2px;
	border: 1px solid #CCCC99;
	color: #000000;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

*::-moz-selection {
	background-color:#827457;
	color: white;
}

div#titlebar
{
	z-index: 1;
	position:fixed;
	width:900px;
	height:100px;
	top: 0px;
	background-color: #000000; 
	padding: 0; 
	border: none; 
	overflow-x:hidden; 
	overflow-y:hidden;
	vertical-align:top; 
	text-align:top;
}

div#content
{ 
	height:3600px;
	width:900px;
	top: 100px;
	background-color: transparent;  
	padding: 0px; 
	border:none; 
	text-align:left;
	vertical-align:top; 
	overflow-x:hidden;
}

div#masterdiv
{ 
	position:fixed;
	height:100%;
	width:150px;
	top: 100px;
	background-color: transparent;  
	padding: 4px; 
	border:none; 
	text-align:left;
	vertical-align:top; 
	overflow-x:hidden;
}

.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#6A89A5;
color:#000000;
top:100px;
width:140px;
padding:2px;
text-align:center;
font-weight:bold;
/*/*/border:1px solid #000000;/* */
}

.submenu{
margin-bottom: 0.5em;
}