html, body {
	margin: 0;
	padding: 0;
	font-size: 65%;                                    
	text-align: center;
	font: .8em tahoma, arial, verdana, sans-serif;
	}
	
#parent {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	}

table#pressroom {
	border-collapse: collapse;
	border: 1px solid #144816;
	width: 70%;
	margin: 25px auto;
	margin-top: 0;
	}
	
	
table#pressroom tr { border-bottom: 1px dashed #333; }

table#pressroom th {	
	text-align: center;
	font: bold 1em arial, verdana, sans-serif;
	}
	
table#pressroom tr#th { border-bottom: 1px solid #144816; }
	
table#pressroom td.product {
	width: 120px;
	height: 90px;
	font: bold .8em tahoma, sans-serif;
	text-align: center;
	background: #fff;
	}

td.product a { text-decoration: none; }

td.header { padding-left: 20px; }
h1 { font: bold 6em georgia, garamound, "times new roman", serif; text-align: center; padding-bottom: 0; margin-bottom: 0; color: #3A6846; }
table#pressroom h3 { font: bold 1em tahoma, arial, verdana, sans-serif; color: #333; }
table#pressroom h3 a { color: #333; text-decoration: none; }
table#pressroom h3 a:hover { text-decoration: underline; }

tr.solostar td.product { color: #638B65; }
tr.greenstar td.product { color: #5C8C5E; }
tr.personalblender td.product { color: #A91C1C; }
tr.citristar td.product { color: #C27200; }
tr.zstar td.product { color: #3A6846; }

tr.solostar { background: #ffffff; }
tr.greenstar { background: #ffffff; }
tr.personalblender { background: #ffffff; }
tr.citristar { background: #ffffff; }
tr.zstar { background: #ffffff; }

ul { 
 	margin: 0;
	padding: 0;
	width: 100%;
	height: 20px;
	color: white;
	background: #0a0;
	}
	
li { 
	float: left;
	display: inline;
	list-style-type: none;
	}
	
li a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	font-family: tahoma, sans-serif; 
	line-height: 18px;
	font-size: 1em;
	padding: 0 10px;
	}
	
li a:hover { text-decoration: underline; }

li#last { float: right; }
	