
/*  REVISED DESIGN  - 15-08-08 */  


/*_________________________________________________________
	
	Author: Blue Square Design
	www.blue-square.com.au
	Created for: Wallaces Farm Supplies
	www.wallaces.com.au
	Copyright © 2008, All rights reserved.
	Date Created: 15th September 2008
	File Name: layout.css

	DO NOT MODIFY THIS DOCUMENT WITHOUT
	NOTIFYING THE AUTHOR FIRST
_________________________________________________________*/



@import "thickbox.css";
@import "reset.css";
@import "clearfix.css";




html {
    background:url(../images/background_grey.gif);
    font-family:Arial, Helvetica, sans-serif; 
    font-size:12px;
    color:#333;
	margin:0;
	padding:0;
	height:100%;
}

#container {
	width:950px;
	margin:0 auto;
	padding:0 16px;
	position:relative;
	background:url(../images/side_gradients.gif) repeat-y top left;
}

#header {
    background:url(../images/header_background.gif);
	width:950px;
	height:110px;
	margin:0;
	padding:0;
}
#logo {
	padding:17px;
	width:500px;
	float:left;
}
#sloganTitle {
	padding:43px 17px 17px 17px;
	width:280px;
	float:right;
}

#menu {
	width:950px;
	height:36px;
	overflow:hidden;
	background:url(../images/bg_nav.gif) 0 0 repeat-x;
}
#menu a span {
	background:url(../images/bg_nav_divider.gif) no-repeat right top;
	float:left; 
	height:36px;
	padding:0 24px 0 24px;
	line-height:36px;
	cursor:pointer;	
}
#menu li.selected a {
	background:url(../images/bg_nav.gif) 0 -36px repeat-x;
	color:#43555f;
}
#menu ul {
	  margin:0;
	  padding:0;
	  list-style:none;
	  display:block;
	  float:left;
}
#menu ul li {
	display:inline;
}

#menu li a {
	background:url(../images/bg_nav.gif) repeat-x;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	font-weight:bold;
	color:#999;
	display:block;
	padding:0;
	margin:0;
}

#menu li a:hover {
	background:url(../images/bg_nav.gif) 0 -36px repeat-x;
	color:#ffdb4d;
}

a {
	text-decoration:none;
}

#contentContainer p {
	margin-bottom:10px;
	line-height:19px;
}

#contentContainer ul {
	list-style:square outside;
	margin-bottom:10px;
}
#contentContainer ul li {
	padding-left:0px;
	margin-left:30px;
	line-height:20px;
}

#contentContainer {
	background:url(../images/bg_content_top.gif) 0 0 repeat-x #eee;
	width:920px;
	padding:15px;
}

#contentHome {
	width:950px;
	overflow:hidden;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}

#homeImg {
	float:left;
	width:100%;
	height:250px;
	background:url(../images/bg_promo.jpg) no-repeat 100% 0;
}


#Bottomfooter {
	background:url(../images/bg_footer.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	color:#888;
	height:28px;
	padding:20px 10px 0 10px;
	border-bottom:1px solid #555;
}
#Bottomfooter a {
	color:#888;
}
#Bottomfooter a:hover {
	color:#ccc;
}
#footerLeft {
	float:left;
	width:400px;
}
#footerRight {
	float:right;
	width:400px;
	text-align:right;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:33px;
	font-style:normal;
	font-weight:bold;
	letter-spacing:-2px;
	margin-bottom:25px;
	line-height:35px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:normal;
	font-weight:bold;
	line-height:21px;
	margin-bottom:10px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-style:normal;
	font-weight:bold;
	line-height:21px;
	margin-bottom:5px;
}

.contentColLeft {
	width:225px;
	float:left;
	padding:0 5px;
}
.contentColMiddle {
	width:440px;
	float:left;
	padding:0 5px;
}
.contentColRight {
	width:225px;
	float:left;
	padding:0 5px;
}

#promoBlock {
	float:left;
	width:225px;
    background:url(../images/header_background.gif);
	border:1px solid #ccc;
	padding:5px;
	margin-bottom:10px;
}
#promoBlock img {
	margin-bottom:5px;
}

.alignRight {
	text-align:right;
}

.imgFloat {
	float:right;
	padding:0 0 20px 20px;
}