/* CSS Document */

.header{
	z-index: 5;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 86px;
	padding: 0 0 0 0;
	background-color: transparent;
}

.header buttons{
	z-index: 6;
	top: 3px;
	position: relative;
	width: 100%;
}

.footer{
	z-index: 5;
	position: relative;
	width: 1080px;
	left: 0;
	height: 47px;
	padding: 0 0 0 0;
	background-color: #fff;
}

.footer p{
	position: relative;
	font-size: 12px;
	line-height: 22px;
	color: #000;
	padding: 0;
	width: 490;
	left:15%;
}

.links{
	margin:0 0 0 0;
}
	
.links a{
	display:inline-block;
	background:#C30;
	text-decoration:none;
}

.links a:hover{
	background:#fff;
}

.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
	
*:first-child+html .group { zoom: 1; } /* IE7 */

/* Example One */
#example-one {
	float:right;
	list-style: none;
	position: relative;
	width: 674px;
	word-spacing: 21px;
}
#example-one li { 
	display: inline-block;
}
#example-one a {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	font-family:"brandon-grotesque",sans-serif;
	padding: 0px 12px 0px 12px;
	text-decoration: none;
	text-transform: uppercase;
}
#example-one a:hover { 
	color: #000; 
}
#magic-line { 
	position: absolute;
	bottom: -2px; 
	left: 0; 
	width: 81px; 
	height: 2px; 
	background: #000;
}
.current_page_item a { 
	color: #000; 
}
.ie6 #example-one li, .ie7 #example-one li { 
	display: inline; 
}
.ie6 #magic-line {
	bottom: -3px;
}

body{
	font-family: Georgia, serif;
	font-weight: 400;
	font-size: 15px;
	color: #fff;
	background: #e3e3e3;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
}

a{
	color: #555;
	text-decoration: none;
}

/* Page Style */
.st-container {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	border-collapse:collapse;
	border-spacing:0;
}

/* Section1 */
.st-panel1 {
	top: -30px;
	position: relative;
	width: 100%;
	height: 100%;
}

.st-panel-1 {
	position: relative;
	width: 1080px;
	height: 100%;
}

.st-panel1 h1 {
	position: relative;
	width: 50%;
}

.st-panel1 p {
	position: relative;
	font-size: 18px;
	line-height: 22px;
	color: #000;
	padding: 0;
	width: 50%;
	left: 15%;
	-webkit-backface-visibility: hidden;
}

.st-panel1 a{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
	padding: 0;
}

.st-panel1 a:hover{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:underline;
	color: #f60606;
	padding: 0;
}

.map {
	position:relative;
	width:450px;
	top:0;
	left:0;
}

.clients {
	position:relative;
	width:100%;
	top:0;
	right:27px;
}
