/* Global Reset
----------------------------------------------- */

@import url(reset.css);

/*--- IE Transparency Fix ---*/

img, div { behavior: url(iepngfix.htc); }

/*--- Firefox Fix ---*/

:focus {outline: 0;}

/* The Rest...
----------------------------------------------- */

body {
	background-color: #F4F4F4;
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	}
p {
	line-height: 150%;
	margin: 0 0 10px 0;
	}
a {
	color: #C22126;
	text-decoration: none;
	}
h1{
	font-size: 20px;
	font-weight:normal;
	color:#94B2AA;
	margin-bottom:5px;
}
.hidden { display: none; }
#draft_mode {
	position: fixed;
	top: 0;
	padding: 5px;
	background-color: #FF0000;
	color: #000000;
}
#draft_mode a {	color: #000000; }
#horizon {
	background-color: #F4F4F4;
	position: absolute;
	top: 55%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	}
#content {
	position: absolute;
	top: -260px;
	width: 100%;
	height: 500px;
	visibility: visible;
	}
#logo {
	position: fixed;
	margin: -100px 0 0 30px;
	}
#content #panel_wrapper {
	position: absolute;
	margin: 70px 0 0 30px;
	width: 30px;
	}
#content #panel_wrapper .panel, #content #panel_wrapper #pri_panel {
	float: left;
	display: block;
	width: 380px;
	height: 350px;
	margin-right:180px;
	overflow: hidden;
	}
body #content #panel_wrapper .panel, body.jobs #content #panel_wrapper .panel {
	margin-right:90px;
	}
#content #panel_wrapper .last {	margin-right:30px; }
#content .align_btm {
	position: absolute;
	bottom: 0;
	}
#content .align_btm p{
	position:relative;
	z-index:4;
}

#content img,
#content img.reflection {
	margin: 0;
 	position:relative;
	z-index:0;
	}
#content .panel h1 {
	margin: 0;
	font-weight: normal;
	font-size: 14px;
	}

/* Footer & Nav */
#footer {
	position: fixed;
	width: 560px;
	height: 45px;
	margin: 445px 0 0 30px;
	padding: 10px 0 0 0;
	}
	
ul#nav li {
	float: left;
	margin: 0 15px 0 0;
	}
body.home ul#nav li.home a,
body.illustration ul#nav li.illustration a,
body.type ul#nav li.type a,
body.logo ul#nav li.logo a,
body.packaging ul#nav li.packaging a,
body.photography ul#nav li.photography a,
body.layout ul#nav li.layout a { color: #646565; }	
	
p.copyright {
	text-align: left;
	margin: 30px 0 0 0;
	font-size: 9px;
	color: #646565;
	}
p.copyright a {	color: #C22126; }
.fade_left {
	position: fixed;
	height: 100%;
	width:30px;
	top: 0;
	left:0;
	background:url(../fade_left.png);
	z-index: 9999;
	}
.fade_right {
	position: fixed;
	height: 100%;
	width:30px;
	top: 0;
	right:0;
	background:url(../fade_right.png);
	z-index: 9999;
	}
	
/* Client Area */
/*

body.clientarea #content {
	position: relative;
	top: 0px;
	width: 760px;
	height: auto;
	}
body.clientarea #header {
	position: fixed;
	margin: 0 0 0 30px;
	padding: 30px 0 0 4px;
	width: 376px;
	height: 20px;
	background-color: #000000;
	z-index: 9999;
	}
body.clientarea #logo {
	position: fixed;
	margin: 30px 0 0 590px;
	width: 170px;
	}
body.clientarea #logo #meta {
	margin: 36px 0 30px 0px;
	}
body.clientarea h1 {
	margin: 0 0 10px 0;
	font-size: 12px;
	border-bottom: 2px solid #333333;
	}
body.clientarea h2 {
	margin: 20px 0 10px 0;
	font-size: 12px;
	border-bottom: 1px solid #333333;
	}
body.clientarea #logo #meta ul.resources {
	list-style: disc;
	list-style-position: outside;
	margin: 0 0 0 10px;
	}
body.clientarea #logo #meta ul.resources li {
	margin: 5px 0 5px 10px;
	}
body.clientarea #panel_wrapper {
	top: 30px;
	width: 760px;
	}
body.clientarea #panel_wrapper #pri_panel {
	height: auto !important;
	border-right: none !important;
	overflow: auto !important;
	margin-bottom: 30px;
	}
body.clientarea a.icon_dir {
	background-image:url(../icon_folder.gif);
	background-repeat: no-repeat;
	padding: 2px 0 2px 20px;
	}
body.clientarea a.icon_file {
	background-image:url(../icon_document.gif);
	background-repeat: no-repeat;
	padding: 2px 0 2px 20px;
	}
body.clientarea table {
	border-collapse: collapse;
	width: 380px;
	}
body.clientarea table th {
	text-align: left;
	padding: 4px;
	border-bottom: 2px solid #333333;
	}
body.clientarea table td {
	padding: 5px;
	border-bottom: 1px solid #333333;
	vertical-align: top;
	}
body.clientarea table tr td.nowrap {
	white-space: nowrap;
	}
body.clientarea .fade_top {
	position: fixed;
	height: 30px;
	width: 410px;
	top: 50px;
	background:url(../fade_top.png);
	z-index: 9999;
	}
body.clientarea .fade_bottom {
	position: fixed;
	height: 30px;
	width:410px;
	bottom:0;
	background:url(../fade_bottom.png);
	z-index: 9999;
	}

*/
	
/* Headlines */
body.headlines #content .panel .col {
	float: left;
	display: block;
	width: 380px;
	height: 350px;
	overflow: hidden;
	}
