﻿html, body
{
	height:100%; /* needed for container min-height */
}


/* Remove padding/margins from all elements */
*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #394951;
	font-size: 0.74em;
	line-height: 1.6em;
	color: #444;
}

body, h1, h2, h3, h4, h5, h6
{
	font-family: 'Segoe UI', Arial;
}

p
{
	margin: 0.3em 0 0.6em;
}

h1
{
	font-size: 1em;
	background: url('../images/h1.jpg') no-repeat 0 50%;
	line-height: 25px;
	padding-left: 10px;
	margin-top: 1em;
	margin-bottom: 0.6em;
	margin-left: -30px;	
}

h2, div#toc h1
{
	font-size: 1em;
	background: none;
	line-height: 1em;
	padding-left: 0;
	margin-top: 1em;
	margin-bottom: 0.3em;
	margin-left: -1em;	
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 764px;

	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	
	background: white url('../images/content_bg.gif') repeat-y;
}

div#header
{
	position: relative;
	margin: 0 4px;
	height: 90px;
	width: 756px;
	background-image: url('../images/navbar.jpg');
}

div#content
{
	padding: 0 0px 5em 22px;
}

div#footer
{
	position: absolute;
	width: 100%;
	bottom: 0; /* stick to bottom */
}

div#footer div
{
	margin: 0 6px;
	background-color: white;
	border-top: 1px solid #9FB3BD;
	border-bottom: 1px solid white;
}

div#footer p
{
	padding: 8px 16px 5px 16px;
}

#footer #w3c
{
	float: right;
	border: none 0px;
	padding-top: 1em;
}

#w3c img
{
	border: none 0px;
}

#content #left
{
	float: left;
	width: 490px;
	padding-left: 30px;
}

#content #right
{
	float: left;
	width: 180px;
	margin-left: 38px;
	margin-right: 0;
}

.clearer
{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}

div#toc
{
	margin-top: 1.5em;
}

div#right h1, div#right h2, div.note h2
{
	margin-left: 0;
}

div.note
{
	margin-top: 0.6em;
}

div.note div
{
	margin-top: 0.5em;
	border: 1px solid #9FB3BD;
	padding: 0.5em 1em 1em 1em;
}


li
{
	margin-left: 2em;
}

a, a:visited
{
	color: #06c;
	text-decoration: none;
}

a:hover, a:active
{
	text-decoration: underline;
}



#faq .q
{
	margin-bottom: 0;
	font-style: oblique;
}

#faq .a
{
	margin-top: 0;
	margin-left: 1em;
}

#faq ol, #faq ul
{
	margin-left: 1.5em;
}

.note
{
	font-style: italic;
}




#screenshots
{
	position: relative;
}

#screenshots div
{
	float: left;
	width: 240px;
	height: 200px;
	text-align: center;
	margin-bottom: 5px;
}

#content img
{
	border: 1px solid #AFBDD7;
}

#screenshots span
{
	display: block;
	margin: 0.2em 0.5em 0em 0.5em;
}

#screenshots div div
{
	width: 100%;
	float: left;
}

.warning
{
	font-style: italic;
}

a.external
{
/*	padding-right: 20px;
	background: none url(../images/a_external.gif) no-repeat 100% 100%;*/
}

#banners
{
	margin: 30px 12px 0 0;
}

#banners a
{
	margin: 5px 0 5px 0;
	display: block;
	text-align: center;
}