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


body{
	background-image:url(../images/background.png);
	background-repeat:repeat-x;
	background-color:#323F3A;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#FFFFFF;
	text-align:center;
	
	}
	
#wrapper{
	width:960px;
	height:811px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/watermark.png);
	background-repeat:no-repeat;
	text-align:left;
	}
#header{
	width:960px;
	height:145px;
	float:left;
	}
	
#content{
	width:960px;
	height:519px;
	float:left;
	}
	
	
#content-text{
	width:364px;
	height:469px;
	float:left;
	padding-left:20px;
	padding-right:60px;
	padding-top:50px;
	}
	
#content-image{
	width:516px;
	height:519px;
	float:left;
	}	
	
	
	
#footer{
	width:960px;
	height:147px;
	float:left;
	font-size:16px;
	}
	
#phone{
	width:294px;
	height:147px;
	float:left;
	}
	
#phone-icon{
	height:147px;
	background-image:url(../images/icon-phone.png);
	background-repeat:no-repeat;
	width:100px;
	float:left;
	}

#numbers{
	height:147px;
	float:left;
	width:194px;
	}
	
#phone-icon p{
	margin-left:52px;
	margin-top:48px;
	}	
	
	
	
	#numbers p{
	margin-left:0px;
	margin-top:31px;
	line-height:21px;
	}
	
	.padding{
		margin-left:45px;
		}
	
	
#mail-network{
	width:270px;
	float:left;
	}
	
#mail{
	width:270px;
	height:48px;
	float:left;
	padding-top:30px;
	}
	
#mail a{
	background-image:url(../images/icon-mail.png);
	background-repeat:no-repeat;
	padding-left:50px;
	padding-bottom:30px;
	}
		
	
	
	

#network{
	width:270px;
	float:left;
	}
	
.icon{
	width:36px;
	height:36px;
	float:left;
	border:2px solid #999999;
	margin-right:8px;
	border-radius:6px;
	transition: all .29s ease-in-out;
	-moz-transition: all .29s ease-in-out;
	-webkit-transition: all .29s ease-in-out;
	
	}
	
.icon:hover{
	border-color:#FFFFFF;
	
	
	
	
	}	
	
		
	
	

#network img{
	border:none;
	
	
	}	
	
	
#address{
	width:390px;
	height:147px;
	float:left;
	background-image:url(../images/icon-address.png);
	background-repeat:no-repeat;
	}
	
#address p{
	margin-left:37px;
	margin-top:31px;
	line-height:21px;
	
	}
	
	
		
		
	
			
	
	
	
	
	
	
	
p{
	line-height:27px;
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	
	}
	

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
	text-decoration:underline;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

	
		
			
		
		
	



