/* Stylesheet for Enzster inc. */
/* Copyright (c) 2008 Enzster inc. */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/bkg-gradient.gif); background-repeat: repeat-x;
	background-color: #3B3F47; color: #ffffff;
	margin: 0;
	padding: 0;
	min-width: 980px; 
}


#menu { margin-top: 10px; margin-bottom: 0px; font-size: 12px; padding: 8px 0px; width: 100%; background-image: url(../images/menu-off.gif); background-position: center center; background-repeat: repeat-x; text-align: left; }
#menu ul { margin: 0px; padding: 0px; }
#menu li { list-style: none; display: inline; margin: 0px; padding: 0px; color: #ffffff; }
#menu li a.left { color: #ffffff; padding: 8px 20px; text-decoration: none; border-left: 1px solid #999999; border-right: 1px solid #999999; border-top: none; border-bottom: none; /*divider between menu items*/ }
#menu li a { color: #ffffff; padding: 8px 20px; text-decoration: none; border-right: 1px solid #999999; border-top: none; border-bottom: none; /* divider between menu items*/ }
#menu li a:hover { padding: 8px 20px; text-decoration: none; color: #ffcc2f; background-image: url(../images/menu-on.gif); background-position: center center; background-repeat: repeat-x; border-right: 1px solid #564c66; border-top: none; border-bottom: none; }
#menu li a.onleft { padding: 8px 20px; text-decoration: none; color: #ffcc2f; background-image: url(../images/menu-on.gif); background-position: center center; background-repeat: repeat-x; border-left: 1px solid #999999; border-right: 1px solid #999999; border-top: none; border-bottom: none; }
#menu li a.on { padding: 8px 20px; text-decoration: none; color: #ffcc2f; background-image: url(../images/menu-on.gif); background-position: center center; background-repeat: repeat-x; border-right: 1px solid #564c66; border-top: none; border-bottom: none; }

#submenuwrap { width: 810px; margin: 0 auto; }
#submenu { margin-top: 8px; margin-bottom: 6px; font-size: 12px; padding: 8px 0px; background-color: transparent; color: #ffffff; }
#submenu ul { margin: 0px; padding: 0px; }
#submenu li { list-style: none; display: inline; margin: 0px; padding: 0px; } 
#submenu li a { color: #ffcc2f; background-color: transparent; padding: 8px 20px 8px 0px; text-decoration: none; }
#submenu li a:hover { padding: 8px 20px 8px 0px; text-decoration: overline; color: #ffcc2f; background-color: transparent; }
#submenu li a.on { padding: 8px 20px 8px 0px; text-decoration: overline; color: #ffcc2f; background-color: transparent; }

/*Centered Content Box*/
#wrapper { background-image: url(../images/frame-content.gif); background-repeat: repeat-y; background-position: center; margin: 0px; padding: 0px; }
#topCurve { height: 25px; background-image: url(../images/frame-top.gif); background-repeat: no-repeat; background-position: center bottom; margin: 0px; padding: 0px; }
#topInnerCurve { height: 25px; background-image: url(../images/frame-top-inner.gif); background-repeat: no-repeat; background-position: center bottom; margin: 0px; padding: 0px; }
#bottomCurve { height: 35px; width: 100%; background-image: url(../images/frame-bottom.gif); background-repeat: no-repeat; background-position: center top; background-color: #000000; margin: 0px; padding: 0px; color: #999999; }

#contentArea { width: 860px; margin: 0 auto; font-size: .75em; color: #313131; background-color: transparent; background-image: url(../images/frame-content.gif); background-repeat: repeat-y; background-position: center; }
#contentArea a:link, #contentArea a:visited { color: #06abeb; }
#contentArea a:hover, #contentArea a:active { color: #06abeb; text-decoration: overline; }
#contentArea h1 { font-size: 1em; font-weight: bold; }
#contentArea h2 { font-size: 1em; font-weight: bold; }

.clearfloat { clear: both; height: 0; line-height: 0; font-size: 0; }

#left { width: 285px; float: left; border-right: 1px dashed #999999; }
#left .content { padding: 0px 14px 10px 14px; }

#center { width: 285px; float: left; border-right: 1px dashed #999999; }
#center .content { padding: 0px 14px 10px 14px; }

#right { width: 287px; float: left; }
#right .content { padding: 0px 14px 10px 14px; }

#leftinner { width: 285px; float: left; }
#leftinner .content { padding: 0px 14px 10px 14px; }

#rightinner { width: 572px; float: left; border-left: 1px dashed #999999; }
#rightinner .content { padding: 0px 14px 10px 14px; }

#leftfull { width: 857px; float: left; }
#leftfull .content { padding: 0px 14px 10px 14px; }


/* Special elements */
.blue { color: #06abeb; background-color: #ffffff; }
.framed { border: 1px solid #999999; border-collapse: collapse; }
.tableheader { background-color: #CCCCCC; color: #000000; font-size: 1.2em; font-weight: bold; }
.small { font-size: 10px; }
.title { font-size: 1em; font-weight: bold; color: #000000; margin-bottom: 0px; background-color: #ffffff; }
.descriptive { margin-top: 0px; margin-left: 16px; }

#footer { width: 100%; height: 50px; background-color: #000000; color: #999999; font-size: 11px; text-align: center; }
#footer a:link, #footer a:visited { color: #ffcc2f; }
#footer a:hover, #footer a:active { color: #ffcc2f; text-decoration: overline; }