@charset "utf-8";

body
{
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 62.5%;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	background-color: #191919;
}

#container
{
	margin: 0 auto;
	width: 504px;
}

#logo
{
	height: 80px;
}

#logo img
{
	display: block;
	margin: auto;
}

#navbar
{
	height: 39px;
}

#navleft
{
	float: left;
	height: 39px;
	width: 157px;
	background: #191919 url('imgs/nav_left_175_39.png') no-repeat top left;
}

#navright
{
	height: 39px;
	/*width: 100%;*/
	background: #191919 url('imgs/nav_right_175_39.png') no-repeat top right;
}

#content
{
	width: 500px;
	padding: 10px 0 0 0;
	margin: auto;
}

div.panel_top
{
	height: 10px;
	background: #191919 url('imgs/panel_top_500_10.png') no-repeat center bottom;
}

div.panel
{
	background-color: #333333;
	padding: 0 10px 0 10px;
	color: #FFF;
	
	overflow: visible;
	overflow: auto;
	overflow: hidden;
}

div.panel p
{
	font-size: 1.2em;
	margin: 0;
	padding: 10px 0 10px 0;
	line-height: 130%;
}

div.panel h1
{
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 2.2em;
}

div.scrshot_panel
{
	background-color: #333333;
	padding: 0 10px 0px 10px;
	color: #FFF;
}

div.scrshot_panel h1
{
	padding: 0 0 0 5px;
	margin: 0 0 10px 0;
	font-size: 2.2em;
}

div.scrshot_panel img
{
	padding: 0;
	border: none;
	/*margin: 0 0px 0 9px;*/
}

div.panel_bottom
{
	height: 10px;
	background: #191919 url('imgs/panel_bottom_500_10.png') no-repeat center bottom;
	margin-bottom: 10px;
}

div.panel ul.dl
{
	list-style: none;
	margin: 0;
	padding: 8px 0 0 10px;
}

div.panel ul.news
{
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
}

div.panel ul.news li
{
	font-size: 1.2em;
	margin: 0 0 5px 0;
	padding: 0 0 0 22px;
	background: transparent url('imgs/bullet_16_15.png') no-repeat center left;
}

div.panel ul.dl li
{
	font-size: 1.6em;
	margin: 0 0 5px 0;
	padding: 0 0 0 22px;
	background: transparent url('imgs/bullet_16_15.png') no-repeat center left;
}


a.dl_btn
{
	float: right;
	overflow: hidden;
	height: 85px;
	width: 102px;
	display: block;
	text-indent: -9999px;
	background: #000 url('imgs/download_102_170.png') no-repeat top left;	
}

a.dl_btn:hover
{
	background-position: 0 -85px;
}

p.intervene
{
	font-size: 1.6em;
	font-weight: bold;
	display: block;
	color: #FFF;
	text-align: center;
	margin: 15px 0 15px 0;
	padding: 0 30px 0 30px;
}

#footer
{
	text-align: center;
	color: #fff;
}

a:link{ color:#F30; text-decoration:none; }
a:visited{ color:#F30; text-decoration:none; }
a:hover{ color:#F30; text-decoration:underline; }
a:active{ color:#F30; text-decoration:none; }


/* NAV */

ul#nav
{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#nav li
{
	float: left;
}

ul#nav li a
{
	overflow:hidden;
	height: 39px;
	display: block;
	text-indent: -9999px;
	background: #000 url('imgs/navbar_185_78.png') no-repeat top left;	
}

#nav a#home
{
	width: 57px;
}

#nav a#buy
{
	width: 54px;
	background-position: -57px 0;
}

#nav a#contact
{
	background-position: -111px 0;
	width: 74px;
}

#nav a#home:hover
{
	background-position: 0 -39px;
}

#nav a#buy:hover
{
	background-position: -57px -39px;
}

#nav a#contact:hover
{
	background-position: -111px -39px;
}

form
{
	margin: 25px 0 25px 0;
}

form input
{
	margin: 8px 0 8px 0;
}

form input#os0
{
	text-align: center;
	font-size: 1.6em;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	border: 1px solid #666;
}

div.center_text
{
	clear: both;
	text-align: center;
}

img#buy_badge
{
	float: right;
}
