@charset "utf-8";
/* CSS Document */

* html img .png, * html .png{
    position: relative;
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}
p, p a, .f14 { font-size: 14px; line-height: 21px;} 
body {
	background-color: #1e0576;
	background-image: url(../images/bg_page.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:21px;
	color:#404040;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.bo li {
	font-size:14px;
	line-height:21px;
}

#wrapper {
	width:960px;
	margin: 0 auto;
}
#content { 
	width: 674px;
	float: left;
}
#content p { padding:5px 5px 5px 5px; }
#logo_holder {
	height: 142px;
}
#bar {
	width: 231px; /*276 - 45*/
	height: 700px;
/*	background: url(../images/bg_bar.png) bottom no-repeat;*/
	padding: 0px 20px 0px 15px;
	float:left;
}
/*SIDE NAV*/
/*NAV*/
#nav {
	position: absolute;
	width: 990px;
	top: 36px;
	z-index:97;		
}
#nav-menu-top ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav-menu-top li{
	float: left;
}

#nav-menu-top li a{
	padding: 0;
	display: block;
	font-size: 12px;
	border: none;
	margin: 0;
	font-weight: bold;
	padding: 3px 20px 3px 20px;	
	border:#1e0576 1px solid;	
	color:#1e0576
}
#nav-menu-top li a:hover{
	display: block;
	border: none;
	margin: 0;
	padding: 3px 20px 3px 20px;	
	border:#1e0576 1px solid;	
	background-color:#1e0576;
	color:#FFFFFF;	
	text-decoration:none;
}
/* Hide from IE5-Mac \*/
#nav-menu-top li a{
	float: none;
}
/* End hide */
 
#nav_tech {
	margin:25px;
}

#nav_tech  ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav_tech li {
	float: right;
	font-size: 10px;
	margin-top:15px;
}

#nav_tech li a {
	display: block;
	border: none;
	margin: 0;
	margin-left:7px;
	padding: 0px 10px 0px 3px;	
	text-decoration: none;
	color: #1e0576
;
}

#nav_tech li a:hover {
	display: block;
	border: none;
	margin: 0;
	text-decoration: underline;
	padding: 0px 10px 0px 10px;	
	color: #003399;
	background-color:#FFFFFF;
}
/* Hide from IE5-Mac \*/
#nav_tech li a{
	float: none;
}
/* End hide */
/* TECH PAGES */
#tech_left { width: 150px; float: left; }
#tech_right { width: 500px; float: right; }
#tech_right div { padding: 15px; }
/*FONT*/
a:link {
	color: #1e0576;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #1e0576;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #1e0576;
}
a:active {
	text-decoration: none;
	color: #674aca;
}
h1 { 
	font-size: 	28px;
	font-weight: bold;
	line-height: 28px;
}
h2 { 
	font-size: 	16px;
	font-weight: bold;
	line-height: 20px;
}
h3 { 
	font-size: 	22px;
	font-weight: bold;
	line-height: 22px;
}
h4 { 
	font-size: 	16px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
}

.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	width: 250px;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid white;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	text-align:left;
	background-color:#003366;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color:#FFFFFF;
	color: #003366;
}

#screenshots img {
	border: 1px solid #CCCCCC;
	padding:2px;
	margin-bottom:5px;
}
