﻿/********************************************
   AUTHOR:          http://www.ambitiouswebdesign.com 
   WEBSITE:     http://www.dynamiccarpetcarellc.com/
   TEMPLATE NAME:  Dynamice Carpet Care
   DATE:           Sep-16th-2008
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 
 
* { margin: 0; padding: 0px; }

html, body { 
margin: 0;
padding: 0px;
height: 100%; 
background: #183048 url('/images/bg.gif') repeat-x;
} 

/* ----------Centered Container Or the Layout--------------------- */

#container { 
min-height: 100%; 
height: auto !important; 
height: 100%; 
margin: 0 auto -4em; /* make sure this matches in the body footer DIV */
width: 960px;
} 


/* --------------LABELS BUTTONS & FORMS-----------*/
 
label {
font: bold 10pt Tahoma, Arial, Helvetica, Verdana, Sans-Serif;
color: #8ad0ef;
}
 
input, textarea {
width: 20em;
border: 1px solid #777;
font: 10pt Tahoma, Arial, Helvetica, Verdana, Sans-Serif;
color: #183048;
padding: 6px;
margin-bottom: 20px;
}
 
.button {
width: 6em;
font: bold 10pt Tahoma, Arial, Helvetica, Verdana, Sans-Serif;
color: #fff;      
background: #3e90b5;
padding: 10px;
border: 1px solid #3e90b5;
}

/* --------------HEADER------------- */

#header {
height: 84px;
}

#logophone {
height: 84px;
}

#logophone .number {
width: 300px;
float: right;
text-align: right;
font: 16pt Tahoma, Arial, Helvetica, Verdana, Sans-Serif;
color: #6f9ec6;
padding-top: 20px;
}

#logophone .call {
color: #183048
}

/* --------------LOGO IN HEADER *always use this*------------- */

.logolink {
background-image: url('/images/logo.gif');
background-repeat: no-repeat;
height: 84px;
width: 229px;
float: left;
}
 
.logolink a { float: left;  }
 
#swap {background-image: url(/images/logo.gif);  width: 229px;  height: 84px;  }
 
.rollover { display: block; } /* Allow setting widths and heights */
.rollover img { width: 100%; height: 100%; border: 0; } /* only set width and height once */
.rollover:hover { visibility: visible; /* for IE */ } /* sets any property for the :hover state */
.rollover:hover img { visibility: hidden; } /* 'rolls over' the image */


/* --------------NAVIGATION------------- */

.navigation {
width: 960px;
height: 42px;
overflow: hidden;
}

.navigation ul{
margin: 0;
padding-top: 8px;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
float: right
}

.navigation li{
display: inline;
margin: 0;
float: left;
}

.navigation li a{
display: block;
text-decoration: none;
margin-right: 7px;
padding: 10px; /*padding inside each tab*/
border: 1px solid #183048; /*right divider between tabs*/
color: white;
background: #183048; /*background of tabs (default state)*/
font: 10pt Tahoma, Arial, Helvetica, Verdana, Sans-Serif;
}

.navigation li a:hover, .navigation li.selected a{
background: url(/images/nav_on.gif) repeat-x; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
border: 1px solid #afccd0;
color: #183048;
}

/* --------------UNDERNAV------------- */

#undernav {
height: 36px;
}

/* --------------MISSION GRAPHIC------------- */

#mission {
background: url('/images/mission_graphic.png') no-repeat;
height: 146px
}

/* -------------THREEBLOCKS------------- */

#threeblocks {
font: 8pt Tahoma, Arial, Helvetica, Verdana, Sans-Serif;
color: #3e90b5;
height: 140px;
margin-top: 0px;
}

#threeblocks a:hover, #main .content ul a:hover, #main .content a:hover {
color: #a1de02;
}

#threeblocks p {
padding: 5px 45px 0px 13px;
line-height: 14px;
text-align: justify 

}

#threeblocks img {
border: 6px solid #bdbdbf;
margin: 0px 0px 0px 13px;
}

#threeblocks .one {
float: left;
width: 320px;
margin-top: 10px;
padding: 0px;
clear:right;
}

#threeblocks .one h3 {
background: url(/images/three_service.gif) no-repeat; 
height: 30px;
width: 123px;
}


#threeblocks .two {
float: left;
width: 320px;
margin-top: 10px;
padding: 0px;
clear:right;
}

#threeblocks .two h3 {
background: url(/images/three_locations.gif) no-repeat; 
height: 30px;
width: 235px;
}

#threeblocks .three {
float: left;
width: 320px;
margin-top: 10px;
padding: 0px;
clear:right
}

