/*

Authour : Stuart Grant

*/

/*****************************/
/*  pallette*/
/* 
yellow 		:	#feb600;
red			:	#ed2a03;
grey		:	#b2b2b2;
*/

* {margin:0; padding:0;}

body {
	font-size: 62.5%;
	font-family:tahoma, Arial, Helvetica, sans-serif ;
	margin:0;
	padding-bottom:50px;
	background:#000;
	color:#a8a8a8;
}

p a {
	font-weight:bold;
}

ul {
	list-style: none;
	margin: 0px 0px 0px 30px;
	padding: 0px;
}

li {
	margin: 0px 0px 0px 0px;
	list-style: none;
	color: #a8a8a8;
	font-size: 12px;
	padding: 0px;
	list-style:circle;
}


a/*:link*/ {
	outline:none;
	color: #FF3E03;
	text-decoration: none;
}

/*a:visited {
	outline:none;
	color: #FF3E03;
	text-decoration: none;
}*/

a:hover {
	outline:none;
	color: #fbc100;
	text-decoration: underline;
}
/*
a:active {
	outline:none;
	color: #fbc100;
	text-decoration: none;
}
*/

::-moz-selection{ background:#feb600; color:#000;} /*04*/
::selection { background:#feb600; color:#000;}

img {
	border:0;
	margin:0px;
	padding:0px;
}


h1, h2, h3, h4{
	font-weight: bold;
	letter-spacing: -.05em;
	line-height: 1em;
	font-size:1em;
	display:block;
	color:#feb600;
	font-family:Georgia, "Times New Roman", Times, serif;
}


h1 {
	text-align: left;
	font-size: 36px;
	width:669px;
	float:left;
	margin-bottom:18px;
	color:#feb600;
	height:36px;
}

h2 {
	font-size: 24px;
	color:#ed2a03;
}


h3 {
	font-size: 36px;
	text-align:right;
	color:#feb600;
}

h4 { font-family:Georgia, "Times New Roman", Times, serif;font-size:2.4em; text-transform:uppercase;}


p {	
	font-size:1.2em;
	color:#b2b2b2;
	text-align:left;
	font-weight:normal;
	display:block;
	margin: 0 0 10px 0;
	padding: 0px 0px 0px 0px;
}

p.kicker {
	font-size:1.8em;
	color:#999999;
	line-height:1em;
}

p.small {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:1em;
	color:#4d4d4d;
	line-height:1em;
}

p.body { width: 325px; float:left; margin-right: 20px; }


span.hidden {display:none;}


#content ul, #content ul li { 
	list-style-image:url(../images/nav/nav_star.gif);
}
#content ul li {  margin-bottom:4px;}
/******* Content containers ******/
#holdingPage {
	width: 550px;
	/*left: 50%;
	top: 50%;
	position: absolute
	margin-left: -240px;
	margin-top: -200px;;*/
	margin:auto;
	margin-top:5em;
	padding: 0;
	font-family: Arial;
	}
	
	#holdingPage img{ float:left; margin: 0 0 5px 129px ;}
	
#landing { 
	float:right;
	position:relative;
	margin:0 0 0 0;
	width:479px;
	display:inline;
	list-style:none;
	border-top: 1px solid #feb600;
	border-bottom: 1px solid #feb600;
}

#landing li{
	display:inline;
	position:relative;
	list-style: none;
	cursor:default;
	height:110px;
	margin: 12px 12px 7px 12px;
	}

#landing li a:link, #landing li a:visited, #landing li a:active {
	color:#fff;
	display:inline;
	padding:0; 
	text-decoration:none;
	height:110px;
	width:134px;
	float:left;
	overflow:hidden; 
	line-height:500px;
}


#landing li.about,
#landing li.about a:link, 
#landing li.about a:visited, 
#landing li.about a:hover,
#landing li.about a:active { 
	background:url(../images/nav/land_about.gif) 0 100% no-repeat #ed2a03;   }

