/* Credits

   Copyright (c) 2008 New Angle Media.

   Blueprint CSS Framework 0.7.1
   http://blueprintcss.googlecode.com
   Copyright (c) 2007-2008
   
   Son of Suckerfish Dropdowns
   By Patrick Griffiths and Dan Webb
   http://htmldog.com/articles/suckerfish/dropdowns/
   
   IE5.5+ PNG Alpha Fix
   (c) 2004-2008 Angus Turnbull http://www.twinhelix.com
   

TABLE OF CONTENTS
	-Fixes, hacks, etc
	-Reset
	-Layout
	-Nav
	-Typography
	-Images/Flash
	-#leftCol forms
	
*/


/*Generic  Classes. Fixes, hacks, etc
=============================================================*/

.clear {clear: both;}

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

/*Reset
=============================================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, #leftCol form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  padding: 0;  margin: 0;
  border: 0;
  font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;
  vertical-align: baseline;
}

body { line-height: 1.5; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a, a:hover, a:active, a img { border: none; outline: 0; }

/*Layout
=============================================================*/

body {
	background: #1c110c url(../images/bg.jpg) repeat-x center 0;
}

div#header {
	position: relative;
	background: url(../images/header_bg.jpg) no-repeat center 0;
	width: 900px; height: 74px;
	margin: 0 auto;
}

div#banner {
	position: relative;
	width: 900px; height: 264px;
	margin: 0 auto;
}

div#content {
	position: relative;
	background: url(../images/content_bg.jpg) no-repeat center 0;
	width: 900px; height: 462px;
	padding-top: 30px; margin: 0 auto;
	text-align: left;
}

#leftCol {
	width: 520px;
	float: left;
	margin: 1.6em 0 0 0;
}

#rightCol {
	width: 600px;
	float: right;
	margin: 0;
}

p#footer {
	position: relative;
	background: url(../images/footer_bg.gif) repeat-x 0 0;
	margin: 0 auto;
	clear: both;
}


/*Nav
=============================================================*/

ul#nav {
	position: absolute; right: 0;
	margin: 0;
	width: 500px; height: 74px;
	padding: 0;
	list-style: none;
}

ul#nav li {
	position: relative;
	float: left;
	padding: 0;
	height: 74px;
}

ul#nav li a {
	display: block;
	background: url(../images/nav_bg.jpg) repeat-x 0 0;
	text-indent: -9999px;
	height: 74px;
	padding: 0; margin: 0;
}

ul#nav li.home {width: 63px}
ul#nav li.home a {background-position: 0 0;}
ul#nav li.home:hover a {background-position: 0 -74px;}

ul#nav li.company {width: 91px}
ul#nav li.company a {background-position: -63px 0;}
ul#nav li.company:hover a {background-position: -63px -74px;}

ul#nav li.process {width: 110px}
ul#nav li.process a {background-position: -154px 0;}
ul#nav li.process:hover a {background-position: -154px -74px;}

ul#nav li.portfolio {width: 101px}
ul#nav li.portfolio a {background-position: -264px 0;}
ul#nav li.portfolio:hover a {background-position: -264px -74px;}

ul#nav li.links {width: 60px}
ul#nav li.links a {background-position: -365px 0;}
ul#nav li.links:hover a {background-position: -365px -74px;}

ul#nav li.contact {width: 75px}
ul#nav li.contact a {background-position: -425px 0;}
ul#nav li.contact:hover a {background-position: -425px -74px;}

ul#L2 {
	float: left;
	width: 270px;
	padding: 0;
	list-style: none;}

ul#L2 li {
	text-align: right;
	margin: 0px;
}

ul#L2 li a {
	display: block;
	font: normal 1.3em/1.2em Georgia, "Times New Roman", Times, serif; color: #cc925e; 
	text-decoration: none;
	height: 2.1em;
	width: 100%;
}

ul#L2 li a:hover, ul#L2 li a.active {color: #ffe8ce;}


/*Typography
=============================================================*/

h1 {
	position: absolute; bottom: 0px; right: 0px;
	padding-right: 60px;
	font: normal 1.4em/1.2em Georgia, "Times New Roman", Times, serif; color: #ffe8ce;
	text-align: right;
}

h2 {
	font: normal 1.4em/1.2em Georgia, "Times New Roman", Times, serif; color: #fff;
	margin: 0 0 .3em 0;
}

h3 {
	position: absolute; top: 0px; right: 60px;
	font: normal 1.0em/1.2em Georgia, "Times New Roman", Times, serif; color: #ffe8ce;}

h4 {
	font: normal .9em/1.2em Georgia, "Times New Roman", Times, serif; color: #fff;
	margin-bottom: .2em;
}

h5 {font-size: .7em;}

p, li {font: normal .75em/1.85em Verdana, Geneva, sans-serif; color: #cc925e;
	margin: 0 0 1.85em 0;}
	
ul {list-style-type: none; margin-bottom: 40px;}

li {margin: 0;}
	
p a, li a {font: normal 1.0em/1.85em Verdana, Geneva, sans-serif; color: #ffb163;
	text-decoration: none;}
	
p a:hover, li a:hover {color: #ffe8ce;
	text-decoration: underline;}
	
p.caption {font: normal .7em/1.8em Verdana, Geneva, sans-serif; color: #cc925e;
	margin: 0 0 1.85em 0;}

p#footer {
	font: .6em/1.8em Verdana, Arial, Helvetica, sans-serif; color: #7e5743;
	text-align: left;
	padding: 0;
	margin: 0 0 1.2em 0;
}

p#footer a {
	font: 1.0em/1.2em Verdana, Arial, Helvetica, sans-serif; color: #7e5743;
	text-decoration: none;
}

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

/*Images/Flash
=============================================================*/

.thumbs {
	float: left;
	list-style-type: none;
	margin: 0 0 0 20px;
}

.thumbs a {
	display: block;
	width: 50px; height: 50px;
	background-color:#ccc;
	margin-bottom: 5px;
}

.image {float: left; margin: 0 20px 20px 0;}

