*
{
 margin: 0px;
 padding: 0px;
}

body
{
 background: url("bg.gif");
 text-align: center;
 font-family: arial, sans-serif;
 font-size: 13px;
 margin-top: 15px;
 color: #666666;
 line-height: 1.5;
}

#maincontainer
{
 width: 770px;
 background: #FFFFFF;
 margin-left: auto;
 margin-right: auto;
 text-align: left;
}

#cms
{
 text-align: left;
 background: #FFFFFF;
}



#blob
{
 font-size: 1px;
}

#maincontainerinner
{
 width: 750px;
 margin-left: 10px;
 margin-top: 30px;
 margin-bottom: 10px;
 
}

#logo
{
 width: 750px;
 height: 30px;
 background: url("header.gif");
 margin-bottom: 10px;
}



#leftcontent
{
 float: left;
 width: 575px;
 /*border-right: 1px solid #CCCCCC;*/
}

#rightcontent
{
 float: left;
 margin-left: 5px;
 width: 170px;
 /*border: 1px solid gray;*/
 
}

#mainpic
{
 width: 570px;
 height: 154px;
 background: url("bathroom-cropped-2.gif");
 margin-bottom: 15px;
}

#contact
{
 width: 570px;
 height: 30px;
 
 font-size: 27px;
 color: #666666;
 /*background: url("header.gif");*/
 margin-bottom: 10px;
}

#contact-left
{
 margin-left: 15px;
 float: left;
}

#contact-middle
{
 float: left;
 /*font-size: 12px;*/
 margin-left: 20px;
 margin-right: 20px;
 width: 55px;
 background: url("phone.gif");
 background-repeat: no-repeat;
 width: 33px;
 height: 27px;
}

.contact-right
{
 float: left;
}

h1
{
 font-size: 16px;
 margin-bottom: 10px;
}

h2
{
 font-size: 14px;
 margin-bottom: 10px;
}

p
{
 margin-bottom: 15px;
}

#nav-left a
{
 text-decoration: none;
 color: #636363;
 display: block;
 height: 31px;
 padding-top: 7px;
 padding-bottom: 7px;
 padding-left: 7px;
 margin-bottom: 10px; 
 /*border: 1px solid gray;*/
 line-height: 1;
 background: url("menu.gif");
 background-repeat: no-repeat;
}

* html div#nav-left a
{
 text-decoration: none;
 /*color: #636363;*/
 display: block;
 height: 45px;
 padding-top: 7px;
 padding-bottom: 7px;
 padding-left: 7px;
 margin-bottom: 10px; 
 /*border: 1px solid gray;*/
 line-height: 1;
 background: url("menu.gif");
 background-repeat: no-repeat;
 }



#nav-left a:hover
{
 background: url("menu2.gif");
 background-repeat: no-repeat;
}

#nav-left ul
{
 margin-left: 0px;
 padding: 0px;
 list-style-type: none;
 width: 100%;
}

#nav-left li
{
 display: inline;
}

#corgi 
{
 width: 62px;
 height: 89px;
 margin-left: 50px;
 background: url("corgi-logo.gif");
 background-repeat: no-repeat;
}

#gassafety 
{
 width: 130px;
 height: 145px;
 margin-left: 20px;
 margin-top: 5px;
 margin-bottom: 10px;
 background: url("gas-safety-logo.gif");
 background-repeat: no-repeat;
}

#footer
{
 width: 570;
 margin-top: 10px;
 font-size: 10px;
 border-top: 1px solid #BBBBBB;
}

div#listcontainer
{
 /*border: 1px solid #000;*/
 /*width: 160px;*/
 /*font-size: .75em;*/
 margin: 0px;
}

div#listcontainer ul
{
 /*border: 1px solid red;*/
  margin: 0 0 3.5 1.25em;
 padding: 0;
 list-style-image: url("bullet.gif");
 }

* html div#listcontainer ul
{
 list-style-image: url("bulletie.gif");
 }
  
div#listcontainer li
{
 /*border: 1px solid green;*/
 margin: 0px 0 0 0; padding: 5px 0 0 0;
}


.formlegend
{
 display: inline;
 float: left;
 width: 150px;
 margin-bottom: 10px;
 /* border: 1px solid red; */
}
.formfield
{
 display: inline;
 float: left;
 width: 350px;
 margin-bottom: 10px;
 /* border: 1px solid blue; */
}

.clr
{
 clear: both;
}
