/*COLORS:

Home: color="#666fac"
Portfolio: color="#9e4d48"
Contact: color="#768c31"
Company: color="#b37d27"

*/

/* 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, sub, sup, tt, var, b, u, i, center, 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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	text-rendering: optimizeLegibility;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* main */

html {
	overflow-y: scroll;
}

body {
	text-align: center;
	background: #1b1c24 url(images/pgbg_new.gif) repeat-y 50% 0px;
	font: 100%/1.5em Arial, Helvetica, sans-serif;
}


/* main divs */

#wrapper {
	text-align: left;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 100px;
	width: 750px;
}

#nav {
	height: 20px;
	list-style: none;
	display: inline;
	overflow: hidden;
	background-image: url(images/pgnavbg.gif);
	background-repeat: no-repeat;
	float: left;
	width: 100%;
}

#maincontent {
	float: left;
	width: 750px;
}

.divider {
	clear: both;
	height: 20px;
	width: 100%;
}

.subnav {
	float: left;
	width: 170px;
	margin: 0;
	padding: 0;
	clear: both;
}

.content {
	float: right;
	width: 580px;
	margin: 0;
	padding: 0;
}

#footer {
	clear: both;
	width: 100%;
}

/* main nav */

#nav li {
	margin: 0px;
	padding: 0px;
	height: 20px;
	list-style: none;
	display: inline;
}

#nav a {
	float: left;
	padding: 20px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/: 20px;/* for IE5/Win */
	border-bottom-style: none;
}

#homenav a {
	width: 150px;
	background: url(images/btnhome.gif) top left no-repeat;
}

#portnav a {
	width: 150px;
	background: url(images/btnportfolio.gif) top left no-repeat;
}

#compnav a {
	width: 150px;
	background: url(images/btncompany.gif) top left no-repeat;
}

#contnav a {
	width: 150px;
	background: url(images/btncontact.gif) top left no-repeat;
}

#nav a:hover, #nav a:active {
	background-position: 0px -20px;
}

body#port #nav li#portnav a, 
body#comp #nav li#compnav a, 
body#cont #nav li#contnav a {
	background-position: 0px -20px;
	cursor: default;
}

body#home #nav li#homenav a {
	background-position: 0px -40px;
	cursor: default;
}

body#cont .hideme {
	display: none;
}

#footer p {
	text-align: left;
	padding: 10px 30px 10px 170px;
	color: #999;
	font-size: .875em;
}

#footer p.copy {
	color: #666;
	font-size: .67em;
}

#footer p a:link, #footer p a:visited {
	text-decoration: none;
	border-bottom: 1px solid #666;
	color: #999;
}

#footer p a:hover {
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	color: #ccc;
}

#hdcompany {
	clear: both;
	margin: 30px 0 20px 20px;
	background: url(images/hdcompany.gif) top left no-repeat;
	height: 30px;
	width: 240px;
	text-indent: -9999px;
}

#hdcontact {
	clear: both;
	margin: 30px 0 20px 20px;
	background: url(images/hdcontact.gif) top left no-repeat;
	height: 30px;
	width: 240px;
	text-indent: -9999px;
}

#hdportfolio {
	clear: both;
	margin: 30px 0 20px 20px;
	background: url(images/hdportfolio.gif) top left no-repeat;
	height: 30px;
	width: 240px;
	text-indent: -9999px;
}

#hdrecentwork {
	clear: both;
	margin: 30px 0 20px 20px;
	background: url(images/hdrecentwork.gif) top left no-repeat;
	height: 30px;
	width: 320px;
	text-indent: -9999px;
}

#hdfeatwork {
	clear: both;
	margin: 30px 0 20px 20px;
	background: url(images/hdfeatwork.gif) top left no-repeat;
	height: 30px;
	width: 360px;
	text-indent: -9999px;
}

.subnav h2 {
	color: #ccc;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 40px;
	text-align: right;
	margin-top: 4px;
	line-height: 1.25em;
	font-size: 1.125em;
}

.thumbs {
	float: left;
	width: 190px;
	overflow: hidden;
	position: relative;
}

.thumbs a {
	float: left;
	text-decoration: none;
}

.thumbs a:hover {
	cursor: pointer;
}

.thumbs a .desc {
	display: none;
	}

.thumbs a:hover .desc {
	display: block;
	margin: 0;
	padding: 6px;
	position: absolute;
	left: 0;
	width: 148px;
	font-size: .875em;
	line-height: 1.1em;
	color: #fff;
	bottom: 20px;
	background: url(images/hover_trans.png) repeat;
}

.thumbs img {
	margin-bottom: 20px;
	margin-top: 10px;
}

.content p {
	color: #ccc;
	margin: 15px 30px 15px 0;
	line-height: 1.75em;
}

body#cont .content p {
	line-height: 1.5em;
	margin: 20px 30px 20px 0;
}

body#cont .content em {
	color: #999;
	font-weight: normal;
	font-style: normal;
}

.content p.first {
	margin-top: 30px;
}

.content p.last {
	margin-bottom: 40px;
}

.content p a:link, .content p a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid #666;
}

.content p a:hover {
	border-bottom-style: dotted;
	border-bottom-color: #fff;
}