#landing li.work,
#landing li.work a:link, 
#landing li.work a:visited, 
#landing li.work a:hover,
#landing li.work a:active { 
	background:url(../images/nav/land_work.gif) 0 100% no-repeat #ed2a03; }

#landing li.sketch,
#landing li.sketch a:link, 
#landing li.sketch a:visited,
#landing li.sketch a:hover, 
#landing li.sketch a:active { float:right;
	background:url(../images/nav/land_sketch.gif) 0 100% no-repeat #ed2a03;}


#main_body { 
	width:970px;
	float:left;
	padding:154px 0 0 0;
	 
}


#content { 
	width:669px;
	float:left;
	padding:80px 0 0 24px; 
	position:relative;
}


#sidenav { 
	width:220px;
	float:right;
}



/*bits*/

.folio_logo{
	float:left;
	width:669px;
	margin-bottom:10px;
}


.folio_left{
	float:left;
	width:280px;
	margin-bottom:10px;
}

.folio_right { 
	float:right;
	margin-bottom:10px;
	width:362px;
}


.row {
	border-top: 1px solid #feb600;
	float:left;
	width:669px;
	margin:0 0 0 0;
	padding: 10px 0 10px 0;
}

.left { float:left;}
.right { float:right;}
.rel { position:relative;}
.half { width:320px; }
.last {	border-bottom: 1px solid #feb600;}
.padder { height:240px; background:#000;}
.10mb {margin-bottom:10px;}
.10ml {margin-left:10px;}

.folio_lrg {
	color:#fff; 
	float:left;
	position:relative;
	margin: 0 0 10px 0;
}

.folio_lrg img{ float:left;}

.folio_lrg .detail{
	position:absolute;
	bottom:0;
	left:0;
	background:#000;
	width:100%;
}

.folio_lrg .detail h4 { margin:10px;}
.folio_lrg .detail p { width:50%; margin:10px;}

a.view:link, a.view:visited, a.view:active, a.view span {
	color:#fff;
	float:left;
	display:inline;
	padding:0; 
	text-decoration:none;
	width:64px;
	height:16px;
	float:right;
	background:url(../images/nav/view.gif) top right no-repeat;
	overflow:hidden; 
	line-height:500px;
}

a.view span { width:8px; float:left; display:none;  background:none;}

a.view:hover span{
	display:block;
 	background:url(../images/nav/nav_star.gif) top left no-repeat; 
 }
 
 .whitebg { background:#fff;}

.box {
	color:#fff; 
	float:left;
	position:relative;
	margin-bottom:10px;
	overflow:hidden;
	width:699px;
}


.page_detail{
	position:absolute;
	top:5px;
	right:5px;
	background:#000;
	display:none;
	width:45%;
	border:1px solid #ed2a03;

}
.page_detail h4{ 	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.8em;
	text-transform:uppercase;
	line-height:1em;
	letter-spacing: 2px;
	color:#feb600;
	padding:5px 10px 5px 10px;
}
.page_detail p{ padding:2px 10px 2px 10px ; } 	


 /*specific*/
 
 #logo_list {
	float:right;
	position:relative;
	margin: 0 0 0;
	width:669px;
	display:inline;
	list-style:none;
}

#logo_list li{
	display:inline;
	position:relative;
	list-style: none;
	cursor:default;
	padding:4px;
	float:left
	}
 
 #logo_list li img{ width:80px; height:80px; border:1px solid #ccc;float:left } 

#loader { float:left;  margin-bottom: 24px;}
#loader img{ float:left; }
.loading {  background:url(../images/page/loading.gif) center no-repeat; width:669px; height:500px;}

/* header  structure*/
#header{
	width: 669px;
	margin: auto;
	left:24px;
	top: 19px;
	position: absolute;
	z-index:0;
	border-bottom: 1px solid #feb600;
}

#logo { position:absolute; top:0; left:0; height:169px;}


#footer { 	
	list-style:none;
	float:left;
	width:500px;
	margin:0 0 0 24px;
	padding: 0 0 20px 0;}
	
