/* General */
HTML, BODY {margin: 0; padding: 0; border: 0;}
BODY
{
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #F0F3F6;
	font-family: Verdana, Helvetica, "Lucida Grande", "Lucida Sans Unicode", serif;
	font-size: 11px;
	position: absolute;
	text-align: center;
	top:0;
	left:0;
}
FORM
{
	display: block;
	margin: 0;
	padding: 0;
}
H1
{
	font-size: 12px;
	font-weight: bold;
	margin:8px 0;
}
H2
{
	font-size: 11px;
	font-weight: bold;
	margin:0 0 4px 0;
}
IMG
{
	display:block;
	border: 0px;
}
A
{
	color: #DE2323;
	font-weight: bold;
}
A:hover
{
	color: black;
	text-decoration: none;
	font-weight: bold;
}
HR
{
	border:0;
	border-top: dashed 1px #AEB4BC;
}
P
{
	margin:0;
	padding: 6px 0;
}
LI
{
	padding: 4px 0;
	margin:0;
}

/* Utility */
.box
{
	border: solid 1px #AEB4BC;
	margin:10px 0;
}
.box .boxheading
{
	padding:0px;
	margin:0;
	color: #FFF;
	line-height: 20px;
	font-size: 11px;
	font-weight: bold;
	background-color: #98A1AC;
}
.box .boxheadingred
{
	padding:0px;
	margin:0;
	color: #FFF;
	line-height: 20px;
	font-size: 11px;
	font-weight: bold;
	background-color: #DE2323;
}.box .boxdetails
{
	list-style: none;
	background-color: #EEF1F4;
	margin:0;
	padding:0;
}
.box .boxdetails LI
{
	margin:0;
	border-bottom: dashed 1px #AEB4BC;
	padding:10px 10px;
}
.box .boxdetails .last
{
	border-bottom: none;
	padding:10px 10px;
}
.box .boxdetails .quicklink
{
	border-bottom: none;
	padding:5px 5px;
	color: #DE2323;
}
.box .boxdetails .quicklink A
{
	color: #000;
	text-decoration: none;
	padding-left:10px;
}
.box .boxdetails .quicklink A:hover
{
	color: #DE2323;
}
.box .boxdetails H2
{
	margin:0;
	padding: 5px 0;
	font-size: 11px;
}
.sampletext
{
	font-style:italic;
	background-color: Yellow;
}



/* Header */
#header
{
	background-image: url(../images/headerbg.gif);
	background-repeat: repeat-x;
	height: 101px;
}
#header #header760
{
	width: 760px;
	margin: 0px auto;
	text-align: left;
}
#header #logo
{
	position: absolute;
	top: 0px;
	width: 224px;
	height: 100px;
	background-image: url(../images/devil-linux.gif);
}
#searchfrm
{
	position: absolute;
	top: 42px;
	width: 116px;
	font-size: 10px;
	margin-left: 632px;
	text-align: left;
}
#search #q
{
	width: 114px;
	font-family: Verdana;
}
#search #searchgo
{
	float: right;
}


/* Content */
#abswrpper
{
	clear: both;
	position: absolute;
	left:0;
	background-image: url(../images/mainbg.gif);
	background-repeat: repeat-y;
	width: 100%;
	background-position: center;
}
#container
{
	position: relative;
	width: 760px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}
#content
{
	margin-left: 180px;
	margin-right: 10px;
	padding-top:10px;
	margin-bottom:20px;
	height:1%;
	max-width: 560px;
}

/* Navigation */
#navigation
{
	float: left;
	width: 160px;
	margin: 0px;
	padding: 0px;
}

#navigation UL
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#navigation LI 
{
	border-bottom: dashed 1px #AEB4BC;
	margin: 0px;
	padding: 0px;
}
#navigation LI.enclose
{
	margin-left:1px;
	width: 158px;
}
#navigation LI.enclose LI
{
	border: none; 
	background-color: #EEF1F4;
}

/* IE5(pc) will insert the space unless display:block is hacked out for it */
#navigation LI A , #navigation LI EM
{
	text-decoration: none;
	width: auto;
	display: block;
	color: black;
	font-weight: bold;
	background-image: url(../images/navitem.gif);
	background-repeat: no-repeat;
	background-position: 6px 12px;
	line-height: 25px;
}
#navigation LI A
{
	padding-left: 15px;
}

#navigation LI LI A
{
	padding-left: 20px;
	background: none;
	line-height:2em;
	font-weight: normal;
}
#navigation LI LI EM, #navigation LI LI EM A
{
	background: none;
	color: #DE2323;
}
#navigation li a:hover 
{
	background-color:#AEB4BC;
	color: #DE2323;
}
#navigation li li a:hover
{
	background: none;
}

#navigation LI EM
{
	font-style: normal;
	background-color:#AEB4BC;
}

#footer
{
	clear: both;
	position:relative;
	height: 35px;
	background-image: url(../images/footerbg.gif);
	background-repeat: repeat-y;
}
#copyright
{
	padding-top: 10px;
	padding-left: 10px;
	font-size: 10px;
}

#developed
{
	right: 8px;
	position: absolute;
	text-align: right;
	top: 10px;
	font-size: 9px;
}


/* Poll */
#poll
{
	margin: 0px 0px 0px 1px; 
	font-size: 10px; 
	width: 158px;
	background-color: #FFFFFF;
}
#poll #pollheader
{
	font-weight: bold;
	margin:0;
	padding: 4px 8px 4px 8px;
	font-size: 10px; 
	color: white; 
	background-color: #98A1AC;
}
#poll form
{
	margin-top: 4px;
	margin-left: 5px;
}
#poll #polltotals
{
	padding-top: 8px;	
}
#poll #pollresults
{
	font-size:10px;
}




/* 
	COMPLIANCE PAGE
*/
.compliance H1
{
	margin: 15px 0;
}
.compliance .complianceimage
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	padding-right: 20px;
	display: block;
}
.compliance .complianceimage li
{
	list-style: none;
}
.compliance .complianceimage IMG
{
	display:inline;
	padding-bottom: 5px;
}


/* 
	PARTNER Page
*/
.partner
{
	position: relative;
	margin-top:20px;
}
.partner .partnerimage
{
	position: absolute;
	top:0px;
	text-align: right;
	width:240px;
	margin-left: 272px; 
}
.partner .partnerimage IMG
{
	display: inline;
}
.partner .partnerdetails
{
	width:265px;
}
.partner H1
{
	font-size: 12px; 
	margin:0px; 
	padding: 0; 
	text-align: left;
}

/* 
	DEV TOOLS Page
*/
.devtoolslist 
{
	padding-bottom:40px;
	list-style:none;
	margin-left:0;
	padding-left:0;
}
.devtoolslist LI
{
	position: relative;
}
.devtoolslist LI P
{
	position:absolute;
	width: 360px;
	left: 0px;
}
.devtoolslist LI IMG
{
	margin-left:380px;
	top:0px;
}

/* 
	Download Page
*/
#checksums TH, #checksums TD
{
	font-family:Courier;
}

#checksums TD
{
	padding-right:20px;
	font-size:10px;
}
