img {
	border: 0;
}

body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: verdana;
	background-image: url(../images/body.gif);
	background-repeat: repeat-x;
}

#center-positioning {
	width: 930px;	
	margin-right: auto;
	margin-left: auto;
}

#wrapper {
	border: 1px solid #8f9aab;
	background: #fff;
	margin-top: 20px;
	min-height: 600px;
	float: none;
}

#header {
	width: 930px;
	height: 160px;
	border: 0px solid #f00;
	
}

#header-home {
	width: 930px;
	background: url("../images/pets-header-home.jpg") no-repeat;
	height: 160px;
	border: 0px solid #f00;
	
}

#header-cat {
	width: 930px;
	background: url("../images/pets-header-cat.jpg") no-repeat    ;
	height: 160px;
	border: 0px solid #f00;	
}

#header-dog {
	width: 930px;
	background: url("../images/pets-header-dog.jpg") no-repeat    ;
	height: 160px;
	border: 0px solid #f00;	
}

#header-smallpet {
	width: 930px;
	background: url("../images/pets-header-small.jpg") no-repeat    ;
	height: 160px;
	border: 0px solid #f00;	
}

#header-delivery {
	width: 930px;
	background: url("../images/pets-header-delivery.jpg") no-repeat    ;
	height: 160px;
	border: 0px solid #f00;	
}

#header-sale {
	width: 930px;
	background: url("../images/pets-header-sale.jpg") no-repeat    ;
	height: 160px;
	border: 0px solid #f00;	
}

#header-transport {
	width: 930px;
	background: url("../images/pets-header-transport.jpg") no-repeat    ;
	height: 160px;
	border: 0px solid #f00;	
}

#header ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	margin-left: 224px;
	padding-top: 130px;
}

#header ul li {
	font-weight: bold;
	display: inline;
	float: left;
	text-decoration: none;
	padding-left: 20px;
}

#header ul a {
	width: 100px;
	display: block;
	float: left;
	font-size: 1.4em;
	line-height: 28px;
	color: #333;
	text-align: center;
}

#header li a:link, #header li a:visited {
	color: #1e4f9c;
	display: block;
	background: url("/images/menu.gif") no-repeat;

	text-decoration: none;
}
	
#header li a:hover, #header li a:active,#header li a.selected {
	color: #fff;
	background: url("/images/menu.gif") no-repeat 0 -30px ;

}
