/* CSS for Whirlpool - General Styles */

/* ===========================================
         GLOBAL RESETS
==============================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul { list-style: none; }
strong { font-weight: bold; }
em { font-style: italic; }

a { color: #f90; font-weight: bold; }
a:hover { color: #e73838; }

.clear { clear: both; height: 0px; font-size: 0px; }

p {	margin-bottom: 1em; }


/* --- clearfix ---- */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
	}

.clearfix {
    display: inline-block;
	}

html[xmlns] .clearfix {
    display: block;
	}

* html .clearfix {
    height: 1%;
	}


/* ===========================================
         MAIN LAYOUT
==============================================*/

body { 
	padding: 9px 12px 80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* 10px at default setting */
	line-height: 1.4em;
	color: #666;
	text-align: center;
	background-color: #94b3d8;
	}

#container {
	width: 875px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	}

.tr { background: url(../images/pageBox-tr.gif) right top no-repeat; }
.br { background: url(../images/pageBox-br.gif) right bottom no-repeat; }
.bl { background: url(../images/pageBox-bl.gif) left bottom no-repeat; }
.tl { background: url(../images/pageBox-tl.gif) left top no-repeat; }

.boxContent {
	padding: 0 14px 32px 30px;
	}


/* ===========================================
         HEADER
==============================================*/

#logo {
	float: left;
	margin-top: 18px;
	}


/* ----- NAV ----- */

#nav {
	float: left;
	margin-left: 51px;
	list-style: none;
	}

#nav li {
	float: left;
	list-style: none;
	}

#nav .divider {
	width: 7px;
	height: 48px;
	background: url(../images/nav-divider.gif) center 32px no-repeat;
	}

#nav a {
	display: block;
	height: 48px;
	background-position: top left;
	background-repeat: no-repeat;
	}

#nav a:hover,
#nav .on a {
	background-position: bottom left;
	}

#nav-home a 	{ width: 50px; background-image: url(../images/nav-home.gif); }
#nav-time a 	{ width: 75px; background-image: url(../images/nav-saveTime.gif); }
#nav-effort a 	{ width: 163px; background-image: url(../images/nav-saveEffort.gif); }
#nav-space a 	{ width: 81px; background-image: url(../images/nav-saveSpace.gif); }
#nav-share a 	{ width: 118px; background-image: url(../images/nav-shareWithOthers.gif); }
#nav-sweeps a 	{ width: 106px; height: 63px; background-image: url(../images/nav-sweeps.gif); }

#nav span {
	display: none;
	}


/* ===========================================
         CONTENT
==============================================*/

#content {
	float: left;
	width: 550px;
	margin: 26px auto auto 12px; 
	_display: inline; /* Win/IE6 */
	}

#content h2 {
	margin-bottom: 18px;
	}

#content h1 {
	margin-bottom: 12px;
	}

#content ul {
	margin-bottom: 1.5em;
	font-size: 1.1em;
	line-height: 1.5em;
	}

#content li {
	margin-bottom: 1em;
	padding-left: 18px;
	background: url(../images/bullet-green.gif) 0 0.6em no-repeat;
	}


/* ===========================================
         SIDEBAR
==============================================*/

#sidebar {
	float: right;
	width: 230px;
	margin-top: -18px;
	}

#module-download {
	display: block;
	margin-top: 7px;
	}