@charset "UTF-8";
body {
	margin: 0px;
	background-image: url(/images/bgTile.jpg);
	background-repeat: repeat;
}
img {
	border:none;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
	.clearfix {display:block;}
/* End hide from IE Mac */
	

#TopLayer1 {
	background-image: url(/images/bg4.png);
	background-repeat: repeat-x;
	background-position: center top;
	position: fixed;
	z-index: 1000;
	height: 160px;
	width: 100%;
	left: 0px;
	top: 0px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
#TopLayer1 #TopWrap {
	height: 160px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/NavShadow.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#TopLayer1 #TopWrap #Left {
	float: left;
	height: 135px;
	width: 290px;
}
#TopLayer1 #TopWrap #Left #Title {
	padding-top: 40px;
}
#TopLayer1 #TopWrap #Left #Title li {
	list-style-type: none;
	padding-top: 20px;
	font-size: 11px;
	font-weight: 500;
	color: #666;
	font-family: "museo-slab-1","museo-slab-2";
}
#TopLayer1 #TopWrap #Right {
	float: right;
	height: 30px;
	width: 600px;
	padding-top: 63px;
}
#TopLayer1 #TopWrap #Right #Nav {
	float: right;
	padding-right: 10px;
	list-style-type: none;
}
#TopLayer1 #TopWrap #Right #Nav li {
	float: left;
}
#TopLayer1 #TopWrap #Right #Nav a {
	font-size: 14px;
	font-weight: 300;
	color: #313131;
	text-decoration: none;
	font-family: "museo-slab-1","museo-slab-2";
	display: block;
	height: 30px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 40px;
}
#TopLayer1 #TopWrap #Right #Nav a .active {
	color: #CCC;
	text-decoration: none;
}
#TopLayer1 #TopWrap #Right #Nav a:hover {
	color:#666
}
#TopLayer1 #TopWrap #Right #Nav .pipe {
	background-image: url(/images/NavPipe.jpg);
	background-repeat: no-repeat;
	background-position: right;
	
/* Sections */

}
#section1 {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 150px;
}
#section1 #cover {
	width: 930px;
	overflow: hidden;
	position: relative;
	height: 500px;
}
#section1 #indicators {
	width: 120px;
	margin-right: auto;
	margin-left: auto;
}
#section1 #fader {
	height: 600px;
	display:block;
	position:relative;
	width:9999;
}
#section1 #fader li{
	width:930;
	height: 600px;
	display:block;
}
/* Indicators */
ul#fade_indicators {
	width: auto;
	display: block;
	z-index: 999;
	margin-top: 20px;
	margin-bottom: 0;
}
	ul#fade_indicators li {
	display: block;
	width: 10px;
	height: 10px;
	float: left;
	margin: 0 5px 0 0;
}
	ul#fade_indicators li a {
	display: block;
	width: 7px;
	height: 7px;
	opacity: 0.4;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	background-color: #333;
}	

ul#fade_indicators li.active a { opacity: 1.0; }
ul#fade_indicators li a:hover { opacity: 0.6; }
ul#fade_indicators li.active a:hover { opacity: 1.0; }


#section2 {
	width: 936px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 150px;
}
#section2 #Layer1 {
	background-image: url(/images/PortfolioTitle.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 600px;
}
#section2 #Layer1 #WorkGrid {
	list-style-type: none;
	margin: 0px;
	padding-top: 98px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#section2 #Layer1 #WorkGrid li {
	float: left;
	padding-right: 3px;
	padding-bottom: 3px;
}
#section3 {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 150px;
}
#section3 #Layer1 {
	background-image: url(/images/AboutTitle.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#section3 #Layer1 #about {
	padding-top: 125px;
	padding-bottom: 12px;
}
#section3 #Layer1 #about p {
	font-size: 24px;
	font-weight: 500;
	color: #313131;
	font-family: "museo-slab-1", "museo-slab-2";
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 33px;
}
#section3 #Layer1 #about p a {
	color: #666;
	text-decoration: none;
}
#section3 #Layer1 #about p a:hover {
	color: #AAC0C2;
}
#section3 #Layer1 #about h1 {
	padding-top: 50px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
	font-family: "museo-slab-1","museo-slab-2";
	font-size: 30px;
	font-style: italic;
	font-weight: 100;
	color: #313131;
}
#section3 #Layer1 #talk {
	background-color: #F1F1F1;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
#section3 #Layer1 #talk #left {
	float: left;
	width: 425px;
}
#section3 #Layer1 #talk .attr {
	font-size: 13px;
	font-weight: 500;
}
#section3 #Layer1 #talk p {
	font-size: 18px;
	font-family: "museo-slab-1","museo-slab-2";
	font-weight: 100;
	color: #313131;
	line-height: 27px;
	padding-right: 20px;
}
#section3 #Layer1 #talk #right {
	float: right;
	width: 425px;
}
#section4 {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 150px;
}
#section4 #Layer1 {
	background-image: url(/images/ContactTitle.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 687px;
}
#section4 #Layer1 ul {
        font-family: "museo-slab-1","museo-slab-2";
	font-size: 24px;
	color: #313131;
	text-decoration: none;
	text-align: center;
	padding-top: 135px;
	display: block;
	margin: 0px;
}
#section4 #Layer1 ul span a {
	color: #313131;
	text-decoration: none;
}
#section4 #Layer1 ul span a:hover {
	color: #BCCDC0;
}
		
/* SLIMBOX */

#lbOverlay {
	position: fixed;
	background-color:#F0F0F0;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;

}

.lbLoading {
	background-image: url(/images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 0;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 25px;
}

#lbPrevLink:hover {
	background-color: transparent;
	background-image: url(/images/nextLeft.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#lbNextLink {
	right: 25px;
}

#lbNextLink:hover {
	background-color: transparent;
	background-image: url(/images/nextRight.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

#lbBottom {
	font-size: 12px;
	color: #666;
	padding: 10px 0 0 0;
	line-height: 1.7em;
	text-align: left;
	font-family: "museo-slab-1", "museo-slab-2";
	font-weight: 100;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 36px;
	height: 25px;
	background: transparent url(/images/close.png) no-repeat center;
	margin:-3px 0 0 0;
	outline: none;
}


#lbCaption {
	color: #313131;
	font-size: 13px;
	font-family: "museo-slab-1", "museo-slab-2";
	font-weight: 300;
}

