/* 3nine Design Tactics - 999 style v1.00 */

/*  basic elements  */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	font: 62.5% arial, sans-serif;
	line-height: 1.4em;
	color: #959595; 
	background: #161616 url(../images/999bg.jpg) no-repeat top center;
}
	
p { 
	margin-top: 0; 
	text-align: justify;
}
	
a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #C7B299; /* #0C5399 */
}
	
a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #C7B299; /* #9685ba */
}
	
a:hover, a:active { 
	font-weight: normal;
	border-bottom: 1px dotted #998675; 
	color: #998675;
}
	
acronym {
	border-bottom: none;
}


/* global divs */

#container {  
	position: relative;
	min-width: 900px;
}


#pageHeader h1 { /* FIR image replacement */
	background: transparent url(../images/999hdr.png) no-repeat top center;
	height: 102px;
}

#pageHeader h1 span {
	display:none
}

#pageHeader h2 span {
	display:none
}

#content { /* center content with positioning & negative margins */
	/*background: transparent url(../images/bg-content.png) repeat top left;*/
	width: 826px;
	position: relative;
	left: 50%;
	margin: 0 0 4px -423px;
	padding: 10px;
}


/* local divs */

#intro {
	background: transparent url(../images/bg-debrief.png) no-repeat top left;
	margin: -10px;
	padding: 10px;
	height: 326px;
}

#mainpic h1 { /* FIR image replacement */
	background: url(../images/mainpic.jpg) no-repeat top center;
	width: 489px; 
	height: 326px;
	float: left;
}

#mainpic h1 span, #contact h1 span {
	display:none
}

#debrief {
	width: 320px;
	height: 326px;
	float: right;
}

#debrief h2 {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	line-height: 2em;
	color: #FFF;
	border-bottom: 1px solid #998675;
	margin-bottom: .6em;
}

#debrief p {
	letter-spacing: .12em;
	text-align: left;
}

#debrief p span {
	color: #998675;
}

#debrief p acronym span:hover {
	color: #9685ba;
	border-bottom: 1px dotted #9685ba;
	cursor: pointer;
}


/*  PORTFOLIO STYLES  */


#portfolio h3 {
	background: url(../images/t-projects.png) no-repeat top left;
	position: relative;
	width: 100%;
	height: 29px;
	border-bottom: 1px solid #998675;
	margin-bottom: .6em;
	color: #998675;
	text-align: right;
}

#portfolio h3 span {
	position: absolute;
	bottom: 3px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	right: 0px;
}

#portfolio h2 {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	color: #FFF;
	margin-bottom: 7px;
	clear: left;
}

#portfolio ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 826px;
	float: left;
}

#portfolio li {
	margin: 0 10px 10px 0;
	padding: 4px;
	width: 149px;
	height: 109px;
	float: left;
	background-color: #534741;
}

#portfolio li:hover {
	background-color: #0c5399;
	cursor: pointer;
}

#portfolio li img {
	margin: 0;
	padding: 0;
	width: 147px;
	height: 107px;
	border: 1px solid #000;
}

#portfolio li.no5 {
	margin-right: 0;
}

.cleared:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* Hides from IE-mac \*/
* html .cleared {
	height: 1%;
}
.cleared {
	display: inline;
}
/* End hide from IE-mac */


/*  CONTACT STYLES  */

#content, #content #contact {
	clear: left;
}

#contact h1 {
	background: url(../images/t-contact.png) no-repeat top left;
	width: 100%;
	height: 29px;
	border-bottom: 1px solid #998675;
	margin-bottom: .3em;
}

#contact p {
	font-size: 1.1em;
}

#contact p span {
	color: #998675;
	cursor: pointer;
}

#contact p span:hover {
	color: #9685ba;
	border-bottom: 1px dotted #9685ba;
}

/*  CLIENT STYLES  */

#clients {
	background: transparent url(../images/bg-debrief.png) no-repeat top left;
	margin: -10px;
	padding: 50px;
	height: 200px;
}

#clients h1 {
	margin-bottom: 20px;
	text-transform: uppercase;
}

#clients a {
	font-weight: bold;
}
