/* CSS RESET */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* DEFAULT STYLES */
* { outline: none; }
html {
	font: normal 62.5% "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: url(../images/bg.jpg) top left repeat-x #007fae;
	min-width: 900px;
}
body{
  font-size: 1.2em;
  line-height: 180%;	
  color: white;
  background: url(../images/bg.gif) top left repeat-x;
}
a{ color:white }
a:hover{ text-decoration: none; }

/* TOOLS */
.clear{
	clear: both;
	}
.squeezer{
	width: 860px;
	margin: 0 auto;

	}
.colA{
	width: 540px;
	margin-right: 20px;
	float: left;
	}
.colB{
	width: 300px;
	float: right;
	}
/* LAYOUT */
h1#logo{
  width: 235px;
  height: 60px;
  background: url(../images/logo.gif) no-repeat;
  text-indent: -999em;
  margin: 20px 0;
}
div#horizontal{
  clear: both;
  height:280px;
  padding: 15px 0;
  background: url(../images/bg-horizontal.png) repeat-x;
}
/* CONTENT */
div#horizontal .colB p{
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 50px;
	margin-bottom: 15px;
	}
	div#horizontal .colB p a{
	font-size: 0.7em;
	font-weight: bold;	
	}
	div#horizontal .colB a#install{
	width: 185px;
	height: 60px;
	float: left;
	}
	div#horizontal .colB em{
	font-size: 1em;
	line-height: 130%;
	color: #fffeaf;
	width: 75px;
	display: block;
	float: left;
	margin: 15px 0 0 15px;
	}	
div#horizontal h2{
  height: 45px;
  margin: 5px 0 0 0;
  background: url(../images/title-googazon.gif) center center no-repeat;
  text-indent: -999em;
}
div.body-top{
	height: 15px;
	background: url(../images/bg-body-top.png) no-repeat;
	}
div.body-content{
	min-height: 300px;
	background: url(../images/bg-body.png);
	padding: 0.5em 1.5em 0.5em 1.5em;
	}
div.body-bottom{
	height: 15px;
	background: url(../images/bg-body-bottom.png) no-repeat;
	}
div.body-content h3{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: -0.5em;
	}
div.body-content p{
	margin: 0.5em 0;
	}
ul.nav{
	height: 25px;
	margin: 10px 0 20px 50px;
	}
	ul.nav li{
	list-style-type: none;
	float: left;
	}
	ul.nav li a{
	padding: 0.25em 0.5em;
	font-size: 1.4em;
	text-decoration: none;
	}
	ul.nav li.active a{
	background: #005c83;
	}
div#body .colB h4{
	margin: 50px 0 10px 0;
	font-size: 1.6em;
	text-align: center;
	}
div#body .colB p{
	margin-bottom: 10px;
	}
div#footer{
	text-align: center;
	font-size: 0.9em;
	margin: 0.75em 0;
	}
/* INSTALLER */
div#installer{display:none;height:115px;overflow:hidden;z-index:888;margin:0;position:fixed;top:0px;left:0px;background-color:#222;width:100%;}
div#installer ol{margin-left:20px; }
div#installer{font-size:0.8em; }
div#installer p{background:#111; padding:0.1em 0.5em;margin:0.5em 0;font-size:0.75em;}
div#darken{display:none;z-index:2;background:#000;position:fixed;width:100%;height:100%;left:0px;top:0px;opacity:.8;filter:alpha(opacity=80);text-align:right;}
div#installer_left{display:inline;float:left;margin:10px 0 0 20px;font-size: 1.6em;color:white;}
div#installer_right{display:inline;float:right;height:85px;width:40px;margin:10px 44px 0 0;}