#threeblocks .three h3 {
background: url(/images/three_quality.gif) no-repeat; 
height: 30px;
width: 195px;
}

/* --------------MAIN CONTENT, LEFT NAVIGATION----------------*/

#main {
min-height: 100%; 
height: auto !important; 
height: 100%; 
background-color: #183048; /* Main DIV Background Img */
}

#main .content {
padding: 0px;
margin-top: 16px;
margin-left: 290px;
margin-right: 0px;
min-height: 170px; /* Height of Background Img */
height: auto;
font: 10pt Tahoma, Arial, Helvetica, Verdana, Sans-Serif;
}

#main p {
color: #e3f5f7;
line-height: 20px;
padding: 10px 10px 10px 0px
}

#main ul {
margin-bottom: 10px;
padding: 0px;
list-style-type: none
}

#main li {
font: 10pt Tahoma, Arial, Helvetica, Verdana, Sans-Serif;
color: #e3f5f7;
line-height: 20px;
background: url(/images/bullet_check.gif) no-repeat left top;
padding-left: 20px;
}

#main b, .services {
font-size: 12pt;
color: #8ad0ef;
}

#main .services {
background: url(/images/bullet_star.gif) no-repeat left top;
padding-left: 20px;
margin-bottom: 20px;
}

#main .content a {
font: 10pt Tahoma, Arial, Helvetica, Verdana, Sans-Serif;
color: white
}

#main .content a:hover {
color: #25c63e
}

#main h1 {
font: 16pt Tahoma, Arial, Helvetica, Verdana, Sans-Serif;
color: white
}

#main .navleft {
float:left; 
width: 271px;
min-height: 400px;
padding: 0px;
background: url(/images/leftbg.gif) repeat-y;
margin-top: 16px;
}


/* --------------LEFT CONTENT------------- */

#left {
margin: 0px;
padding: 0px;
font: 10pt Tahoma, Arial, Helvetica, Verdana, Sans-Serif;
}

#left .discounts {
background: url(/images/currentdiscounts.gif) no-repeat;
padding: 40px 4px 9px 10px;
}

#left .discounts a {
color: white;
background: url(/images/icon_tag.gif) no-repeat left top;
padding-left: 20px;
}


#left .certified {
margin-bottom: 10px
}

#left .certified a {
background: url(/images/icon_pdf.gif) no-repeat;
padding-left: 24px;
font: 10pt Tahoma, Arial, Helvetica, Verdana, Sans-Serif;
color: #e3f5f7;
}

#left .certified h3 {
background: url(/images/left_certhead.gif) no-repeat;
height: 38px;
}

#left .location {
color: white;
}

#left .location h3 {
background: url(/images/left_locahead.gif) no-repeat;
height: 38px;
}

#left .location img {
float: left;
border: 5px solid white;
margin: 10px;
}

.linesub {
margin: 0 auto;
border: none;
border-bottom: 1px solid #567a9d;
height: 0px;
padding: 5px 0px 5px 0px;
}

/* --------------QUOTES------------- */


#quotes {
width: 520px;
margin: 0px;
padding: 0px;
}

#quotes img {
border: none;
}

#quotes .head {
height: 67px;
background: url(/images/quote_head.gif) no-repeat;
}

#quotes .res {
float: left;
width: 244px;
margin: 0px;
padding: 0px;
clear:right;
}

#quotes .res .head {
height: 39px;
background: url(/images/quote_res.gif) no-repeat;
}

#quotes .com {
float: right;
width: 244px;
margin: 0px;
padding: 0px;
}

#quotes .com .head {
height: 39px;
background: url(/images/quote_com.gif) no-repeat;
}

#quotes .res p, #quotes .com p {
text-align:left;
color: #00e12b;
padding: 5px 5px 18px 5px;
}

/* --------------TESTIMONIALS------------- */


#test {
background: #2481ab url(/images/test_bg.gif) repeat-x;
width: 600px;
margin-top: 20px;
margin-bottom: 30px;
font: 10pt "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
}

#test .imagefloat {
float: left;
width: 76px;
}

#test img {
margin: 8px;
}

* html #test p{ /* IE 3px jog hack*/
height: 1%;
}

#test p{
padding: 15px 10px 6px 6px;
margin-top: 0;
margin-left: 94px;
}


#test .bubble {
position: absolute;
margin-left: 580px;
margin-top: -10px;
background: url(/images/test_speechbubble.png) no-repeat;
width: 31px;
height: 31px;
}


#test a {
background: url(/images/bullet_arrow.gif) no-repeat center left; /*custom bullet list image*/
padding-left: 17px; /*link text is indented 19px*/
}


#test .read {
background: url(/images/test_userbg.gif) repeat-x;
height: 30px;
text-align: right
}

#test .read b {
margin: 5px 10px 0px 0px;
float: right;
width: 300px;
height: 19px;
color: #2481ab;
font: bold 12pt "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
}


/* --------------SERVICES------------- */

#services {
padding: 0px;
margin: 0px;
}

#services ul {
padding-left: 15px;
margin: 0px;
margin-bottom: 15px;

}

#services li {
list-style-type: disc;
background: none;
padding: 0px
}

#services li a.service {
color: #8ad0ef
}

#services li a.service:hover, #main p a.top:hover {
color: #e3f5f7;
}


#main p a.top {
color: #8ad0ef
}






/* --------------CURRENT SPECIALS------------- */

#specials {
background: #fff url(/images/specialsbg.gif) repeat-x; border-style: dashed; padding: 10px; width: 68%; height: 50px; margin-bottom: 12px;
}

#specials .text {
float: left; width: 300px; font: bold 16px "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif; color: #183048; margin-top: 16px;
}


#specials .price {
float: right; width: 40px; font: bold 16px "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif; color: #d00f14; margin-top: 16px; margin-right: 12px; text-align: right
}



/* --------------BIOS------------- */


#bios {
background-color: #0a1e32;
width: 600px;
font: 10pt "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
border-top: 1px solid #354d66;
}

#bios .imagefloat {
float: left;
width: 100px;
}

#bios h3 {
padding: 12px 0px 5px 22px;
color: #51c166;
font: bold 16pt "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
margin-left: 110px;
}

#bios img {
margin: 8px;
border: 4px solid #354d66
}

* html #bios p{ /* IE 3px jog hack*/
height: 1%;
}

#bios p{
padding: 0px 10px 15px 28px;
margin-top: 0;
margin-left: 105px;
}


#bios a {
background: url(/images/bullet_arrow.gif) no-repeat center left; /*custom bullet list image*/
padding-left: 17px; /*link text is indented 19px*/
}


/* --------------BIO PICS------------- */

.owners {
border: 5px solid white;
margin: 20px;
float: right;
}

.family {
border: 5px solid white;
margin: 20px;
float: left;
}



/* --------------FOOTER------------- */

.clear {
clear: both;
}

#footer, .push { 
clear: both;
width: 960px;
height: 4em; /* make sure this matches in the body container DIV */
bottom: 0;
left: 0;
margin: 0 auto; 
position: relative;
margin-top: 25px;

} 

#footer {
height: 100px;
height: auto;
}

#footer .content { 
width: 960px; 
margin: 0 auto; 
position: relative; 
}

#footer .line {
width: 922px;
margin: 0 auto;
border: none;
border-bottom: 1px solid #354d66;
height: 0px;
}


/* --------------FOOTER LINKS------------- */

#footer ul {
padding: 10px;
}

#footer .links ul {
margin: 0px;
padding: 0px;
}

#footer .links li {
display: inline;
list-style-type: none;
}

#footer .links li a {
text-decoration: none;
border-right: 1px solid;
padding: 0px 10px 0px 10px;
font: 10pt Tahoma, Arial, Helvetica, Verdana, Sans-Serif;
color: white;
}

#footer .links li a:hover {
text-decoration: underline;

}

#footer .asc ul {
margin: 0px;
padding: 0px;

}

#footer .asc li {
display: block;
list-style-type: none;
font: 10pt Tahoma, Arial, Helvetica, Verdana, Sans-Serif;
color: white;

}

#footer .asc li a {
text-decoration: none;
padding: 0px 0px 0px 0px;
font: 10pt Tahoma, Arial, Helvetica, Verdana, Sans-Serif;
color: #e3f5f7;
}

#footer .links li a:hover {
text-decoration: underline;
}


/* --------------DISCOUNTS------------- */

.empty {
background: none;
background-color: white;
}

#discounts {
border: 6px solid #183048;
margin: 20px;
}

#discounts .text {
font: bold 18pt Tahoma, Arial, Helvetica, Verdana, Sans-Serif;
padding: 14px;
}

#discounts .bottext {
font: bold 10pt Tahoma, Arial, Helvetica, Verdana, Sans-Serif;
color: #00a94f;
padding: 8px;
text-align: right
}























/* ----- Customer Cart TABLES ---------- */
#awscustomertables table{margin: 1em; border-collapse: collapse;}
#awscustomertables td{ padding: .3em; border: 1px #F2F2F2 solid; }
#awscustomertables th{ padding: .3em; border: 1px #F2F2F2 solid; background: #F2F2F2; }
