html {
height: 101%;
}

body {
background-color: #8c8c8c;
margin: 20px 0 0 0;
}

img {
border: 0;
}

a {
color: #666666;
}

a:hover {
color: #d8323e;
}

blockquote {
font-style: italic;
padding-bottom: 0px;
margin-bottom: 0px;
}

/* -------------------------------- TEXT STYLES ----------------------------------------- */
.maintxt { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 12px; 
color: #666666; 
line-height:180%; 
}

h1 {
color: #d8323e;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 24px;
}

h2 {
color: #d8323e;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
}

/* -------------------------------- LAYOUT CSS ----------------------------------------- */

#container {
width: 1002px;
margin: 0 auto;
background-color: #ffffff;
background-image: url(../images/bg.jpg);
background-repeat: repeat-y;
}

#header {
height: 120px;
background-image: url(../images/top.jpg);
background-repeat: no-repeat;
background-position: top left;
position: relative;
background-color: #ffffff;
}

#logo {
margin: 20px 0 0 20px;
}

#tel {
float: right;
margin: 20px 20px 0 0;
}

#ad {
position: absolute;
top: 20px;
left: 300px;
}

#left {
width: 219px;
margin-left: 1px;
margin-right: 1px;
float: left;
}

#nav {
border-bottom: 1px solid #ccd1df;
}

#nav a {
display: block;
color: #ffffff;
border-top: 1px solid #ccd1df;
background-color: #83aaea;
background-image: url(../images/btn-bg.jpg);
background-repeat: repeat-x;
text-decoration: none;
height: 25px;
line-height: 25px;
padding-right: 20px;
font-weight: bold;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
text-align: right;
}

#nav a:hover {
background-image: url(../images/btn-bg-on.jpg);
background-color: #ffffff;
color: #83aaea;
}

#lower-left {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #5b5e66;
padding: 20px 20px 0 0;
text-align: right;
background-image: url(../images/lft-btm-bg.jpg);
background-repeat: repeat-x;
}

#lower-left a {
color: #5b5e66;
text-decoration: none;
}

#right {
width: 780px;
float: right;
margin-right: 1px;
background-color: #ffffff;
}

#services {
height: 340px;
}

#services table a {
display: block;
height: 150px;
width: 239px;
padding: 10px;
text-decoration: none;
color: #666666;
}

.rollover span {
padding: 0;
margin: 0;
text-align: center;
display: none;
}

.rollover h2 {
padding: 0;
margin: 0;
color: #d8323e;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 22px;
font-style: italic;
}

#carpets a {
background-image: url(../images/services/carpets.jpg);
}

#carpets a:hover {
background-image: url(../images/services/carpets-on.jpg);
}

#fine-rugs a {
background-image: url(../images/services/fine-rugs.jpg);
}

#fine-rugs a:hover {
background-image: url(../images/services/fine-rugs-on.jpg);
}

#upholstery a {
background-image: url(../images/services/upholstery.jpg);
}

#upholstery a:hover {
background-image: url(../images/services/upholstery-on.jpg);
}

#leather a {
background-image: url(../images/services/leather.jpg);
}

#leather a:hover {
background-image: url(../images/services/leather-on.jpg);
}

#hard-floors a {
background-image: url(../images/services/hard-floors.jpg);
}

#hard-floors a:hover {
background-image: url(../images/services/hard-floors-on.jpg);
}

#testimonials a {
background-image: url(../images/services/testimonials.jpg);
}

#testimonials a:hover {
background-image: url(../images/services/testimonials-on.jpg);
}

#content {
background-color: #ffffff;
background-image: url(../images/cnt-bg.jpg);
background-repeat: repeat-x;
background-position: top left;
border-top: 1px solid #ffffff;
padding: 30px;
}

#footer {
clear: both;
height: 50px;
background-image: url(../images/btm.jpg);
background-repeat: no-repeat;
background-position: bottom left;
font-family: Georgia, "Times New Roman", Times, serif;
color: #b8b8b8;
font-size: 12px;
padding-left: 20px;
line-height: 18px;
}

#footer a {
color: #b8b8b8;
}

#footer a:hover {
color: #d8323e;
}