@charset "utf-8";
/* CSS Document */


/* Some resets  */

a img {
	border: none;
}



/*main page container*/
body {
	background: #A7A37E url(../images/cssimg/bg-1-3.png) repeat-x;
}
#container {
	background-color: #fff;
	border: 5px solid #CC9;
	width:950px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	overflow: hidden;
}
/*top box classes*/	
#topbox {
	height: 25px;
	padding-top: 10px;
	padding-right: 10px;
}
/*search box class*/
#placeholder-search {
	float:right;
}
/*header box classes*/
	#header {
	position: relative;
	margin-left: 34px;
}
#home-image{
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	height: 130px;
	width: 60%;
	float: left;
	margin-top: -20px;
}
#shopping {
	float: right;
	text-align: right;
	margin-right: 36px;
	margin-top: 10px;
}

/* menu layout classes start here
for actual menu classes see menu09.css  */
#menu-holder {

	background-image:url(../Images/DynamicMenuImages/rentachook/nav_bgnd.png);
	background-repeat:repeat-x;
	height: 36px;
	padding-left:24px;
clear:both;
}


/*main content classes start here*/

#placeholder-rss {
	text-align: right;
	padding-bottom: 12px;
}

#content-holder {
	min-height: 400px;
	clear: both;
	padding-top:0px;
	padding-left: 36px;
	padding-right: 36px;
	padding-bottom: 54px;
}
/* home page big box layouts */
#quick-links
{
	text-align: center;
}
/*not being used after ditching news from home page
#news {
	height: 216px;
	background: #f9f9f9;
	border: 1px solid #CCCCCC;
	margin-bottom: 18px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 18px;
}
*/
#home-subscribe, #contact-us {
	background: #f9f9f9;
	border: 1px solid #CCCCCC;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* footer classes start here */
#footer {
	position: relative;
	height: 50px;
	padding-top: 18px;
	padding-left: 36px;
	background-image:url(../Images/cssimg/chook_greyangled.png);
	background-repeat:no-repeat;
	border-top:1px solid #EEEEEE;
	background-position: 102% 5px;
font-size: 10px;
clear:both;
}
#right-column, #contact-us {
	float: right;
	padding-top: 10px;
	width: 270px;
	margin-left: 18px;
min-height: 500px;
}


/*custom webform stuff
this first one is the alternate row JS classes */

table.alternate_rows tr.even td {
background-color:#F8F8F8;}



