@charset "utf-8";
/* CSS Document */

 

a {
	color:#09F;
	text-decoration:none;
	 
}
a:hover {
	color:#fff;
}
div#wrapper {
	margin:0 auto;
	padding:0 10px 0 10px;
	height:430px;
	width:730px;
	
	position:relative;
}
div#mastHead {
	margin:0 -10px 0 -10px;
	padding:10px 10px 0 10px;
	width:730px;
	height:430px;
	
	position:relative;
}
div#mastHead h1.logo {
	margin:30px 0 0 0;
	position:relative;
	float:left;
	width:100%;
 
	height:44px;
	text-indent:-5000px;
}
div#content {
	margin:75px 0 0 0;
	width:730px;
	
	position:relative;
}
div#content h2 {
	font-weight:bold;
	color:#fff;
	margin:0 0 30px 0;
	width:100%;

}
div.section {
	padding:0 0 30px 0;
	margin:0 0 30px 0;
	width:730px;
	float:left;
	position:relative;
	border-bottom:#222 1px solid;
}
p {
	font-size:.75em;
	margin:0 0 20px 0;
}

div.section ul.portfolio-item li.thumbs a {
	background:none;
}
div.section p {
	font-size:.75em;
}
div#push {
	height:105px;
}
div#footer {
	margin:0 auto;
	width:730px;
	text-align:right;
	position:relative;
	float:left;
}
.portfolioTitle {
	font-weight:bold;
	color:#fff;
}
div.section ul.serviceColumn {
	width:300px;
	margin:0 20px 30px 0;
	float:left;
	font-size:.75em;
	color:#888;
	position:relative;
}
div.section ul.serviceColumn li {
	margin:0 0 0 20px;
	list-style:square;
	color:#09F;
}
div.section ul.contact {
	width:460px;
	margin:0 20px 30px 0;
	float:left;
	font-size:.75em;
	color:#888;
	position:relative;
}
div.section ul.others {
	width:460px;
	margin:0 20px 30px 0;
	float:left;
	font-size:.75em;
	color:#888;
	position:relative;
}
div.section ul.others li h2 {
	margin:0 0 30px 0;
	width:100%;
}

#slideshow {
	margin:30px 0 0 0;
	width:730px;
	float:left;
}
#slideshow ul {
	display:block;
	height:400px;
}
#slideshow ul li {
	display:block;
	width:730px;
	height:400px;
	float:left;
}
#slideshow ul li img {
	border:5px solid #555;
	float:left;
	margin:0 20px 0 0;
	display:inline;
}
#slideshow ul h2 {
	margin:2px 0 20px 0;
}
#slideshow ul li p {
	font-size:.75em;
}


