/* CSS Document */

body{

	color:#A9C08D;
}

a{
	color:#4A6C1F;
	text-decoration:none;
}

a:hover{
	color:#4A6C1F;
	text-decoration:underline;
}

.bar1 {
	height:3px;
	background-color:#4A6C1F;
}

.bar2{
	height:1px;
	background-color:#5A990A;
}

.left-header{
	background:url(images/h1.gif) no-repeat;
	height:148px;
	width:419px;
}

.right-header{
	background:url(images/h2.gif) no-repeat;
	height:148px;
	width:339px;
}

.sales-tag{
	color:#D9FBAF;
}

.sales-tag strong{
	font-size:14px;
}

.header-tbl{
	background:#4A6C1F;
	border:1px solid #88BC46;
	height:70px;
	width:127px;
}

.bar3{
	height:1px;
	background-color:#4A6C1F;
}

.bar4{
	height:3px;
	background-color:#63A214;
}

.bar5{
	height:3px;
	background-color:#000000;
}

.bar6{
	height:1px;
	background-color:#2A2727;
}

.content{
	background:url(images/content-fade.gif) top left repeat-x #2A2727;
	border:1px solid #2A2727;
}

.product-review-tbl{
	background:#4A6C1F;
	border:1px solid #60D36B;
	width:738px;
}

.product-review{
	margin:2px 0 2px 0;
	background:#000000 url(images/product-fade.gif) top left repeat-x;
	border:1px solid #000000;
	text-align:left;
	font-size:12px;
}

.title{
	color:#D9FBAF;
	font-size:20px;
	font-weight:bold;
	border-bottom:2px solid #88BC46;
}

.button-border{
	background:#88BC46;
	width:121px;
	height:25px;
}

.button{
	background:#4A6C1F;
	border:1px solid #000000;
	height:21px;
	width:115px;
	color:#D9FBAF;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}

.button a{
	color:#D9FBAF;
	text-decoration:none;
}

.button a:hover{
	color:#0C1403;
	text-decoration:none;
}



.footer{
	background:#60D36B;
	height:39px;
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
}