@charset "utf-8";
/* CSS Document */

/*  Eric Meyer CSS Reset */
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;
}
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;
}

/* end reset CSS */

.clearit {
	clear: both;
	font-size: 1px;
	height: 1px;
}

body, html { background-color: #474747; font-family: Arial, Helvetica, sans-serif; }

html { height: 100%; }

#wrapper { margin: 0 auto; }


#mainbox {
	width: 900px;
	height: 555px;
	margin: 0 auto; 
	position: relative;
	top: 40px;
	background-color: #ffffff;
}

#content_box {
	position: absolute;
	left: 10px;
	top: 99px;
	border: 1px solid #ccc;
	width: 880px;
	height: 445px;
}


#logo_box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 446px;
	height: 87px;
	background-image: url(../img/logo.png);
	background-color:#FFFFFF
}

#logo_box a {
	display: block;
	width: 446px;
	height: 87px;
	overflow: hidden;
	text-indent: -3000px;
}


#menu_box {
	position: absolute;
	width: 454px;
	height: 87px;
	top: 0px;
	left: 446px;
	background-color:#FFFFFF
}




/*   NAV STUFF */
#menu_box ul { position: relative; margin-top: 23px; margin-left: 18px; }
#menu_box li { height: 64px; background-image: url(../img/nav_sprite_2011.png); position: absolute; }
#menu_box li a { display: block; height: 64px; overflow: hidden; text-indent: -3000px; }
#menu_box li a:hover { background-image: url(../img/nav_sprite_2011.png); }


#nav_portfolio { background-position: 0px 0; width: 87px; left: 0px; }
#nav_portfolio a { width: 87px; }
#nav_portfolio.active, #nav_portfolio a:hover { background-position: 0px -76px; }

#nav_about { background-position: -87px 0; width: 81px; left: 87px; }
#nav_about a { width: 81px; }
#nav_about.active, #nav_about a:hover { background-position: -87px -76px; }

#nav_press { background-position: -168px 0; width: 84px; left: 168px; }
#nav_press a { width: 84px; }
#nav_press.active, #nav_press a:hover { background-position: -168px -76px; }

#nav_contact { background-position: -252px 0; width: 85px; left: 252px; }
#nav_contact a { width: 85px; }
#nav_contact.active, #nav_contact a:hover { background-position: -252px -76px; }

#nav_home { background-position: -337px 0; left: 337px; width: 84px; }
#nav_home a { width: 84px; }
#nav_home.active, #nav_home a:hover { background-position: -337px -76px; }


#breadcrumb {
	display: block;
	position: absolute;
	height: 38px;
	color: #999;
	left: 16px;
	top: 15px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#breadcrumb a, #breadcrumb a:visited {
	color: #999;
	text-decoration: none;
}

#breadcrumb a:hover { color: #333; }


#preloader {
	visibility: hidden;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1000;
}

#box			{ border:1px solid #EDE9DD; width:200px; height:10px; background:#4A4136;}
#perc			{ background:#BEB7A7; height:10px; }
#text           	{ font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#EDE9DD; padding:3px 0 0 10px; text-align: center}


#right_pane { width: 433px; height: 433px; position: absolute; top: 6px; left: 442px; /*background-color: #00CC00;*/ }
#right_pane img { position: absolute; top: 0; left: 0; }


#main.projects { margin-left: 18px; margin-top: 50px; }

#project_list { }
#project_list li { margin: 0 0 4px; }
#project_list li a { color: #333; font-size: 11px; text-decoration: none; text-transform: uppercase; letter-spacing: .66px; }
#project_list li a:hover { color: #999; }


