/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:760px;/* for mozilla*/
	background-color: #dee6c8;
	color: #5e6e65;
}
#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 {
	display: block;
	float: left;
	margin: 50px 0 0 52px;
}
* HTML #header #logo {margin-left: 26px;}
#header #hdr_flash_headpet {
	width: 377px;
	height: 150px;
	float: left;
	margin: 50px 0 0 0;
}
#left {
	position:relative;/*ie needs this to show float */
	width:150px;
	float:left;
/*	padding: 253px 0 100px 52px; */
	padding: 247px 0 100px 52px;
}
#left ul#nav_left {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 150px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
#left ul#nav_left li {
	display: block;
	margin: 0;
	border-bottom: 1px dashed #F26649;
	white-space: nowrap;
}
#left ul#nav_left li.first {
	border-top: 1px dashed  #F26649;
}
#left ul#nav_left li a {
	display: block;
	padding: 5px 0 5px 15px;
	text-decoration: none;
	color: #5e6e65;
	font-weight: bold;
}
#left ul#nav_left li a:hover {
	background-image: url(../images/bul_peng_nose.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	color: #F26649;
	padding-left: 20px;
}
#left ul#nav_left li.active a {
	background-image: url(../images/bul_peng_nose.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	color: #F26649;
	padding-left: 20px;
}

#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;
}
#footer.headpet {
	height: 234px;
	background-image: url(../images/bg_ftr_headpet.gif);
	background-position: 0 0;
	padding-top: 0;
}
#footer.headpet #ftr_flash_headpet {
	text-align: right;
	height: 150px;
	padding: 0 40px 20px 0;
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centre {
	width:581px;
	float:right;
	padding:200px 52px 200px 40px;
	min-height: 250px;
}
* HTML #centre {height: 250px;}

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