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

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{
	width:100%;
	margin:0px;
	padding:0px;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	color:#666;
	background: #000 url(/persistent/templateimages/body_bg.jpg) no-repeat 50% 0%;
	background-attachment:fixed;
}

p {

}

a:link, a:visited  {
	color: #d61615;
	text-decoration: none;
}
	a:hover {
		text-decoration:underline;
	}

h1 {
	font: normal 33px Arial Narrow, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px 0px 5px 0px;
}

h2 {
	font: normal 20px Arial Narrow, Arial, Helvetica, sans-serif;
	color: #333;
}


h3 {
	font: normal 28px Arial Narrow, Arial, Helvetica, sans-serif;
	color: #cc0000;
	margin: 0px;
}


form {
  margin: 0;
}

input, select, textarea {

}

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

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

/*
----------------------------------------------------------------------------- 
LAYOUTS AND WRAPPERS
-----------------------------------------------------------------------------*/
#overallWrapper {
	 width:100%;
	 margin: 0px;
	 padding: 0px;
 
}

#Wrapper {
	 width:990px;
	 background: #fff;
	 margin: 133px auto 0 auto;
 
}

#banner {
	width: 990px;
	height: 160px;
	border-bottom: 1px solid #808080;
}

#navWarp {
	width: 990px;
	height: 49px;
	background: #2c2c2c;
	border-bottom: 4px solid #333;
}

#mainAreaWrap {
	width: 990px;
	margin-top: 13px;
	border-bottom: 1px solid #e8e8e8;
}

		#topBand {
			width:973px;
			height: 53px;
			padding: 0 0 0 17px;
		}
		
				#productSearch {
					float: left;
					height:21px;
					vertical-align:middle;
				}
				
				#buyonlineImg {
					widows:163px;
					height: 53px;
					float: right;
				}

		#contentWrap {
			padding: 0px 23px 24px 17px;
overflow: hidden;
		}


#footer {
	width: 990px;
	height: 65px;
	margin: 21px auto 0px auto;
	color: #737068;
}

		#footLhs {
			width: 482px;
			height:65px;
			float: left;
			padding: 0px 0px 0px 14px;

		}
		
		#footRhs {
			width: 410px;
			height:65px;
			text-align:right;
			float: right;
			padding: 0px 11px 0px 0px;
		}
			
			a.footlink:link, a.footlink:visited, a.footlink:hover{
				color: #737068;
				text-decoration: none;
			}
			
			.clock { font-size: 14px; font-weight: bold; }



/*
----------------------------------------------------------------------------- 
NAVIGATION
-----------------------------------------------------------------------------*/
ul#nav {
	width: 990px;
	height: 49px;
	margin: auto;
	padding: 0;
	list-style: none;
}

ul#nav li { 
  	float: left; /*For Gecko*/
	margin: 0;
	padding: 0px;
  	position: relative;
}

ul#nav li.home a{
	display: block;
	text-decoration: none;
	padding: 0 23px;
	font: normal 15px/49px Arial, Helvetica, sans-serif; 
	color: #fff;
	background: none;
}

		ul#nav li.home a:hover {
			display: block;
			text-decoration: none;
			padding: 0 23px;
			font: normal 15px/49px Arial, Helvetica, sans-serif; 
			color: #d61615 ;
			background: none;
		}
		ul#nav li.home a:active {
			display: block;
			text-decoration: none;
			padding: 0 23px;
			font: normal 15px/49px Arial, Helvetica, sans-serif; 
			color: #d61615 ;
			background: none;
		}

ul#nav li a {
	display: block;
	text-decoration: none;
	padding: 0 23px;
	font: normal 15px/49px Arial, Helvetica, sans-serif; 
	color: #fff;
	/*background: url('../templateimages/nav.jpg') no-repeat 0 0%;*/
}

		ul#nav li a:hover {
			display: block;
			text-decoration: none;
			padding: 0 23px;
			font: normal 15px/49px Arial, Helvetica, sans-serif; 
			color: #d61615 ;
			/*background: url('../templateimages/nav.jpg') no-repeat 0 0%;*/
		}
		ul#nav li a:active {
			display: block;
			text-decoration: none;
			padding: 0 23px;
			font: normal 15px/49px Arial, Helvetica, sans-serif; 
			color: #d61615 ;
			/*background: url('../templateimages/nav.jpg') no-repeat 0 0%;*/
		}

ul#nav ul {
	z-index: 15;
	position: absolute;
	top: 49px;
	left: 0px;
	width: 250px;
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
	background: #e0e0e0;
}

#nav ul li {
	float: none; /*For Gecko*/
	display: block !important;
	display: inline; /*For IE*/
	}

