
@import url(navmenu.css);

* { padding: 0; margin: 0; }

body {
 font-family: Trebuchet MS, Verdana, Tahoma, Geneva,sans-serif;
 color:#245211;
 font-size: .8em;
  background-color: #E8E8E8
}
#wrapper {
 margin: 15px auto;
 width: 750px;
 border:1px solid #B7B7B7;
/* background:#E8E8C1;  */
 background:white;
 padding:3px;
}
#faux {
 background: white;
 margin:0px 0 5px 0;
 padding:15px 0;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 750px;
 padding: 0px;
 height: 160px;
 margin: 0px 0px 0px 0px;
 background: url(../images/header2.jpg) no-repeat;
}
#navigation {
 color: #333;
 padding: 0px;
 height:28px;
 margin: 3px 0px 3px 0px;
 background: red;
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin: 0px;
 padding: 0px;
 width: 110px;
 float: left;
}

img {
border: 0px solid #666666;
}


#rightcolumn {
 float: right;
 width: 580px;
 margin: 10px;
 padding: 0 40px 50px 0;
 display: inline;
 position: relative;
 text-align:left;
 line-height:1.4em;
}

#footer {
 width: 745px;
 clear: both;
 color: white;
 background: #737373;
 margin: 3px 0px 0px 0px;
 padding: 3px;
 text-align:center;
}

#footer h3 {
  color:white;
  font-weight:bold;
  font-size:.9em;
  margin-bottom:-5px;
}


.clear { clear: both; background: none; }

#rightcolumn img  {
  border:0px solid black;
  float:right;
  margin: 0px 0 15px 25px;
}

#gallery img  {

  float:left;
  margin: 15px 20px 30px 0px;
}


.smallType    {
  font-size:.85em;
}

table.services  {
    margin-bottom:30px;
}

table.services td  {
  padding:3px;
}


h1    {
  font-size:1.35em;
  text-align:center;
  font-weight: bold;
  color:Red;
  margin-bottom:13px;
}

h2    {
    font-size:1.2em;
text-align:center;
  font-weight: bold;
  color: #737373;
  margin-top:10px;
  margin-bottom:5px;

}

p   {
  margin-top: 10px;
}


ul  {
   list-style-type:circle;

   vertical-align:bottom;
   line-height:1.4em;
}


ul.waterdrop {
   list-style-image: url(images/waterdrop.gif);
   padding-left:18px;
   vertical-align:bottom;
}

ul.flower {
   list-style-image: url(images/flower.jpg);
   padding-left:26px;
   vertical-align:bottom;
}
ul.manufacture{
   list-style-image: url(images/manufacture.jpg);
   padding-left:16px;
   vertical-align:bottom;
}

li   {

  margin-bottom: 12px;
}

hr  {
  margin:10px 0px;
  border:1px dotted #B28B50;
color: red;
background-color: #B28B50;
height: 1px;

}

h3 A:link,A:visited,A:active,A:hover   {text-decoration: none; color:white}





