body
{
background-image:url('../images/bg_drop.png');
} 


div.topbar{ /* bar that runs across the top of the menu */
height: 80px;
background-image:url('../images/barre.jpg');
}

img.floatleft {
    float: left;
    margin: 5px;
}

ul.a {
   list-style-type:square;
}

h1.intro {
   padding-top:20px;
   color:white;
   text-align:center;
}

text1 {
  font-size:12px;
  text-align:center;
}
  
.centre {
padding-left:10px;
padding-right:10px;
text-align:justify;
font-family:"Calibri",Georgia,Serif;
}

.centre1 {
padding-left:auto;
padding-right:auto;
font-family:"Calibri",Georgia,Serif;
}

ul.claybricks{ /* main menu UL */
font-weight: bold;
width: 100%;
background-image:url('../images/barre.jpg');
padding: 6px 0 6px 0; /* padding of the 4 sides of the menu */
margin: 0;
text-align: center; /* set value to "left", "center", or "right" to align menu accordingly */
}

ul.claybricks li{
display: inline;
}

ul.claybricks li a{
color: #000000;
padding: 6px 8px 4px 8px; /* padding of the 4 sides of each menu link */
margin-right: 20px; /* spacing between each menu link */
text-decoration: none;
}

div.center450{
   height: 480px;
   background: #ffffff;
   text-align:center;
}
div.service450{
   height: 480px;
   background: #ffffff;
}

div.service{
   font-size:12px;
   background: #ffffff;

}

div.service-text{
  font-size:14px;
  text-align:left;
  font-family:"Calibri",Georgia,Serif;
}

div.bottombar{ /* bar that runs across the top of the menu */
   padding-top:10px;
   height: 30px;
   background-image:url('../images/barre.jpg');
   text-align:center;
   color:white;
}

ul.claybricks li a:hover, ul.claybricks li a.selected{
color: white;
background: #5d4137;
background: -moz-linear-gradient(top, #5d4137 0%, #41251b 12%, #2c0f05 100%); /* moz syntax for CSS3 gradient */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5d4137), color-stop(12%,#41251b), color-stop(100%,#2c0f05));
background: -webkit-linear-gradient(top, #5d4137 0%,#41251b 12%,#2c0f05 100%); /* webkit syntax for CSS3 gradient */
background: -o-linear-gradient(top, #5d4137 0%,#41251b 12%,#2c0f05 100%); /* opera syntax for CSS3 gradient */
background: -ms-linear-gradient(top, #5d4137 0%,#41251b 12%,#2c0f05 100%);
background: linear-gradient(top, #5d4137 0%,#41251b 12%,#2c0f05 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d4137', endColorstr='#2c0f05',GradientType=0 );
-moz-box-shadow: 0 0 5px #595959; /* moz syntax for CSS3 box shadows */
-webkit-box-shadow: 0 0 5px #595959;
box-shadow: 0 0 5px #595959;
padding-top: 17px; /* large padding to get menu item to protrude upwards */
padding-bottom: 6px;
}