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

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;
	font: normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

p {

}

a:link, a:visited {
	color:#e84700;
	font-weight:bold;
	text-decoration:underline;
}

		a:hover {
			text-decoration:none;
		}

h1 {
	font: normal 22px/32px Verdana, Arial, Helvetica, sans-serif;
	color: #444e57;
	background:#f0f3f6;
	border:#fff 1px solid;
	padding-left:18px;
}

h2 {
	font: normal 18px/22px Verdana, Arial, Helvetica, sans-serif;
	color: #444e57;
}

h3 {
	font: bold 14px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #444e57;
	padding:0px;
	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%;
	padding:0px;
	margin:0px;

}

	#wrapperIn {
		width:1024px;
		padding:0px;
		margin:0px auto;
	}
		
		#banner {
			width:1024px;
			height:88px;
		}
			
			#logo {
				width:358px;
				height:88px;
				background:url(../templateimages/logo.gif) no-repeat 0% 0%;
				float:left;
			}
			
			#bannerRhs {
				width:600px;
				height:88px;
				float:right;
			}

		#bannerImg {
			width:1024px;
			height:253px;
			padding:0px;
			margin:0px;
			background:url(../templateimages/bannerimg.jpg) no-repeat;
			border-bottom:1px solid #acadaf;
		}

		#contentWrap {
			width:1024px;
			margin:0px;
			padding:20px 0px;
			background:#fff url(../templateimages/contbg.gif) repeat-x 0% 0%;
		}
				#contenthome {
					width:647px;
					float:left;
					padding:0px 20px 0px 20px;
					
					
				}
				
				#content {
					
					margin:0px 20px 0px 20px;
					}
			
				#newsWrap {
					width:327px;
					border-left: 1px solid #acadaf;
					float:right;
				}	
						#news {
							padding:0px 20px 0px 28px;
						}

		#footer {
			width:1024px;
			height:50px;
			background:#28333c;
			margin:0px;
			padding:0px;
			color:#fff;
		}
			#footerLhs {
				width: 500px;
				height:50px;
				line-height:50px;
				padding:0px 0px 0px 15px;
				margin:0px;
				float:left;
				
			}
			
			#footerRhs {
				width: 200px;
				height:50px;
				line-height:50px;
				padding:0px 15px 0px 0px;
				margin:0px;
				float:right;
				text-align:right;
			}
			
				a.footer:link, a.footer:visited {
					color:#fff;
					text-decoration:underline;
				}
						a.footer:hover {
							text-decoration:none;
						}
/*
----------------------------------------------------------------------------- 
NAVIGATION
-----------------------------------------------------------------------------*/
#navWrap {
	width:1024px;
	height:51px;
	margin:0 auto;
	padding:0px;
	background:url(../templateimages/navbg.gif) repeat-x;
}	

#nav, #nav ul {
	float: left;
	list-style: none;
	position: relative;
	left:5px;
	display: block;
	width: 1019px; /* 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 25px;
	font: bold 12px/51px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;

	}

#nav a:hover {
	display: block;
	color: #e84700;		
	text-decoration: none;
/*	background:url(/persistent/templateimages/topnav_div.gif) no-repeat 90% 50%;*/

	}

#nav a.selected {
	font: bold 12px/51px Verdana, Arial, Helvetica, sans-serif ;
	color: #e84700;
	padding: 0px 25px;
	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: #e84700; 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none;
	height: auto;
	}
	
/* ------------------ second-level lists ------------------- */

#nav li ul {
	position: absolute;
	top: 51px;
	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: #f9de29;

	}
	
ul#nav li ul li a {
	float: left;
	width: 160px;
	font: bold 11px/35px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
	display: block;
	background: #34404b;
	padding-left: 15px;
	text-transform: none;
	border-top: 1px dotted #fff;

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



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






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

}*/

