html, body{
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:12px;
	color:#747164;
}


body{
	background:white;
}



/* UNIVERSAL */
.clear-left{
	clear:left;
}
.clear-right{
	clear:right;
}
.clear-both{
	clear:both;
}
.float-left{
	float:left;
}

h1{
	font-weight:bold;
	margin:0 0 18px 0;
	font-size:18px;
	color:#747164;
}
h2{
	font-weight:bold;
	margin: 0 0 18px 0;
	font-size:15px;
	color:#747164;
}
h3{
	font-weight:bold;
	margin: 0 0 7px 0;
	font-size:13px;
	color:#747164;
}
p{
	line-height:16px;
}
a{
	color:#747164;
	text-decoration:none;
	outline:medium none;
}
.pagination{
	margin-top:25px;
}
.pagination a{
	color:#4d5d80;
	margin:0 7px;
	text-decoration:none;
}
.pagination #active{
	margin:0 7px;
}
.image-float{
	float:left;
	padding:0 10px 5px 0;
}
.introduction-sentence{
	margin-bottom:20px;
}
/* END UNIVERSAL */





/* HEADER */
#header-wrapper{
	background-color:white;
}
#header{
	width:960px;
	height:79px;
	margin:0 auto;
}
#header #logo{
	float:left;
	display:block;
}
#header #menu-wrapper{
	display:none;
}
/* END HEADER */






/* BODY CONTENT */
.body-content{
	float:left;
	width:265px;
	padding-right:25px;
}
.body-content h1{
	font-weight:bold;
	font-size:20px;
}
#other-content{
	margin-left:20px;
}



#sub-header{
	display:none;
}




#content-wrapper{
	width:960px;
	margin:0 auto;
}
#content{
	display:block;
	padding:30px 40px 15px 21px;
	/*
	min-height:645px;
	height:auto !important;
	height:645px;
	*/
}
#left-content{
	float:left;
	width:224px;
	display:none;
}
#right-content{
	display:block;
	float:left;
	margin-left:20px;
	width:652px;
}
#other-content ul,
#right-content ul{
	display:block;
	padding-left:20px;
	list-style-image:url(/2five/_ui/skin/img/bullets-item.png);
}
#right-content #tabs ul{
	padding-left:0px;
}
#other-content ul li,
#right-content ul li{
	padding-top:2px;
}
#right-content .odd{
	clear:left;
	background:url(/2five/_ui/skin/img/uses-bg.png) repeat-x;
	background-position:bottom left;
	padding:10px;
	margin-bottom:15px;
}
#right-content .even{
	clear:left;
	padding:10px;
	margin-bottom:15px;
}
#right-content .option,
#right-content .safety,
#right-content .convenience,
#right-content .greendesign{
	width:280px;
	height:110px;
	padding:10px;
	float:left;
	background:url(/2five/_ui/skin/img/uses-bg.png) repeat-x;
	background-position:bottom left;
	margin:0 18px 15px 0;
}

#flashcontent{
	display:none;
	outline:medium none;
	margin:0;
	padding:0;
}
#explore-gallery #flashcontent{
	display:none;	
	margin-left:20px;
	outline:medium none;
}

/* END BODY CONTENT */




/* PRESSROOM */
.pressroom{
	margin-bottom:7px;
}
.pressroom a{
	color:#4d5d80;
	text-decoration:none;
	margin-left:10px;
}
/* PRESSROOM */






/* TABLE SPECS */
.tbl-spec{
	width:100%;
	font-family:Arial;
	font-size:12px;
	color:#767363;
	border:0;
}
.tbl-spec tr .even{
	background-color:#eeedea;
}
.tbl-spec tr .odd{
	background-color:#ffffff;
}
.tbl-spec td{
	padding: 8px;
	vertical-align:bottom;
}
.tbl-spec td.seperate{
	border-left:1px solid #c1c1c1;
	text-align:center;
}
.tbl-spec td.seperate-last{
	border-left:1px solid #c1c1c1;
	border-right:1px solid #c1c1c1;
	text-align:center;
}
/* END TABLE SPECS */





/* FOOTER */
#home #footer{
	display:none;
	background:url(/2five/_ui/skin/img/home-footer.gif) no-repeat;
}
#footer{
	display:none;
	background:url(/2five/_ui/skin/img/frame-footer.gif) no-repeat;
	backgound-position:top;
	padding:0px 20px 15px 20px;
	font-size:11px;
	color:#767363;
	line-height:20px;
}
#footer-home-link{
	text-align:center;
	padding-top:4px;
}
#footer-home-link a{
	color:#4d5d80;
	font-weight:bold;
}
#footer-menu{
	margin-top:-5px;
}
#home #copyright{
	padding-top:15px;
}
#copyright{
	padding-top:20px;
	text-align:right;
}
#copyright a{
	color:#767363;
}
#footer .title{
	padding-right:10px;
	font-weight:bold;
}
/* END FOOTER */
