/* - - - - - - - - - - - - - - - - - - - - -

Title : 
URL : 

Author : SiteSuite Australasia
Author URL : http://www.sitesuite.com.au

Description : full website styles

- - - - - - - - - - - - - - - - - - - - - */

/*
----------------------------------------------------------------------------- 
GLOBALS
-----------------------------------------------------------------------------*/
html {
	padding: 0px;
	margin: 0px;
	overflow: -moz-scrollbars-vertical;
	}
	
	
body{
	padding: 0px;
	margin: 0px;
	background:#eef2fb;
	font: normal 12px/18px Tahoma, Arial, Helvetica, sans-serif;
	color:#595757;
}

p {

}

a:link, a:visited {
	color:#0a7139;
	text-decoration:none;
}

	a:hover {
		text-decoration:underline;
	}

h1 {
	font: normal 24px/30px Tahoma, Arial, Helvetica, sans-serif;
	color:#595757;
}

h2 {
	font: normal 18px/24px Tahoma, Arial, Helvetica, sans-serif;
	color:#595757;
}

h3 {
	font: bold 14px/18px Tahoma, Arial, Helvetica, sans-serif;
	color:#595757;
	text-transform:uppercase;
}

hr {
	background-color:#e0e0e0;
	height:1px;
	line-height:1px;
	margin:0px;
	padding:0px;
	border:0px;
}

form {
  margin: 0;
}
 
ul {
	margin-bottom: 0px;
	padding-bottom: 0px;
}


.stats {
	display: none;
	height: 0;
	line-height: 0;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0
	}

/*
----------------------------------------------------------------------------- 
LAYOUTS AND WRAPPERS
-----------------------------------------------------------------------------*/
#OverallWrap {
	width:780px;
	margin: 0px auto;
	padding:0px;
	background:#fff;
}

#banner {
	width:780px;
	height:179px;
	margin: 0px auto;
	padding:0px;
	background:url(../templateimages/banner.jpg) no-repeat;
}

#navSearchBar {
	width:780px;
	height:54px;
	margin: 0px auto;
	padding:0px;
	background:url(../templateimages/navbg.gif) repeat-x;
}

#searchWrap {
	width:198px;
	height:52px;
	float:right;
	overflow-y: hidden;
}
		
		#searchWrap form {
		  padding: 0;
			margin: 0;
		}
		
		.shopfront_input {
		/*	margin-bottom: 40px;*/
			float: left;
			position: relative;
			top: 20px;
			font: normal 11px/14px Tahoma, Arial, Helvetica, sans-serif; 
			text-align: left; 
			background-color:#fff; 
			border: 1px solid #fff; 
			color: #8a8787;
		}

#contentWrap {
	width:780px;
	margin: 0px auto;
	padding:0px;
	background: url(../templateimages/storenavbg.gif) 0% 0% repeat-y;
}

		#storenavWrap {
			width:189px;
			padding: 36px 0 0 0;
			background:#138043 url(../templateimages/storenavtop.gif) 0% 0% no-repeat;
			float:left;	
		}
		
		#content {
			width:561px;
			margin-top:11px;
			padding-bottom:15px;
			padding-right:16px;
			float:right;
		}
		
		#content_rhs {
		padding: 0;
		width: 591px;
		float: right;	
		} 
		
		#featured_prod_title {
		padding: 16px 0 0 12px;
		}

#footerWrap {
	width:780px;
	height:33px;
	background:#000;
}

		#footerLhs{
			line-height:33px;
			padding-left:15px;
			font-size:11px;
			color:#fff;
			float:left;
		}
		
		#footerRhs {
			line-height:33px;
			padding-right:16px;
			font-size:11px;
			color:#fff;
			float:right;
		}
		
				a.white:link, a.white:visited {
					color:#fff;
					text-decoration:underline;
				}
				
				a.hover {
					text-decoration:none;
				}

/*
----------------------------------------------------------------------------- 
NAVIGATION
-----------------------------------------------------------------------------*/
#navWrap {
	width:582px;
	height:54px;
	float:left;
	padding:0px;
	margin:0px;
}

#nav, #nav ul {
	float: left;
	list-style: none;
	position: relative;
	left:5px;
	display: block;
	width: 577px; /* bmh */
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}
	
#nav li {
	position: relative;
	float: left;
	margin-right: 0;
	margin-bottom: 0;
	width: auto;
	white-space: nowrap;
	list-style: none;
	text-transform: capitalize;
/*	background:url(/persistent/templateimages/topnav_div.gif) no-repeat 90% 50%; */
	}

#nav a {
	display: block;
	border: 0px;
