/* 
  ------------------------------------
  KnightStor Ltd Style Sheet
  by Keith Barnes - Thinknetfirst
  www.thinknetfirst.com
  based on a concept by Project 7
  January 2007 - Version 1.0
  ------------------------------------
*/
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	background-color: #ffffff;
	margin: 24px 0;
	padding: 0;
	background-image: url(images/kstorbg.jpg);
	background-repeat: repeat-x;
}
#contentTable {
	border-bottom: 6px solid #3f3a98;
	border-top: 1px solid #333333;
	border-right: 3px double #333333;
	border-left: 3px double #333333;
}
#contentTable td {
	vertical-align: top;
}
#masthead {
	background-image: url(../images/vzh_mastbg.jpg);
	background-repeat: repeat-x;
	background-color: #B3B3B3;
	border-bottom: 1px solid #333333;
}

#logodiv {
	margin: 0;
	background-color: #FFFFFF;
	background-image: url(../images/Banner.jpg);
	background-position: left;
	height: 180px;
	background-repeat: no-repeat;
}

#menuwrapper {
	border-top: 1px solid #000;
	border-bottom: 1px solid #333;
	background-color: #909090;
	background-image: url(images/p7exp_mbar.jpg);
	background-repeat: repeat-x;

}

.rightimg {
	float: right;
	padding-left: 20px;
}
.leftimg {
	float: left;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
.style1 {
	font-size: 2em;
	font-weight: bold;
	color: #FF6600;
}
.style2 {
	font-size: 1em;
	font-weight: 900;
	color: #000000;
}
.style3 {
	color: #336600;
	font-size: 2.0em;
	font-weight: bold;
}
.style4 {
	font-size: 0.9em;
	color: #336600;
}
.style5 {font-size: 1.2em}

#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}

#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #333;
	font-size: .85em;
	color: #CCCCCC;
}

#p7menubar a.trigger {
	padding: 5px 16px 5px 10px;
	background-image: url(images/p7PM_dark_south.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#p7menubar li {
	float: left;
	width: 9em;
}

#p7menubar li ul, #p7menubar ul li  {
	width: 12em;
}

#p7menubar ul li a  {
	color: #565656;
	border-right: 0;
	padding: 3px 12px 3px 16px;
}

#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-image: url(images/p7exp_mgrad.jpg);
	background-repeat: repeat-x;
}

#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #FFFFFF;
	background-color: #3f3a98;
}

#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}

#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #000000;
	background-color: transparent;
}

#p7menubar ul a:hover {
	background-color: #606060!important;
	color: #FFFFFF!important;
}

#p7menubar li {width: auto;}

#sidebar1 {
	background-image: url(../images/vzh_verticalRule.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding: 20px;
	width: 15%;
	font-size: 0.9em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	line-height: 1.5em;
	color: #3f3a98;
}

#maincontent {
	background-image: url(../images/vzh_verticalRule.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding: 20px 30px;
	font-size: 0.9em;
	line-height: 1.5em;
	width: 65%;
}
p {
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: normal;
	color: #333333;
}


#sidebar2 {
	padding: 20px;
	width: 20%;
	font-size: 0.75em;
}
#footer {
	font-size: 0.8em;
	color: #3f3a98;
	padding: 16px 12px;
}
h1, h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	line-height: normal;
	color: #3f3a98;
}
h1 {font-size: 1.5em;}
h2 {font-size: 1.1em;}
h3 {font-size: 1.1em;}

a:link {
	color: #6A6784;
}
a:visited {
	color: #999999;
}
a:hover, a:active, a:focus {
	color: #FF6600;
}
/*

