div,p,label,a,a:hover {outline:none;}
form {padding:0; margin:0;}
body {
	background: #fff url('../images/assets/bg.jpg') 50% 0% repeat-x;
	margin: 0;
	padding: 0;
}
#introFlash {
	background: transparent;
	width: 1000px;
	height: 1361px;
	padding: 0;
	margin: 0 auto;
	display: block;
	position: absolute;
	top: -5px;
	left: -80px;
	z-index: 1000;
}
#container {
	width: 851px;
	margin: 0 auto;
	padding: 0;
	display: block;
	clear: both;
	position: relative;
}

#header {
	width: 851px;
	height: 116px;
	margin: 0 auto;
	padding: 0;
	display: block;
	clear: both;
	position: relative;
}
#header a.logo, a.logo:hover {
	background: url('../images/logo/logo.png') 0% 0% no-repeat;
	width: 235px;
	height: 97px;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: 10px;
	left: -17px;
	z-index: 10;
	font-size: 0;
	line-height: 0;
	color: #5D5D5D;
}
#header #navigation {
	width: auto;
	height: 25px;
	margin: 0;
	padding: 91px 0 0 0;
	display: block;
	float: right;
}
#header #navigation a, #header #navigation a:hover {
	height: 18px;
	margin: 0 0 0 8px;
	padding: 0 30px 0 0;
	display: inline-block;
	float: left;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #656564;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	border-bottom: 0;
}
#header #navigation a:hover, #header #navigation a.active, #header #navigation a.active:hover {
	color: #000;
	border-bottom: 6px #4f68a3 solid;
}

#slideshow {
	width: 851px;
	height: 300px;
	margin: 0 auto;
	padding: 0;
	display: block;
	clear: both;
	position: relative;
}
#slideshow img.corners {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
#slideshow #banner {
	width: 851px;
	height: 300px;
	margin: 0 auto;
	padding: 0;
	display: block;
	clear: both;
	border-bottom: 6px #4f68a3 solid;
	overflow: hidden;
}
#slideshow #showreel {
	width: 851px;
	height: 300px;
	margin: 0 auto;
	padding: 0;
	display: block;
	clear: both;
	border-bottom: 6px #4f68a3 solid;
	overflow: hidden;
}
#slideshow #nav {
	width: 380px;
	height: 24px;
	padding: 0;
	margin: 0;
	display: block;
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 20;
}
#nav a, #nav a:hover, #nav a.activeSlide, #nav a.activeSlide:hover {
	background: transparent url('../images/assets/slideshowLink.png') 0 0 no-repeat;
	width: 20px;
	height: 18px;
	padding: 2px 0 0 0;
	margin: 0 4px 0 0;
	display: inline-block;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
	text-align: center;
}
#nav a.activeSlide, #nav a.activeSlide:hover {
	font-weight: bold;
	color: #000000;
}

#content {
	width: 851px;
	padding: 0 0 30px 0;
	margin: 0;
	display: block;
	clear: both;
}
#content div#leftcol {
	width: 511px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	padding: 34px 34px 0 30px;
	margin: 0;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
#content div#rightcol {
	width: 266px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	padding: 79px 0 0 10px;
	margin: 0;
	display: block;
	float: left;
}

#footer {
	background: transparent url('../images/assets/footer.jpg') 0 0 no-repeat;
	width: 851px;
	height: 160px;
	padding: 0;
	margin: 0;
	dispaly: block;
	clear: both;
	position: relative;
}
#footer div.links {
	width: 372px;
	height: 14px;
	padding: 0;
	margin: 0;
	display: block;
	position: absolute;
	top: 5px;
	right: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #626262;
	text-decoration: none;
	word-spacing: 6px;
	letter-spacing: normal;
	cursor: default;
}
#footer div.links a, #footer div.links a:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #4D4D4D;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	cursor: pointer;
}

/**
All Page Styles
**/
h1 {
	font-family: "GillSans Light", Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #333333;
	display: block;
	clear: both;
	padding: 0 0 14px 0;
	margin: 0 0 14px 0;
	border-bottom: 1px #cdcdcd solid;
	cursor: default;
}
h2 {
	font-family: "GillSans Light", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #333333;
	display: block;
	clear: both;
	margin: 35px 0 0 0;
	cursor: default;
}
#content div#leftcol p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height: 20px;
	cursor: default;
	display: block;
	clear: both;
}
#content div#leftcol p a, #content div#leftcolp a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4F68A3;
	text-decoration: none;
}
#content div#leftcol p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4F68A3;
	text-decoration: underline;
}