/* 2nd Menu */
ul#nav li ul li a {
 	float: none !important; /*For Opera*/
 	float: left; /*For IE*/
	width: 250px;
  	height: auto !important;
  	height: 1%; /*For IE*/
	font: normal 14px/30px Arial, Helvetica, sans-serif; 
	background: none;
  	display: block;
	cursor: pointer;
	}

ul#nav li:hover li a,
ul#nav li.iehover li a {
  float: none;
	color: #fff;
	background: #383838;
	cursor: pointer;
	}

/* 2nd Menu Hover Persistence */
ul#nav li:hover li a:hover,
ul#nav li:hover li:hover a,
ul#nav li.iehover li a:hover,
ul#nav li.iehover li.iehover a {
	color: #FFF;
	background: #560d01;
	}

/* 3rd Menu */
ul#nav li:hover li:hover li a,
ul#nav li.iehover li.iehover li a {
	font: normal 14px/30px Arial, Helvetica, sans-serif; 
	color: #e8c58f;
	background: #560d01;
	}

/* 3rd Menu Hover Persistence */
ul#nav li:hover li:hover li a:hover,
ul#nav li:hover li:hover li:hover a,
ul#nav li.iehover li.iehover li a:hover,
ul#nav li.iehover li.iehover li.iehover a {
	font: normal 14px/30px Arial, Helvetica, sans-serif; 
	color: #FFF;
	background: #560d01;
	}

ul#nav ul ul,
ul#nav ul ul ul {
  	display: none;
	position: absolute;
  	top: -1px;
	width: 250px;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#nav li:hover ul ul,
ul#nav li:hover ul ul ul,
ul#nav li.iehover ul ul,
ul#nav li.iehover ul ul ul {
  display: none;
	}

ul#nav li:hover ul,
ul#nav ul li:hover ul,
ul#nav ul ul li:hover ul,
ul#nav li.iehover ul,
ul#nav ul li.iehover ul,
ul#nav ul ul li.iehover ul {
  display: block;
	}




/*
----------------------------------------------------------------------------- 
MISCEL
-----------------------------------------------------------------------------*/
.cart_button {
}

.seachbutton {

}

.shopfront_input {
	font-size:12px; 
	line-height:16px; 
	border: 1px solid #cccccc; 
	color: #666666;



}

.btn_form {

}
/*
----------------------------------------------------------------------------- 
Cart Menu Styles
-----------------------------------------------------------------------------*/
/*.cartmenuwrap {
	float: left;
	width: 168px;
	padding-top: 24px;
	margin: 0;
	background: url('../templateimages/catmenu_title.gif') no-repeat;
}

ul#cartmenu {
	width: 168px;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#cartmenu li {
	width: 168px;
	margin: 0;
  	padding: 0;
	background: url('../templateimages/menubr.gif') repeat-x 0 100%;
}

ul#cartmenu ul {
	width: 168px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.catSub {

}

a.catmenu {
	padding: 0 20px;
	font: bold 12px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #8b8c89;
	text-decoration: none;
	background: url('../templateimages/arrow_lifestyle.gif') no-repeat 10px 50%;
}

a.catmenu:hover {
	padding: 0 20px;
	color: #000;
	background: url('../templateimages/arrow_lifestyle.gif') no-repeat 5px 50%;
}


a.catsubmenu1 {
	padding: 0 25px 0 40px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
    color: #4F533D;
	text-decoration: none;
	background: url('../templateimages/arrow_lifestyle.gif') no-repeat 30px 50%;
}

a.catsubmenu1:hover {
	padding: 0 25px 0 40px;
	color: #000000;
	background: url('../templateimages/arrow_lifestyle.gif') no-repeat 25px 50%;
}


a.catsubmenu2 {
	padding: 0 25px 0 40px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
    color: #4F533D;
	text-decoration: none;
	background: url('../templateimages/arrow_lifestyle.gif') no-repeat 35px 50%;
}

a.catsubmenu2:hover {
	padding: 0 25px 0 40px;
	color: #000000;
	background: url('../templateimages/arrow_lifestyle.gif') no-repeat 30px 50%;
}*/

	
/*
----------------------------------------------------------------------------- 
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 #252F47;
}

.cart_button {

}

.checkout_button {
  
}

.checkout_table_bgcol {
  	background: #ECE9D8;
  	font-family: Arial, Helvetica, sans-serif;
	color:#6F685B;
	font-size:11px;
	font-weight:normal;
	line-height:1.2em;
  
}

.checkout_table_bgcol tr {
  background: #FFF;
}

.checkout_table_bgcol tr td.checkout_toprow {
  background: #ECE9D8;

}*/