/*	font-weight: bold;*/
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 10px;
	font: normal 12px/54px Tahoma, Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform:uppercase;
	}

#nav a:hover {
	display: block;
	color: #fdd619;		
	text-decoration: none;
	background:url(/persistent/templateimages/arrow.gif) no-repeat 50% 0%;
	}

#nav a.selected {
	font: normal 12px/54px Tahoma, Arial, Helvetica, sans-serif ;
	color: #fdd619;
	padding: 0px 10px;
	display: block;
	background:url(/persistent/templateimages/arrow.gif) no-repeat 50% 0%;
	}

#nav a.main {
	text-transform: uppercase;
	padding-left: 10px;
	}

html>body #nav a.main { 
	/*line-height: 2.3; */ 
	display: block;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: 0;
	color: #fff; 
	font-size: 12px; 
	font-weight: normal; 
	text-decoration: none;
	height: auto;
	}
	
/* ------------------ second-level lists ------------------- */

#nav li ul {
	position: absolute;
	top: 54px;
	left: -999em;
	width: 160px;
	height: auto;
	_height: 1%;
	margin: 0;
	padding: 0px; /* This is what makes the sub items align */
	display: block;
	list-style: none;
	z-index: 0;
	/* background-color: #555;*/
	}
	
ul#nav li ul li {
	width: 160px;
	text-transform: capitalize;
	margin: 0px;
	padding: 0px;
	color: #fff;
	}
	
ul#nav li ul li a {
	float: left;
	width: 160px;
	font: bold 11px/35px Tahoma, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
	display: block;
	background: #0b6934;
	padding-left: 15px;
	text-transform: none;
	border-top: 1px dotted #fff;
	}
	
	
ul#nav li ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: #0b6934;
	display: block;
	}



/*
----------------------------------------------------------------------------- 
MISCEL
-----------------------------------------------------------------------------*/
#cartinfo {
	width:189px;		
			}

		.minicart {
			width:189px;
			height:167px;
		}
				.minicart_table_bgcol {
					width:187px;
					background:#fff;
					margin:0 auto;
					
				}
				
				.minicart_toprow {
					text-transform:uppercase;
					color:#595757;
					font-size:12px;
					font-weight:bold;
					text-align:left;
				}
				
/*
----------------------------------------------------------------------------- 
Cart Menu Styles
-----------------------------------------------------------------------------*/
#storenav {
	margin: 0;
	width: 189px;
	padding: 0;
	margin: 0;
	}
	
#storenav ul {
/*	display: none;*/
	margin: 0;
	padding: 0;
	width: 189px;
	}
	
#storenav li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	width: 189px;
	min-height: 30px;

	}
		#storenav li a {
			width: 166px;
			display: block;
			padding: 8px 8px 8px 15px;
			margin: 0;
			color: #fff;
			font: 12px/14px Verdana, Arial, Helvetica, sans-serif;
			font-weight:noraml;
			text-decoration: none;
			background:url(../templateimages/storenav_off.gif) no-repeat 0% 0%;
			}
			
		#storenav li a:visted {
			background:url(../templateimages/storenav_off.gif) no-repeat 0% 0%;
		}
			
		#storenav li a:hover {
			text-decoration: none;
			background:url(../templateimages/storenav_on.gif) no-repeat 0% 0%;
			}

		#storenav li a:active {
			text-decoration: none;
			background:url(../templateimages/storenav_on.gif) no-repeat 0% 0%;
			}

#storenav li ul {
	display:none;
}
	
/*
----------------------------------------------------------------------------- 
Form styles
-----------------------------------------------------------------------------*/

input {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #6F685B;
}

select {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #6F685B;
}

.checkout_input {
	border: 1px solid #dcdcdc;
}

.checkout_table_bgcol {
  background: #37b76f;
  font-family: Arial, Helvetica, sans-serif;
	color:#555;
	font-size:11px;
	font-weight:bold;
	line-height:1.2em;
  
}

.checkout_table_bgcol tr {
  background: #FFF;
}

.checkout_table_bgcol tr td.checkout_toprow {
  background: #37b76f;
}

div.cat_productwrap {
 	float: left;
	width: 270px;
	max-width: 270px;
	height: 79px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	display: block;
	border: 1px solid #e0e0e0
}

#prod_img {
float: left;
width: 79px;
padding-top:5px;

} 

#cat_producttxt {
float: right;
width: 190px;
height:79px;
text-align: left;
vertical-align: middle;
padding-top:25px;
}

.subCatItem {
  float: left;
	width: 175px;
	height: 175px;
	text-align: center;
	display: block;
	overflow: hidden;
}

