/* thpro.com */



/* --- General site styles --- */

body {
	margin: 0;
	background: #FFF url(../img/bg/bg_main_01.jpg) repeat-x left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	}
h1 {
	font-size: 48px;
	line-height: 60px;
	color: #666;
	}
a {
	color: #33A6AA;
	text-decoration: none;
	}
a:hover {
	color: #176A6C;
	}
	
	
	
/* --- Header content styles --- */

#header {
	width: 100%;
	height: 100px;
	background: #33A6AA url(/img/bg/bg_hdr_01.jpg) repeat-x left top;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #167478;
	}
#logo {
	width: 633px;
	height: 129px;
	top: 0;
	left: 0;
	}
	
	

/* --- Body content styles --- */

.content h1 {
	font-weight: normal;
	margin: 50px 30px;
	line-height: 80px;
	text-shadow: -1px -1px 0px #FFF;
	}

	
	
/* --- Footer content styles --- */

#footer {
	margin: 30px;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #666;
	
	}
.contact {
	padding-top: 30px;
	float: left;
	width: 50%;
	}
.social li {
	display: inline;
	float: right;
	padding-left: 10px;
	padding-top: 30px;
	margin: 0px;
	padding-right: 10px;
	}
