/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
p{
color: #fff;	
	}

a:link {color:#988600;}    /* unvisited link */
a:visited {color:#988600;} /* visited link */
a:hover {color:#FFF;}   /* mouse over link */
a:active {color:#FFF;}  /* selected link */

hr{
height: 3px;
margin-top: -2px; 
}
h4{
	font-size: 18px;
	color: #9d8a09;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



h8 { 
font-size: 22px;
color: #9d8a09;
}

h9{
font-size: 16px;
color: #fff;
}

#html{
	background:#000;
	}
	
body{100% }

div.fullscreen{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	hieght: 100%;	
	background:#000;
	}
	
#fullscreen{
	background: #000;
}
#layout{
height: 750px
}

#Contact-Layout{
	margin-left: 20px;
	}


#container {
	width: 100%;
	hieght: 100%;
	background: #000;
}

#social {
	float: right;
	display:inline;
margin-right:60px;

}

#social li {
	display: inline;
}




#List-of-Services{
background: #000;
margin-left: 10px;
hieght:100%;
height:760px;
margin-bottom:-60px;
margin-top:30px;
}

#Information {
float:left;
background: #000;
width:490px;
height:500px
}

#Cleaning-services{
background: #000;	
width: 299px;
float: left;
margin-left: 20px; 
}


#Services-images {
background: #000;
height: 500px;
margin-left:40px;
}


#footer{ 
background: #3a3a3a;
position: absolute;
bottom:2;
}

#footer-inside{
float:left;
clear:both;
width:100%;
background:#3a3a3a; 
text-color: #9d8a09;
}

#list-01, #list-02, #list-03, #list-04, #list-05{
display: inline;
float: left;
margin-left: 20px;
margin-right: 35px;
margin-top: 10px;
}

#outer-footer{
	background-color: #3a3a3a;
	float:left;
	width:100%;
}


#outer-footer p{
  margin-top: 20px;
margin-left: 300px;
color: #fff;
}


#outer-footer li{
	display:inline;
	color: #0b4d8;
	
}

#outer-footer span {
	font-size:14px;
	color: #FFF;

}

#outer-footer a. {
	color: #CCC;
}

#footer a:link {color:#FFF;
text-decoration:none}    /* unvisited link */
#footer a:visited {color:#FFF;} /* visited link */
#footer a:hover {color:#988600;}   /* mouse over link */
#footer a:active {color:#988600;}  /* selected link */
#footer .a{text-decoration:none}
	
#outer-footer a.hover {
	text-decoration: underline;
}


