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

Title : 
URL : 

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

Description : full website styles

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

/*
----------------------------------------------------------------------------- 
GLOBALS
-----------------------------------------------------------------------------*/
html {
	padding-top: 7px;
	margin: 0px;
	overflow: -moz-scrollbars-vertical;
	}
	
	
body{
	font: normal 12px/25px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	background:#9b2321;
}

p {

}

a:link, a:visited {
	color:#e33231;
	text-decoration:underline;
}
	a:hover {
		text-decoration:none;	
	}
	
h1 {
	font: normal 22px/25px Verdana, Arial, Helvetica, sans-serif;
	color:#9b2321;
	border-bottom:2px solid #9b2321;
}

h2 {
	font: normal 18px/20px Verdana, Arial, Helvetica, sans-serif;
	color:#9b2321;
}

h3 {
	font: bold 14px/16px Verdana, Arial, Helvetica, sans-serif;
	color:#9b2321;
}

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
-----------------------------------------------------------------------------*/
#overallWrap {
	width:753px;
	margin:0 auto;
	padding:11px;
	background:#fff;
}

#banner {
	width:753px;
	height:95px;
	margin:0 auto 10px auto;
	padding:0px;
	background:#fff;
}
		#bannerLhs {
			width:357px;
			height:95px;
			padding-left:8px;
			float:left;
		}
		
		#bannerRhs {
			width:262px;
			height:81px;
			float:right;
			margin-top:14px;
			padding-right:8px;
			background:url(../templateimages/phone.gif) no-repeat;
		}
		
#flashcontent {
	width:753px;
	height:234px;
	margin:7px auto 0px auto;
}

#contentWrap {
	width:753px;
	margin:0 auto;
	padding:15px 0px;
	background:#fff;
}

		#content {
		
		}
		
#footerWrap {
	width:753px;
	height:35px;
	margin:0 auto;
	padding: 0px;
	background:#643433;
	font: normal 12px/35px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
}

		#footLhs {
			width:350px;
			height:35px;
			margin-left:10px;
			float:left;
		}
		
		#footRhs {
			width:350px;
			height:35px;
			margin-right:10px;
			float:right;
			text-align:right;
		}
		
		a.white:link, a.white:visited {
			color:#fff;
			text-decoration:underline;
		}

				a.white:hover {
					color:#fff;
					text-decoration:none;
				}


/*
----------------------------------------------------------------------------- 
NAVIGATION
-----------------------------------------------------------------------------*/
#navWrap {
	width:753px;
	height:25px;
	background:#643433;
}

#nav, #nav ul {
	float: left;
	list-style: none;
	position: relative;
	left:20px;
	display: block;
	width: 733px; /* 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;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 12px;
	font: normal 12px/25px Arial, Helvetica, sans-serif;
	color: #fff;
	background:url(/persistent/templateimages/navdiv.gif) no-repeat 100% 50%;

	}

#nav a:hover {
	display: block;
	color: #e2d5ca;		
	text-decoration: none;
	

	}

#nav a.selected {
	font: normal 12px/25px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 0px 12px;
	display: block;

	}

#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: 25px;
	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 12px/25px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
	display: block;
	background: #643433;
	padding-left: 15px;
	text-transform: none;
	border-top: 1px dotted #fff;

	}
	
	
ul#nav li ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: #643433;
	display: block;
	
	}


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

}*/


