body {
	margin: 0px;
	font-size: 14px;
	font-family: Arial, Verdana, sans-serif;
	background: #fff;
	color: #333333;
	line-height: 18px;
}
td {
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	color: #333333;
	line-height: 18px;
}
.wrapper {
	margin: 0 auto;
	alignment-adjust:central;
	width: 1000px;
	border: 1px solid;
}

.banner-box{
	margin: 0px;
	width: 100%;
	height: 130px;
	background: #9F1D1B;
}

.banner-pic{
	text-align: right;
}

.heading {
	color: #C00A0E;
	font-size: 40px;
}

.product-bar ul a li{
	font-family: Helvetica, Arial, sans-serif;
	list-style-type: none;
	text-align: center;
	margin: 10px;
	padding: 0;

}

.product-bar a {
	display: block;	
	padding: 5px;
	font-size: 18px;
	width: 90%;	
	border: 0px solid #fff;
	background-color: #fff;
}

.product-bar li {
	display: inline;
	float: left;
	width: 20%;	
}

.form {
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
	margin: 2;
	padding: 2;
	border-color: #596C80 #3D6B99 #3D6B99 #596C80;
	border-width: 1px 1px 1px 1px; 
	border-style: solid;
	background-color: #cec2d0;
}
.search {
	width: 130px;
	height:	20px;
	padding: 0;
	margin:	2px 1;
	border-color: #596C80 #3D6B99 #3D6B99 #596C80;
	border-width: 1px 1px 1px 1px; 
	border-style: solid;
	font: 11px Arial, Verdana, sans-serif;
	background-color: #D5F1FF;
}
input.submit {
	border: 1px solid #FFFFFF;
	font: 11px Arial, Verdana, sans-serif;
	background: #3c0000;
	height:	20px;
	color: #FFFFFF;
	padding: 0;
	margin:	1;
}
.juiceapac {
	color: #FFFFFF;
	text-decoration: none;
}
.juiceapac:hover	{
	color: #FFCC00;
	text-decoration: underline;
}
#footer td {
	color: #fee3e1;
	font-size: 11px;
	padding-bottom: 10px;
}
#footer a {
	color: #fee3e1;
	text-decoration: none;
}
#footer a:hover {
	color: #d502a1;
	text-decoration: underline;
}
.topmnubtn {
	/*color: #FFF;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	text-align:center;*/
}
.topmnubtn:hover	{
	background: url(image/menu/hover.png) no-repeat;
}
.topmnubtn:active	{
	background: url(image/menu/click.png) no-repeat;
}
#content {
	/*padding: 30px 30px 0px 30px;*/
}
#content .title {
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
}
#content .title2 {
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
}
#content .title3 {
	font-size: 24px;
	font-weight: bold;
}
#content .title4 {
	font-size: 24px;
	font-weight: bold;
}
#content .subtitle {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
#content .subtitle2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
#content .subtitle3 {
	color: #5a272f;
	font-size: 14px;
	font-weight: bold;
}
#content .subtitle4 {
	color: #cc3399;
	font-size: 12px;
	font-weight: bold;
}
#content .subtitle4:hover {
	color: #60C;
	text-decoration: underline;
}
#content .normaltext {
	color: #FFF;
}
.leftmnuul {
	padding:0px 0px 0px 25px;
	font-size:0px;
}
.leftmnuli {
	font-size:12px;
}
/*** promo Box ***/
.promobox{
	background-color: #ececec;
	width: 95%;
	padding: 10px;
	text-align: left;
}

.promofooter{
	background: url(image/promo_arrow.gif) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
	padding-left: 58px;
	padding-top: 1px;
	margin-bottom: 2em;
	font-size: 90%;
	color: #4A4A4A;
	text-align: left;
}
/* ---------------------- begin: pagination ---------------------- */
.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 10px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #666;
text-decoration: none; 
color: #333;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #333;
color: #FFF;
background-color: #5a272f;
}

.pagination a.currentpage{
background-color: #4c2343;
color: #FFF !important;
border-color: #333;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}
/* ---------------------- end: pagination ---------------------- */