body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 62.5%;
	background-color: #13941E;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
}

#container {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background-color: #FFFFFF;
	background-image: url(../images/container-bg.jpg);
	background-repeat: repeat-y;
	position: relative;
}

/* =header */ 

#header {
	background-image: url(../images/head.png);
	height: 17px;
	background-repeat: no-repeat;
	padding-top: 139px;
	position: relative;
}
#header p a {
	color: #13941E;
}
#header #login {
	position: absolute;
	top: 5px;
	right: 25px;
}

#header ul.nav {
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
}
#header .nav li {
	display: block;
	float: left;
	padding-left: 20px;
	list-style-type: none;
}
#header .nav li a {
	color: #FFFFFF;
	text-decoration: none;
}

/* =content */

#content {
	clear: both;
	padding: 40px 20px 20px 30px;
}
/* =main */
#main {
	width: 460px;
	font-size: 140%;
	float: left;
	line-height: 1.33em;
}
#main .featurepic {
	border: 1px solid #999999;
}

#main h2 {
	font-size: 160%;
	font-weight: normal;
	margin-bottom: 0.66em;
	line-height: 1em;
}
#main h3 {
	padding-top: 1em;
	clear: both;
	font-weight: bold;
	margin-bottom: 0.66em;
	font-size: 140%;
	line-height: 1em;
}
#main .product {
	float: right;
}
#main .product-left {
	float: left;
	margin-right: 1em;
}
#main blockquote {
	background-image: url(../about/images/quote_top_whitebg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 1em;
	padding-left: 1em;
	margin-top: 2em;
}
#main blockquote p.quote-end {
	background-image: url(../about/images/quote_bottom_whitebg.gif);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	padding-bottom: 1em;
}
#main p {
	margin-bottom: .66em;
	text-align: justify;
}
#main p.speaker {
	text-align: right;
	padding-right: 3em;
	margin-top: -1em;
	font-size: 90%;
	font-weight: bold;
}
#main img.bio {
	border: 1px solid #999999;
	margin-right: 1.33em;
	margin-bottom: 0.66em;
	float: left;
}
#main ul.productlist {
	background-color: #E4E4DA;
	padding: 10px;
	font-size: 85%;

}
#main ul.productlist li {
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #CCCCCC;

}
#main .productlist li.first {
	margin-top: 0px;

}
#main ul.productlist li h3 {
	margin-left: 90px;
	clear: none;
	padding-top: 0px;

}
#main ul.productlist li p {
	margin-left: 90px;

}
#main .productlist li img {
	float: left;
	height: 75px;
	width: 75px;
	border: 1px solid #CCCCCC;

}
#main ul.features {
	list-style-type: disc;
	padding-left: 20px;
}
#main .features li {
}
#main #specs {
	width: 410px;
	margin: 25px;
	font-size: 90%;
	border: 1px solid #CCCCCC;
}
#main #specs .odd {
	background-color: #DBEEB7;
}
#main #specs th {
	font-size: 140%;
	color: #FFFFFF;
	background-color: #14931E;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
#main #specs td {
	font-size: 100%;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
#main #specs td.left {
	text-align: left;
}
#main #specs td.right {
	text-align: center;
}
#main .product-right {
	float: right;
	margin-bottom: .66em;
	margin-left: 1.33em;
}
#main h4 {
	margin-top: 1.33em;
	margin-bottom: 0.66em;
	margin-left: 25px;
	font-weight: bold;
	text-transform: uppercase;
}
#main .speedlist {
	margin-left: 40px;
}




/* =sidebar */
#sidebar {
	width: 220px;
	margin-left: 515px;
	line-height: 1.33em;
	margin-top: -1em;
}
#sidebar img {
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #666666;
}
#sidebar h3 {
	font-size: 120%;
	padding-top: .5em;
	padding-bottom: .5em;
}
#sidebar p {
	font-size: 110%;
	line-height: 1.33em;
	margin-bottom: .66em;
	text-align: justify;
}
#sidebar h2 {
	font-size: 180%;
	border-bottom: 1px solid #028600;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-bottom: 0.66em;
	font-weight: normal;
	margin-top: 1em;
}
#sidebar .category {
	margin: 1em 0;
}
#sidebar ul.category {
	list-style-type: none;
	font-size: 125%;
	font-weight: bold;
	margin: 0 0 .66ems 0;
	padding: 0px;
}
#sidebar .category a {
	text-decoration: none;
	color: #000000;
}
#sidebar .category li {
	background-image: url(../images/cat-arrow.jpg);
	background-repeat: no-repeat;
	height: 18px;
	padding-top: 2px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-position: -5px 50%;
	padding-left: 20px;
}
#sidebar .category a:hover {

	text-decoration: none;
	color: #028600;
}

/* =footer */

#footer {
	background-image: url(../images/foot.jpg);
	background-repeat: no-repeat;
	clear: both;
	margin: 30px 0 0 0;
	padding: 0;
	background-position: bottom;
	height: 120px;
	position: relative;
	background-color: #DBEEB7;
}
#footer .nav {
	padding: 5px 0 0 0;
}
#footer .nav li {
	padding: 0 45px 0 0;
}
#footer .branding {
	position: absolute;
	bottom: 20px;
	left: 125px;
}
#footer p.nav {
	text-align: center;
	color: #FFFFFF;
	font-size: 125%;
	background-color: #000000;
	padding-top: .5em;
	padding-bottom: .5em;
}
#footer p.nav a {
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
}
#footer p.nav a:hover {
	text-align: center;
	color: #13941E;
}


/* =contact */
#contact {
	clear: both;
	text-align: left;
	position: absolute;
	bottom: 30px;
	left: 425px;
}
#contact p {
	font-size: 130%;
	margin: 0px;
	padding: 0px;
}


/* =header */


/* =clear */
#clear {
	clear: both;
}

/*=extra */

p.copyright {
	color: #FFFFFF;
	font-size: 110%;
	padding-top: .5em;
	padding-bottom: 3em;
}
.copyright a {
	color: #FFFFFF;
	text-decoration: none;
}
strong {
	font-weight: bold;
}
.specsummary {
	line-height: 1.33em;
}
.specsummary ul li {

}
.specsummary ul {
	padding-left: 20px;
	list-style-type: disc;
}
ul.careers   {
	list-style-type: disc;
	margin-left: 15px;
}

.specsummary li {
	margin-top: .66em;
	margin-bottom: .66em;
}
ul.disc {
	list-style-type: disc;
	margin-left: 40px;
}
em {
	font-style: italic;
}
