/*removes whitespace at top*/
* {
	margin: 0; 
	padding: 0;
	border: 0;
}

body {
	background:none repeat scroll 0 0 #000000;
	font-family:verdana,arial,serif;
	font-size:0.8em;
	margin-bottom:20px;
	margin-top:1px;
	text-align:center;
	overflow: scroll; 
}

img {
	border: 0;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



/*beginning of header*/
#header h1 {
	font-size: 1.0em;
	position: relative;
	left: 260px;
	top: 2px;
}

#header a {
	background-color: transparent;
	color: #666666;
	font-family: helvetica, verdana, arial, serif;
	text-decoration:none;
}

#header a:hover {
	background-color: transparent;
	color: #999999;
}

#header {
	background-color: #fadd67;
	background: no-repeat;	
	clear: right;
	color: #000000;
	font-size: 0.7em;	
	text-align: right;
	width: 750px;
	margin: 0 auto;
	height: 250px;
	position: relative;
}


/*begin header bottom half background*/
#bgcolor {
    background: #FADD67;
    bottom: 0;
    left: 0; 
    height: 142px;
    position: absolute;
    width: 750px;
}

/*end header bottom half background*/



/*t in f links and twitter img*/
#soc-net {
	float: left;
	margin-top: 10px;	
}

#soc-net img{
	margin: 0 7px;
}

#twitter-ad {
	float: right;
	margin-top: 10px;	
}
/*end t in f links and twitter img*/



#phone-number {
	background: url("images/phone-number.gif") no-repeat;
	height:31px;
	left:56px;
	position:absolute;
	top:77px;
	width:271px;
}

#green-car {
	background: url("images/green-car.jpg") no-repeat;
	height: 169px;
	position: absolute;
	right: 0;
	top: 67px;
	width: 390px;	
}

#logo {
	bottom: 17px;
	left: 50px;
	position: absolute;
}
#homeimage {
	background: url("images/homeimage.jpg") no-repeat;
	height: 169px;
	position: absolute;
	right: 0;
	top: 67px;
	width: 390px;
}
#contactimage {
	background: url("images/contactimage.jpg") no-repeat;
	height: 169px;
	position: absolute;
	right: 0;
	top: 67px;
	width: 390px;	
}
#servicesimage {
	background: url("images/servicesimage.jpg") no-repeat;
	height: 169px;
	position: absolute;
	right: 0;
	top: 67px;
	width: 390px;	
}
#referimage {
	background: url("images/referimage.jpg") no-repeat;
	height: 169px;
	position: absolute;
	right: 0;
	top: 67px;
	width: 390px;	
}
#folioimage {
	background: url("images/folioimage.jpg") no-repeat;
	height: 169px;
	position: absolute;
	right: 0;
	top: 67px;
	width: 390px;
}
#pricingimage {
	background: url("images/pricingimage.jpg") no-repeat;
	height: 169px;
	position: absolute;
	right: 0;
	top: 67px;
	width: 390px;		
}
/*end of header*/



/*begin main container holding nav and content*/
#container {
	background-color: #fadd67;
	color: #65582a;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 750px;
	height: 530px;
	overflow: auto;
	padding-bottom: 50px;

}


/*begin nav*/
#sidebar {
	float: left;	
	margin-top: 10px;
}

#sidebar ul {
	list-style: none;
	padding-left: 0px;
}

#sidebar ul li {
	display: block;
	padding-bottom: 8px;
	margin-bottom:15px;	
}

#sidebar a {
	background-color: #fadd67;
	color: #000000;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	padding: 2px 8px;
	text-decoration: none;
	width: 100px;
}

#sidebar a:hover {
	color: #8f813a;
}

/*end nav*/


/*begin content*/
#content {
 float: left;
 padding-left: 8em;
 margin-top: 8px;
 width: 400px;
 line-height: 1.5em;
}
h1.mainheading {
 font-size: 13px !important;
}
p {
 text-align: justify;
}
p.left {
 text-align: left;
}
ul li span.bold {
 font-weight: bold;
}
ul li.spacing {
 padding-bottom: 20px;
}
/*end content*/
/*end main container holding nav and content*/




/*begin footer copyright and validation*/
#footer {
	clear: right;
	color: #aaa;
	font-size: 0.7em;
	margin: 0 auto;
	padding-bottom: 4px;	
	padding-top: 10px;
	text-align: left;
	padding-left: 0px;
	width:720px;
}

#footer a {
	background-color: transparent;
	color:#FFF;
}

#footer a:hover {
	text-decoration: underline;	
}

/*end footer copyright and validation*/


