/* CSS Document */

.menu
{
display:block;
height:182px;
width:138px;
padding:5px;
background-color:#59301E;
}
.about a
{
height:20px;
width:135px;
display:block;
background:url(images/b_about_up.gif);
}
.about a:hover
{
background:url(images/b_about_down.jpg);
}
.currentabout
{
height:20px;
width:135px;
display:block;
background:url(images/b_about_current.gif);
}
.homes a
{
height:20px;
width:135px;
display:block;
background:url(images/b_homes_up.gif);
}
.homes a:hover
{
background:url(images/b_homes_down.jpg);
}
.currenthomes
{
height:20px;
width:135px;
display:block;
background:url(images/b_homes_current.gif);
}
.test a
{
height:20px;
width:135px;
display:block;
background:url(images/b_test_up.gif);
}
.test a:hover
{
background:url(images/b_test_down.jpg);
}
.currenttest
{
height:20px;
width:135px;
display:block;
background:url(images/b_test_current.gif);
}
.faq a
{
height:20px;
width:135px;
display:block;
background:url(images/b_faq_up.gif);
}
.faq a:hover
{
background:url(images/b_faq_down.jpg);
}
.currentfaq
{
height:20px;
width:135px;
display:block;
background:url(images/b_faq_current.gif);
}
.com a
{
height:20px;
width:135px;
display:block;
background:url(images/b_com_up.gif);
}
.com a:hover
{
background:url(images/b_com_down.jpg);
}
.currentcom
{
height:20px;
width:135px;
display:block;
background:url(images/b_com_current.gif);
}
.contact a
{
height:20px;
width:135px;
display:block;
background:url(images/b_contact_up.gif);
}
.contact a:hover
{
background:url(images/b_contact_down.jpg);
}
.currentcontact
{
height:20px;
width:135px;
display:block;
background:url(images/b_contact_current.gif);
}
.base a
{
height:20px;
width:135px;
display:block;
background:url(images/b_base_up.gif);
}
.base a:hover
{
background:url(images/b_base_down.jpg);
}
.currentbase
{
height:20px;
width:135px;
display:block;
background:url(images/b_base_current.gif);
}
.reno a
{
height:20px;
width:135px;
display:block;
background:url(images/b_reno_up.gif);
}
.reno a:hover
{
background:url(images/b_reno_down.jpg);
}
.currentreno
{
height:20px;
width:135px;
display:block;
background:url(images/b_reno_current.gif);
}
.painting a
{
height:20px;
width:135px;
display:block;
background:url(images/b_painting_up.gif);
}
.painting a:hover
{
background:url(images/b_painting_down.jpg);
}
.currentpainting
{
height:20px;
width:135px;
display:block;
background:url(images/b_painting_current.gif);
}
.content
{
background-image:url(images/content.jpg);
display:block;
height:295px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#FFFFFF;
padding-top:5px;
padding-left:20px;
padding-right:60px;
background-repeat:no-repeat;
}
.content h3
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
color:#FFFFFF;
}
.content a
{
color:#FFFFFF;
font-size:16px;
line-height:1.5em;
}
.content img
{
border:#FFFFFF;
border:thin;
border-style:solid;
}
.footer
{
font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#330000;
}
.footer a
{
text-decoration:none;
color:#330000;
}
.footer a:hover
{
text-decoration:underline;
}
.faqcontent
{
display:block;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#59301E;
padding-top:5px;
padding-left:20px;
padding-right:20px;
border:#59301E;
border:medium;
border:solid;
}