body {
margin: 0; padding: 0;
font-family: Arial, sans-serif;
background: #FFF url(images/kitchen.jpg) no-repeat top right;
}
img {
border: 0;
}
#header {
position: absolute; top: 40px;
}
#content {
padding: 25px 285px 100px 215px;
}
#content h2 {
font-size: 14px;
padding: 0; margin: 10px 0;
}
#content h3 {
font-size: 13px;
padding: 0; margin: 10px 0;
}
#content p, li {
font-size: 12px;
padding: 0; margin: 10px 0;
}
#content dt {
font-size: 13px; font-weight: bold; margin-top: 10px;
}
#content dd { font-size: 12px; }
.gallery img {padding: 5px;}
form {font-size: 12px;}
form legend {font-size: 14px; font-weight: bold;}
form div {margin-top: 4px;}
form span.label,form span.spacer,form span.multiple span, form span.checkbox {width:120px;float:left;}
form span.checkbox {text-align: right;} 
form span.multiple {float:left;} 
form span.button {padding-left:120px;} 
form div.clear {clear:both;padding-top:5px;}

.error {background-color: #FFFF00;} 

#features {float: left;}
#features ul {margin:0; padding:0; list-style:none;}
#features li {margin: 5px;}
#features a {
display: block; width: 180px; 
padding: 3px; 
background-color: #51A4AC; 
font-size: 12px; font-weight: bold; color: #FFF; text-align: center; text-decoration: none;
border: 2px inset #006875;
}
#features a:hover {color: #51A4AC; background-color: #fefe9a;	}

#calltoday {
float: left; padding: 10px; margin: 5px 0 0 20px;
border: 2px inset #B4B5AF;
background-color: #D7D9B1;
text-align: center;
font-size: 11px;
}
#calltoday span {
font-size: 14px; font-weight: bold;
}

#memberships {clear: left; padding-top: 25px;}
#memberships img {margin-right: 20px;}

#navigation {
background-color: #51A4AC;
position: absolute; top: 20px;
width: 99%;
}
#navigation ul { margin:0; padding:0; list-style:none; } 
#navigation li { float:left; margin: 0; }
#navigation a {
font-size: 12px; font-weight: bold; color: #fefe9a; text-decoration: none;
margin:0;
padding: 6px 13px 6px 13px; border-right: 1px solid #E6EEE1;
display: block;
}
#navigation a:hover, #navigation .active {color: #FFFF00; text-decoration: underline; background-color: #38767c;}

#footer { 
margin: 25px 0 0 0;
background: url(images/ruler.gif) repeat-x;
padding-top: 20px; padding-left: 215px;
clear: both;
font-size: 11px; color: #777;
}



/*tab CSS*/
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs li{
display: inline;
margin: 0;
}
.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}
.shadetabs li a:visited{
color: #2d2b2b;
}
.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}
.shadetabs li.selected{
position: relative;
top: 1px;
}
.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}
.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}
.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
margin-bottom: 1em;
padding: 10px;
font-size: 12px;
}
.tabcontent{
display:none;
}
@media print {
.tabcontent {
display:block!important;
}
}
/*end tab CSS*/