body.headlines #content .panel .col_2, body.headlines #content .panel .col_3 {
	padding-top: 48px;
	height: 302px;
	}
body.headlines #content .panel .col .align_btm {
	margin-bottom: 43px; /* Adjusts level of reflection to match other pages */
	}
body.headlines p.date {
	color: White;
	font-size: 14px;
	}
body.headlines h1 {
	font-size: 20px;
	font-weight: normal;
	color: White;
	}
body.headlines p.author {
	color: white;
	text-transform: uppercase;
}

/* Jobs */
body.jobs #content .panel .col {
	float: left;
	display: block;
	width: 380px;
	height: 350px;
	overflow: hidden;
	}
body.jobs #content .panel .col_2, body.jobs #content .panel .col_3 {
	padding-top: 16px;
	height: 334px;
	}
body.jobs #content .panel .col .align_btm {
	margin-bottom: 43px; /* Adjusts level of reflection to match other pages */
	}
body.jobs h1 {
	font-size: 20px;
	font-weight: normal;
	color: White;
	}
body.jobs p.author {
	color: white;
	text-transform: uppercase;
}



/* Contact */
table.input_data {
	border-collapse: collapse;
	}
table.input_data tr td {
	margin: 0;
	padding: 5px 0 5px 0;
	}
form { padding: 0 0 10px 0; }
form select {
	padding: 2px;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #646565;
	background-color: #F4F4F4;
	border: 1px solid #646565;
	}
form input.text, form textarea {
	padding: 2px;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #646565;
	background-color: #F4F4F4;
	border: 1px solid #646565;
	}
form a.button {	float: right; }
#alert {
	background-color: #333333;
	color: White;
	width: 348px;
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 25px;
	background-image: url(../icon_alert.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	}
	
	

/* Portfolio Pop-ups */
body.portfolio {
	background-color: #F4F4F4;
	margin: 0;
	padding: 0;
	font-size: 11px;
	}
	
body.portfolio #close_window_btn{
	position: fixed;
	width: 560px;
	height: 45px;
	margin: 0;
	padding: 0;
	z-index:4;	
}	
body.portfolio #close_window_btn a {
	position: absolute;
	margin: 350px 0 0 30px;
	*margin: 480px 0 0 30px;
	color: #C22126;
	}
body.portfolio #close_window_btn a:hover { color: #646565; }
	
body.portfolio h1 {
	position: absolute;
	top: 70px;
	left: 30px;
	color: #94B2AA;
	font-size: 30px;
	font-weight: normal;
	white-space: nowrap;
	letter-spacing: -1px;
	}
body.portfolio #panel1_wrapper { margin-top: 130px; }
body.portfolio #panel1, body.portfolio #panel1_opt1, body.portfolio #panel1_opt2 {
	position: absolute;
	margin-left: 30px;
	width: 360px;
	height: 290px;
	overflow: hidden;
	}
body.portfolio #panel1_opt1 { margin-left: 430px; }
body.portfolio #panel1_opt2 { margin-left: 830px; }
body.portfolio #panel2_wrapper { margin-left: 430px; }
body.portfolio #panel2, body.portfolio #panel2_opt1, body.portfolio #panel2_opt2 {
	position: absolute;
	width: 360px;
	height: 290px;
	overflow: hidden;
	}
body.portfolio #panel2 blockquote, body.portfolio #panel2_opt1 blockquote, body.portfolio #panel2_opt2 blockquote {
	color: Black;
	margin: 0 0 5px 0;
	font-size: 14px;
	line-height: 130%;
	}
body.portfolio #panel3_wrapper {
	position: absolute;
	top: 0;
	}	
body.portfolio #panel3 {
	position: absolute;
	margin: 0 0 0 450px;
	width: auto;
	height: 500px;
	}
body.portfolio #panel3 .align_btm {
	position: absolute;
	bottom: 0;
	}
body.portfolio #panel3 .align_btm table { border-collapse: collapse; }
body.portfolio #panel3 .align_btm table tr td {
	padding: 0 30px 0 0;
	vertical-align: bottom;
	}
body.portfolio #panel3 .align_btm table tr td.last { padding: 0 40px 0 0; }
body.portfolio #panel3 img,
body.portfolio #panel3 img.reflection {
	/*margin: 0 0 10px 0;*/
	margin:0;
	position:relative;
	z-index:1;
	}

body.portfolio .fade_left  { background:url(../fade_left.png);  }
body.portfolio .fade_right { background:url(../fade_right.png); }