@charset "UTF-8";
/* CSS Document */

* {margin: 0px; padding:0px; border:none;}

html, body {
	width:100%;
	height:100%;
}
body {
	background:url(../images/background.gif) top repeat-x #FFF;
	font-family: Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
a, a:link, a:visited {
	color: #C00;
	text-decoration:none;
	border-bottom: 1px dotted;
}
a:hover, a:active {
	color:#999;
	text-decoration:none;
	border-bottom: 1px dotted;
}

div#page-wrapper {
	width:100%;
	height:auto;
	border-bottom:solid 1px #000;
	padding-bottom:20px;
}
div#content-wrapper{
	width:800px;
	margin:auto;
	top:0px;
	height:auto;
}
div#logo{
	float:left;
	width:105px;
	height:150px;
	top:0px;
}
div#logo h1 a {
	display:block;
	width:105px;
	height:150px;
	text-indent:-999em;
	background:url(../images/logo.gif) top no-repeat;
}
div#navigation{
	float:left;
	width:695px;
	height:150px;
	top:0px;
}

/*MAIN NAVIGATION*/
div#navigation ul {
	height:18px;
	list-style:none;
	float:right;
	margin:10px 0 -30px 0;
	font-weight:bold;
	text-transform:uppercase;
}
div#navigation ul li {
	height:20px;
	width:100px;
	padding:10px 0 0 0;
	float:left;
	text-align:center;
}
div#navigation ul li a, div#navigation ul li a:link, div#navigation ul li a:visited {
	height:20px;
	padding:10px 0 0 0;
	color:#000;
	border:none;
	background:none;
}

div#navigation ul li a:hover, div#navigation ul li a:active {
	background:url(../images/blackarrow.gif) top center no-repeat;
}

/*SUB NAVIGATION*/

div#navigation ul.level2 {
	height:auto;
	list-style:none;
	margin:6px 0px 0px -1px;
	font-weight:bold;
	text-transform:uppercase;
	float:none;
}
div#navigation ul.level2 li {
	height:30px;
	width:100px;
	padding:0px;
	float:none;
	border-left:1px solid #000;
	text-align:left;
}

div#navigation ul.level2 li a, div#navigation.level2 ul li a:link, div#navigation.level2 ul li a:visited {
	height:14px;
	padding:10px 0 8px 30px;
	color:#000;
	border:none;
	background:none;
	display:block;
}
div#navigation ul.level2 li a:hover, div#navigation ul.level2 li a:active {
	background:url(../images/leftblackarrow.gif) left no-repeat;
}
li.parent {
	border-left:1px solid #000!important;
	background:url(../images/blackarrow.gif) top center no-repeat!important;
}
li.child {
	background:url(../images/leftblackarrow.gif) left no-repeat;
}



div#main-image {
	position:relative;
	float:left;
	width:800px;
	height:395px;
}
div.bottom-box {
	float:left;
	width:255px;
	height:116px;
	margin:20px 16px 0px 0px;
}

div.bottom-box a {
	width:255px;
	height:116px;
	display:block;
	border:none!important;
	text-indent:-999em;
	}
div.bottom-box a:hover, div.bottom-box a:active {
	background:none;
	border:none!important;
	}
div#branding {
	background:url(../images/branding_r.jpg) no-repeat;
	}
.branding {background:url(../images/branding.jpg) no-repeat;}

div#design {
	background:url(../images/design_r.jpg) no-repeat;
	}
.design {background:url(../images/design.jpg) no-repeat;}
	
div#digital {
	background:url(../images/digital_r.jpg) no-repeat;
	}
.digital {background:url(../images/digital.jpg) no-repeat;}

.active {background:none;}

div#footer {
	clear:both;
	width:800px;
	margin:auto;
	padding-top:10px;
	height:30px;
	text-align:right;
	font-size:9px;
}

div#footer ul {
	border-right:1px solid #000;
	height:14px;
	list-style:none;
	float:right;
}
div#footer ul li {
	border-left:1px solid #000;
	height:10px;
	padding:3px 6px 1px 6px;
	float:left;
}

