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

Title : Company Name
URL : Company URL

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

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

/*
----------------------------------------------------------------------------- 
GLOBALS
-----------------------------------------------------------------------------*/

html,body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote { margin:0; padding:0; }

html {
	overflow: -moz-scrollbars-vertical;
	}
	
	
body{
	width:100%;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	color:#666;
}

fieldset { border: 0; }

img { border: 0; }

p, td  {

}

ul,li {}

a:link, a:visited {}

a:hover, a:focus {}

h1 {
	font: normal 20px/28px  Arial, Helvetica, sans-serif;
	color: #616060;
	padding: 10px 0px 0px 0px;
}

h2 {
	font: normal 16px/20px  Arial, Helvetica, sans-serif;
	color: #616060;
	padding: 10px 0px 0px 0px;
}

h3 {
	font: bold 14px/18px  Arial, Helvetica, sans-serif;
	color: #616060;
	padding: 10px 0px 0px 0px;
}

h4 {

}

h5 {

}

h6 {

}

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: 1022px;
	margin: 0 auto;
}

#topWrap {
	width: 1022px;
	height: 101px;
	margin: 0px;
	padding: 0px;
}
		#logo {
			width: 246px;
			height: 101px;
			float: left;
		}
		
		#navwrap {
			width: 776px;
			height: 21px;
			margin: 80px 0px 0px 0px;
			padding: 0px;
			float: right;
		}

#topBorder {
	width: 1022px;
	height: 24px;
	background: url(../templateimages/top_new.gif) no-repeat;
}

#mainwrap{
	width: 1022px;
	background: url(../templateimages/contentbg_new.gif) repeat-y;
}
		
		#flashcontent {
			width: 978px;
			height: 393px;
			margin:0 auto;
		}
		
		#contentWrap {
			width: 978px;
			margin: 18px auto 0px auto;
			background: url(../templateimages/content_border_top.gif) no-repeat 0% 0%;
			
		}
				#content {
					padding: 11px 0px 20px 0px;
				}
				
		#contentWrapdef {
			width: 978px;
			margin: 0px auto;
		}
				#lhsInclude {
					width: 202px;
					float: left;
					
				}
				
				#contentdefRhs {
					width: 754px;
					padding: 0px;
					margin: 0px;
					background: url(../templateimages/content_bg_new.gif) repeat-y 0% 0%;
					float: right;
				}
					
					#bannerImg {
						width: 735px;
						height: 320px;
						padding: 0px;
						margin: 0px;
						float: right;
						text-align:left;
					}
					
					#contentdef {
						width: 735px;
						padding: 19px 0px 20px 0px;
						float: right;
						text-align:left;
						}

#botBorder {
	width: 1022px;
	height: 34px;
	background:url(../templateimages/bot_new.gif) no-repeat;
	margin-bottom: 30px;
		
}

#botBorderdef {
	width: 1022px;
	height: 31px;
	background:url(../templateimages/bot_def_new.gif) no-repeat;
	margin-bottom: 30px;
		}

/*
----------------------------------------------------------------------------- 
NAVIGATION
-----------------------------------------------------------------------------*/
#nav, #nav ul {
	width: 776px;
	height: 21px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: right;
	}

#nav li {
	height: auto;
	background: url(/persistent/templateimages/navdiv.gif) no-repeat 0% 100%;
	padding: 0;
	margin: 0px;
	float: left;
	}


#nav li a {
	color: #a1a2aa;
	font: bold 12px/21px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 57px 0px 7px;
	

	}
		
#nav li a:hover { 
	color: #a1a2aa;
	}

#nav li.selected a { 
	color: #a1a2aa;
	}
	
#nav li.selected a:hover { 
	color: #a1a2aa;
	}


/* ------------------ second-level lists ------------------- */

					
			#nav li ul a, #nav li ul a:visited {	
				width: 170px;
				min-height: 17px;
				font: bold 11px Arial, Helvetica, sans-serif;
				color: #a1a2aa;
				display: block;
				text-decoration: none;
				text-transform: uppercase;
				text-align: left;
				padding: 5px 5px 5px 10px;
				background-color: #f1f1f1;
				border-top: 2px solid #fff;
				border-bottom: 1px solid #fff;
				
				}
				
			#nav li ul a:hover { 
			
				color: #a1a2aa;
				background-color: #e5e5e5;
				}
			
			#nav li.selected ul a, #nav li.selected ul a:visited {	}
				
			#nav li.selected ul a:hover { color: #a1a2aa; }
				
			#nav li ul li { background-color: none; }
			
			#nav li {
				float: left;
				padding: 0;
				}
			
			#nav li ul {
				position: absolute;
				border-bottom: 0;
				left: -999em;
				height: auto;
				width: 170px;
				margin: 0;
				padding: 0;
				background-color: none;
				}
			
			#nav li li {
				width: 150px;
				background-image: none;
				}
			
			#nav li ul ul { margin: -25px 0 0 175px; }
			
			#nav li:hover ul ul,
			#nav li:hover ul ul ul,
			#nav li.sfhover ul ul {
				left: -999em;
				}
			
			#nav li:hover ul,
			#nav li li:hover ul,
			#nav li li li:hover ul,
			#nav li.sfhover ul,
			#nav li li.sfhover ul {
				left: auto;
				z-index: 500;
				}
			
			#nav li:hover, #nav li.sfhover {
				color: #00589c;
				position: static;
				}
			
			#nav li ul li:hover, #nav li ul li.sfhover { 
				background-image: none;
				background-color: #e5e5e5;
				}





/*
----------------------------------------------------------------------------- 
MISCEL
-----------------------------------------------------------------------------*/





/*
----------------------------------------------------------------------------- 
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;

}*/

