body {
	background: #0E1D39 url(images/background.gif) left -30px repeat-x;
	font-family: 'Helvetica Neue','HelveticaNeue',Helvetica, Arial, sans-serif;
	font-size: 90%;
	color: #eee;

}
#width {
	min-height: 600px;
}
#main {
	width: 955px;
	margin: 0 auto;
	overflow: hidden;
}

#content {
	color: #ffffff;
	margin: 0 62px;
	overflow: hidden;
}


/*- Upper Navigational Links -*/

#logo {
	background: url(images/logo_small.png) no-repeat;
	text-indent: -9999em;
	width: 245px;
	height: 150px;
	overflow: hidden;
	float: left;
	display:inline;
}

#logo a { width:300px; height:200px; display: block;}


#topnav {
	background: url(images/bgNavTile.gif) repeat-x;
	display: block;
	font: normal 1em 'Helvetica Neue','HelveticaNeue',Helvetica, Arial, sans-serif;
	margin:54px 0 0 0;
	overflow: hidden;
}

* html #topnav {height:1%;}


#topnav li {
	display: inline;
	float: left;
	margin:0;
}

#topnav li a {
	color: #ccc;
	text-decoration: none;
	display: block;
	float: left;
	font-size: 1.2em;
	line-height: 46px;
	min-height: 46px;
	padding: 0 24px;
	position: relative;
	text-shadow: #000 0px 1px 2px;
}
#topnav li a:hover {
	color: #fff;
	background: url(images/bgNavHover.gif) center bottom no-repeat;
}
#topnav li a span {
	position: absolute;
	display: block;
	width: 100%;
	height: 46px;
}

/*- Sidebar -*/

	#sidebar {
		float: left;
		background:url(images/bgSideBarDownload.png) 50% -18px no-repeat;
		width: 270px;
		margin: 0 35px 15px 0;
		padding:0px 10px;
		text-align: center;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border: 1px solid #666;
		border-color: rgba(255,255,255,0.1);
	}

	* html #sidebar {height:1%; background:none;}
	
	#sidebar a {
		color: #ccc;
		margin:5px 3px;
		font-size:0.9em;
		text-decoration: none;
		text-shadow: #333 0px 1px 3px;
		}
	
	#sidebar a.download {
		background: url(images/icon128.png) center -14px no-repeat;
		font-size: 1.5em;
		padding: 230px 0 10px;
		display:block;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	}


	#sidebar a.download span {
		font-size:0.9em;
		display: block;
		color:#ccc;
	}
	
	
	.stable { 
		margin-top:10px; 
		margin-bottom:10px; 
		background-color: rgba(0,0,0,0.3);
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		padding:1px 6px 5px;
	}

	.downloadBeta { 
		color:#fff !important;
		background-color: rgba(255,255,255,0.1);
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		padding: 6px;
		margin:10px 0 !important;
		display: block;
	}
	
	a.downloadBeta:hover {
		background-color: rgba(255,255,255,0.05);
	}
	
	.downloadBeta span {
		display: block;
		color:#ccc;
		font-size:0.85em;
		line-height: 1.2em;
		margin:2px 0;
	}

/*---------------------/
  HOME TRIPTIC        /
--------------------*/

#hmTriptic {
	overflow: hidden;
	padding:15px;
	margin-bottom: 35px;
	background: #000 url(images/bgImgLight.png) center -2px no-repeat;
	background-color: rgba(0,0,0,0.5);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #666;
	border-color: rgba(255,255,255,0.2);
}

* html #hmTriptic { height:1%; }

#hmTriptic dl {
	float: left;
	width: 190px;
	margin: 0 25px 0 0;
	padding:0px 0 0 50px;
}

* html #hmTriptic dl { height:1%; display:inline;}

#hmTriptic dt {
	color: #F7CF0A;
	font-weight: bold;
	border-bottom:1px dotted #333;
	margin-top:-1px;
}
#hmTriptic dt, #hmTriptic dd {
	line-height:1.65em;
}



/*- Basic Styles -*/

h1 {
	font: bold 1.8em 'Helvetica Neue','HelveticaNeue',Helvetica, Arial, sans-serif;
	color: #876522;
	margin: 0 0 0 0;
	text-shadow: #000 0px 1px 4px;
}

h2 {
	font: normal 1.6em 'Helvetica Neue','HelveticaNeue',Helvetica, Arial, sans-serif;
	margin: 0 0 .5em 0;
	text-shadow: #000 0px 1px 4px;
}

p {
	color: #ccc;
	margin: .5em 0 3.5em 0;
	font-size: .95em;
	line-height: 145%;
}

p.intro {
	color: #fff;
	font: 1.2em/145% Georgia, serif;
	margin-bottom: 40px;
	text-shadow: #333 0px 1px 4px;
	text-align: justify;
	}
	
ul, li { 
margin: 5px 0 5px 10px;
}



a:link {color:#FF9522;}
a:hover {color:#FF9522;}
a:visited {color:#999;}

a.imgZoom { background:url(images/zoom/zoomOff.png) right bottom no-repeat;}
a.imgZoom:hover { background:url(images/zoom/zoom.png) right bottom no-repeat;}

img.imgLight {
	background: url(images/bgImgLight.png) bottom center no-repeat;
	padding-bottom: 30px;
}

.left {
	float: left;
	margin-right: 30px;
}

.right {
	float: right;
	margin-left: 30px;
}

.clear {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}

/*---------------------/
  FOOTER              /
--------------------*/

#footer {
	color: #666;
	text-align: center;
	margin-top: 50px;
	padding: 50px;
}

#footer kp {
	font-weight: bold;
}

#footer kp, #footer kpl {
	display: inline;
}

#footer kpl a {
	color: #666;
	padding: 0 10px;
}