#footer li{ float:left; margin: 10px 4px 0 0;  list-style:none;}
	
	


/*navigation*/

#primary { 
	float:right;
	position:relative;
	margin:113px 0 0 0;
	width:500px;
	display:inline;
	list-style:none;
	border-bottom: 1px solid #feb600;
}

#primary li{
	display:inline;
	position:relative;
	list-style: none;
	cursor:default;
	height:39px;
	margin:0;
	}

#primary li a:link, #primary li a:visited, #primary li a:active, #primary li span {
	color:#fff;
	display:inline;
	padding:0; 
	text-decoration:none;
	height:39px;
	float:left;
	overflow:hidden; 
	line-height:500px;
}
#primary li a span { width:11px;}

#primary li a:hover span, #primary li a.active span{
 	background:url(../images/nav/big_nav_star.gif) top left no-repeat; 
 
 }

#primary li.about,
#primary li.about a:link, 
#primary li.about a:visited, 
#primary li.about a:hover,
#primary li.about a:active { 
	background:url(../images/nav/about.gif) 11px 0 no-repeat; width:113px;  }
#primary li.about {padding:0 43px 0 0; !important}		/*ie6 :(*/

#primary li.work,
#primary li.work a:link, 
#primary li.work a:visited, 
#primary li.work a:hover,
#primary li.work a:active { 
	background:url(../images/nav/work.gif) 11px 0 no-repeat; width:117px; }

#primary li.sketch,
#primary li.sketch a:link, 
#primary li.sketch a:visited,
#primary li.sketch a:hover, 
#primary li.sketch a:active { float:right;
	background:url(../images/nav/sketch.gif) 11px 3px no-repeat; width:197px; }




#secondary { 
	float:right;
	position:relative;
	margin:0;
	padding-top:6px;
	width:669px;
	display:inline;
	list-style:none;
	height:31px;
	border-bottom: 1px solid #feb600;
}

#secondary li{
	display:inline;
	position:relative;
	list-style: none;
	cursor:default;
	height:31px;
	float:right;
	}
	

#secondary li a:link, #secondary li a:visited, #secondary li a:active, #secondary li span {
	color:#fff;
	float:left;
	display:inline;
	padding:0; 
	text-decoration:none;
	height:31px;
	overflow:hidden; 
	line-height:500px;
}

#secondary li a span { width:8px;}

#secondary li a:hover span, #secondary li a.active span{
 	background:url(../images/nav/nav_star.gif) top left no-repeat; 
 
 }

#secondary li.index,
#secondary li.index a:link, 
#secondary li.index a:visited, 
#secondary li.index a:hover,
#secondary li.index a:active { 
	background:url(../images/nav/index.gif) 11px 0 no-repeat; width:78px; margin:0 0 0 0; }

#secondary li.design,
#secondary li.design a:link, 
#secondary li.design a:visited, 
#secondary li.design a:active { 
	background:url(../images/nav/design.gif) 8px 0 no-repeat; width:87px; margin-right:71px; }

#secondary li.build,
#secondary li.build a:link, 
#secondary li.build a:visited, 
#secondary li.build a:hover, 
#secondary li.build a:active { 
	background:url(../images/nav/fe.gif) 8px 0 no-repeat; width:214px; margin-right:71px; }

#secondary li.email,
#secondary li.email a:link, 
#secondary li.email a:visited, 
#secondary li.email a:hover,
#secondary li.email a:active { 
	background:url(../images/nav/email.gif) 8px 0 no-repeat; width:70px;}

#secondary li.skillset,
#secondary li.skillset a:link, 
#secondary li.skillset a:visited, 
#secondary li.skillset a:hover,
#secondary li.skillset a:active { 
	background:url(../images/nav/skillset.gif) 8px 0 no-repeat; width:92px; margin-right:165px;}



 
#tertiary { 
	float:right;
	position:relative;
	margin:0;
	width:235px;
	display:inline;
	list-style:none;

}

