*{ padding: 0;margin: 0; }
body{ font-family: Arial, Helvetica, sans-serif; font-size:12px; }
a img { border: none; }
a, a:link, a:visited{
	color: #EF982D;
	text-decoration: none;
}
a:hover, a:active{
	text-decoration: underline;
}
h2{
	color: #EF982D;;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
}
#wrapper{ margin:15px auto; width: 980px; }
#header { height:100px;}
#logo { width:180px; height:65px; background: url(logo.gif) 0 0 no-repeat; }
#logo h1{ display:none; }
#menu{
	background: #ccc;
	text-align: right;
	padding-right: 5px;
}
#menu a, #menu a:visited{
	color: #444;
	text-decoration: none;
	font-weight: bold;
	line-height: 25px;
	padding: 5px 10px 5px 10px;
}
#menu a:hover, #menu a:active, #menu a.hi{
	background: #EF982D;
	color: #eee;
}
#footer_hr{
	height: 2px;
	background-color: #ccc;
	border: none;
	margin-top: 10px;
}
#footer { font-size: 11px; clear:both; height:110px; line-height:24px; margin-top:10px; }
#footer_left { width:400px; float:left; }
#footer_right { width:96px; float:right; }
#mcpher_links{
	display:none;
	position: absolute;
	background: #eee;
	opacity: 0.9;
	margin-top: -125px;
	margin-left: -5px;
	padding: 5px;
	padding-bottom: 0;
}
#mcpher_links li{
	list-style: none;
	height: 35px;
	margin-bottom: 5px;
}
#footer_right:hover #mcpher_links{ display: block; }
.no_hand{
	cursor: default;
}
/*home page*/
#home_content{
	border:1px #ccc solid;
	border-top:none;
	height:100px;
	background:url(strips_pattern.png);
	margin-top:35px;
}
#home_content dl{
	width: 50%;
	float: left;
	margin-top: -30px;
}
#home_content h2{
	background: #EF982D;
	padding: 5px;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #eee;
}
#home_content dd{
	padding: 10px;
	line-height: 18px;
}
#home_content dd p{
	padding-top: 10px;
}

/*about us*/
#au_standards .plogos {
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 10px;
	background-image: url(age_logos.png);
	background-repeat: no-repeat;
}
#au_standards{
	border:1px #ccc solid;
	border-top:none;
	height:380px;
	background:url(strips_pattern.png);
	margin-top:35px;
}
#au_standards dl{
	width: 50%;
	float: left;
	margin-top: -30px;
}
#au_standards h2{
	background: #EF982D;
	padding: 5px;
	padding-left: 15px;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #eee;
}
#au_standards dd{
	padding: 10px;
	line-height: 18px;
}
#au_standards dd p{
	padding-top: 10px;
}

/*products page*/
#prodcate{
	list-style: none;
	padding-top: 20px;
	padding-left: 10px;
	float: left;
}

#prodcate li a{
	display: block;
	width: 110px;
	height: 110px;
	background-image: url(product_cates.png);
	background-repeat: no-repeat;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

#prodcate li a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#prodcate li a span{
	display: none;
}

#prodcate .hi{
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	cursor: default;
}

#pcate_safe.hi{
	background-position: -110px 0;
}
#pcate_feed{
	background-position: 0px -110px;
}
#pcate_feed.hi{
	background-position: -110px -110px;
}
#pcate_soothe{
	background-position: 0px -220px;
}
#pcate_soothe.hi{
	background-position: -110px -220px;
}
#pcate_0-6{
	background-position: 0px -330px;
}
#pcate_0-6.hi{
	background-position: -110px -330px;
}
#pcate_6-12{
	background-position: 0px -440px;
}
#pcate_6-12.hi{
	background-position: -110px -440px;
}
#pcate_12{
	background-position: 0px -550px;
}
#pcate_12.hi{
	background-position: -110px -550px;
}

#prodright{
	float: right;
	width: 820px;
	margin-right: -24px;
}
#prodright .paging{
	clear:both;
	text-align: right;
	height: 20px;
}
#prodright .paging ul{
	list-style: none;
	float: right;
	margin-right: 24px;
}
#prodright .paging li{
	float: left;
	width: 15px;
	line-height: 15px;
	font-size: 14px;
	border: #EF982D 1px solid;
	text-align: center;
	margin-left: 3px;
}
#prodright .paging li.hi{
	background: #EF982D;
	font-weight: bold;
	color: #eee;
}
#prodlist{
	margin-top:10px;
	list-style: none;
	width: 100%;
	height: 660px;
}

