* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000;
	font-family: "Gill Sans", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #FFF;
	/*overflow:hidden;Needed to eliminate scrollbars*/
}
p {
	margin-bottom: 10px;
	line-height: normal;
}
h1 {
	margin-bottom: 20px;
	font-size: 26px;
	text-transform: capitalize;
	font-weight: normal;
	font-family: "Century Gothic", sans-serif;
}
h3 {
	font-size: 14px;
	color: #FF9933;
	font-weight: normal;
	font-family: "Century Gothic", sans-serif;
	margin-top: 6px;
	margin-bottom: 4px;
	text-transform: lowercase;
}
a:link, a:active, a:visited {
	color: #FF9933;
}
a:hover {
	color: #FFC525;
	text-decoration: none;	
}
#nav .tabContainer .tab.current ul li a {
	color: #FFF;
	text-decoration: none;
}
#nav .tabContainer .tab.current ul li a:hover {
	color: #FF9933;
	text-decoration: none;
}
#nav .tabContainer .tab.current ul li a:visited {
	color: #FF9933;
	text-decoration: none;
}
.tab a:link, a:active, a:visited {
	color: #FF9933;
}
a:hover {
	color: #FFC525;
	text-decoration: none;	
}
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 864px;
}
#header {
	float: left;
	width: 864px;
	margin-top: 16px;
}
#logo {
	float: left;
	height: 86px;
	width: 261px;
}
#nav {
	height: 86px;
	width: 500px;
	float: right;
}
#taglineHome {
	font-family: "Century Gothic";
	font-size: 18px;
	font-style: italic;
	text-align: center;
	margin-left: 1px;
	position: absolute;
	padding: 12px 10px;
	width: 842px;
	text-transform: lowercase;
	background-color: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	color: #fff;
	display: block;
	margin-top: 520px;
	z-index: 9999;
	left: 0px;
}
#tagline {
	font-family: "Century Gothic";
	font-size: 18px;
	font-style: italic;
	text-align: center;
	margin-left: 1px;
	position: absolute;
	padding: 12px 10px;
	width: 842px;
	text-transform: lowercase;
	background-color: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	color: #fff;
	display: block;
	margin-top: 520px;
	z-index: 1;
	left: 0px;
}
/* MENU */

ul.tabNav {
	list-style: none;
	width: 100%;
	float: left;
}
ul.tabNav li {
	float: right;
	margin: 0;
}
.tab.current ul li {
	list-style-type: none;
	margin-left: 15px;
	line-height: 1.5em;
}
.tabNav li a img {
	margin-top: 15px;
}
ul.tabNav li.current {

}
ul.tabNav a {
	color: #FFF;
	display: block;
	height: 66px;
	padding: 10px;
	text-decoration: none;
	width: 66px;
	margin-left: 4px;
	font-size: 16px;
	border: 1px solid #FF9933;
	text-align: center;
	font-weight: normal;
	text-transform: lowercase;
	font-family: "Century Gothic";
	letter-spacing: 1px;
	line-height: 60px;
}
ul.tabNav li.current a {
    padding: 10px;
}
div.tabContainer {
	clear: both;
	float: right;
	width: 500px;
	z-index: 9999;
}
div.tabContainer div.tab {
	border: 1px solid #FF9933;
	color: #FFF;
	display: none;
	padding: 10px;
	background-image: url(images/slideshow_bg.png);
	background-repeat: repeat;
	margin-top: 14px;
	height: 500px;
}
div.tab p:last-child { margin-bottom: 0; }
.tabContainer .tab { display: none; }

/* PHOTOS */

#slider {
	width: 862px; /* important to be same as image width */
	height: 563px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	float: left;
	margin-top: 16px;
	border: 1px solid #FFF;
	z-index: -1;
}
#sliderContent {
    width: 900px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	left:0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 100%;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
	-khtml-opacity: 0.5;
    opacity: 0.5;
    color: #fff;
    display: block;
}
.clear {
	clear: both;
}
.sliderImage span strong {
	font-size: 12px;
	font-family: "Century Gothic";
}
.top {
	top: 0;
	left: 0;
}
.projecttitle {
	background-color: #000;
	width: 402px;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	top: 0px;
	height: 258px;
	left: 0px;
	position: absolute;
}
.projecttitle h2 {
	font-size: 18px;
	font-family: "Century Gothic";
	font-weight: normal;
	margin-bottom: 8px;
}
.projecttitle p {
	font-size: 13px;
	font-weight: normal;
}
.photoblock {
	float: right;
	height: 278px;
	width: 428px;
	margin-left: 5px;
	background-color: #666;
}
.photoblock2 {
	float: left;
	height: 278px;
	width: 428px;
	margin-right: 5px;
	margin-top: 6px;
	background-color: #666;
}
.photoblock3 {
	float: right;
	height: 278px;
	width: 428px;
	margin-top: 6px;
	background-color: #666;
}
.photoblock4 {
	float: left;
	height: 278px;
	width: 428px;
	margin-right: 5px;
	margin-top: 6px;
	background-color: #666;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}