#tertiary li{
	display:inline;
	position:relative;
	list-style: none;
	cursor:default;
	float:right;
	width:235px;
	font-size:1.3em;
	}

#tertiary li.last{ 	border-top: 1px solid #feb600; }


#tertiary li a:link, #tertiary li a:visited, #tertiary li a:active, #tertiary li span {
	color:#feb600;
	display:inline;
	padding:0 0 0 0; 
	text-decoration:none;
	float:right;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	text-transform:uppercase;
	line-height:28px;
	letter-spacing: 2px;
	 width:200px;
}


#tertiary li span { color:#ed2a03; padding: 0 8px 0 0 ;  backg round-color:#09c; width:10px; cursor:pointer;}
#tertiary li a span { display:none; color:#ed2a03; }

#tertiary li a:hover { }


#tertiary li a:hover span{
	display:block;
	padding: 0 0 0 8px;
	
}
#tertiary li.active span{
	padding: 4px 12px 0 0 ;
	display:block; 
	font-size:2em;
}

 #tertiary li.active a span {
	padding: 4px 0 0 12px;
	display:block; 
	font-size:2em;
 }

 
#sec_index { 
	float:left;
	position:relative;
	margin:0;
	padding:0;
	width:669px;
	display:inline;
	list-style:none;
	height:243px;
}

#sec_index li{
	display:inline;
	position:relative;
	list-style: none;
	cursor:default;
	height:243px;
	float:left;
	}
	

#sec_index li a:link, #sec_index li a:visited, #sec_index li a:active {
	color:#fff;
	float:left;
	display:inline;
	padding:0; 
	text-decoration:none;
	height:243px;
	
}
#sec_index li span{ width:64px; height:241px; overflow:hidden; 	line-height:500px; position:relative }

#sec_index li span.hover{ width:198px; height:218px;  position:absolute; top:0; right:0; }
#sec_index li a:hover span.hover{ display:block; }

#sec_index li.design,
#sec_index li.design a:link, 
#sec_index li.design a:visited, 
#sec_index li.design a:active { 
	background:url(../images/nav/sec_index.gif) 100% 0  no-repeat; width:214px; 
	position:relative;
	}
#sec_index li.design { margin: 0 35px 0 -16px;}
#sec_index li.design span{ background:url(../images/nav/sec_des.png) 0 0 no-repeat ; float:left; margin-left:-2px; }
#sec_index li.design span.hover{ background:#ED2A03; }
#sec_index li.design a:hover span.hover{ display:none; }
#sec_index li.design a:hover {background:url(../images/nav/index_des_bg.jpg) 100% 0  no-repeat; }

#sec_index li.build,
#sec_index li.build a:link, 
#sec_index li.build a:visited, 
#sec_index li.build a:active { 
	background:url(../images/nav/sec_index.gif) 0 0  no-repeat; width:198px; }
#sec_index li.build a:hover { background-image:url(../images/nav/index_build_over.jpg); }
#sec_index li.build span{ background:url(../images/nav/sec_build.png) 0 0 no-repeat; float:left;margin-left:-2px; }
#sec_index li.build span.hover{ background:#ED2A03; }
#sec_index li.build a:hover span.hover{ display:none; }
#sec_index li.build a:hover {background:url(../images/nav/index_build_bg.jpg) 100% 0  no-repeat; }

#sec_index li.email,
#sec_index li.email a:link, 
#sec_index li.email a:visited, 
#sec_index li.email a:active { 
	background:url(../images/nav/sec_index.gif) 0 0  no-repeat; width:198px; float:right;}
#sec_index li.email a:hover { background-image:url(../images/nav/index_email_over.jpg); }
#sec_index li.email span{  background:url(../images/nav/sec_email.png) 0 0 no-repeat; float:left;margin-left:-2px; }
#sec_index li.email span.hover{ background:#ED2A03; }
#sec_index li.email a:hover span.hover{ display:none; }
#sec_index li.email a:hover {background:url(../images/nav/index_email_bg.jpg) 100% 0  no-repeat; }