#prodlist li{
	float: left;
	margin: 0 10px 10px 0;
	padding: 3px;
	width: 254px;
	height: 201px;
	background: url(product_roundbox.png) 0 0 no-repeat;
	cursor: pointer;
}
#prodlist li:hover{
	background-position: 0 -206px;
}
#prodlist .proditem{
	background-repeat: no-repeat;
	background-position: center 10px;
	padding: 5px 10px 10px 10px;
	height: 180px;
	width: 220px;
	overflow: hidden;
}
#prodlist li:hover .proditem .jquery_corner div{
	border-color: #EB0000;
}
#prodlist li .cfmi{
	font-size: 8px;
	float: right;
	display: none;
}
#prodlist li:hover .cfmi{
	display: block;
}
#prodright h2{
	color: #EB0000;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
}
#prodright h3{
	white-space: nowrap;
	color: #999;
	font-size: 11px;
	font-weight: normal;
}
#prodlist h2{
	margin-top: 160px;
}
#prodlist li:hover .proditem{
	overflow: visible;
}
#prodesc_overlay{
	position:absolute;
	z-index: 2;
	display:none;
	margin-top: 10px;
	height: 650px;
	width: 796px;
	background:#fff;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
#prodesc_wrap{
	position:absolute;
	z-index: 3;
	display:none;
	width: 796px;
	margin-top:10px;
}
#prodesc_top{
	height: 10px;
	background: url(pdesc_roundbox.png) 0 0 no-repeat;
}
#prodesc_bottom{
	height: 10px;
	background: url(pdesc_roundbox.png) 0 -30px no-repeat;
}
#pdclose{
	position: absolute;
	margin: -5px 0 0 775px;
	z-index: 5;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	background: url(icons.png) 0 -64px no-repeat;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
#pdclose span{
	display: none;
}
#pdclose:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#prodesc_wrap .prodesc{
	display: none;
	border: 2px #EF982D solid;
	border-top: none;
	border-bottom: none;
	padding: 0 10px 0 10px;
	background: #eee;
	overflow: auto;
}
#prodesc_wrap .prodesc h2{
	font-size: 16px;
}
#prodesc_wrap .prodesc h3{
	font-size: 12px;
	margin: 2px 0 5px 0;
	font-weight: bold;
}
#prodesc_wrap .pdright{
	float: right;
	width: 400px;
	margin-left: 10px;
}
#prodesc_wrap .pphoto{
	overflow: hidden;
	width: 400px;
	height: 268px;
	cursor: move;
}
#prodesc_wrap .plinks{
	margin-top: 15px;
	background-image: url(icons.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 16px;
	display: block;
}
#prodesc_wrap .plogos{
	float: right;
	height: 110px;
	margin-top: 10px;
}

#prodesc_wrap .plogos a{
	display: block;
	width: 100px;
	height: 100px;
	float: left;
	margin-left: 10px;
	background-image: url(age_logos.png);
	background-repeat: no-repeat;
}
#prodesc_wrap .plogos a span{
	display: none;
}
#prodesc_wrap .plogos a.logo_bpafree{
	background-position: 0 -110px;
}
#prodesc_wrap .plogos a.age_0-4{
	background-position: 0 -220px;
}
#prodesc_wrap .plogos a.age_0-6{
	background-position: 0 -330px;
}
#prodesc_wrap .plogos a.age_0-18{
	background-position: 0 -440px;
}
#prodesc_wrap .plogos a.age_3p{
	background-position: 0 -550px;
}
#prodesc_wrap .plogos a.age_3-12{
	background-position: 0 -660px;
}
#prodesc_wrap .plogos a.age_3-36{
	background-position: 0 -770px;
}
#prodesc_wrap .plogos a.age_4-9{
	background-position: 0 -880px;
}
#prodesc_wrap .plogos a.age_6-12{
	background-position: 0 -990px;
}
#prodesc_wrap .plogos a.age_9p{
	background-position: 0 -1100px;
}
#prodesc_wrap .plogos a.age_12p{
	background-position: 0 -1210px;
}

/*contact page*/
#contact_content{
	padding:10px;
}
#contact_content td, #contact_content th{
	padding: 5px;
}
#contact_content table{
	border: 1px #FFC160 solid;
	margin-top: 10px;
	background: url(strips_pattern.png);
}
#contact_content tr.even_row{
	background-color: #FFC160;
}
#contact_content #mcpc th{
	text-align: left;
	font-size: 14px;
}