

/* ********************************************************************************************* */

abbr {
	border: none;
	border-bottom: dotted 1px #5D5D5D;
	cursor: help;
}

/* ********************************************************************************************* */

span.corner {
	background: #F00;
	height: 0.3em;
	position: absolute;
	width: 0.3em;
}

span.cornerBl {
	bottom: -0.3em;
	left: 0;
}

span.cornerTr {
	right: -0.3em;
	top: 0;
}



/* ************************************************************************************************

 	LAYOUT: CONTENT

************************************************************************************************ */

div#content { 
	background: none;
	border: none;
	color: #fff;
	margin: 0 auto;
	padding: 0em;
	position: relative;
	width: 49em; 
	margin-left: 400px;
}

/* ********************************************************************************************* */

div#content span.corner { background: #000000; }

/* ********************************************************************************************* */

div#content h1 {
	padding: 20px 0 0px 0px; color:#FFFFFF; font-size:16px; border-bottom:#0FA860 1px solid;
}

div#content h1.aboutHr { margin: 1.5em 0 1em; }

div#content h1.installHr {
	border-top: solid 0.2em #E8E8E8;
	margin: 2em 0 1em;
	padding: 1.75em 0 0;
}

/* ********************************************************************************************* */

div#content h2 {
	color: #7CA600;
	font-size: 1.4em;
	font-weight: lighter;
	line-height: 1.285em;
	margin: 1.928em 0 0.642em;
}

/* ********************************************************************************************* */

div#content ol,
div#content ul {
	margin: 1.35em 1.8em;
}

/* ********************************************************************************************* */

div#content code {
	background: #FFFFE8;
	font-size: 1.25em;
	padding: 0.3em;
}

/* ********************************************************************************************* */

div#content ol.listCode {
	font-size: 1.2em;
	line-height: 1.5em;
	list-style: none;
	margin: 1.125em 0;
}

div#content ol.listCode li {
	background: #FFFFE8;
	padding: 0.375em;
}

div#content ol.listCode li:hover { background: #F4F4DE; }

div#content ol.listCode li code {
	background: transparent;
	display: block;
	font-size: 1.1em;
	padding: 0;
}

/* ********************************************************************************************* */

div#content div#fsDemo {
	background: #000000;
	height: 44.1em;
	margin: 1em 0;
	position: relative;
}

div#content div#fsDemo p { padding: 1.5em; }


/* ************************************************************************************************

 	LAYOUT: HEADER

************************************************************************************************ */

div#footer { 
	color: #747474;
	margin: 2.7em auto;
}

/* ********************************************************************************************* */

div#footer ul {
	font-size: 1em;
	line-height: 0.9em;
	list-style: none;
	margin: 0;
	padding: 0 2.7em;
	text-align: center;
}

div#footer ul li {
	border-left: solid 0.1em #747474;
	display: inline;
	margin: 0 0 0 0.45em;
	padding: 0 0 0 0.45em;
}

div#footer ul li.a { border: none; }

div#footer ul li a { color: #747474; }

/* ************************************************************************************************

 	SELF CLEARING
	REPLACE 'xyz' WITH ELEMENTS CONTAINING FLOATS TO CLEAR THEM WITHOUT ADDITIONAL ELEMENTS 
	BEING ADDED TO MARKUP. SEE IE 6/7 STYLESHEETS FOR INTERNET EXPLORER FIX

************************************************************************************************ */

div#content:after,
div#header ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
