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

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

body {
margin:0px;
}

#home {
margin-left:auto;
margin-right:auto;
background-image:url(images/home.jpg);
background-repeat:no-repeat;
width:760px;
height:600px;
}

#contact {
margin-left:auto;
margin-right:auto;
background-image:url(images/contact.jpg);
background-repeat:no-repeat;
width:760px;
height:600px;
}

#valvesupplies {
margin-left:auto;
margin-right:auto;
background-image:url(images/supply.jpg);
background-repeat:no-repeat;
width:760px;
height:600px;
}
#valvespares {
margin-left:auto;
margin-right:auto;
background-image:url(images/spares.jpg);
background-repeat:no-repeat;
width:760px;
height:600px;
}
#valverepair {
margin-left:auto;
margin-right:auto;
background-image:url(images/repair.jpg);
background-repeat:no-repeat;
width:760px;
height:600px;
}
#valvetesting {
margin-left:auto;
margin-right:auto;
background-image:url(images/testing.jpg);
background-repeat:no-repeat;
width:760px;
height:600px;
}
#valvemod {
margin-left:auto;
margin-right:auto;
background-image:url(images/modification.jpg);
background-repeat:no-repeat;
width:760px;
height:600px;
}
#field {
margin-left:auto;
margin-right:auto;
background-image:url(images/field.jpg);
background-repeat:no-repeat;
width:760px;
height:600px;
}
#top {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
text-align:right;
line-height:20px;
color:#FFFFFF;
vertical-align:top;
background-image:url(images/header.gif);
background-repeat:no-repeat;
width:760px;
height:94px;
}
#middle {
width:760px;
height:412px;
}
#bottom {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
text-align:left;
color:#FFFFFF;
line-height:15px;
background-image:url(images/footer.gif);
background-repeat:no-repeat;
width:760px;
height:94px;
}
#left {
float:left;
width:200px;
height:412px;
}
#right {
float:right;
width:560px;
height:412px;
text-align:left;
vertical-align:middle;
}
.nav {
width:173px;
}
#text {
width:350px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color: #333333;
font-weight:bold;
text-align:justify;
line-height:14px;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
color: #2c5a7b;
font-weight:bold;
line-height:10px;
}

input {
	background: #FFFFFF;
	border: 1px solid #2c5a7b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
submit input {
	background: #b8c4d3;
	border: 1px outset #2c5a7b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
textarea {
	background: #FFFFFF;
	border: 1px solid #2c5a7b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
select {
	width: 180px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}