@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   https://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	https://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	https://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */
body{
	cursor:url(Images/BirdCursor.jpg), default;
	background-color:#000;
	overflow:hidden;
}
.gridContainer {
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
	position:fixed;
	z-index:1;
	
}
#LayoutDiv1 {
	clear: both;
	float: left;
}
#full-screen-background-image{
	position:fixed;
	top:35px;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:-1;
	min-width:360px;
}
#TopBar{
	height:35px;
	color:#000000;	
	background: -webkit-linear-gradient(#F0F,#F0F, #FFF, #FFF, #FFF,#F0F, #F0F);
	background: -o-linear-gradient(#F0F,#F0F, #FFF, #FFF, #FFF,#F0F, #F0F);
	background: -moz-linear-gradient(#F0F,#F0F, #FFF, #FFF, #FFF,#F0F, #F0F);
	background: linear-gradient(#F0F,#F0F, #FFF, #FFF, #FFF,#F0F, #F0F);
	font-weight:bolder;
	border-bottom:2px solid #000;
	line-height:30px;
	display:block;
	font-weight:bolder;	
	position:fixed;
	z-index:99;
	top:0px;
	left:0px;
	right:0px;
}
#LeftBar{
	position:fixed;
	z-index:125;
	top:35px;
	left:0px;
	bottom:0px;
	width:320px;
	overflow:auto;
	display:none;
}
#MarqueeText{
	line-height:35px;
	font-size:18px;
	font-weight:bolder;
}
#aboutus, #cleaning, #organizing, #powerwashing, #contactus, #affiliates, #secondarymenu{
	top:67px;
	bottom:37px;
	left:2px;
	right:2px;
	
	padding:10px;
	position:fixed;
	z-index:5;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	border-radius:9px;
	overflow:auto;
	min-width:280px;
	
}
#pagecontent{
	top:67px;
	bottom:37px;
	left:0px;
	right:0px;
	padding:10px;
	position:fixed;
	z-index:5;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	border-radius:9px;
	overflow:auto;
	min-width:280px;
}
#aboutus {
	display:none;
}
#cleaning {
	display:none;
}
#organizing {
	display:none;
}
#powerwashing {
	display:none;
}
#contactus {
	display:none;
}
#affiliates {
	display:none;
}
#pagecontent {
	display:block;
}
#secondarymenu {
	display:block;
	background-color:rgba(0,0,0,.7);
	max-width:320px;
	overflow:auto;
}
#button{
	background:-webkit-linear-gradient(#06F,#fff,#fff,#fff,#06F);	
	background:-o-linear-gradient(#06F,#fff,#fff,#fff,#06F);
	background:-moz-linear-gradient(#06F,#fff,#fff,#fff,#06F);
	background:linear-gradient(#06F,#fff,#fff,#fff,#06F);
}
#button:hover{	background:-webkit-linear-gradient(#F0F,#fff,#fff,#fff,#F0F);	
	background:-o-linear-gradient(#F0F,#fff,#fff,#fff,#F0F);
	background:-moz-linear-gradient(#F0F,#fff,#fff,#fff,#F0F);
	background:linear-gradient(#F0F,#fff,#fff,#fff,#F0F);)
}
button, input, select, textarea { 
	font-size: 100%; 
	margin: 0; 
	vertical-align: baseline; 
	*vertical-align: middle;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px; 
	padding:5px;
}
table{
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	border:3px outset #000;
}
#SubmitButton{
	margin-top:8px;
	font-size:30px;
	height:40px;
	line-height:30px;
	background:-webkit-linear-gradient(#FFF9CC,#fff,#fff,#fff,#FFF9CC);	
	background:-o-linear-gradient(#FFF9CC,#fff,#fff,#fff,#FFF9CC);
	background:-moz-linear-gradient(#FFF9CC,#fff,#fff,#fff,#FFF9CC);
	background:linear-gradient(#FFF9CC,#fff,#fff,#fff,#FFF9CC);
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	border-radius:9px;
	border:2px solid #000;
}
#SubmitButton:hover{
	background:-webkit-linear-gradient(#A50,#fff,#fff,#fff,#A50);	
	background:-o-linear-gradient(#A50,#fff,#fff,#fff,#A50);
	background:-moz-linear-gradient(#A50,#fff,#fff,#fff,#A50);
	background:linear-gradient(#A50,#fff,#fff,#fff,#A50);
}
#secondarymenubutton{
	margin-top:32px;
}
#aboutus a, #cleaning a, #organizing a, #powerwashing a, #contactus a, #affiliates a{
	background: -webkit-linear-gradient(#ff00ff,#ff00ff, #FFF, #FFF, #FFF,#ff00ff, #ff00ff);
	background: -o-linear-gradient(#ff00ff,#ff00ff, #FFF, #FFF, #FFF,#ff00ff, #ff00ff);	
	background: -moz-linear-gradient(#ff00ff,#ff00ff, #FFF, #FFF, #FFF,#ff00ff, #ff00ff);
	background: linear-gradient(#ff00ff,#ff00ff, #FFF, #FFF, #FFF,#ff00ff, #ff00ff);
	font-size:18px;
	padding-top:15px;	
	padding-bottom:15px;
	font-weight:bolder;
	-webkit-border-radius:9px;	
	-moz-border-radius:9px;	
	border-radius:9px;	
	padding-left:5px;	
	padding-right:5px;
	text-decoration:none;
	color:#000;
	margin-bottom:5px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	border:1px solid #000;
}
#cutter{
	display:none;
}
#cutter a{
	background:#fff;
	color:#fff;
	border:0px;
	margin:0px;
	padding:0px;
	-webkit-border-radius:0px;	
	-moz-border-radius:0px;	
	border-radius:0px;
}
#cutter a:hover{
	background:#fff;
	color:#fff;
	border:0px;
	margin:0px;
	padding:0px;
	-webkit-border-radius:0px;	
	-moz-border-radius:0px;	
	border-radius:0px;
}
a:visited{
	color: #000;
}
a:hover{
	color: #000;
}
a:focus{
	outline: thin dotted;
}
a:hover, a:active{
	outline: 0;
}
#aboutus a:hover, #cleaning a:hover, #organizing a:hover, #powerwashing a:hover, #contactus a:hover, #affiliates a:hover{
	background: -webkit-linear-gradient(#000,#000, #FFF, #FFF, #FFF,#000,#000);
	background: -o-linear-gradient(#000,#000, #FFF, #FFF, #FFF,#000,#000);	
	background: -moz-linear-gradient(#000,#000, #FFF, #FFF, #FFF,#000,#000);
	background: linear-gradient(#000,#000, #FFF, #FFF, #FFF, #000,#000);
}
#SelectionTop p, #Samples p{
	text-indent:25px;
	padding:0px;
}
#Samples{
	padding-bottom:100px;
}
#ServiceAreas{
	width:50%;
	float:left; 
	font-weight:bolder;
}
#ContactUs, #Samples{
	width:100%;
	clear:both;
	float:left;
}
@media only screen and (min-width: 740px) {
#aboutus, #cleaning, #organizing, #powerwashing, #contactus, #affiliates,#pagecontent{
	left:37px;
	right:37px;
}
#secondarymenu{
	display:none !important;
}
#cutter{
	display:block;
}
#ServiceAreas{
	width:33%;
}
.gridContainer{
}
#full-screen-background-image{
	position:fixed;
	top:35px;
	bottom:0px;
	left:320px;
	right:0px;
	z-index:-1;
}
#LeftBar{
	display:block;
}
#aboutus, #cleaning, #organizing, #powerwashing, #contactus, #affiliates, #pagecontent{
	left:357px;
}
}


/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1080px) {
#ServiceAreas{
	width:25%;
}
}