@charset "UTF-8";

/* Global reset */
*, html, body, div, ul, li, h1, h2, h3, form, label, fieldset, input, p { margin:0; padding:0 }
fieldset, img { border:0 }
em, strong { font-style:normal; font-weight:normal }
ul, li { list-style:none }
h1, h2, h3 { font-size:100%; font-weight:bold }
/* The below restores some sensible defaults */
b { font-weight: bold }
em { font-style: italic }
a img { border:none; outline: none; }

.clear { clear: both; }

/* @FONT-FACE */
@font-face {
	font-family: 'Museo700';
	src: url('museo700-regular-webfont.eot');
	src: local('☺'), url('museo700-regular-webfont.woff') format('woff'), url('museo700-regular-webfont.ttf') format('truetype'), url('museo700-regular-webfont.svg#webfontzbpn1zDJ') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* A font by Jos Buivenga (exljbris) -> http://www.exljbris.nl */
@font-face {
	font-family: 'Museo500';
	src: url('museo500-regular-webfont.eot');
	src: local('☺'), url('museo500-regular-webfont.woff') format('woff'), url('museo500-regular-webfont.ttf') format('truetype'), url('museo500-regular-webfont.svg#webfontnqxuh7dg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* A font by Jos Buivenga (exljbris) -> http://www.exljbris.nl */
@font-face {
	font-family: 'Museo300';
	src: url('museo300-regular-webfont.eot');
	src: local('☺'), url('museo300-regular-webfont.woff') format('woff'), url('museo300-regular-webfont.ttf') format('truetype'), url('museo300-regular-webfont.svg#webfontRdIn2ebs') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* A font by Jos Buivenga (exljbris) -> http://www.exljbris.nl */

/* TYPO */
body {
	font-size: 1em;
	line-height: 1.2em;
	font-family: 'Museo500', Helvetica, Arial, sans-serif;
	text-align: left;
	color: #868585;
}
.nav li {
	font-size: 0.75em;
	font-weight:bold;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.nav li a {
	color: #606060;
	text-decoration:none;
}
.nav li a:hover { color: #fe8402; }
.nav li.inactive { color: #bcbdc0; }
.nav li a.active { color: #fe8402; }
.cycleNav { text-align: right; }
.cycleNav a {
	font-size: 0.8em;
	color: #fff;
	text-decoration: none;
}

h1 { font-size:2em; color: #544772; text-align: center; line-height: 1em;}
.static h1 { margin-bottom: 10px; }
.content .subCaption {
   	font: 0.8em Helvetica, Arial, sans-serif;
	text-align: center;
}
p { text-align:center;}
h2 { font-size:1.4em; color:#fe8402; text-align:center; line-height: 1em;}

.footer p { text-align:center; font-size: 0.7em; }

.static a { color: #fe8402; }
.static p { text-align: left; padding: 0 60px; }
.static img.stMain { float: left; margin-left: 60px; }
.static p.stMain {
   	float: right;
	width: 290px;
	margin-right: 60px;
	padding: 16px;
	background: #a2a2a2;
	border: 19px solid #d3d3d3;
	color: #fff;
	height: 354px
}
.stExtra {
   	clear: both;
	font-family: Helvetica, Arial, sans-serif;
}
.wrap .stExtra p {
	padding: 0 160px;
}
.wrap .wide p {
	padding: 0 60px;
}
.wrap .wide ul {
	padding-left: 80px;
}


/* LAYOUT */
body {
	background: #f5f6f7 url('../img/bg_grad.png') repeat-x top center;
}
.wrap {
	width:980px;
	margin: 40px auto;
}
.header {
	margin-bottom:8px;
}
.logo {
	display: block;
	margin: 0 0 24px 66px;
}
ul.nav {
	display:block;
	width:auto;
	list-style:none;
	background:#e7e8e9;
	padding:6px 36px;
	overflow: auto;
}
.nav li {
	display: block;
	float:left;
	border-right:1px solid #bcbdc0;
	padding: 0 31px;
}
li.last {
	border-right:0;
}
.content {
	width:978px;
	background: #fff url('../img/content_grad.png') repeat-x bottom center;
	border:1px solid #afaeae;
	overflow: auto;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 1px 1px 2px #bcbdc0;
	-webkit-box-shadow: 1px 1px 2px #bcbdc0;
	-moz-box-shadow: 1px 1px 2px #bcbdc0;
}
.hero {
	background:#d3d3d4;
	width:856px;
	height:482px;
	border: 5px solid  #d3d3d4;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin:16px auto 0;
	position:relative;
}

.cycleNav {
	width:856px;
	margin:3px auto 3px;
}
.cycleNav a { background: #d3d3d4; margin: 0 1px; padding: 2px 6px;  }
.cycleNav a.activeSlide { background: #9f9fa0; }
.cycleNav a:focus { outline: none; }

.features {
	width:978px;
	height:280px;
	margin: 16px auto 0;
	background: #fff;
	border:1px solid #afaeae;
	text-align: center;
	box-shadow: 1px 1px 2px #bcbdc0;
	-webkit-box-shadow: 1px 1px 2px #bcbdc0;
	-moz-box-shadow: 1px 1px 2px #bcbdc0;
}
.features div {
	float: left;
	width:326px;
	height:260px;
	padding-top: 20px;
	position: relative;
}

.features div span {
   	display: block;
	padding: 5px 0;
	width: 284px;
	margin: 0 auto;
	font-size: 0.8em;
}
.features div.center {
	width:324px;
	border-left:1px solid #afaeae;
	border-right:1px solid #afaeae;
}
.features img { margin: 0 auto; display: block; }

h1 {
	width:964px;
	margin:24px auto 18px;
	padding-bottom:12px;
	border-bottom:1px solid #d3d3d4;
}
.content p { padding:0 160px; margin-bottom:18px; }
.content ul { padding: 0 160px 0 180px; list-style: square; margin-bottom: 18px;}
.content li { list-style: square; margin-bottom: 6px; }

.grid {
	width:864px;
	margin:0 auto 24px;
	border: 8px solid #d3d3d4;
	padding: 15px;
	overflow:auto;
}

.box {
	margin: 10px 15px 20px;
	width:186px;
	float:left;
}
.box a img {
	display:block;
	border:1px solid #686767;
	width: 176px;
	padding:4px;
	background:#d3d3d4;
	margin-bottom:14px;
}
.box a:hover img {
	background:#fe8402;
}

.box { position: relative; }
.box a {text-decoration:none; color: #000; }
.box a:hover h2 { color: #fe8402; }
.box h2 { height: 45px; overflow: hidden; color: #000; font-size: 0.8em; }
.box .cap {
	text-align: center;
	position: absolute; 
	top: 4px;
	left: 5px;
	width: 166px;
	height: 135px;
   	display: none;
	background: '#000';
	background: rgba(0,0,0, 0.5);
	padding: 5px;
	color: #fff;
}
.box .cap td { height: 135px; vertical-align: middle; width: 166px; }
.box a:hover .cap {
   	display: block;
}



.footer {
	width:100%;
	margin:30px 0 20px;
}

h2.subHead {
   	color: #868585;
	font-weight: normal;
	font-size: 1.2em;
	border-bottom: 1px solid #d3d3d3;
	padding: 0 80px 12px 80px;
	margin: 0 auto 18px auto;
	width: 804px;
	line-height: 1.2;
}

.wide .flRight { margin-right: 60px; }
.wide .flLeft { margin-left: 60px; }
.flRight { float: right; margin-left: 12px; margin-bottom: 12px; }
.flLeft { float: left; margin: 0 12px 12px 0; }
.bordered { border: 5px solid #d3d3d3; }
.backed { background: #d3d3d3; }
.flRight .row { margin-top: 5px; }

.thumbs {
   	background: #d3d3d3;
	width: 853px;
	margin: 0 auto 12px;
	padding: 5px 0 5px 5px;
	overflow: auto;
}
.thumbs img, .flRight img, .flLeft img { display: block; float: left; margin-right: 5px;}
.flLeft img.last { margin: 0; }


.hero .mainImg { position: absolute; top: 0; left: 0; z-index: 1; }
.hero .place { position: absolute; z-index: 2; text-align: left; }
.hero .place p { margin: 0; padding: 0; text-align: left; color: #fff; }
.hero h2 { text-align: left; position: absolute; color: #fff;  z-index: 3; font-size: 40px; font-weight: normal; }
.hero h2 span { color: #94d6fc; }
.hero .place img { margin: 0 auto; display: block; margin-top: 5px; }
.hero .overlay {
	width: 215px;
	padding: 10px;
	background: rgba(0,0,0, 0.5);
}
#gatr h2 { font-size: 40px; color: #fff; position: static; }

h1.portfolio { text-align: left; padding-left: 60px; width: 904px; color: #05c1ff; }
h1.portfolio a { text-decoration: none; color: #544772; font-weight: normal; font-size: 0.8em; }