div#footer a, div#footer a:link, div#footer a:visited {
	color: #999;
	text-decoration:none;
	border-bottom: 1px dotted;
}
div#footer a:hover, div#footer a:active {
	color:#C00;
	text-decoration:none;
	border-bottom: 1px dotted;
}

div#phone, div#email {
	width:138px;
	height:19px;
	margin-right:20px;
	float:left;
}
div#phone {
	background:url(/images/phone_r.jpg) no-repeat;
}
div#email {
	background:url(/images/email_r.jpg) no-repeat;
}
div#phone a, div#email a {
	display:block;
	width:138px;
	height:19px;
	text-indent:-999em!important;
}
div#phone a, div#phone a:link, div#phone a:visited {
	background:url(/images/phone.jpg) no-repeat;
}
div#email a, div#email a:link, div#email a:visited {
	background:url(/images/email.jpg) no-repeat;
}

div#phone a:hover, div#phone a:active, div#email a:hover, div#email a:active {
	background:none!important;
}
	

.last {margin-right:0px!important; padding-right:0px!important;}

.noline, li.noline {border:none!important;}

/* CONTENT STYLING */

div.whitebox h2 {
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	margin:20px 15px 10px 0;
	border-bottom:2px groove #000;
}
div.whitebox h3 {
	font-size:14px;
	margin:10px 0px 0px 0px;
}
	
div.whitebox p {
	line-height:1.5em;
	padding-right:10px;
	}
div.whitebox p.small {
	line-height:1.2em;
	padding-right:10px;
	font-size:12px;
	}
div.whitebox form label {
	font-weight:bold;
	font-size:14px;
}

div.whitebox form input {
	width:90%;
	height:22px;
	background:#FFF;
	border:1px solid #999;
	font-size:16px;
	margin-bottom:10px;
}
div.whitebox form input.submit:hover {
	background:#C00;
	color:#FFF;
}
div.nextLink {
	position:absolute;
	bottom:7px;
	right:20px;
	text-align:right;
	width:100%;
	height:15px;
	font-size:10px;
}

div#sliderfade{width:800px; height:375px; position:absolute; top:0px; left:0px;}
div#whiteboxholder {width:800px; height:375px; position:absolute; top:0px; left:0px; z-index:10;}

/* MAIN IMAGE SLIDER ETC */
		
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		a:focus { outline:none }
		
		.wrapper img { border: 0; width:800px; height:375px; }
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0px;
		}
		

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 800px; height: 375px; background: #fff; overflow: scroll}
		.csw .loading {height:175px; padding: 100px 0 100px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: none; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 800px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 375px;
			clear: both;
			background: #fff;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 800px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 0px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			float:right;
			margin:0px 0px 10px 0px;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
			width:10px;
			height:10px;
		}
		
		.stripNav a { /* The nav links */
			width:10px;
			height:10px;
			display: block;
			text-indent:-999em;			
		}
		
		.stripNav li a { background: #999 }
	
		
		.stripNav li a:hover {
			background: #666;
		}
		
		.stripNav li a.current {
			background: #000;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			display:none;
		}
		
		.images {
			width:800px;
			height:375px;
			display:block;
			background:no-repeat;
		}
		/* sliding whitebox */
		
		.whitebox {
	float:right;
	margin: 0 0;
	padding: 0;
	background: url(../images/whitebg.png);
	height: 355px;
	width:217px;
	z-index:10;
	padding:10px;
}
.slide {
	float:right;
	margin: 0 0;
	background: url(../images/whitebg.png);
	clear:none;
}
.btn-slide {
	
	background: url(../images/OpenClose.gif) no-repeat top;
	width: 20px;
	height: 375px;
	padding: 0 0 0 0;
	margin: 0 0;
	display: block;
	color: #000;
	text-decoration: none;
	text-indent:-999em;
}
.active {
	background-position: right 12px;
}

div#butterfly {float:left; height:375px; width:540px; margin:0px; padding:0px; z-index:1; background:transparent; clear:none;}


/* Clear FIx */

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

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}