@charset "UTF-8";
/* CSS Document */
/* REset it ALL! */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
font: normal 62.5% 'Arial Narrow', Arial, Helvetica, sans-serif;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
 a{
	 text-decoration:none;
	 color:#fff;
 }
/*lets style up some shit*/
#centerContent{
width:840px;
height:224px;
background: url(images/mainContent.jpg) #000;
position:relative;
}

#nav{
position:absolute;
bottom:0px;
height:77px;
width:820px;
left:20px;
}

#nav a{
text-indent:-9990px;
overflow:hidden;
width:125px;
height:77px;
display:block;
float:left;
margin-right:10px;
}

#featuredProjects{
background:url(images/homenavOver.jpg) no-repeat 0px 0px;
}

#ted{
background:url(images/homenavOver.jpg) -135px 0px;

}
#newyork{
	background:url(images/homenavOver.jpg) -270px 0px;
}
#aging{
	background:url(images/homenavOver.jpg) -405px 0px;
}
#architizer{
	background:url(images/homenavOver.jpg) -540px 0px;
} 
#hwknsite{
	background:url(images/homenavOver.jpg) -675px 0px;
}

#featuredProjectsSlides{
	width:800px;
	height:500px;
	overflow:hidden;}
	
#projectSlideHolder{
	background:#000;
	margin:20px;
	}
#caption{
	
	}
#slideNav{
	font-size:14px;
	position:absolute;
	bottom:20px;
	left:20px;
	}
	#slideNav #next{ 
	padding-left:5px;
	}
	#slideNav #prev{
	padding-right:5px;
	}

#footer{
width:840px;
position:absolute;
bottom:0px;
margin:0 auto;
background:#000;
height:26px;
background:url(images/BOTTOM_BAR.gif) center top no-repeat;
}

#changeBG{
overflow:hidden;
text-indent:-1000px;
position:absolute;
top:20px;
left:20px;
background:#000000;
width:132px;
height:24px;
background:url(images/CHANGE_BACKGROUND.gif);
}

#changeBG a{
	width:132px;
height:24px;
display:block;
background:url(images/CHANGE_BACKGROUND_OVER.gif);
}

#changeBG, #footer, #centerContent{
z-index:70;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

#footer{
-moz-border-radius-bottomleft:0px;
-webkit-border-bottom-left-radius:0px;
-moz-border-radius-bottomright:0px;
-webkit-border-bottom-right-radius:0px;
}

/* full screen BG */
#gallery {position:relative; margin:0 auto; width:100%; height:100%;
overflow:hidden;}
#gallery img {width:100%;}


body {
color:#FFF;
height:100%;
width:100%;
overflow:hidden;
}