
body {
   font-family: arial, verdana, sans serif;
   font-size: 10pt;
}

p {
   font-family: arial, verdana, sans serif;
   font-size: 12pt;
   line-height: 1.3em;
}

a:link {
   color: #000000;
}

a:visited{
   color: #000000;
}

.footertext {
   font-size: 9pt;
   color: #ffffff;
}

.main {
   font-weight: bold;
}

.header {
   font-size: 12pt;
   font-weight: bold;
   color: #ffffff;
   background-color: #0042AD;
   padding-left: 5px;
}
   
h1 {
   font-family: arial, verdana, sans serif;
   font-size: 16pt;
}
	
table {
   padding: 0px;
   border-spacing: 8px;
}
td {
   font-family: arial, verdana, sans serif;
   font-size: 9pt;
   font-weight: bold;
   vertical-align: top;
   color: #0042AD;
}
	
#wrapper {
   width: 750px;
   position: relative;
   margin: 0 auto;
}

#logo {
   position: absolute;
   left: 0px;
   top: 18px;
   z-index:1;
}

#nav {
   position: absolute;
   width: 500px;
   left: 260px;
   top: 116px;
}

#nav ul {
   margin: 0px;
   padding: 0px;
   list-style: none;
   display: inline;
}

#nav li {
   display: inline;
   line-height: 1.9em;
   border-left: 1px solid #000000;
}

#nav ul li a:link, #nav ul li a:visited {
   font-family: arial, verdana, sans serif;
   font-size: 14pt;
   font-weight: bold;
   text-decoration: none;
   padding: 5px 20px 5px 20px;
   color: #000000;
}

#nav ul li a:hover, #nav ul li a:active {
   font-family: arial, verdana, sans serif;
   font-size: 14pt;
   font-weight: bold;
   text-decoration: none;
   padding: 5px 20px 5px 20px;
   background-color: #0042AD;
   color: #ffffff;
}

#body {
   position: absolute;
   background-image:url('Images/Gradient1.gif');
   border-top: solid 5px #0042AD;
   width: 490px;
   height: 430px;
   left: 0px;
   top: 170px;
   padding: 30px;
}

#bodycontact {
   position: absolute;
   background-image:url('Images/Gradient1.gif');
   border-top: solid 5px #0042AD;
   width: 650px;
   height: 490px;
   left: 0px;
   top: 170px;
   padding-left: 50px;
   padding-top: 20px;
   padding-right: 50px;
}

#bodyservices {
   position: absolute;
   background-image:url('Images/Gradient1.gif');
   border-top: solid 5px #0042AD;
   width: 650px;
   height: 510px;
   left: 0px;
   top: 170px;
   padding-left: 50px;
   padding-top: 20px;
   padding-right: 50px;
}

#bodygallery {
   position: absolute;
   background-image:url('Images/Gradient1.gif');
   border-top: solid 5px #0042AD;
   width: 650px;
   height: 470px;
   left: 0px;
   top: 170px;
   padding-left: 50px;
   padding-top: 20px;
   padding-right: 50px;
}

#productlist {
   position: absolute;
   width: 650px;
   top: 365px;
}

#picture1 {
   position: absolute;
   left: 550px;
   top: 170px;
   border-top: solid 5px #0042AD;
}

#picture2 {
   position: absolute;
   left: 550px;
   top: 297px;
}

#picture3 {
   position: absolute;
   left: 550px;
   top: 419px;
}

#picture4 {
   position: absolute;
   left: 550px;
   top: 541px;
}


.footer {
   position: relative;
   background-image:url('Images/Footer_image.jpg');
   border-top: solid 5px #0042AD;
   width: 750px;
   height: 50px;
   left: 0px;
   top: 660px;
   text-align: center;
}   

.footercontact {
   position: relative;
   background-image:url('Images/Footer_image.jpg');
   border-top: solid 5px #0042AD;
   width: 750px;
   height: 50px;
   left: 0px;
   top: 680px;
   text-align: center;
} 

.footerservices {
   position: relative;
   background-image:url('Images/Footer_image.jpg');
   border-top: solid 5px #0042AD;
   width: 750px;
   height: 50px;
   left: 0px;
   top: 700px;
   text-align: center;
}   

.footergallery {
   position: relative;
   background-image:url('Images/Footer_image.jpg');
   border-top: solid 5px #0042AD;
   width: 750px;
   height: 50px;
   left: 0px;
   top: 900px;
   text-align: center;
}

#contactform {
   position: relative;
   width: 750px;
   height: 300px;
}
   
form {
   margin: 0;
   padding: 0;
}

.formlabel {
   font-family: arial, verdana, sans serif;
   font-size: 10pt;
   font-weight: bold;
   width: 90px;
   margin-left: 85px;
   margin-bottom: 12px;
   float: left;
   text-align: left;
   clear: left;
   color: #000000;
}

.formfield {
   font-family: arial, verdana, sans serif;
   font-size: 10pt;
   margin-bottom: 12px;
   float: left;
   text-align: left;
   color: #000000;
}

input, textarea, select {
   border: 1px solid #0042AD;
}


