/* CSS Document */

ul li {
	display:inline;
}


.page {
	width: 960px;
	background-color: white;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#707070;
	margin: 0 auto;
}

.header {
	width: 960px;
	height: 150px;
	border-bottom: 1px solid #d4d5d6;
	position: relative;
	}

.logo {
	float: left;
}

.social-network {
	margin-left: 814px;
	
	
}
	
.nav {
	width: 465px;
	height: 41px;
	position: absolute;
	right: 0;
	padding-top: 53px;
}

.container p{
	font-size:24px;
	color: black;
	margin-right: 850px;
}
.container a{
	text-decoration:underline;
}

.container a:hover {
	color:#993;
}


#content-of-home-page {
	margin-top: 50px;
	width: 960px;
	height: 351px;
	

}

#services {
	background-image:url(../images/services-buckets.jpg);
	width:389px;
	height: 290px;
	float: left;
}

#services ul li {
	display:list-item;
}

.service-list {
	margin: 90px 0 0 53px;
}

.slideshow {
	height: 290px; 
	width: 570px;
	float: left;
	}

#content-of-about-me{
	width: 960px;
	height: 464px;
	background-image:url(../images/about-me-BG.gif);
}

#pic {
	margin: 50px 0 0 208px;
	float:left;

}

#text {
	width: 441px;
	height: 221px;
	float: left;
	margin: 120px 0 0 0;
	padding: 0 10px 0 10px;
}
a {
	color:#707070;
}

#skills {
	clear: both;
	margin-left: 135px;
	padding-top: 37px;
	
}

#skill-pic {
	float: left;
}

#skill-text {
	float: left;
	width: 643px;
	height: 66px;
}

#content-of-clients{
	height: 401px;
	width: 960px;
	background-image:url(../images/clients-BG.gif);
	
}
#client-list {
	heigth: 356px;
	width: 350px;
	padding: 106px 0 0 360px;
}

#client-list ul li {
	display:block;
	padding: 1px;
	
}
#contact-contents {
	padding-left: 80px;
	height: 401px;
	width: 960px;
	background-image:url(../images/contact-BG.gif);
	background-repeat: no-repeat;
}
#contact-info {
	float: left;
}

#contact-info p {
	padding: 0 0 0 30px;
}

#contact-info-bg {
	padding-top: 50px;
	padding-bottom: 25px;
}

#form {
	float: left;
	
}

.footer {
	height: 72px;
	width: 960px;
	border-top: 1px solid #d4d5d6;
	background-image:url(../images/footer-bg.jpg);
	clear: both;
}

#footer-text {
	margin-top: 27px;
}

#footer-text li {
	margin-right: 27px;
	margin-left: 15px;
}

#footer-text a {
	color:#707070;
}


