@charset "UTF-8";
/* CSS Document */
body {
	background-color: #313539;
}

#head {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	background-color: #191c1f;
	height: 100px;
	background-image: url(assets/banner.jpg);
	background-repeat: no-repeat;
	background-position:center;
}

@font-face{
	font-family: GeoSans;
	src: url('assets/GeosansLight.ttf'); }

html>body #head-text {
	color:#CCCCCC;
	font-family:GeoSans,Helvetica,Arial,sans-serif;
	font-size:70px;
	position:absolute;
	text-shadow:2px 2px 3px #000000;
	top:3px;
}

*:first-child+html #head-text {
	color:#CCCCCC;
	font-family: Helvetica,Arial,sans-serif;
	font-size:55px;
	position:absolute;
	top:15px;
	width: 500px;
	}

#head-text a:link, #head-text a:visited, #head-text a:active {
	color: #CCC;
	text-decoration: none;
}

#head-text a:hover {
	color: #616467;
	text-decoration: none;	
}

#head-links {
	color:#CCCCCC;
	font-family:GeoSans,Helvetica,Arial,sans-serif;
	font-size:25px;
	margin-left:300px;
	position:absolute;
	text-align:right;
	text-shadow:2px 2px 3px #000000;
	top:40px;
	width:600px;
}

html>body #head-links .button {
	color: #FFF;
	background-color: #313539;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	padding: 10px 10px 10px 10px;
}

*:first-child+html #head-links .button {
	color: #ccc;
	background-color: transparent;
	padding: 10px;
}

*:first-child+html #head-links .button:hover {
	color: #616467;
	background-color: transparent;
	padding: 10px;
}

#head-links a:link, #head-links a:visited, #head-links a:active{
	text-decoration: none;
}

#head-links .button:hover {
	background-color: #616467;
}

.hold {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#gallerypreview {
	float: left;
	margin-right: 100px;
}

html>body #bodyx {
	margin-top:130px;
}

*:first-child+html #bodyx  {
margin-top:140px;}

p a:link, p a:visited, p a:active, h2 a:link, h2 a:visited {
	font-weight: normal;
	color: #CCC;
}

p a:hover, h2 a:hover, h2 a:active {
	color:#999;
}

#welcome p {
	color:#FFFFFF;
	float:right;
	font-family:GeoSans,Helvetica,Arial,sans-serif;
	line-height:200%;
	position:relative;
	size:14px;
	top:-10px;
	width:400px;
}

html>body #bodyx p {
	color:#FFFFFF;
	float:left;
	font-family:GeoSans,Helvetica,Arial,sans-serif;
	line-height:170%;
	position:relative;
	size:14px;
	top:-10px;
	width:400px;
}

*:first-child+html #bodyx p {
	color:#FFFFFF;
	float:left;
	font-family:GeoSans,Helvetica,Arial,sans-serif;
	line-height:170%;
	position:relative;
	size:14px;
	top: 150px;
	width:400px;
}

html>body #copy {
	clear:both;
	color:#FFFFFF;
	font-family:GeoSans,Helvetica,Arial,sans-serif;
	font-size:12px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:20px;
	width:120px;
	text-shadow:2px 2px 3px #000000;
}

html>body #iecopy { display: none;}

*:first-child+html #iecopy {
	color:#FFFFFF;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	width:120px;
}

*:first-child+html #copy {
	display: none;	
}

.services-left {
	width: 350px;
	float: left;
}

.hl {
	color: #999;
}

#gallery_hold {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.pointer {
	display: none;
}

.nav-prev {
	margin-top: -264px;
	position: absolute;
	cursor: pointer;
	top: 522px;
	left: 10px;
}

.nav-prev:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
}

.nav-next {
	margin-top: -264px;
	position: absolute;
	cursor: pointer;
	top: 522px;
	right: 10px;
}

.nav-next:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
}

h2 {
	color:#CCCCCC;
	font-family:GeoSans,Helvetica,Arial,sans-serif;
	font-size:25px;
	text-shadow:2px 2px 3px #333;
}

html>body #iediasimg {float:left; margin-right:100px; width:400px; }

*:first-child+html #iediasimg {
	margin-top: 150px;
	float: left;
	margin-right: 100px;
}