@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #EEDEBD;
	background-color: #013366;
}
h1 {
	font-size: 22px;
	margin-bottom: 10px;
}
h2 {
	font-size: 16px;
	font-style: italic;
	margin-top: 0px;
}
h3 {
	font-size: 20px;
	font-style: italic;
	font-weight: lighter;
}
a {
	color: #3194D1;
}
a:hover {
	text-decoration:none;
}
.home {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 31px;
	width: 138px;
	background-image: url(/images/buts/home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.home:hover {
	background-position: left bottom;
}

.sales {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 31px;
	width: 138px;
	background-image: url(/images/buts/sales.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#home .sales {
	display: block;
	height: 31px;
	width: 138px;
	margin:88px 100px;
	background-image: url(/images/buts/sales.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.sales:hover, #home .sales:hover {
	background-position: left bottom;
}

.refSires {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 31px;
	width: 138px;
	background-image: url(/images/buts/refSires.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.refSires:hover {
	background-position: left bottom;
}

.refDams {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 31px;
	width: 138px;
	background-image: url(/images/buts/refDams.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.refDams:hover {
	background-position: left bottom;
}

.contact {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 31px;
	width: 138px;
	background-image: url(/images/buts/contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.contact:hover {
	background-position: left bottom;
}

.request {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 31px;
	width: 138px;
	background-image: url(/images/buts/request.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.request:hover {
	background-position: left bottom;
}

.procedures {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 31px;
	width: 138px;
	background-image: url(/images/buts/procedures.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.procedures:hover {
	background-position: left bottom;
}
.nav {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 966px;
}
img {
	border:none;	
}h3 {
	text-align: center;
}

