/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:875px;/* for mozilla*/
	background-color: #dee6c8;
	color: #000000;
}
#outer{
	height:100%;
	min-height:100%;
	width:875px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:875px;
}
#header{
	position:absolute;
	top:0;
	width:875px;
	height:200px;
	background-image: url(../images/bg_hdr.gif);
	overflow:hidden;
	z-index:100;
}
#header #logo {
	margin: 50px 0 0 52px;
}
#left {
	position:relative;/*ie needs this to show float */
	width:0;
	float:left;
	padding-top:200px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}

#right {
	position:relative;/*ie needs this to show float */
	width:0;
	float:right;
	padding-top:200px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}

#footer {
	width:851px;
	clear:both;
	height:64px;
	background-color: #dee6c8;
	background-image: url(../images/bg_ftr.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 36px 12px 0 12px;
	color: #575757;
	left:0;
	bottom:0;
	position: absolute;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
* html #footer {/*only ie gets this style*/
	\height:102px;/* for ie5 */
	he\ight:100px;/* for ie6 */
}
#footer a {
	color: #575757;
}
#footer #ftr_top {
	border-bottom: 1px solid #f26649;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
#footer #ftr_top a {
	color: #f26649;
	text-decoration: none;
}
#footer #ftr_top #ftr_nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 500px;
	line-height: 10px;
	display: block;
	float: left;
}
#footer #ftr_top #ftr_nav li {
	float: left;
	border-left: 1px solid #f26649;
	padding: 0 5px 0 5px;
}
#footer #ftr_top #ftr_nav li.first {
	border-left: none;
	padding-left: 0;
}
#footer #ftr_top #ftr_subnav {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 300px;
	line-height: 10px;
	display: block;
}
#footer #ftr_top #ftr_subnav li {
	border-left: 1px solid #f26649;
	padding: 0 5px 0 5px;
	float: right;
}
#footer #ftr_top #ftr_subnav li.first {
	border-left: none;
}
#footer #ftr_bot p {
	font-size: 10px;
	line-height: 12px;
	color: #575757;
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centre {
	width:771px;
	float:right;
	padding:200px 52px 75px 52px;
}
#centre #flash_pets {
	margin-bottom: 35px;
}
#centre #centre_structure p {
	line-height: 14px;
}
#centre #centre_structure .hrule {
	font-size: 0; /*appease IE6*/
	height: 3px;
	background-image: url(../images/bg_hrule.gif);
	background-repeat: repeat-x;
	background-position: center;
}
#centre #centre_structure #centre_top {
}
#centre #centre_structure #centre_top .feas {
	float: left;
	height: 175px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#centre #centre_structure #centre_top .feas h2 a {
	text-decoration: none;
	color: #f26649;
}
#centre #centre_structure #centre_top .feas_about {
	width: 162px;
	background-image: url(../images/feas_sep_hercules.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 120px;
}
#centre #centre_structure #centre_top .feas_hats {
	width: 167px;
	padding-left: 15px;
	padding-right: 15px;
}
#centre #centre_structure #centre_top .feas_order {
	width: 152px;
	background-image: url(../images/feas_sep_ruby.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 140px;
}
#centre #centre_structure #centre_bot {
	background-image: url(../images/bg_vrule_cntr.gif);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-bottom: 10px;
}
#centre #centre_structure #centre_bot h2 a {
	text-decoration: none;
}
#centre #centre_structure #centre_bot #bot_sizes {
	float: left;
	width: 371px;
	padding: 0 15px 0 0;
}
#centre #centre_structure #centre_bot #bot_contact {
	float: left;
	width: 370px;
	padding: 0 0 0 15px;
}

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */