body {
	background: #000;
}
body,
p,
input,
textarea,
select,
td,
ul,
li {
	color: #000000;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	line-height: 130%;
}
.cleaning {
	background-color: #000000;
}
.gold_coast {
	background-color: #FFA600;
}
.tweedheads {
	width: 760px;
}
.tiles {
    background-position: right top;
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    text-align: left;
    vertical-align: top;
}
p {padding: 0 0 10px 0;}
.carpet {
	width: 30px;
}
.upholstery {
	width: 100px;
}
.services {
	text-align: left;
	vertical-align: top;
}
h1,
h2,
h3,
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FC8814;
}
h1 {
	font-size: 14pt;
	font-weight: bold;
	margin-top: 25px;
}

h1 a, h1 a:visited {
	color: #fff;
	color: #FC8814;
	text-decoration: underline;
	font-size: 14px;
}
 h1 a:hover {
	color: #FFB90A;
 }

h2 {
	font-size: 13pt;
}
h3 {
	font-size: 11pt;
}
h4 {
	letter-spacing: 1px;
	font-size: 10pt;
}
.monarch {
	font-size: 11pt;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding-top: 7px;
}
.monarch a:hover {
	color: #FFA600;
	}
.monarch td {
	border-left: solid 1px #CCC;
	padding: 5px 5px 0 10px; }
.cleaningtip {
	color: #CCCCCC;
}
.clean {
	font-weight: bold;
	color: #FFA600;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
.stain {
	color: #000000;
	text-decoration: underline;
	font-size: 10pt;
	letter-spacing: 1px;
}
.coastclean {
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
}
.carpets {
	font-size: 10pt;
	color: #000000;
	text-decoration: underline;
	letter-spacing: 1px;
}
#FreeReport {
	background: #ffe4b2 url(../images/FreeReport.gif) no-repeat bottom right;
	position: absolute;
	left: 650px;
	top: 370px;
	width: 160px;
	padding: 10px;
	border: solid 4px #FFF;
}
#FreeReport h2 {
	margin: 0;
	padding: 0 0 8px 0;
}
#FreeReport input {
	border: solid 1px #FFA600;
	padding: 2px;
	background: #fff6e5;
}
#FreeReport .Submit {
	background: #000;
	color: #FFA600;
	padding: 2px;
}
#Content {
	position: relative;
	float: left;
	background: #FFF;
}
.Small {
	font-size: 11px;
	}
hr { border: 0;
padding: 0;
margin: 15px 0;
background: #CCC;
color: #CCC;
height: 1px;}

#Footer {
	color: #666;
	font-size: 11px;
}
li a {
	color: #FFA600;
	}


.bondBackBanner h1 {
    color: black;
    font-size: 53px;
    font-style: italic;
	 margin-top: 50px;
}
.bondBackBanner h1 + p {
    color: #FC8814;
    font-family: georgia;
    font-size: 34px;
    font-style: italic;
    font-weight: bold;
    margin-top: -13px;
}
.bondBackBanner p.summary {
    font-family: georgia;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 3px;
    width: 282px;
}
.bondBackBanner {
    background: url("../images/97sticker.png") no-repeat scroll 429px 0 transparent;
    border-bottom: 1px dashed;
    margin-bottom: 14px;
}
.bondBackBanner h1 + p span {
    position: absolute;
    text-indent: -9999px;
}
.actionCall {
    font-size: 24px;
    margin-top: 23px;
}
h2 {
    line-height: 1.3;
}
.actionCall strong {
    color: #FC8814;
}

.cleaning .monarch td {
	width: 100px;
	text-align: center;
}

.cleaning .monarch td  a {
	display:block;
	width: 100%;
}

.cleaning .monarch td.services {
	width: 170px;
	padding-top: 0;
}

td.tweedheads .sub-menu {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    cursor: pointer;
    height: 30px;
    left: 113px;
    overflow: hidden;
    position: absolute;
    top: 153px;
    width: 188px;
    z-index: 10;
}

.sub-menu .sub-menu-inner {
	padding-top: 5px;
	background: #000;
}

/* OPEN MENU */

@keyframes menu
{
from {height: 30px;}
to {height: 140px;}
}

@-moz-keyframes menu /* Firefox */
{
from {height: 30px;}
to {height: 140px;}
}

@-webkit-keyframes menu /* Safari and Chrome */
{
from {height: 30px;}
to {height: 140px;}
}
 
 

td.tweedheads .sub-menu:hover, td.tweedheads .sub-menu:active  {
animation-name:menu;
animation-duration:0.5s;
animation-timing-function:ease;
/* Firefox: */
-moz-animation-name:menu;
-moz-animation-duration:0.5s;
-moz-animation-timing-function:ease;

/* Safari and Chrome: */
-webkit-animation-name:menu;
-webkit-animation-duration:0.5s;
-webkit-animation-timing-function:ease;
height: 140px;
}

.cleaning table {
	width: 760px;
	text-align: center;
	height: 30px;
}


.col {
	width: 204px;
	float:left;
	margin: 10px;
	padding: 10px;
	border: 1px solid #ccc;
	background: #F8F8F8;
	height: 150px;
	position: relative;
	padding-bottom: 25px;
}

.col:hover, .small-col:hover {
	background: #eee;
	cursor: pointer;
}

.services .tiles {
	background: none;
	padding-right: 10px;
	padding-left: 10px;
}

.services .tiles strong, small-col strong {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

.services .tiles p {
	text-align: center;
}

.services .tiles a,.services .tiles a:visited {
    background: none repeat scroll 0 0 #FFA600;
    border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
    bottom: 10px;
    color: #FFFFFF;
    display: block;
    height: 15px;
    left: 62px;
    margin: auto;
    padding-bottom: 5px;
    padding-top: 3px;
    position: absolute;
    text-align: center;
    width: 100px;
}

.left-col {
    float: left;
    width: 460px;
}

.right-col {
    float: left;
    height: 290px;
    margin-left: 20px;
    margin-top: 40px;
    text-align: center;
    width: 150px;
}

.right-col img {
	border: 1px solid #ddd;
	padding: 4px;
}

.small-col {
    border: 1px solid #CCCCCC;
	 padding: 5px;
    float: left;
    height: 130px;
    margin: 10px;
    width: 129px;
	 background: #F8F8F8;
	 text-align: center;
	 position: relative;
}

.small-col  img {
	padding: 4px;
	border: 1px solid #eee;
	background: #fff;
	position: absolute;
	bottom: 5px;
	left: 5px;
}

.residential .tiles {
	padding: 0 20px;
}

.heading-wrapper {
	padding-left: 10px;
	padding-top: 10px;
}

.about .tiles, .uphol .tiles  {
	background: none;
	padding: none;
}

.about .right-col {
	width: 220px;
	text-align: left;
}

blockquote {
	background: url(../images/quotes.gif) no-repeat;
	margin-left: 0;
	margin-right: 0;
	padding-left: 30px;
	padding-top: 10px;
}

.uphol .right-col {
	width: 220px;
	margin-top: 60px;
}

.uphol .right-col img{
	border: 1px solid #eee;
	padding: 4px;
}

.right-col-wide {
	 float: left;
    height: 290px;
    margin-left: 20px;
    text-align: left;
    width: 230px;
}

.right-col-wide img {
	border: 1px solid #ddd;
	padding: 4px;
}

.right-col-wide a, .right-col-wide a:visited  {
	color: #000;
}

.right-col-wide a:hover {
	text-decoration: underline;
}

.footer-icons {
	 background: none repeat scroll 0 0 #FFFFFF;
    text-align: center;
	 padding-bottom: 10px;
	 padding-top: 20px;
	 padding-left: 30px;
	 padding-right: 30px;
}

.f-inner {
	border-top: 1px solid #ddd;
	padding-top: 20px;
}
.freeSpotter { background: #8bb30d; -moz-border-radius: 6px; position: relative; margin-left: 30px; padding-left: 20px; margin-top: 40px; }
.freeSpotter p { color: #FFF; }
.freeSpotter img { left: -80px;
position:absolute;
top:-23px; }
.satisfaction { -moz-border-radius: 6px; border: 1px solid #CCC; margin-top: 60px; padding: 10px; position: relative; }
.satisfaction img {
    left: 47px;
    margin-right: 10px;
    position: absolute;
    top: -45px;
}
.right-col-wide .satisfaction img { border: none; }
.downloadSpotterChart {
    border: 1px solid #CCCCCC;
    border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
    padding: 10px 10px 0 64px;
    position: relative;
	background: #EEE;
}
.downloadSpotterChart img { position: absolute; left: 0; top: -20px; }
.vpc {
    border: 1px solid #CCCCCC;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 10px #CCCCCC;
    float: right;
    margin: 0 0 10px 30px;
    padding: 10px;
    width: 244px;
}
.vpc img { margin-bottom: 15px; }
