@import "reset.css";

html
{
	background-color: black;
	margin: 0;
	padding: 0;
}

body
{
	background-color: #000;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

strong
{
	color: #666;
}

.underline
{
	text-decoration: underline;
}

#wrapper
{
	background-image: url(../media/background.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 1167px;
	height: 1351px;
}

#content
{
	width: 899px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#header
{
	width: 899px;
	height: 72px;
	background-image: url(../media/header_bg.gif);
	background-repeat: repeat-x;
	margin-left: 4px;
}

h2
{
	font-family: "Futura", "Verdana";
	font-size: 22px;
	color: #666;
	font-stretch: narrower;
	font-weight: lighter;
	text-align: left;
}

#mainmenu
{
	margin: 16px 0 0 468px;
	position: absolute;
}

#mainmenu ul
{
	display: inline;
	list-style: none;
}

.homeBtn:link, .homeBtn:visited
{
	width: 37px;
	height: 20px;
	background-image: url(../media/mainmenu.png);
	background-repeat: no-repeat;
	margin: 0px 0 0 10px;
	position: absolute;
	 
}

.homeBtn:active, .homeBtn:hover
{
	background-position: 0px -20px;
}

.aboutBtn:link, .aboutBtn:visited
{
	width: 60px;
	height: 20px;
	background-image: url(../media/mainmenu.png);
	background-position: -64px 0px;
	background-repeat: no-repeat;
	margin: 0px 0 0 77px;
	position: absolute;
	 
}

.aboutBtn:active, .aboutBtn:hover
{
	background-position: -64px -20px;
}

.portfolioBtn:link, .portfolioBtn:visited
{
	width: 67px;
	height: 20px;
	background-image: url(../media/mainmenu.png);
	background-position: -153px 0px;
	background-repeat: no-repeat;
	margin: 0px 0 0 165px;
	position: absolute;
	 
}

.portfolioBtn:active, .portfolioBtn:hover
{
	background-position: -153px -20px;
}

.blogBtn:link, .blogBtn:visited
{
	width: 31px;
	height: 20px;
	background-image: url(../media/mainmenu.png);
	background-position: -248px 0px;
	background-repeat: no-repeat;
	margin: 0px 0 0 260px;
	position: absolute;
	 
}

.blogBtn:active, .blogBtn:hover
{
	background-position: -248px -20px;
}

.contactBtn:link, .contactBtn:visited
{
	width: 84px;
	height: 20px;
	background-image: url(../media/mainmenu.png);
	background-position: -310px 0px;
	background-repeat: no-repeat;
	margin: 0px 0 0 320px;
	position: absolute;
	 
}

.contactBtn:active, .contactBtn:hover
{
	background-position: -310px -20px;
}

/*		SLIDER CSS		*/

.panel ul						
{ 
	text-align: left; 
	margin: 0 15px 0 30px; 
}

.stripViewer						
{ 
	position: relative; 
	overflow: hidden; 
	width: 883px; 
	height: 311px; 
	margin-left:7px;
	margin-top:7px;
}

.stripViewer .panelContainer				
{ 
	position: relative; 
	left: 0; 
	top: 0; 
}

.stripViewer .panelContainer .panel			
{ 
	float: left; 
	height: 100%; 
	position: relative; 
	width: 883px; 
}

.stripNavL, .stripNavR, .stripNav			
{ 
	display: none; 
}

.photo-meta-data					
{ 
	background: url(../media/transpBlack.png); 
	padding: 16px; 
	height: 30px;
	margin-top: -50px; 
	position: relative;
	z-index: 9999; 
	color: white; 
	font-family: "Futura", "Verdana";
	font-stretch: narrower;
	font-weight: lighter;
	font-size: 16px; text-align: left;
	 
}


#slider
{
	width: 899px;
	height: 327px;
	background-image: url(../media/slider_bg.gif);
	background-repeat: repeat-x;
	padding-top: 1px;
	margin-left: 5px;
}

#sliderItem
{
	background-image: url(../media/pe_slider.jpg);
	background-repeat: no-repeat;
	width: 883px;
	height: 311px;
	margin-left:7px;
	margin-top:7px;
}

.logo
{
	background-image: url(../media/logo.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 116px;
	height: 47px;
	margin: 10px;
	 
}

#webSlide
{
	width: 899px;
	height: 199px;
	background-image: url(../media/webslide_bg.gif);
	background-repeat: no-repeat;
}

#appSlide
{
	width: 899px;
	height: 160px;
	background-image: url(../media/appslide_bg.gif);
	background-repeat: no-repeat;
}

#printSlide
{
	width: 899px;
	height: 119px;
	background-image: url(../media/printslide_bg.gif);
	background-repeat: no-repeat;
}

#overviewbar
{
	width: 899px;
	height: 30px;
	border-top: dotted 1px #ccc;
	background: white;
}

.righttext
{
	width: 556px;
	float: right;
}

.reset
{
	background-image: url(../media/reset.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 25px;
	width: 60px;
	float: right;
	margin-right: 15px;
	margin-top: 2px;
}

.serviceContent
{
	margin: 20px 0 0 25px;
	width: 850px;
}

.serviceContent p, .maintextarea p
{
	font-family: "Futura", "Verdana";
	font-stretch: narrower;
	font-weight: lighter;
	font-size: 16px;
	color: #999;
	text-align: justify;
}

.subheading
{
	color: #666;
	display: block;
}

.leftcontent
{
	float: left;
	width: 290px;
}

.serviceImg
{
	border: 6px solid white;
	height:161px;
	margin-top:18px;
	width:255px;
}

.tickicon
{
	background-image: url(../media/tick.png);
	background-repeat: no-repeat;
	width: 42px;
	height: 60px;
	float: left;
	margin: 0 10px 0 0;
	 
}

.clockicon
{
	background-image: url(../media/clock.png);
	background-repeat: no-repeat;
	width: 42px;
	height: 90px;
	float: left;
	margin: 0 10px 0 0;
	 
}

.duckicon
{
	background-image: url(../media/duck.png);
	background-repeat: no-repeat;
	width: 42px;
	height: 70px;
	float: left;
	margin: 0 10px 0 0;
	 
}

.buttonset
{
	margin: 40px 0 0 0;
	width:267px;
}

.viewportfolio
{
	float: left;
	width: 145px;
	height: 35px;
	background-position: top center;
	background-image: url(../media/portfolioBtn.png);
	background-repeat: no-repeat;
	 
}

.viewportfolio:hover
{
	background-position: center bottom;
}

.enquiry
{
	float: right;
	width: 120px;
	height: 35px;
	background-image: url(../media/contactUsBtn.png);
	background-repeat: no-repeat;
	 
}

.enquiry:hover
{
	background-position: center bottom;
}

.options
{
	width: 868px;
	height: 210px;
}

.option
{
	float: left;
	margin-right: 19px;
	width: 195px;
	height: 210px;
	border: 1px solid #999;
	cursor: pointer;
}

.optionimg
{
	width: 195px;
	height: 180px;
	float: left;
}

.optionname
{
	width: 195px;
	height: 25px;
	background-color: #999;
	display: block;
	float: left;
	text-align: center;
	color: #fff;
	font-family: "Futura", "Verdana";
	font-stretch: narrower;
	font-weight: lighter;
	font-size: 14px;
	padding-top: 5px;
}

/* ==================== Accordion ====================== */

div #test-accordion
{
	margin-left: 5px;
}

div.accordion {
	position: relative;
	width:899px;
}

div.accordion-toggle{
   	position: relative;
    z-index: 10;
   	cursor: pointer;
	border: none;
}

div.accordion-toggle-active, div.accordion-toggle-active .reset{
	background-position: 0 99.8%;
}

div.accordion-content, .overview{
    overflow: hidden;
	color:#999;
	width: 899px;
	height: 400px;
	background-color: #f5f5f5;
	background-image: url(../media/overview_bg.gif);
	background-repeat: no-repeat;
	text-align: left;
}

.background {
    color: #f5f5f5;
}

a
{
	color: #e96c1e;
	text-decoration: none;
}

.blogfeed
{
	width: 410px;
	height: 245px;
	text-align: left;
	float: left;
	margin: 25px 25px 30px;
}

.blogfeed ul, .twitts ul
{
	list-style: none;
	padding: 0;
	font-family: "Futura", "Verdana";
	font-stretch: narrower;
	font-weight: lighter;
	font-size: 12px;
}

.twitts ul li
{
	margin-bottom: 15px;
}

.blogfeed ul li
{
	padding: 8px 0 30px 0;
}

.mid
{
	background-image: url(../media/divide.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	 
}

.posttitle, .more, .signup, .twitter
{
	color: #b87300;
	font-family: "Futura", "Verdana";
	font-stretch: narrower;
	font-weight: lighter;
	font-size: 12px;
}

.postdate
{
	display: block;
	float: right;
	color: #666;
}

.newsletter
{
	background-color: #e9eaea;
	width: 390px;
	height: 152px;
	text-align: left;
	float: right;
	padding: 20px 10px 0 10px;
	margin: 24px 25px 0 0;
	font-family: "Futura", "Verdana";
	font-stretch: narrower;
	font-weight: lighter;
	font-size: 12px;
}

.signupform
{
	margin: 10px 0 0 0;
}

.signupform input[type="text"]
{
	border: solid 1px #ccc;
	height: 17px;
	font-family: "Futura", "Verdana";
	font-stretch: narrower;
	font-weight: lighter;
	font-size: 12px;
	width: 154px;
	color: #999;
	padding: 2px;
}

.signupdesc
{
	font-size: 9px;
	display: block;
}

.button
{
	color: #000;
	background-image: url(../media/signupBtn.png);
	background-repeat: no-repeat;
	height: 27px;
	width: 61px;
	padding: 0;
	margin: 0;
	border: 0;
	cursor: pointer;
	 
}

.button:hover
{
	background-position: left bottom;
}

.twitts
{
	float:right;
	font-family:"Futura","Verdana";
	font-size:12px;
	font-stretch:narrower;
	font-weight:lighter;
	height:108px;
	margin-right:18px;
	margin-top:25px;
	text-align:left;
	width:417px;
}

.twitts ul li span a
{
	color: #666;
}

.twitt_time, .twitt_time a
{
	color: #B87300;
}

.follow
{
	font-family: "Futura", "Verdana";
	font-stretch: narrower;
	font-weight: lighter;
	font-size: 12px;
	margin-left: 235px;
	color: #999;
}

.further
{
	font-family: "Futura", "Verdana";
	font-stretch: narrower;
	font-weight: lighter;
	font-size: 12px;
	color: #999;
}

#footer
{
	width: 899px;
	height: 42px;
	background-image: url(../media/footer_bg.gif);
	background-repeat: repeat-x;
	float: left;
	margin-left: 5px;
}

.copynotice
{
	margin:0;
	padding-top:14px;
	color: white;
	text-align: center;
	font-family: "Futura", "Verdana";
	font-size: 8pt;
}

/* SUB PAGE SPECIFICS */

.innercontent
{
	margin-left: 5px;
}

.maintextarea
{
	background-color: #f5f5f5;
	background-image: url(../media/overview_bg.gif);
	background-repeat: no-repeat;
	width: 849px;
	height: 1017px;
	float: left;
	padding: 25px 25px;
	text-align: left;
}


.maintextarea ul li
{
	font-family: "Futura", "Verdana";
	font-stretch: narrower;
	font-weight: lighter;
	font-size: 12px;
	color: #999;
	text-align: justify;
}



.webimg
{
	float: left;
	width: 250px;
	height: 267px;
	border: 6px solid white;
	margin: 15px 0 15px 0;
}

.nextpara
{
	float: left;
}

#ecommerceHead
{
	width: 899px;
	height: 199px;
	background-image: url(../media/appSectionHead.gif);
	background-repeat: no-repeat;
}

#brandHead
{
	width: 899px;
	height: 199px;
	background-image: url(../media/brandHead.gif);
	background-repeat: no-repeat;
}

/*		  BRANDING PAGE SPECIFICS	    	*/

.brieficon
{
	width: 100px;
	height: 100px;
	background: url(../media/newbrief.png) no-repeat;
	float: left;
	margin-right: 20px;
	 
}

.h75
{
	height: 75px;
}

.h70
{
	height: 70px;
}

.questionicon
{
	width: 100px;
	height: 100px;
	background: url(../media/askquestions.png) no-repeat;
	float: left;
	margin-right: 20px;
	 
}

.researchicon
{
	width: 100px;
	height: 100px;
	background: url(../media/researchicon.png) no-repeat;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
	 
}

.sketchicon
{
	width: 100px;
	height: 100px;
	background: url(../media/sketchicon.png) no-repeat;
	float: left;
	margin-right: 20px;
	 
}

.coffeeicon
{
	width: 100px;
	height: 100px;
	background: url(../media/coffeeicon.png) no-repeat;
	float: left;
	margin-right: 20px;
	 
}

.pdficon
{
	width: 100px;
	height: 100px;
	background: url(../media/pdficon.png) no-repeat;
	float: left;
	margin-right: 20px;
	 
}

.finishedicon
{
	width: 100px;
	height: 100px;
	background: url(../media/finishedicon.png) no-repeat;
	float: left;
	margin-right: 20px;
	 
}

/*		About Page Specifics	*/

.aboutheader, .contactheader, .portfolioheader, .blogheader
{
	width: 899px;
	height: 199px;
}

.aboutheader
{
	background: url(../media/aboutHead2.jpg) no-repeat;
}

.blogheader
{
	background: url(../media/blogHead.jpg) no-repeat;
}

.portfolioheader
{
	background: url(../media/portfolioHead.jpg) no-repeat;
}

.contactheader
{
	background: url(../media/contactHead.jpg) no-repeat;
}

.optionurl
{
	height:205px;
	width:190px;
	display: block;
	position: absolute;
}

.workdone
{
	display: block;
	color: #666;
}

.portfolioImg
{
	width: 840px;
	border: #999 solid 5px;
}

.address p
{
	margin: 0;
}

.contactinfo
{
	background-color:#E9EAEA;
	float:right;
	margin:12px 20px 0 0;
	padding: 20px 20px;
	width:250px;
}

#quicknote
{
	float: left;
	width: 500px;
}

.formtextfield
{
	background-color:white;
	border:1px solid #999999;
	color:#999999;
	font-family:"Futura","Verdana";
	font-size:16px;
	height:22px;
	margin-top:10px;
	padding:5px;
	width:350px;
}

.formtextarea
{
	background-color:white;
	border:1px solid #999999;
	color:#999999;
	font-family:"Futura","Verdana";
	font-size:16px;
	height:200px;
	margin-top:10px;
	padding:5px;
	width:450px;
	display: block;
}

.secquestion
{
	color:#E96C1E;
	font-family:"Futura","Verdana";
	font-size:16px;
	margin-right:10px;
	margin-top:10px;
}

.secanswer
{
	background-color:white;
	border:1px solid #999999;
	color:#999999;
	font-family:"Futura","Verdana";
	font-size:16px;
	height:22px;
	margin-top:10px;
	padding:5px;
	width:290px;
}

.contactsubmit
{
	display: block;
	text-align: center;
	font-family: "Futura", "Verdana";
	font-size: 16px;
	width: 460px;
	height: 36px;
	padding: 5px;
	color: white;
	background-color: #e96c1e;
	border: solid 1px #999;
	margin-top: 15px;
	cursor: pointer;
}

.downloadbox
{
	background-color:#E9EAEA;
	float:right;
	margin:12px 20px 0 0;
	padding: 20px 20px;
	width:250px;
}

.LV_validation_message
{
	font-family: "Futura", "Verdana";
	font-stretch: narrower;
	font-weight: lighter;
	font-size: 12px;
	margin-left: 10px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}

.emailsuccess
{
	color:#00CC00;
}