html, body {
 position:relative;
 background-color:#345d93;
 margin:0px;
 width:100%;
 height:100%;
 text-align:center;
}

img {
 border:0px;
}

img.gallery {
 border:1px solid #000080;
}

.content_nav_top1 {
 height:1px;
 background-color:#000000;
}

.content_nav_top2 {
 height:1px;
 background-color:#54a4de;
}

input[type="text"] {
 display: block;
 width: 300px;
 float: left;
 margin-bottom: 10px;
 font-family:arial,helvetica;
 font-size:9pt;
 font-weight:normal;
}

input[type="submit"] {
 display: block;
 float: left;
 margin-bottom: 10px;
 font-family:arial,helvetica;
 font-size:9pt;
 font-weight:normal;
}

textarea {
 display: block;
 width: 300px;
 height:100px;
 float: left;
 margin-bottom: 10px;
 font-family:arial,helvetica;
 font-size:9pt;
 font-weight:normal;
}

label {
        text-align: right;
        width: 75px;
        padding-right: 20px;
}

.frame_leftshadow {
 width:6px;
 background-color:#345d93;
 background-image:url('http://www.rainwater-solutions.co.uk/images/site/leftshadow.jpg');
 background-repeat:repeat-y;
}

.frame_rightshadow {
 width:6px;
 background-color:#345d93;
 background-image:url('http://www.rainwater-solutions.co.uk/images/site/rightshadow.jpg');
 background-repeat:repeat-y;
}

.frame_navbar {
 height:34px;
 background-color:#345d93;
 background-image:url('http://www.rainwater-solutions.co.uk/images/site/navbar.jpg');
 background-repeat:repeat-x;
}

.frame_content {
 height:406px;
 background-color:#345d93;
 background-image:url('http://www.rainwater-solutions.co.uk/images/site/content.jpg');
 background-repeat:repeat-x;
 padding: 10 20 10 20;
}

.frame_bottomlogos {
 height:124px;
 background-color:#345d93;
 background-image:url('http://www.rainwater-solutions.co.uk/images/site/bottomlogos.jpg');
 background-repeat:repeat-x;
 padding: 3 5 5 5;
}

.frame_bottombar {
 padding: 5 15 5 15;

 font-family:arial,helvetica;
 font-size:8pt;
 font-weight:normal;
 color:#FFFFFF;
}

H1 {
 font-family:arial,helvetica;
 font-size:18pt;
 font-weight:bold;
 color:#E3E9F7;
}

td {
 font-family:arial,helvetica;
 font-size:9pt;
 font-weight:normal;
 color:#FFFFFF;
}

a:link, a:active, a:visited {color: #FFFF00;text-decoration: none;}
a:hover {color: #E3E9F7;text-decoration: underline;}