#email_index { 
	float:left;
	position:relative;
	margin:0;
	padding:0;
	width:669px;
	display:inline;
	list-style:none;
}

#email_index li{
	display:inline;
	position:relative;
	list-style: none;
	cursor:default;
	height:100px;
	float:left;
	padding-bottom:10px;
	
	}
	

#email_index li a:link, #email_index li a:visited, #email_index li a:active {
	color:#fff;
	float:left;
	display:inline;
	padding:0; 
	text-decoration:none;
	width:667px; 
	height:95px;
	overflow:hidden; 
	line-height:500px;
	border:1px solid #feb600;
}

 #email_index li a:hover { border-color:#ed2a03 } 

#email_index li.email01 a:link, 
#email_index li.email01 a:visited, 
#email_index li.email01 a:active { 
	background:url(../images/work/email/index-food.jpg) 0 0  no-repeat;
	}

#email_index li.email02 a:link, 
#email_index li.email02 a:visited, 
#email_index li.email02 a:active { 
	background:url(../images/work/email/index-voucher.jpg) 0 0  no-repeat;
	}

#email_index li.email03 a:link, 
#email_index li.email03 a:visited, 
#email_index li.email03 a:active { 
	background:url(../images/work/email/index-mothersday.jpg) 0 0  no-repeat;
	}

#email_index li.email04 a:link, 
#email_index li.email04 a:visited, 
#email_index li.email04 a:active { 
	background:url(../images/work/email/index-ou.jpg) 0 0  no-repeat;
	}
#email_index li.email05 a:link, 
#email_index li.email05 a:visited, 
#email_index li.email05 a:active { 
	background:url(../images/work/email/index-pandp.jpg) 0 0  no-repeat;
	}




/*contact*/


#contact {
	width: 100%;
	left:0;
	top: 0;
	position: absolute;
	z-index:0;
}
#contact_form { width: 100%; background:#000; height:104px; float:left;}

#contact_btn_hld { 
	width: 100%;
	float:left;
	background:url(../images/page/bg_double.gif) top left repeat-x ;
}

#contact_btn:link, 
#contact_btn:visited, 
#contact_btn:hover, 
#contact_btn:active {
	width:196px;
	height:47px;
	background:url(../images/nav/contact.gif);
	margin-left:784px;
	overflow:hidden;
	line-height:500px;
	float:left;
} 


/*form stuff*/

#the_form { 
	float:left;
	margin:0;
	width:900px;
}

.form_item { float:left; width:200px; margin: 0 0 4px 0;  }


.left_form_hold, .left_form_hold_long { 
	width:200px;
	float:left;
	margin: 10px 0 0 10px;
}

.left_form_hold_long { width:400px;}

.left_form_hold p { font-size:1em;}

.form_item label { 
	float:left;
	width:200px;	
	color:#feb600;
	display:inline;
	padding:0; 
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	text-transform:uppercase;
	letter-spacing: 2px;
	
}

input, textarea {
	float:left;
	width:180px;
	border:1px solid #feb600;
	background:#000;
	color:#b2b2b2;
	padding:2px;
	font-size:1.1em;
	letter-spacing:normal;
	font-family:tahoma, Arial, Helvetica, sans-serif ;
}

textarea { width:380px; height:58px;}

input:focus, textarea:focus { border-color:#ed2a03;}

input.submit { 
	border:0;
	background:url(../images/page/send.gif);
	width:62px;
	height:20px;
	padding:0;
	font-size:0; color:#fff;
	margin:40px 0 0 0;
	line-height:500px;
	overflow:hidden;
	cursor:pointer;
}
#form_thanks { 
	float:left;
	width:900px;
}
#form_thanks h4{ 
	width: 800px;; 
	background:url(../images/page/thanks.gif) 0 0 no-repeat;
	height:25px;
	line-height:500px;
	overflow:hidden;
	float:left;
	margin:10px;
}

#form_thanks p{ 
	width: 800px; 
	float:left;
	margin: 0  0 10px 10px;
}

