body{
	background-image:url(images/background.png);
	_background-image:none;
	background-repeat:repeat-x;
	background-color: #343C3F;
	color:#FFF;
	font-family:arial;
	text-align:center
}
#shoppingCart{
	margin-top:12px;
	_width:970px;
	width:980px;
	text-align:right;
	
		}
a:link{
	text-decoration:none;
	color: #FFF;
	font-weight:bold;
	}

a:visited{
	text-decoration:none;
	color: #FFF;
	font-weight:bold;
	}

a:hover{
	text-decoration:underline;
	}
img a:hover{
	text-decoration:none;
	}	
th.carthead_code, th.carthead_desc, th.carthead_price,th.carthead_qty,th.carthead_subtotal,th.carthead_actions { 
	background-color: #000000; 
	color: white; 
	padding: 3px; 
}

th.carthead_code,th.carthead_price,th.carthead_qty { 
	width: 75px; 
}
th.carthead_price,th.carthead_qty,th.carthead_subtotal {
	text-align: center;
}
th.carthead_desc { 
	width: 550px; 
}
td.cartbody_code_off,td.cartbody_desc_off,td.cartbody_price_off,td.cartbody_qty_off,td.cartbody_subtotal_off,td.cartbody_actions_off {
	padding: 2px 5px;
	}
td.cartbody_code_on,td.cartbody_desc_on,td.cartbody_price_on,td.cartbody_qty_on,td.cartbody_subtotal_on,td.cartbody_actions_on {
	padding: 2px 5px;
	background-color: #6f6f6f;
}
td.carttotaltext {
	padding: 2px 5px 2px 2px;
}
td.cartbody_price_on,td.cartbody_price_off {
	padding-right: 20px;
}
td.cartbody_qty_on,td.cartbody_qty_off {
	text-align: center;
}
td.carttotal_text,td.carttotal_value,td.carttotal_gst_value,td.carttotal_grand_value {
	padding:2px 5px;
	font-weight: bold;
}
td.cartbody_subtotal_off,td.cartbody_subtotal_on,td.cartbody_price_off,td.cartbody_price_on,td.carttotal_value,td.carttotal_gst_value,td.carttotal_grand_value {
	text-align: right;
}
.CartQty {
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}
td.cartbody_actions_off .cartaction, td.cartbody_actions_on .cartaction {
	margin: 0 3px;
}
.checktable td {
	padding: 3px;
}
#content{
	border-left:#1C2022;
	border-right:#1C2022;
	margin-left:20px;
	text-align:left;
	min-height: 330px;
	_height: 330px;
}
#footer{
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/footer.png);
	_background-image: url(images/footerie6.png);
	width:990px;
	height:67px;
	font-size:10px;
}
#footerText{
text-align:center;
font-size: 14px;
color: #FFF;
margin-top:10px;
margin-bottom:10px;
}

#header{
	background-image:url(images/header.png);
	_background-image:url(images/headerie6.png);
	width:1020px;
	height:277px;

}
#headerImage{
	
	padding-top:15px;
	text-align:center;
	margin-left:auto;
	width:1020px;
	margin-right:auto;
	height:160px;
}

#navigation{
	padding-top:40px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-top:-10px;
	_margin-top:-20px;
}

#navigation ul{
	width:100%;
	list-style:none;

}
#navigation ul li{
	margin-right: 40px;
	display:inline;
	color:#FFF;
	text-decoration:none;
	font-size: 20px;
}


#categoryDisplay td{
	padding:30px;

}



#navigation ul li a:link{
	color:#FFF;
	text-decoration:none;
}

#navigation ul li a:visited{
	color:#FFF;
	text-decoration:none;
}

#navigation ul li a:hover{
	color:#4C7436;
}
	
#wrapper{
	width:1020px;
	margin-left:auto;
	margin-right:auto;

}

/***************************************************************************/
/* WORKING DROPDOWN CSS:
/***************************************************************************/

.ddmx {
	margin-left:40px;
    font-family: Arial; 
    width:		970px;
    
}

.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    font-family : 			Arial, Helvetica, sans-serif;
	font-size : 			20px;
	font-weight : 			bold;
	color: 					#fff;
    font-weight: 			bold;
    text-decoration: 		none;
    display: 				block;
    white-space: 			nowrap;
    position: 				relative;
    margin-right:			40px;

   
}

html>/**/body .ddmx .item1,
html>/**/body .ddmx .item1:hover,
html>/**/body .ddmx .item1-active,
html>/**/body .ddmx .item1-active:hover, x:-moz-any-link, x:default { 
	margin-top:-5px;
	
} 

.ddmx .item1:hover {
	color: 					#4C7436;
}

.ddmx .item2, .ddmx .item2:hover, .ddmx .item2-active, .ddmx .item2-active:hover {
    padding: 				3px 8px 1px 15px;

    font-family : 			Arial, Helvetica, sans-serif;
	font-size : 			14px;
	font-weight:			bold;
	padding-top:				5px;
	padding-bottom:			5px;
	color:					#000;
    text-decoration: 		none;
	display: 				block;
    white-space: 			nowrap;
    position: 				relative;
    z-index: 				1000;
    min-width: 				110px;
    _width: 				150px;
    border:					1px solid #999999;
    border-bottom:			none;
   _padding: 				8px 0 8px 0;
    
}

.ddmx .item2 {
	background-color:#ccc;
}

.ddmx .item2:hover, .ddmx .item2-active, .ddmx .item2-active:hover {
    background:#666666;
	color:white
}

.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
   
}

.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}

.ddmx .item3, .ddmx .item3:hover, .ddmx .item3-active, .ddmx .item3-active:hover {
    padding: 				3px 8px 4px 6px;
    font-family : 			Arial, Helvetica, sans-serif;
	font-size : 			11px;
	color: 					#000;
    text-decoration: 		none;
    display: 				block;
    white-space: 			nowrap;
    position: 				relative;
    z-index: 				500;
}

.ddmx .item3 {
    background: #eeeeee;
}

.ddmx .item3:hover,
.ddmx .item3-active,
.ddmx .item3-active:hover {
    background:#99FF00
}

.ddmx .section {
    border: 			1px solid #C3AC8D;
    position: 			absolute;
    visibility: 		hidden;
    z-index: 			-1;
    background-color: #eeeeee;
    margin-top:8px;
}
/* table #menu1 {
width: 140px;
} */

* html .ddmx td { position: relative; } /* ie 5.0 fix */
.ddmx .item2 .moremenu,
.ddmx .item2-active .moremenu{
    position: absolute;
    bottom: 5px;
    right: 5px;
    border: 0;
    color: #000000;
    font-size: 14px;
}