@charset "utf-8";
/* CSS Document */

#imageContainer {
	background-image:url(../images/m_pic/paladino-slideshowBG.png);
	float:right;
	width:640px;
	height:340px;
	padding:10px 10px 20px 20px;
}

#imgSlide_cont {
	height:340px;
	width:640px;
	padding:10px 10px;
	border:thick solid #4d2400;
	overflow:hidden;
	float:right;
}

#introCont {
	background-image:url(../images/welcome_text_bg.png);
	background-repeat:no-repeat;
	height:250px;
	margin:20px 0px;
	padding:60px 0 0 0;
}

#introHeader {
	font-size:26px;
	text-align:center;
	color:#8c0f0b;
}

#introMain {
	border:thin dashed brown;
	margin:20px 5px;
	padding:15px;
}

#introMain h1{
	font-weight:bold;
	letter-spacing:2px;
	font-size:22px;
	color:#432000;
	margin:0px 0 10px 0;
}

#introMain p {
	color:#432000;
	font-size:16px;
}

#featuresCont {
	border:thin solid #edd78e;
	background-color:#4d2400;
	/*height:311px;
	background-image:url(../images/services_bg.gif);
	background-repeat:repeat-x;*/
	margin:0 0 40px 0;
	padding:0 0 20px 0;
}

.featureTabs {
	float:left;	
	border:thin solid #673103;
	border-bottom:none;
	border-top:none;
	margin:20px 0;
}

#featureServices {
	width:350px;	
}

#featureProjects {
	width:250px;	
}

#featureContact {
	height:260px;
	border-right-style:none;
}

.featureHeader_cont {
	margin: 0 0 20px 0px;
}

.featureImg {
	float:left;	
	margin:0 0 0 20px;
}

.featureHeader {
	float:left;
	font-size:26px;
	color:#f5e198;
	margin:20px 10px;
}

.featureHeader a {
	color:#f5e198;
}

.featureItems a {
	color:#f5e198;
}

.featureTabs ul {
}

.featureTabs li {
}

.featureTabs li img {
	float:left;	
	margin:7px 15px 0 20px;
}

.featureTabs li div.featureItems {
	float:left;
	font-size:14px;	
	color:#d77d31;
}
.featureItems{
	float:left;
}
.featureTick{
	float:left;
}

