/* GLOBAL RESETS ------------------------------------------------------------------------------- */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}

body {
	line-height: 1;
	text-align:center;  /* MUST OVERWRITE THIS LATER WITH text-align:left IN CONTAINER */
	background: #ccc url('http://startfreshservices.com/home/images/bg03.jpg');
	background-repeat: repeat-x;
	}

ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}

:focus {
	outline: 1px dotted #333;
	}
	
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
/* END GLOBAL RESETS --------------------------------------------------------------------------- */

div {
    background:#fff;
    }
    
#container { 
	width: 765px; margin: 0px auto;
	text-align: left; 
	position: relative;	
	} 
  
#leftcol  {
width:206px;
float:left;
} 

#leftcol2  {
width:206px;
float:left;
position: absolute;
top: 105px;
left: 0px;
} 

#topright {
position: absolute;
top: 0px;
left: 207px;
} 

#rightcol  {
width:559px;
float:left;
background: #fff;
} 

#topbanner  {
	width: 559px;
	height: 51px;
	}

#topbanner2  {
	width: 559px;
	height: 29px;
	}

#animation {
width:559px;
height:300px;
}

#maincontent  {
margin-top: 350px;
width:509px;
background: #fff;
padding: 25px 25px;
font-family: verdana, arial, sans-serif;
} 

#maincontent p {
font-size: 12px;
line-height: 18px;
margin-bottom: 15px;
}

#maincontent h1 {
font-size: 15px;
line-height: 20px;
margin-bottom: 15px;
font-weight: strong;
}

#maincontent #images {
width: 310px;
display:block;
margin: 5px auto;
}

#logo   {
	width: 206px;
	height: 104px;
	}
    
#footer-logo   {
	width: 206px;
	height: 104px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
	}
    
    #footer-menu   {
    width: 555px;
    margin: 0px auto 15px auto;
    text-align:center;
    font-family: verdana, helvetica, sans-serif;
    font-size: 11px;
    line-height:13px;
	}
    
#leftbar  {
	width: 206px;
	background: url('http://www.startfreshservices.com/home/images/left-bg.jpg');
	background-repeat: repeat-y;
}

#leftbar-demo {
	margin: 0px 10px;
    width: 169px;
	height: 26px;
    clear:left;
}

#leftbar-buttons {
	width: 204px;
	height: 105px;
	margin: 10px 1px;
}

.leftbar-spacert {
	width: 204px;
	height: 10px;
	background: transparent;
}

#leftbar-contact {
	width: 107px;
	height: 23px;
	margin: 0px 10px;
}

#leftbar-number {
	width: 206px;
	height: 101px;
	margin: 0px 0px;
}

#bottom-row {
    width: 765px;
    clear: both;
}

.leftbar-guy {
    width: 142px;
	height: 230px;
    float: left;
    margin: 180px 5px 5px 0px;
}

#footer-wrapper {
width:555px;
float:left;
position: absolute;
right: 10px;
top: 600px;
} 

#footer  {
width:765px;
height: 30px;
clear:both;
} 


/* LEFT NAVIGATION ------------------------------------------------------------------------------ */
	
.nav {
margin:0px;
padding:0px;
}

.nav1,
.nav2,
.nav3,
.nav4,
.nav5,
.nav6,
.nav7  {
width: 206px;
height: 32px;
margin:0;
padding:0;
}

.nav1 {
background-image:url("http://startfreshservices.com/home/images/images/home.jpg");
}

.nav2 {
background-image:url("http://startfreshservices.com/home/images/images/services.jpg");
}

.nav3 {
background-image:url("http://startfreshservices.com/home/images/images/saniglaze.jpg");
}

.nav4 {
background-image:url("http://startfreshservices.com/home/images/images/employment.jpg");
}

.nav5 {
background-image:url("http://startfreshservices.com/home/images/images/faq.jpg");
}

.nav6 {
background-image:url("http://startfreshservices.com/home/images/images/testimonials.jpg");
}

.nav7 {
background-image:url("http://startfreshservices.com/home/images/images/contact1.jpg");
}

.nav1 a, .nav1 a:link, .nav1 a:visited,
.nav2 a, .nav2 a:link, .nav2 a:visited,
.nav3 a, .nav3 a:link, .nav3 a:visited,
.nav4 a, .nav4 a:link, .nav4 a:visited,
.nav5 a, .nav5 a:link, .nav5 a:visited,
.nav6 a, .nav6 a:link, .nav6 a:visited,
.nav7 a, .nav7 a:link, .nav7 a:visited, {
display:block;
}

.nav1 img,
.nav2 img,
.nav3 img,
.nav4 img,
.nav5 img,
.nav6 img,
.nav7 img {
width:100%;
height:100%;
border:0;
}

.nav1 a:hover img,
.nav2 a:hover img, 
.nav3 a:hover img,
.nav4 a:hover img,
.nav5 a:hover img,
.nav6 a:hover img,
.nav7 a:hover img {
visibility:hidden;
}

/* END LEFT NAVIGATION ------------------------------------------------------------------------------ */


	


