@charset "UTF-8";
/* CSS Document */

/* commented backslash hack \*/ 
html, body { height:100%; } 
/* end hack */

#outer { min-height:100%; height:auto; width: 1000px;}
* html #outer{ height:100%; }/* ie6 and under*/

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

a { color: #336699; }

ul {
 list-style-image: url(images/bullet.gif);
 list-style-type: circle;
 line-height: 20px;
}

a.navlink { text-decoration:none; color: #666666; }
a.navlink:hover { text-decoration: underline; }

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #336699;
}

#footer { 
	float: left; 
	width: 100%;
	height: 106px;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#footer td { color: #ffffff; }

#footer a { color: #ffffff; text-decoration: none; }

#footer a:hover { text-decoration: underline; }

#navbar {
	width: 316px;
	height: 445px;
	float: left;
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
  * margin-top: -3px;
}

#content {
	width: 660px;
	float: left;
	left-margin: 316px;
	line-height: 20px;
}

#cover {
	position:absolute;
	left:112px;
	top:118px;
	width:202px;
	height:299px;
	z-index:0;
}

#solutionsmenu {
	padding: 10px;
	font-size: 11px;
	line-height: 18px;
	position:absolute;
	left:105px;
	top:189px;
	width:225px;
	height:40px;
	z-index:1;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	opacity: 0.8;
	filter:alpha(opacity=80);
	visibility: hidden;
}

#partnersmenu {
	padding: 10px;
	font-size: 11px;
	line-height: 18px;
	position:absolute;
	left:105px;
	top:231px;
	width:225px;
	height:95px;
	z-index:2;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	opacity: 0.8;
	filter:alpha(opacity=80);
	visibility: hidden;
}

#supportmenu {
	padding: 10px;
	font-size: 11px;
	line-height: 18px;
	position:absolute;
	left:105px;
	top:273px;
	width:225px;
	height:40px;
	z-index:2;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	opacity: 0.8;
	filter:alpha(opacity=80);
	visibility: hidden;
}

#aboutmenu {
	padding: 10px;
	font-size: 11px;
	line-height: 18px;
	position:absolute;
	left:105px;
	top:318px;
	width:225px;
	height:55px;
	z-index:2;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	opacity: 0.8;
	filter:alpha(opacity=80);
	visibility: hidden;
}

