@charset "UTF-8";

* { margin: 0; padding: 0; border: none; }
html { margin: 0; padding: 0; }

body {
	background-color: #ffffff;
	font: 75%/1.4 "Lucida Grande", "Lucida Sans Unicode", "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, Sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000000;
}

:focus { outline: 0; }
a { color: #242424; text-decoration: none; } 
a:hover { text-decoration: underline; }

#header {
	background-color: #ffffff;
	height: 40px;
	border-bottom: 1px solid #dedede;
	padding: 35px 0px 0px 30px;
}

#header .inner {
	width: 940px;
}

.testimoniallink {
	float: right;
	width: 158px;
}

#footer {
	background-color: #ffffff;
	border-top: 1px solid #dedede;
}

#container {
	width: 100%;
	overflow: hidden;
	background: #efefef url(/images/background.png);
	margin: 2px 0px 2px 0px;
}

#portfolio {
	width: 20000px;
	height: 383px;
	padding: 10px 10px 10px 5px;
}

#portfolio_thumbs {
	float: left;
	width: 485px;
	height: 150px;
	padding: 10px 10px 10px 11px;
}

#portfolio .item {
	float:left; 
	margin-left: 10px; 
	padding: 5px; 
	border: 1px solid #dedede; 
	background-color: #ffffff;
}

#portfolio_thumbs .item {
	float:left; 
	margin: 0px 0px 4px 4px; 
	padding: 2px; 
	border: 1px solid #dedede; 
	background-color: #ffffff;
	font-size: 0em; line-height: 0em;
}

.item p {
	text-align: right;
	font-size: 0.85em;	
	padding-right: 5px;
	color: #363636;
}

#testimonials {
	background: #efefef url(/images/background.png);
	margin: 2px 0px 2px 0px;
}

#testimonials .inner {
	float: left;
	padding: 10px 0px 10px 20px;
	width: 940px;
}

#testimonials p {
	font-size: 0.95em; 
	line-height: 1.6em;
	color: #363636;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

#testimonials b {
	font-size: 1.15em; 
	color: #121212;
}

#testimonials i {
	font-style:  normal;
	font-weight: bold;
	font-size: 0.85em; 
	color: #363636;
}

#testimonials a {
	color: #b81b1b;
	text-decoration: underline;
}

#testimonials .picleft, #testimonials .picright {
	float: left; width: 150px; margin-bottom: 5px;
} 
#testimonials .picright {
	float: right;
}
#testimonials .contentleft, #testimonials .contentright {
	float: left; width: 750px;
} 
#testimonials .contentright {
	float: right;
} 

#contact {
	float: left;
	padding-top: 10px;
	width: 450px;
}

.clear { clear: both; font-size: 0px; line-height: 0px; height: 0px; }
.clear5b { clear: both; font-size: 0px; line-height: 0px; height: 0px; }
.clear5b { height: 1px; margin-top: 10px; padding-bottom: 10px; border-top: 1px solid #dcdcdc; }

