@import "multimenu.css";

html, body {
	background-color:#ffffff;
	background-image:url(images/patch.gif);
	background-position:center 220px;
	background-repeat:no-repeat;
	height:100%;
	margin:0px;
	padding:0px;
}

#outer {height: 100%; overflow: hidden; position: relative; width: 100%;}
#outer[id] {display: table; position: static;}
#middle {margin-top: expression((document.getElementById('outer').offsetHeight - document.getElementById('middle').offsetHeight)/2);}
#middle[id] {display: table-cell; vertical-align: middle; position: static;}
#inner {width: 750px; margin-left: auto; margin-right: auto;} /* for all browsers*/

.black {
	color:#000000;
}

.black a{
	color:#000000;
	text-decoration:none;
}

.black a:hover{
	color:#000000;
	text-decoration:underline;
}

.buttonGrey, .buttonGrey a, .buttonGrey a:hover{
	background-color:#999999;
	color:#FFFFFF;
	display:inline;
	padding:5px;
	width:auto;
}

div#colLeft {
	background-image:url(images/diagram2.gif);
	background-position:0 220px;
	background-repeat:no-repeat;
	float:left;
	height:600px;
	width:200px;
}

div#colMiddle {
	float:left;
	padding-right:50px;
	width:500px;
}

div#colRight {
	float:left;
	width:140px;
}

div#linksRight {
	background-image:url(images/dotsLine.gif);
	background-repeat:repeat-y;
}

div#container {
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin:0 auto; /* center, not in IE5 */
	position:relative; /* needed for footer positioning*/
	width:900px;
}

div#content {
	padding-top:10px;
	width:900px;
}

div#copyright {
	float:left;
	width:200px;
}

div#bottomRight {
	float:left;
	width:700px;
	text-align:right;
}

div#flashcontent {
	height:100%;
	width:100%;
	text-align:center;
}

div#footer {
	background-image:url(images/footer.gif);
	background-position:center;
	background-repeat:no-repeat;
	float:left;
	height:75px;
	width:900px;
}

div#header {
	height:100px;
	width:900px;
}

div#logo {
	float:left;
	height:50px;
	padding-bottom:25px;
	padding-top:25px;
	width:200px;
}

div#pageTitle {
	padding-left:200px;
	padding-top:10px;
}

div#topRight {
	background-image:url(images/diagram1.gif);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	height:50px;
	padding-top:50px;
	width:700px;
	text-align:right;
}

#dropmenudiv {
	border:1px solid #ffffff;
	border-bottom-width: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	line-height:20px;
	position:absolute;
	z-index:100;
}

#dropmenudiv a{
	border-bottom: 1px solid #ffffff;
	color:#ffffff;
	display: block;
	margin-left:0px;
	padding-left:0px;
	text-decoration: none;
	width: 100%;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #0099CC;
}

.fontSS {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
}
.formBox {
	border:1px;
	border-color:#FF0000;
	border-style:solid;
	height:16px;
	width:90px;
}

.formButton {
	background-color:#999999;
	border:1px;
	border-color:#000000;
	border-style:solid;
	color:#FFFFFF;
	height:20px;
	width:93px;
	text-align:center;
}

h1, h2, h3, h4 {

}

.linkStyle a{
	color:#990000;
}

.listStyle li {
	margin-bottom:10px;
}

.s10 {
	font-size:10px;
}

.s11 {
	font-size:11px;
}

.s12 {
	font-size:12px;
}

.s14 {
	font-size:14px;
}

.white {
	color:#ffffff;
}

/* Main Menu */

ul#menu {
	background-image:url(images/menuBkgrd.gif);
	margin:0px;
	padding:0px;
	width:900px;
	text-align:center;
}

ul#menu li {
	display:inline;
	list-style:none;
	margin:0px;
	padding:0px;
	padding-left:25px;
	line-height:40px;
}

ul#menu li a{
	padding:7px;
}

ul#menu li a:hover{
	background-color:#990000;
	color:#ffffff;
	padding:7px;
}

ul#menu li#active{
	background-color:#990000;
	color:#ffffff;
	padding:7px;
	text-transform:uppercase;
}

ul#menu li#products {
	
}

/* Sub Menu */

ul#subMenu {
	margin:0px;
	padding:0px;
	padding-left:15px;
	width:150px;
}

ul#subMenu li {
	background-color:#CCCCCC;
	background-image:url(images/subMenuArrow.gif);
	background-repeat:no-repeat;
	border:1px;
	border-color:#ffffff;
	border-style:solid;
	list-style-type:none;
	line-height:20px;
	text-align:left;
}

ul#subMenu li#active{
	background-color:#FFFFFF;
	color:#ffffff;
	padding:7px;
	text-transform:uppercase;
}

ul#subMenu li#header{
	background-color:#990000;
	background-image:none;
	color:#ffffff;
	line-height:normal;
	list-style:none;
	padding:7px;
	text-transform:uppercase;
}

ul#subMenu li a{
	display:block;
	padding-left:15px;
	padding-right:15px;
	line-height:20px;
}

ul#subMenu li a:hover{
	background-color:#999999;
	color:#ffffff;
	display:inline-table;
}

/* Links Menu */

ul#linksMenu {
	margin:0px;
	padding:0px;
	padding-left:15px;
	width:120px;
}

ul#linksMenu li {
	background-color:#CCCCCC;
	background-image:url(images/linksMenuArrow.gif);
	background-repeat:no-repeat;
	border:1px;
	border-color:#333333;
	border-style:solid;
	font-weight:bold;
	list-style-type:none;
	line-height:20px;
}

ul#linksMenu li#active{
	background-color:#FFFFFF;
	color:#ffffff;
	padding:7px;
	text-transform:uppercase;
}

ul#linksMenu li#header{
	background-color:#990000;
	color:#ffffff;
	line-height:normal;
	list-style:none;
	padding:7px;
	text-transform:uppercase;
}

ul#linksMenu li#search {
	padding-left:15px;
	padding-right:15px;
}

ul#linksMenu li a{
	display:block;
	padding-left:15px;
	padding-right:15px;
	line-height:20px;
}

ul#linksMenu li a:hover{
	background-color:#999999;
	color:#ffffff;
	display:inline-table;
}
