/*

Trout.com.au

Author: Fred Wu

*/

/*------------------------------------------------------------
	Page
------------------------------------------------------------*/

* {
/*	padding: 0;*/
	margin: auto;
}

html, body {
	height: 100%;
}

body {
	font-family: Georgia, "Trebuchet MS", Helvetica, Arial, Verdana, 'Lucida Grande', sans-serif;
	font-size: 12px;
}

/*------------------------------------------------------------
	Base Elements
------------------------------------------------------------*/

a {
	color: inherit;
	*color: transparent;
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
	color:#ab0635;
}

h4 {
	font-size: 13px;
	color:#ab0635;
}

h5.category-splash {
	font-size:16px;
	padding:0 0 16px 0;
}

p {
	font-size: 12px;
	margin: 10px auto;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 15px;
}

/*------------------------------------------------------------
	Base Structure
------------------------------------------------------------*/

#wrapper {
	width: 960px;
	position: relative;
	padding: 10px 0;
}

#content-wrapper {
	float: left;
	margin: 10px 0;
	background: #9a8c7e;
}

body.homepage #content-wrapper {
	background: url(/img-content/Homepage/current_home_hero.jpg) no-repeat;
	height: 520px;
}

/*------------------------------------------------------------
	Header
------------------------------------------------------------*/

#header {
	border-bottom: 2px solid #ab0635;
}
	
	#header h1,
	#header h4 {
		text-indent: -9999px;
		margin: 10px 0 0 0;
	}
	
	#header h1 {
		width: 207px;
		height: 72px;
		background: url(/img/logo.png) no-repeat;
		height: 115px; /*29/02/09 logo change*/
	}
	
	#header h1 a {
		display:block;
		width: 207px;
		height: 72px;
		height: 115px; /*29/02/09 logo change*/
	}
	
	#header h4 {
		width: 182px;
		height: 16px;
		background: url(/img/tagline.png) no-repeat;
		margin-left: 10px;
		display:none; /*29/02/09 logo change*/
	}
	
	#header ul#navigation {
		float: right;
		list-style: none;
		font-size: 14px;
	}
	
		#header ul#navigation li {
			float: left;
			padding: 0 5px;
			border-right: 1px solid #666;
		}
		
		#header ul#navigation li#last_navigation_item {
			border-right: none;
		}

/*------------------------------------------------------------
	Hero Panel
------------------------------------------------------------*/

#hero {
	position: relative;
	padding: 0;
}

body #hero {
	background: url(/img-content/heros/default.jpg) no-repeat;
}

body.homepage #hero {
	background: url(/img-content/Homepage/current_home_hero.jpg) no-repeat;
}
	#hero #hero_block,
	#hero form {
		width: 270px;
		margin: 0;
	}
	
	#hero #hero_block {
		height: 190px;
	}
	
	body.homepage #hero #hero_block {
		background: url(/img/black.png);
		
		_background: #000;
		_filter: alpha(opacity=85);
	}
	
		#hero #hero_block h2 {
			display: none;
			color: #fff;
			font-size: 20px;
			font-weight: normal;
			margin: 0 20px;
			line-height:24px;
			padding-top: 20px;
		}

		body.homepage #hero #hero_block h2 {
			display: block;
		}
		
		#hero #heading {
			position: absolute;
			left: 270px;
			width: 690px;
			height: 50px;
			background: url(/img/red.png);
			
			_background: #6f030f;
			_filter: alpha(opacity=85);
		}
		
		body.homepage #hero #heading {
			display: none;
		}
		
			#hero #heading h1 {
				color: #fff;
				margin: 12px 0 0 25px;
				font-weight: normal;
			}
	
	#hero form {
		text-align: center;
		height: 50px;
		background: url(/img/red.png);
		
		_background: #6f030f;
		_filter: alpha(opacity=85);
	}
	
		#hero form input {
			margin-top: 14px;
		}


/*------------------------------------------------------------
	Sidebar
------------------------------------------------------------*/

