/*	
	Copyright (c) 2009 Grant Jameison.
	Doc: default
	Revision: 1.0
	
--------------------------------------------------------------------------------------------
	Global 
--------------------------------------------------------------------------------------------*/

html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}

body {
	font-family:'Lucida sans', 'Lucida Grande', Arial, sans-serif;
	font-size:0.75em;
	color:#FFFFFF;
	background:#0a0a0a url(../images/img_nav_slice.gif) top repeat-x;
}


/* Generic Links */

a:link, a:visited, a:active {
	color:#FFC700;
	text-decoration:none;
}
a:hover {
	color:#CCC;
	text-decoration:none;
}


/*--------------------------------------------------------------------------------------------
	Structural 
  --------------------------------------------------------------------------------------------*/

#wrapper {
	width:1000px;
	margin:auto;
	position:relative;
}

#header {
	width:1000px;
	height:90px;
	float:left;
}

.left_panel {
	position:relative;
	width:250px;
	min-height:390px;
	height:auto !important;
	height:390px;
	float:left;
}
 .right_panel {
	position:relative;
	width:750px;
	min-height:390px;
	height:auto !important;
	height:390px;
	float:left;
}
.left_panel2 {
	position:relative;
	width:250px;
	min-height:100px;
	height:auto !important;
	height:100px;
	float:left;
}
.reduce {
	width:230px;
}
 .right_panel2 {
	position:relative;
	width:750px;
	min-height:100px;
	height:auto !important;
	height:100px;
	float:left;
}
.enlarge {
	width:770px;
}
#hero_panel {
	width:748px;
	height:400px;
	float:left;
	padding:0 0 0 2px;
	position:relative;
}
#slideshow {
	z-index:1;
	position:relative;
}
#output {
	width:345px;
	height:100px;
	padding:0 0 10px 30px;
	color:#FFFFFF;
	position:absolute;
	bottom:0;
	z-index:100;
}

#output p {
	color:#FFFFFF;
}

.full_col {
	width:1000px;
	float:left;
	margin:20px 0;
}

.full_col a{
	font-size:0.92em;
}


.quarter_panel {
	width:230px;
	float:left;
	padding:0 25px 0 0;
}
.quarter_panel img {
	margin:0 0 15px 0;
}

.last {
	padding:0;
	margin:0;
}

#content {
	width:450px;
	padding:0 50px 0 0;
	float:left;
}

#details {
	width:230px;
	float:left;
}

/* Footer */
#site_expand {
	width:1000px;
	float:left;
}

.expand_col {
	width:975px;
	height:25px;
	float:left;
	background:url(../images/plus.gif) no-repeat left top;
	cursor:pointer;
	position:relative;
	color:#FFFFFF;
	padding:0 0 0 25px;
	font-size:1.17em;
}

.expand_col.selected {
	background:url(../images/minus.gif) no-repeat left top;
}

#site_expand ul, #site_expand li {
	margin:0;
	padding:0;
	list-style:none;
}

#footer {
	width:100%;
	height:80px;
	margin:0;
	position:relative;
	background:url(../images/img_footer.gif) repeat-x;
}

#footer_txt {
	width:1000px;
	height:20px;
	margin:auto;
	padding:25px 0 0 0;
	text-align:right;
	color:#666666;
	font-size:0.83em;
}

/*--------------------------------------------------------------------------------------------
	Navigation 
  --------------------------------------------------------------------------------------------*/  
/* Main nav */

#header img{
	float:left;
	white-space:nowrap;
}

#nav_panel {
	height:60px;
	width:688px;
	background:url(../images/img_nav_bg.gif) no-repeat;
	float:left;
}

#nav_panel ul {
	margin:0;
	padding:0;
	list-style:none;
}

#nav_panel li {
	margin:25px 0 0 0;
	padding:0 0 0 10px;
	list-style:none;
	float:left;
	border:#666 solid;
	border-width:0 1px 0 0;
}

#nav_panel li a:link, #nav_panel li a:active, #nav_panel li a:visited {
	color:#FFC700;
	height:16px;
	padding:0 10px 0 0;
	font-size:0.92em;
}

#nav_panel li a#selected, #nav_panel li a:hover{
	color:#cccccc;
}

#nav_panel .first {
	margin:25px 0 0 20px;
}

#nav_panel .last {
	margin:25px 20px 0 0;
	border:none;
}

#nav_panel .end {
	margin:25px 0px 0 0;
	border:none;
}


/* Subnav  */

#subnav {
	width:250px;
	float:left;
	background:url(../images/img_gallery_bg.gif) no-repeat;
}


#subnav li {
	list-style:none;
}

#subnav a:link, #subnav a:active, #subnav a:visited {
	float:left;
	width:125px;
	height:97px;
	margin:0 0 1px 0;
}
#subnav a img { 
	filter:alpha(opacity=0);
	opacity: 0;
}
#subnav a:hover img { 
	filter:alpha(opacity=30);
	opacity: 0.3;
}

#subnav a.activeSlide img { 
	filter:alpha(opacity=100);
	opacity: 1;
}
#subnav a:focus { 
	outline: none; 
}

/* Worknav  */
#worknav {
	width:250px;
	position:absolute;
	bottom:0;
}

#worknav a:link, #worknav a:active, #worknav a:visited {
	margin: 10px 15px 0px 0;
	color:#cc9900;
	padding:2px 3px 1px 3px;
	float:left;
	width:15px;
	height:15px;
	text-align:right;
}
#worknav a.activeSlide { 
	background:#303030;
}
#worknav a:focus { 
	outline: none; 
}

/* Gallery  */
.gallery ul, .gallery li{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}

.gallery a:link img, .gallery a:active img, .gallery a:visited img {
	width:170px;
	height:89px;
	filter:alpha(opacity=100);
	opacity: 1;
	margin:0 0 10px 20px;
}
.gallery a.activeSlide img{ 
	filter:alpha(opacity=30);
	opacity: 0.3;
}
.gallery a:focus { 
	outline: none; 
}

/*--------------------------------------------------------------------------------------------
	Typography
  --------------------------------------------------------------------------------------------*/
/* Headings */
h1 {
	font-size:2em;
	margin:10px 0;
	padding:0;
	font-weight:normal;
}

h2 {
	font-size:1.17em;
	margin:0 0 10px 0;
	padding:0;
	font-weight:normal;
}




/* Type */
p {
	color:#999999;
	font-size:0.92em;
}
.left_panel p {
	margin:0 20px 0 25px;
}

#content li {
	color:#999999;
	font-size:0.92em;
}


hr {
	border:solid #FFC700;
	border-width:1px 0 0 0;
	height:1px;
	background:none;
	width:1000px;
	margin:10px 0;
	float:left;
	display:inline;
}

.folio {
	width:750px;
	border:dotted #333;
	border-width:1px 0 0 0;
	margin:20px 0;
}
/*--------------------------------------------------------------------------------------------
	Forms - form, input, label etc
  --------------------------------------------------------------------------------------------*/
form {
	padding:0;
	margin:0;
}

label {
	width: 100px;
	float: left;
	text-align: left;
	margin-right: 5px;
	display: block
}

input, textarea {
	border:#FFC700 solid 1px;
	background:#000000;
	color:#FFFFFF;
}

input#searchbtn {
	border:#FFC700 solid 1px;
	background:#FFC700;
	color:#000000;
	cursor:pointer;
}

