/*--------------------------------------
- V2 020908
- Author :Paul Flynn
- Visit :http://www.deefolt.com
- Client:Section-D
----------------------------------------
COLORS
- default body text #000000
- header hover #999999
- subtitle h2/ a hover #E80068
---------------------------------------
CSS DIRECTORY
1. =BODY/MASTER
2. =TYPOGRAPHY
3. =NAVIGATION
4. =PROJECTS
/*
---------------------------------------
BODY/MASTER
---------------------------------------

=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, TT, VAR, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND, TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD
{
	border: 0pt none #000000;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0pt;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0pt;
	padding: 0pt;
	vertical-align: baseline;
}
*
{
	margin: 0;
}
BODY
{
	font-family: Courier, "Courier New", monospace;
	font-size: 12px;
}
DIV#wrapper
{
	clear: both;
	position: relative;
}
/*=links*/
A
{
	text-decoration: none;
	color: #000000;
}
A:hover
{
	color: #E80068;
}
#navigation A:visited
{
	text-decoration: line-through;
}
#navigation A:hover
{
	color: #E80068;
}
#download_folio LI
{
	margin-top: -10px;
}
#proj
{
	text-decoration: none;
}
#proj A:visited
{
	text-decoration: none;
}
UL
{
	list-style: none;
	display: inline;
}
LI A:hover
{
	color: #000;
}
DL
{
	margin: 0 0 20px;
	padding-bottom: 60px;
}
DD
{
	margin: 0 0 20px;
}
DT
{
	margin: 0 0 20px;
	font: 14px sans-serif;
}
/*
----------------------------------------
TYPOGRAPHY
----------------------------------------

=headers*/
H1, H2, H3, H4, H5
{
	font: 1em Courier, "Courier New", monospace;
	text-transform: uppercase;
}
H2
{
	font-size: 12px;
	text-decoration: none;
	margin-bottom: 10px;
}
H3
{
	font-size: 14px;
	color: #000000;
	margin-bottom: 10px;
	font-weight: normal;
}
H4
{
	margin-bottom: 5px;
}
DIV#navigation H1
{
	background: url(../images/bod/hidden_persuaders.gif) no-repeat;
	text-indent: -9999px;
	margin: 3px 0px;
	padding: 0px;
}
DIV#navigation H2
{
	margin-top: 10px;
	font-size: 14px;
}
/*=p*/
P
{
	font-size: 12px;
	color: #000000;
}
#project_00 P
{
	width: 575px;
	padding-bottom: 60px;
}
/*=imgs*/
IMG
{
	margin-bottom: 5px;
}
/*=classes*/
.clear_bottom
{
	margin: 10px 0 50px;
	width: 50px;
	font-size: 10px;
	color: #999999;
}
.clear_border
{
	margin-top: 10px;
	width: 50px;
	font-size: 10px;
	color: #999999;
}
.clear_proj
{
	margin: 0px 0 40px;
	width: 800px;
	height: 5px;
	border-top: 1px dashed #999999;
	border-bottom: 2px solid #999999;
}
.space
{
	height: 12px;
}
.para_margin
{
	margin: 0;
	padding: 0px;
}
.strongtype
{
	font-weight: bold;
	font-style: italic;
}
.gray_out
{
	color: #CBCBCB;
}
#first
{
	margin-top: 35px !important;
}
/*
----------------------------------------
NAVIGATION
----------------------------------------

-- TABS --*/
DIV#header
{
	float: left;
	width: 100%;
	background: #CCCCCC url(../images/bod/header_bg.png) repeat-x bottom;
	font-size: 93%;
	line-height: normal;
	position: fixed;
	z-index: 5;
	padding-top: 10px;
}
DIV#header UL
{
	width: 850px;
	margin: 5px 0px 0px;
	padding: 10px 0px;
	list-style: none;
}
DIV#header LI
{
	float: left;
	width: 250px;
	background: url(../images/bod/tab_right.png) no-repeat right top;
	margin-right: 2px;
	padding: 0;
	height: 24px;
}
DIV#header A
{
	display: block;
	background: url(../images/bod/tab_left.png) no-repeat left top;
	padding: 5px 15px 3px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	height: 16px;
}
DIV#header A:hover
{
	text-decoration: none;
	color: #999999;
}
DIV#header #current
{
	background-image: url(../images/bod/tab_right_on.png);
}
DIV#header #current A
{
	background-image: url(../images/bod/tab_left_on.png);
	color: #000;
}
DIV#header IMG
{
	margin: 0;
	padding: 1px 0 0;
	width: 197px;
	height: 13px;
	line-height: 10px;
}
/*-- SIDE NAV --*/
DIV#navigation
{
	width: 255px;
	height: 100%;
	padding: 0px 0px 0px 15px;
	float: left;
	margin: 18px 0 0;
	position: fixed;
	top: 47px;
	z-index: 2;
	background: #FFFFFF;
	overflow: auto;
}
DIV#navigation UL
{
	font: normal 12px/14px Courier, "Courier New", monospace;
	text-transform: uppercase;
}
/*
----------------------------------------
PROJECTS
----------------------------------------

=projects*/
#project_container
{
	position: relative;
	height: auto;
	width: 800px;
	top: 45px;
	left: 260px;
}
#project_top_margin
{
	background-color: #FFFFFF;
	position: fixed;
	left: 260px;
	margin-left: 10px;
	z-index: 1000;
	width: 100%;
	height: 31px;
	top: 34px;
}
#project_home
{
	width: 625px;
	padding-left: 10px;
	padding-top: 20px;
	position: relative;
}
#project_00
{
	width: 800px;
	padding-left: 65px;
	padding-top: 20px;
	margin-left: 10px;
}
#project_01
{
	width: 625px;
	padding-left: 75px;
	padding-top: 31px;
}
#project_01 DD
{
	width: 520px;
}
