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;
}

* { 
    margin: 0; 
    padding: 0; 
}

html, body, #bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
    overflow:hidden;
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#cont {
    position:absolute;
    top:0;left:0;
    z-index:70;
    overflow:auto;
}

.box { 
    margin: 0 auto; 
    width: 400px;
    padding: 50px;
    background: white; 
    padding-bottom:100px;
    font: 14px/2.8 Georgia, Serif;
}

#focus-stealer { position: absolute; left: -9999px; }




body {
	line-height: 1;
	color: #fff;
	background: white;
    height:100%;
    width:100%;
    overflow:hidden;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* ----- PAGE SETUP ----- */

html {
	height:100%;
	}

body {
	height: 100%;
	background: #000;
	margin: 0; padding: 0;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8125em;
	color: white;
	}

/* ----- HEADER ----- */
	
div.glowthrough { position: absolute; width: 100%; height: 748px; }	
	
div.buffer {
	background: transparent url('../images/60_black.png');
	border-top: 1px solid black; border-bottom: 1px solid black;
	height: 55px;
}

div.headerwrap {
	height: 155px; width: auto;
	background: transparent url('../images/topstripe_base01.png') repeat-x;
	position: relative; top: -24px;
	z-index: 99;
}

div.header {
	width: 970px; margin-left: auto; margin-right: auto;
}

h1 { margin:0;padding:0; }

div.logoWrap {
	width: 970px; margin-left: auto; margin-right: auto; position: relative; left: -66px;
}

div.navWrap { z-index: 100; float: right; color: #fff; position: relative; top: 64px; }
	
#nav {
	list-style: none;
	}

#nav li {
	display: inline;
}


/* ----- CONTENT ----- */

strong {
	font-weight: bold;
}

#contentwrap {
	position: relative; top: -48px;
}

#wrapper {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	padding:0;
	border-right: 1px solid black;
	background: transparent url('../images/bg_wrapper.png') repeat-y;
	}

#content {
	background-image: url('../images/introimgleft2.jpg');
	background-repeat: no-repeat;
	background-position: 27px 0;
	margin:0;
	padding: 25px 0px 25px 50px;
	width: 519px;
	min-height: 590px;
	}
	
#portfolio {
	padding: 25px 0px 25px 50px;
}

#portfolio h4 { text-transform: uppercase; }
#portfolio h3 { margin-top: 10px; }
#portfolio p { margin-top: 10px; }
.caseImages img { margin-bottom: 10px; }
.folioCase { width: 920px; clear: both; border-bottom: 1px solid #ccc; padding-top: 30px; }
.caseImages { width: 400px; float: right; }
.caseDesc { font-size: 11px; }
	
#contacts {
	margin-top: 0px; margin-left: 0; margin-right:0;
	padding: 25px 0px 25px 50px;
	width: 519px;
	min-height: 590px;
	}
	
#contacts h3 {
	font-size: 18px;
	margin-top: 58px;
	margin-bottom: 20px;
}

#contacts p {
	line-height: 120%;
	width: 440px;
	margin-bottom: 10px;
}

#sidebar {
	background-image: url('../images/introimgright2.jpg');
	float: right;
	width: 422px;margin:0;
	min-height: 640px;
	border-left: 1px solid black;
	}

#contactside { background-image: url('../images/contactbg.jpg');
	float: right;
	width: 422px;margin:0;
	min-height: 640px;
	border-left: 1px solid black;}
	
div.sidebuffer {
	height: 25px;
}

.highlight {
	height: 144px;
	padding: 0;
	text-align: right;
	border-bottom: 1px solid black;
	background: transparent url('../images/40_grey.png');
}
.highalt {
	background: transparent;
}

.highlight a, .highlight a:link, .highlight a:visited {
	color: white;
}

.highlight img {
	border-left: 1px solid black;
	float: right; margin-left: 25px;
}
.highlight h3, .highlight p { padding-top: 10px; }

.slogan { height: 90px;
	text-align: center; padding-top: 55px; }

.casehidden {position:absolute;top:189px;width:440px;left:240px;height:400px;padding:10px;z-index:9999;}
.casehidden p { margin-bottom: 11px; line-height:120%; }

/* ----- LINKS ----- */

a img { border:0; }

a:link,
a:visited {
	color:#ed78e1;
	border: 0;
	text-decoration:none;
	}

a:hover {
	color:#fff;
	text-decoration:none;
	}