@charset "utf-8";
/* CSS Stylesheet for Pet Express Consett */

BODY {
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	behaviour: url('/csshover.htc');
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

h1 {
	font-size: 24pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #0024ff;
	padding-left: 25px;
	line-height: 25%;
}


.container {
	width: 975px;
	height: 100%;
	padding: 0px;
	text-align: center;
	margin: 0 auto;
}

.header {
	background-image: url('images/header.jpg');
	width: 975px;
	height: 200px;
	position: relative;
	background-repeat: no-repeat;

}

.menu {
	width: 975px;
	height: 51px;
	padding: 0px;
	position: relative;
}

#menu-left {
	background-image: url('images/menu/menu-left.jpg');
	background-repeat: no-repeat;
	width: 50px;
	height: 51px;
	float: left;
}

#menu-right {
	background-image: url('images/menu/menu-right.jpg');
	background-repeat: no-repeat;
	width: 325px;
	height: 51px;
	float: left;

}

#menu-home {
		background-image: url('images/menu/normal/menu-home.jpg');
	background-repeat: no-repeat;
	width: 100px;
	height: 51px;
	float: left;

}

#menu-home:hover {
	background-image: url('images/menu/hover/menu-home.jpg');
}

#menu-dog {
		background-image: url('images/menu/normal/menu-dog.jpg');
	background-repeat: no-repeat;
	width: 100px;
	height: 51px;
	float: left;
}

#menu-dog:hover {
	background-image: url('images/menu/hover/menu-dog.jpg');
}

#menu-cat {
		background-image: url('images/menu/normal/menu-cat.jpg');
	background-repeat: no-repeat;
	width: 100px;
	height: 51px;
	float: left;
}

#menu-cat:hover {
	background-image: url('images/menu/hover/menu-cat.jpg');
}

#menu-smallanimal {
		background-image: url('images/menu/normal/menu-smallanimal.jpg');
	background-repeat: no-repeat;
	width: 100px;
	height: 51px;
	float: left;
}

#menu-smallanimal:hover {
	background-image: url('images/menu/hover/menu-smallanimal.jpg');
}

#menu-aquatic {
		background-image: url('images/menu/normal/menu-aquatic.jpg');
	background-repeat: no-repeat;
	width: 100px;
	height: 51px;
	float: left;
}

#menu-aquatic:hover {
	background-image: url('images/menu/hover/menu-aquatic.jpg');
}

#menu-reptile {
		background-image: url('images/menu/normal/menu-reptile.jpg');
	background-repeat: no-repeat;
	width: 100px;
	height: 51px;
	float: left;
}

#menu-reptile:hover {
	background-image: url('images/menu/hover/menu-reptile.jpg');
}

.content-container {
	width: 935px;
	height: auto;
	padding: 20px;
}

.content {
	background-color: #f1f0f0;
	border-width: 1px;
	border-color: ababab;
	border-style: solid;
	padding: 25px;
	line-height: 175%;
	text-align: left;
}

.footer {
	background-color: #ababab;
	border-width: 1px;
	border-color: #333333;
	border-style: solid;
	padding: 10px;
	text-align: center;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
}