@charset "utf-8";
/* CSS Document */

body {
background-image:url(images/bg.jpg);
background-position:top;
background-repeat:repeat-x;
background-color:#666666;
margin:0px;}

table {
font-family:Georgia, "Times New Roman", Times, serif;
color:#333333;
font-size:12px;
}

li {
list-style-type:katakana;
list-style-position:inside;
}

.title {
color:#006633;
font-size:14px;
font-weight:bold;
border-bottom-color:#999999;
border-bottom-style:solid;
border-bottom-width:thin;
}

.padding {
padding:10px;
}

.servicesbox {
padding-top:10px;
padding-bottom:10px;
background-image:url(images/corner.gif);
background-position:bottom right;
background-repeat:no-repeat;
}

.homeservices {
list-style-image:url(images/house.gif);
border-bottom:thin;
border-bottom-style:solid;
border-bottom-color:#999999;
font-size:14px;
font-weight:bold;
}

a:link {color:#336666; text-decoration:none}
a:hover {color:#336666; text-decoration:underline}
a:active {color:#336666; text-decoration:none}
a:visited {color:#336666; text-decoration:none}