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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000;
	background: #f6f6f6 url(../../images/theme/bgs/body_bg.png) top left repeat-x;
	font-size: small;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica", sans-serif;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
}

/* ----- IDS ----- */

#container
{
	width: 793px;
	margin: 0 auto;
} 
  
#header
{
	height: 60px;
	margin-top: 20px;
	background: url(../../images/theme/bgs/header_bg.png) bottom left no-repeat;
}  
 
#logo
{
	float: left;
	position: relative;
	left: 9px;
	top: -1px;
}

#logo h1
{
	margin: 0;
}   

#nav
{
	float: right;
	margin: 1px 9px 0 0;
}  

#nav img
{
	opacity: .0;
	filter: alpha(opacity=0);
}

#nav a span
{
	background-position: top left;
	background-repeat: no-repeat;
	height: 40px;
	overflow: hidden;
	display: block;
	float: left;
	cursor: pointer;
}

#nav a:hover span
{
	background-position: 0 -40px;
}

#nav a.current span
{
	background-position: 0 -80px;
}

.what_we_do_tab
{
	background-image: url(../../images/theme/nav/whatwedo_tab.png);
}

.case_studies_tab
{
	background-image: url(../../images/theme/nav/casestudies_tab.png);
}

.contact_tab
{
	background-image: url(../../images/theme/nav/contact_tab.png);
}

.hiring_tab
{
	background-image: url(../../images/theme/nav/hiring_tab.png);
}

#content
{
	background: url(../../images/theme/bgs/content_bg.png) top left repeat-y;
	min-height: 300px;
	padding: 10px 29px 15px 29px;
}

.non_home
{
	margin: 10px 22px;
}
 
#footer
{
	background: url(../../images/theme/bgs/footer_bg.png) bottom left no-repeat;
	height: 45px;
	padding: 15px 25px 0 0;
	font-size: .9em;
	color: #666;
	margin-bottom: 2em;	
}

#footer p
{
	margin: 0;
	line-height: 140%;
}

#footer a
{
	color: #666;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}



/* ----- CLASSES ----- */

.left_col
{
	float: left;
	width: 362px;
}

.right_col
{
	float: right;
	width: 352px;
}

.center
{
	text-align: center;
}

.float_right
{
	float: right;
}

.clear
{
	clear: both;
}

#content a.next_button
{
	color: #000;
	background: #eee url(../../images/theme/bgs/next_button_left.png) top left no-repeat !important;
	display: block;
	float: right;
	width: auto;
	text-decoration: none;
}

.next_button span
{
	display: block;
	background: url(../../images/theme/bgs/next_button_right.png) bottom right no-repeat;
	padding: 6px 28px 6px 16px;
}

#content a.next_button:hover
{
	background: #CFECAE url(../../images/theme/bgs/next_button_left_on.png) top left no-repeat !important;
}

.next_button:hover span
{
	background: url(../../images/theme/bgs/next_button_right_on.png) bottom right no-repeat;
}

#content a.prev_button
{
	margin-right: 10px;
	background: #eee url(../../images/theme/bgs/prev_button_left.png) top left no-repeat !important;
}

.prev_button span
{
	background: url(../../images/theme/bgs/prev_button_right.png) bottom right no-repeat;
	padding: 6px 16px 6px 28px;
}

#content a.prev_button:hover
{
	background: #CFECAE url(../../images/theme/bgs/prev_button_left_on.png) top left no-repeat !important;
}

.prev_button:hover span
{
	background: url(../../images/theme/bgs/prev_button_right_on.png) bottom right no-repeat;
}

/* ----- CONTENT BLOCKS ----- */
h1, h2, h3, h4, h5, h6, p, blockquote, dl, dt, dd, ol, ul, li, table
{
	margin: 1em 0;
	line-height: 133%;
}

#content h1, #content h2, #content h3
{
	font-family: "Futura", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

#content h1
{
}

#content h2
{
	margin: .3em 0 .5em 0;
	font-size: 2em;
	line-height: 110%;
}

#content h3
{
	
	font-size: 1.4em;
}

#content h4
{
}

#content p
{
	margin-top: .5em;
}

blockquote
{
	margin: 1em 6em;
	padding: .5em 2em;
	background: #f9f9f9;
}

#content blockquote p
{
	margin-top: 1em;
}

/* ----- CONTENT LISTS ----- */

li, dd
{
	margin: .5em 2em;
}

/* ----- INLINE ELEMENTS AND IMAGES ----- */

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

img{

}
img a{
}
img a:hover{
}

/* ----- LINKS ----- */

a{
	color: #258;
}
a:visited{
	color: #639;
}
a:hover{
	color: #4b2;
}


/* ----- FORMS ----- */

form{
}
fieldset{
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
}
td{
}