body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/bg.gif);
	
}
a.rightnav{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:ffffff;
text-decoration:none;
font-weight:bold;
}

a.rightnav:hove{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#FFFF00;
text-decoration:none;
font-weight:bold;
}

.lefttable-margine{
margin-left:14px;
}

.curve-bg{
background-image:url(images/curve-bottom.jpg); 
background-repeat:no-repeat; background-position:right;
}
.body-text{
font-family:Arial, Helvetica, sans-serif; 
font-size:14px;
 color:#FFFFFF; 
 line-height:18px; 
 padding-left:27px;
 }
.form-text{
font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px; 
 font-weight:bold; 
 padding-left:10px; 
 color:#FFFFFF;
 }
.field-color{
color:#990033;
}
.smalltext{
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:11px; 
color:#B28F89;
}
.copyrigt{
font-family:Tahoma; 
font-size:11px; 
color:#FFFFFF;
}
.copyrigt a{
color:#FFFFFF; 
text-decoration:none;
}

.body-text2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	line-height:normal;
	padding-left:10px;
	text-align: justify;
	padding-right: 15px;
	padding-top: 10px;
}
.body-text3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	line-height: 18px;
	}
.form_fields {
	background-color: #81544F;
	height: 18px;
	width: 165px;
	border: thin solid #CCCCCC;
}
.form_fields2 {
	background-color: #81544F;
	width: 230px;
	border: thin solid #CCCCCC;
}




/*.................TREE MENU CODE ................*/

.arrowlistmenu{
width: 220px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: white;
	margin-bottom: -8px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	background-image: url(images/titlebar-regular.png);
	background-repeat: repeat-x;
	background-position: left center;
	height: 20px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 10px;
}

.arrowlistmenu a.leftnavi{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: white;
	margin-bottom: -8px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	background-image: url(images/titlebar-regular.png);
	background-repeat: repeat-x;
	background-position: left center;
	height: 20px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 10px;
	text-decoration:none;
}
a.product_heading{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration:none;
}
a.product_heading:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration:none;
}

.arrowlistmenu a.leftnavi:hover{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color:white;
	text-decoration:none;
	margin-bottom: -8px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	background-repeat: repeat-x;
	background-position: left center;
	height: 20px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 10px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(images/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 10px;
padding: 0px;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #ffffff;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0px;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #ffffff;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}
.shopping_list {
	width: 185px;
	border: thin solid #CCCCCC;
}


/* ADD on 11/10/08 START CSS */

A.menucateg {
display: block;
text-decoration: none;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
border: solid 1px #f8f8f9;
}

A.menucateg:hover { 
border: solid 1px #6633CC;
background-color:#006699;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}

A.menusubcateg {
display: block;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
border: solid 1px #f8f8f9;
}

A.menusubcateg:hover { 
border: solid 1px #6633CC;
background-color:#006699;
text-decoration: none;
color: #FFFFFF;
}

/* ADD on 11/10/08 END CSS */