#sidebar {
	width: 270px;
	float: left;
	background: #9a8c7e url(/img/sidebar-bg.png);
}

body.homepage #sidebar {
	height: 280px;
}

#sidebar ul {
	list-style: none;
	padding: 0;
}

	#sidebar ul#menu {
		
	}
	
		#sidebar ul#menu li {
			background: #9a8c7e;
			border-bottom: 1px solid #cac0b6;
			padding: 5px 0;
		}
		
		#sidebar ul#menu li.active,
		#sidebar ul#menu li.active * {
			display: block !important;
		}
			
		#sidebar ul#menu li.child,
		#sidebar ul#menu li.child * {
			display: none;
			background: #cac0b6;
			border: none;
		}
			
			#sidebar ul#menu li a {
				margin-left: 15px;
				font-size: 13px;
			}
			
			/*sean fix*/
			#sidebar ul#menu li .nonlink {
				margin:0 0 0 15px;
				font-size: 13px;
				padding:0;
				color:#666;
			}
			
			#sidebar ul#menu li a.current {
				color: #ab0635;
			}
			/*end fix*/
			
				#sidebar ul#menu li ul li a {
					color:#000;
				}
					#sidebar ul#menu li ul li ul li {
						padding: 2px 0;
					}
					
						#sidebar ul#menu li ul li ul li a {
							margin-left: 35px;
							font-size: 12px;
							color: #000;
						}


/*------------------------------------------------------------
	Content
------------------------------------------------------------*/

#content {
	float: left;
	width: 650px;
	padding: 20px;
	background: #fff;
	
	min-height: 450px;
	*height: auto !important;
	*height: 450px;
}

body.homepage #content {
	background: transparent;
	
	height: 1px;
	min-height: 1px;
}


/*------------------------------------------------------------
	Footer
------------------------------------------------------------*/

#footer {
	height: 30px;
	clear: both;
}

	#footer * {
		font-size: 11px;
	}

	#footer #breadcrumb {
		float: left;
		color: #ab0635;
		width: 500px;
	}
	
		#footer #breadcrumb a {
			*color: #ab0635;
		}

	#footer p#copyright {
		float: right;
		margin: 0;
	}
	
/*products table - sean stuff*/
table#products-table {
	border-spacing:0;
}

table#products-table tr {
	background-color:#FFF;
	color:#231F20;
	font-size:11px;
	padding:3px;
}

table#products-table tr th {
	text-align:left;
	padding:3px;
}

table#products-table tr th.category { /*for the search results*/
	width:150px;
}

table#products-table tr th.item {
	width:320px;
}

table#products-table tr th.producer {
	width:130px;
}

table#products-table tr th.weightquant {
	width:120px;
}

table#products-table tr th.prodcode {
	width:100px;
}

table#products-table tr td {
	padding:3px;
}

table#products-table tr.head {
	background-color:#998B7D;
	color:#AB0635;
}

table#products-table tr.alt {
	background-color:#F2EEEB;
	color:#231F20;
}

table#products-table tr td.prodname {
	text-transform:capitalize;
}

/*contact form styles taken from arquilla wine*/
#content.contact form
{
	padding-top: 6px;
	clear: both;
}

#content label
{
	display: block;
	float: left;
	text-align: right;
	width: 70px;
	margin-right: 15px;
	margin-bottom: 16px;
	clear: left;
}

#content fieldset
{
	margin-top: 14px;
	border: none;
}

#content input, #content textarea
{
	float: left;
	background-color: #f1f1f1;
	border-width: 1px;
}

#content textarea
{
	height: 140px;
	width: 400px;
}

#content #requiredNumber, form #requiredName
{
	color: #97989c;
	padding-left: 4px;
	font-size: 12px;
	float: left;
}

#content #submitButton
{
	clear: left;
	margin: 20px 0 20px 85px;
	height: 24px;
	width: 140px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}

.formbutton {
	font-family:Georgia, "Trebuchet MS", Helvetica, Arial, Verdana, 'Lucida Grande', sans-serif;
}

img#supplier-logos {
	padding:30px 0 0 80px;
}