@charset "utf-8";
/* CSS Document */

/* Regular Tags!! */
body{
	margin:0px;
	padding:0px;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}

p{
	padding:0px 15px;
}

img{
	border:none;
}

a{
	color:#858585;
	text-decoration:none;
}

H2{
	font-weight:normal;
	text-decoration:underline;
	text-align:center;
	padding-top:10px;
}

/* CLASSES */
.clearfix{
	clear:both;
}

.Home{
	background-image:url('../images/innerBG_Home.jpg');

}

.Services{
	background-image:url('../images/innerBG_Services.jpg');
}

.Contact{
	background-image:url('../images/innerBG_Contact.jpg');
}

.Styles{
	background-image:url('../images/innerBG_Styles.jpg');
}

.textServices{
	background-image:url('../images/innerText_Bg_Service.jpg');
	background-repeat:no-repeat;
}

.textContact{
	background-image:url('../images/innerText_Bg_Contact.jpg');
	background-repeat:no-repeat;
}

.inner_thumbs a img{
	float:left;
	margin-left:22px;
	margin-top:28px;
}

.inner_photo img{
	padding-top:50px;
	padding-left:60px;
}

/* ID's */
#Wrapper{
	width:1012px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}

#Header{
background-image:url('../images/headerLine.gif');
background-repeat:repeat-x;
margin-left:20px;
}

#Header img{
	float:right;
}

#Content{
	margin-left:20px;
	margin-right:20px;
	background-color:#d9dada;
}

#Nav{
	text-align:right;
	padding:5px 0px;
}

#Nav ul{
	list-style:none;
	width:100%;
	padding:0px;
	margin:0px;
}

#Nav ul li{
display:inline;
}

#Nav a{
	font-size:18px;
	color:#000000;
	text-decoration:none;
	margin-left:26px;
	margin-right:26px;
}

#Inner{
	height:500px;
	margin:0px 4px 0px 4px;
	background-repeat:no-repeat;
}

#Inner .inner_right{
	float:right;
	width:344px;
	height:390px;
	margin-top:35px;
	margin-right:20px;
	background-image:url('../images/innerText_Bg_Home.jpg');
	background-repeat:no-repeat;
	padding-top:50px;
	color:#858585;
	line-height:25px;
}

#Inner .inner_left{
	width:344px;
	height:438px;
	margin-top:35px;
	margin-left:40px;
	color:#858585;
	line-height:25px;
	float:left;
}

#Inner .inner_thumbs{
	width:474px; 
	height:355px;
	margin-top:70px;
	margin-left:25px;
	float:left;
	background-image:url('../images/thumbBG.jpg');
	background-repeat:no-repeat;
}

#Inner .inner_photo{
	width:415px;
	height:500px;
	float:right;
	background-image:url('../images/photoBG.jpg');
	background-repeat:no-repeat;
}

#Footer{
	text-align:right;
	font-size:9px;
}

#ContactMap {
	padding:5px;
	background-color:white;
	border:1px solid silver;	
	width:330px;
	height:200px;	
	color:black;
}

#ContactMap #googlemap {
	width:330px;
	height:200px;
	position:absolute;	
	font-size:12px;
	line-height:normal;	
}