/**
Right Column
**/
div.rightBox {
	background: transparent url('../images/assets/rightcolbox.jpg') 0 0 no-repeat;
	width: 226px;
	min-height: 159px;
	height: auto !important;
	height: 159px;
	padding: 28px 5px 5px 5px;
	margin: 0 0 20px 0;
	display: block;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #595959;
	text-decoration: none;
	border-bottom: 1px #CDCDCD solid;
	position: relative;
}
div.rightBoxContent {
	width: 200px;
	margin: 0 auto;
	display: block;
	clear: both;
	cursor: default;
}
span.gillSansLight {
	font-size: 18px !important;
}
span.gillSansBold {
	font-size: 14px !important;
}
a.blue, a.blue:hover {
	background: transparent url('../images/assets/blueLink.gif') 0 0 no-repeat;
	width: 109px;
	height: 22px;
	padding: 8px 0 0 12px;
	margin: 0 0 0 -8px;
	display: block;
	clear: both;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
div.flashHolder {
	width: 225px;
	min-height: 154px;
	height: auto !important;
	height: 154px;
	padding: 0;
	margin: 0;
	display: block;
	clear: both;
	position: relative;
}
#flashMovie {
	width: 225px;
	padding: 0;
	margin: 0;
	display: block;
	clear: both;
}
a.play, a.play:hover {
	background-image: url('../images/video/play.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 225px;
	height: 154px;
	padding: 0;
	margin: 0;
	display: block;
	clear: both;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0px;
	font-weight: normal;
	color: #DAE1E9;
	text-decoration: none;
	line-height: 0;
	cursor: pointer;
}
a.play:hover {
	background-position: 0 -154px;
}
a.exit, a.exit:hover {
	background: transparent url('../images/icons/exit.png') 0 0 no-repeat;
	width: 32px;
	height: 32px;
	padding: 0;
	margin: 0;
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 0px;
	line-height: 0;
	cursor: pointer;
}
img.loadingFlash {
	display: block;
	position: absolute;
	top: 35px;
	left: 76px;
}

/**
Portfolio Listing
**/
#tabHolder {
	background: url('../images/assets/tabcontent.jpg') 0 21px repeat-x;
	width: 511px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	padding: 0;
	margin: 0;
	display: block;
	clear: both;
}
#tabLinks {
	width: 511px;
	height: 21px;
	padding: 0;
	margin: 0;
	display: block;
	clear: both;
}
#tabLinks a, #tabLinks a:hover {
	background-image: url('../images/assets/tabs.gif');
	background-position: 0 -21px;
	background-repeat: no-repeat;
	width: 150px;
	height: 17px;
	padding: 4px 0 0 10px;
	margin: 0 4px 0 3px;
	display: inline-block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
}
#tabLinks a.small, #tabLinks a.small:hover {
	background-image: url('../images/assets/tabs_small.gif');
	background-position: 0 -21px;
	background-repeat: no-repeat;
	width: 85px;
	height: 17px;
	padding: 4px 0 0 10px;
	margin: 0 4px 0 3px;
	display: inline-block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
}
#tabLinks a.medium, #tabLinks a.medium:hover {
	background-image: url('../images/assets/tabs_medium.gif');
	background-position: 0 -21px;
	background-repeat: no-repeat;
	width: 115px;
	height: 17px;
	padding: 4px 0 0 10px;
	margin: 0 4px 0 3px;
	display: inline-block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
}
.activeTab {
	background-position: 0 0 !important;
	color: #444 !important;
}
#tabContent {
	width: 491px;
	padding: 10px;
	margin: 0;
	display: block;
	clear: both;
}
#tabContent p {
	padding: 0;
	margin: 0 0 10px 0;
	display: block;
	clear: both;
}
a.linkPortfolio {
	width: 145px;
	height: 155px;
	padding: 5px;
	margin: 0 8px 10px 0;
	display: inline-block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4c4c4c;
	text-decoration: none;
	text-align: left;
}
a.linkPortfolio:hover {
	background: #f2f2f2;
	width: 145px;
	height: 155px;
	padding: 4px;
	margin: 0 8px 10px 0;
	display: inline-block;
	float: left;
	border: 1px #cdcdcd solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4c4c4c;
	text-decoration: none;
	text-align: left;
}
a.linkPortfolio img {
	width: 146px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	border: 0;
}
a.linkPortfolio:hover img {
	width: 146px;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	border: 0;
}

/**
Portfolio
**/
#portfolioGallery {
	width: 500px;
	height: 332px;
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
	position: relative;
}
#portfolioGallery img.top-round {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
#portfolioGallery #portfolioPictures {
	width: 500px;
	height: 332px;
	margin: 0 auto;
	padding: 0;
	display: block;
	clear: both;
	overflow: hidden;
	border-bottom: 6px #4f68a3 solid;
}
#portfolioGallery #portfolioNav {
	width: 380px;
	height: 24px;
	padding: 0;
	margin: 0;
	display: block;
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 20;
}
#portfolioNav a, #portfolioNav a:hover, #portfolioNav a.activeSlide, #portfolioNav a.activeSlide:hover {
	background: transparent url('../images/assets/slideshowLink.png') 0 0 no-repeat;
	width: 20px;
	height: 18px;
	padding: 2px 0 0 0;
	margin: 0 4px 0 0;
	display: inline-block;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
	text-align: center;
}
#portfolioNav a.activeSlide, #portfolioNav a.activeSlide:hover {
	font-weight: bold;
	color: #000000;
}

/**
Awards
**/
p.awardPost {
	padding: 0 0 40px 0;
	display: block;
	clear: both;
}

/**
Contact
**/
p.address {
	background: transparent url('../images/icons/search.png') 0 0 no-repeat;
	padding: 6px 0 10px 38px;
	display: block;
	clear: both;
}
p.phone {
	background: transparent url('../images/icons/phone.png') 0 0 no-repeat;
	padding: 6px 0 10px 38px;
	display: block;
	clear: both;
}
p.info {
	background: transparent url('../images/icons/info.png') 0 0 no-repeat;
	padding: 6px 0 10px 38px;
	display: block;
	clear: both;
}
p.thanks {
	padding: 4px 0 0 0;
	margin: 0;
	display: block;
	clear: both;
}
div.email {
	background: transparent url('../images/icons/email.png') 0 0 no-repeat;
	padding: 2px 0 10px 38px;
	display: block;
	clear: both;
	cursor: default;
	position: relative;
}
img.loading {
	position: absolute;
	top: 75px;
	left: 210px;
	z-index: 100;
}

/**
'Wink'
**/
input, textarea, select, option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	
}
.clearfix {
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	display: block;
	clear: both;
}