body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
/*	background-image: url(../images/bg1.jpg);
	background-repeat: repeat-x;
	background-color: #428D26;
*/		
     background-image: url(../images/bg1.jpg);
	background-color: #B6B6B6;
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}
.style1 {font-size: 24}
p{
font-size:14px;
line-height:20px;
}
#homelist{
font-size:14px;
text-align:left;
line-height:21px;
}
h1{
font-size:19px;
text-align:center;
color:#9D241E;
}

.title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	text-decoration: none;	
	font-weight:normal;
	line-height:20px;
	text-align:justify;
}
.title1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#A4312B;
	font-weight:bold;
	text-align:left;
}
.content{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	text-decoration: none;	
	font-weight:normal;
	line-height:20px;
}
.centercontent{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	text-decoration: none;	
	font-weight:normal;
	line-height:20px;
	text-align:center;
}
.boldcontent{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #000000;
	text-decoration: none;	
	font-weight:bold;
	line-height:25px;
	text-align:left;
}
.con{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #000000;
	text-decoration: none;	
	line-height:25px;
	text-align:left;
}

.blueboldcontent{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#00CCFF;
	text-decoration: none;	
	font-weight:bold;
	line-height:20px;
	text-align:left;
}
.redboldcontent{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#CC9900;
	text-decoration: none;	
	font-weight:bold;
	line-height:20px;
	text-align:center;
}
.redboldcontent{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#F46C00;
	text-decoration: none;	
	font-weight:bold;
	line-height:20px;
	text-align:left;
}
.whiteboldcontent{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#ffffff;
	text-decoration: none;	
	font-weight:bold;
	line-height:20px;
	text-align:center;
}
.white1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#ffffff;
	text-decoration: none;	
	font-weight:bold;
	line-height:20px;
	text-align:left;
}
.footercontent{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	text-decoration: none;	
	font-weight:normal;
	line-height:20px;
	text-align:center;
}

.rightcontent{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	text-decoration: none;	
	font-weight:normal;
	line-height:20px;
	text-align:right;
}


a:link {

	color: #000000;
	text-decoration:none;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
a:visited {
	color: #000000;
	text-decoration:none;
		font-size:11px;
	font-family:Arial, Helvetica, sans-serif;

}
a:hover {
	color: #0066CC;
	text-decoration:underline;
		font-size:11px;
	font-family:Arial, Helvetica, sans-serif;

}
a:active {
	color: #000000;
	text-decoration:none;
		font-size:11px;
	font-family:Arial, Helvetica, sans-serif;

}
/*------------------------------*/

#menu ul {

	padding-left:5px;
	margin-left:10px;
	list-style: none;
    font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-top:5px;
	padding-top:8px;
	}
*html li.menuwidth{
width:0em;
}
li.menuwidth{
width:auto;
}
li.menusize{
width: 3em;
}
#menu li { /* all list items */
	float: left;
	position: relative;
}

#menu li ul {/* second-level lists */
	position: absolute;
	display: block; 
	top: 1em;
    left: 0;
}

#menu li ul {/* to override top and left in browsers other than IE */
	top: auto;
	left: auto;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1em; }
* html #menu ul li a { height: 1em; }
/* End */


#menu li:hover ul { display: block; }

#menu li:hover>ul { visibility:visible; }

#menu ul ul { visibility:hidden;
float:top;
width:150px;
top:14px;
left:auto;
 }		

/* Make-up syles */
#menu ul, li {
    margin: 0 0 0 0; 
}
#menu ul li ul li {
    margin: 0 0 0 0;
	
}

/* Styles for Menu Items */
#menu ul a {
	text-align:center;
	display: block;
	text-decoration: none;
	COLOR:#ffffff;
	height:1em;
	padding:0px 5px 11px 0px; 
	font-size:13px;
	font-weight:bold;
}
/* Hover Styles */
#menu ul a:hover { 
 COLOR:#A3302A;
 font-weight:bold;

} 

/* Sub Menu Styles */
#menu li ul a {
 	width:150px;
	text-decoration: none;
	color:#000000;
	font-weight:normal;
	background:#ffffff; /* IE6 Bug */
	padding-bottom:6px;
	padding-left:4px;
	padding-right:2px;
	padding-top:6px;
	font-size:12px;
	text-align:left;
	border:solid 1px #508EC9;
} 

/* Sub Menu Styles */
 #menu ul ul ul{
	top:0em;
	left:152px;   
}
/* Sub Menu Hover Styles */
#menu li ul a:hover { 
	font-weight:normal;
	color: #ffffff; 
	background:#2A1F00;
} 

/* Icon Styles */
#menu li a.submenu {}
#menu li a.submenu:hover {}
#menu li ul a.submenu {}
#menu li ul a.submenu:hover {}

.bla{color:#000000;}

.productBoxHeading_tb, .productBoxOuter, .productBoxBottom_tb{
	width: 160px;	
}
.hl_product_box {  
	margin-top: 10px;
	border: 1px solid #c0c0c0;
	height: 154px;
}
.hl_product_box_over {  
	margin-top: 10px;
	background-color: #eeeeee;
	border: 1px solid #c0c0c0;
	height: 154px;
}
.productBox {  
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color: #7d7a78;
}
.productBoxLSide {
	width: 10px;
}
.productBoxContent {  
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #7d7a78;
}
.productBox A:link, .productBox A:active, .productBox A:visited,
.productBoxContent A:link, .productBoxContent A:active, .productBoxContent A:visited{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #8a8a8a;
}
.productBox A:hover, .productBoxContent A:hover {
	color: #7d7a78;
}
.productBoxHeadingLcorner 
{
}
.productBoxHeadingRcorner {
}
.productBoxLBottom{
}
.productBoxRBottom{
}
.productBoxHeading, .productBoxHeadingLcorner, .productBoxHeadingRcorner {
	line-height: 0.8;
    font-family: Arial;
    font-size: 11px;
	font-weight: bold;
	color: #FF7800;
}
.productBoxHeading A:link, .productBoxHeading A:active, .productBoxHeading A:visited{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #A9E601;
}
.productBoxHeading A:hover {
	color: #7d7a78;
}
.productBoxName{
	padding-top: 5px;
	padding-bottom: 5px;
}
.productBoxName A:link, .productBoxName A:active, .productBoxName A:visited{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #652064;
}
.productBoxName A:hover {
	color: #7d7a78;
}
.productBoxPrice{
    background-image: url("images/az_price_tag_m.gif");
    background-repeat: repeat-x;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color:#FF0000;
	height: 25px;
    line-height: 0.8;	
}
.productBoxPrice_zen{
    background-image: url("images/az_price_tag_m.gif");
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 5px;
	color: #8a8a8a;
    line-height: 1.1;	
	height: 50px;
}
.productBoxPrice s{
	font-size: 10px;
}
.productBoxBottom_tb{
	height: 26px;
	vertical-align:middle;
	padding: 3px;
	margin-right: 5px;
	margin-right: 5px;
}
.productBottomLine{
	height: 5px;
    background-image: url("images/az_prod_hrz_line.gif");
    background-repeat: repeat-x;
	background-position: center;	
}
.itemtbl{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#FFFFFF;
font-weight:normal;
background-color:#753B3B;
}
.itemtbltxt{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
font-weight:normal;
}
.Productname1{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#793D3D;
font-weight:normal;
padding-left:30px;
background-color:#FAF6F6;
}
.Productname{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#793D3D;
font-weight:normal;
padding-left:30px;
}
.Productname:hover{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#793D3D;
font-weight:normal;
padding-left:30px;
background-color:#FAF6F6;
}

