* {
	outline: none;
}

body{
	background: #1b1a1a;
	margin: 0;
	font-family: "museo-sans-1","museo-sans-2",sans-serif;
	font-weight: 300;
	font-size: 12px;
	color: #141313;
}

a{
	outline: none;
}

img{
	border: none;
}

#container{
	background: url(images/body-bg.gif) repeat-x top #dcdcdc;
	width: 100%;
	height: 474px;
	overflow: hidden;
	text-shadow: #FFFFFF 1px 1px 0px;
}

#container .center{
	width: 1000px;
	margin: 0 auto;
}

#header{
	background: url(images/header-rule.gif) repeat-x bottom;
	height: 54px;
}

#header .logo{
	float: left;
	padding: 12px 0 0 0;
}

#subpage .center{
	width: 400px;
	height: 420px;
	margin: 0 auto;
	
}

#home .left{
	width: 600px;
	height: 420px;
	float: left;
	
}

#home .right{
	width: 344px;
	height: 370px;
	padding: 50px 0 0 0;
	float: right;
	position: relative;
}

#home-box{

}

#home .right .left-boxes{
	float: left;
}

#home .right .right-boxes{
	float: right;
}

#clients {
	background: url(images/box.gif) no-repeat;
	width: 169px;
	height: 99px;

    position:relative;

}

#clients em{
	z-index: 30;
	position: absolute;
	top: 22px;
	left: 18px;
	font-size: 14px;
	font-style: normal;
	}
	
	
#clients em a{
	text-decoration: none;
	color: #000;
}	
	
#clients em a:hover{
	text-decoration: underline;
}

#clients img {
    position:absolute;
    top:4px;
    left:4px;
    z-index:8;
}

#clients img.active {
    z-index:10;
}

#clients img.last-active {
    z-index:9;
}

#random-presenter {
	background: url(images/box.gif) no-repeat;
	width: 169px;
	height: 99px;
	float: left;
    position:relative;
	margin: 0 0 2px 2px;
}

#random-presenter img {
    position:absolute;
    top:4px;
    left:4px;
    z-index:8;
}


#presenters .left{
	
	width: 425px;
	height: 420px;
	float: left;
	padding: 0 0 0 25px;
}

#presenters .right{
	width: 530px;
	height: 370px;
	padding: 50px 0 0 0;
	float: right;
}

#work .left{
	
	width: 425px;
	height: 420px;
	float: left;
	padding: 0 0 0 25px;
}

#work .right{
	width: 530px;
	height: 370px;
	padding: 50px 0 0 0;
	float: right;
}

#work #workvid{
	border-bottom: 3px solid #ccc;
}

#work-sub .left{
	width: 519px;
	height: 370px;
	padding: 50px 0 0 0;
	float: left;
}

#work-sub .right{
	width: 370px;
	height: 370px;
	float: right;
	padding: 50px 0 0 0;
}

#work-sub #workvid{
	border-bottom: 3px solid #ccc;
}

#work-sub h1{
	font-size: 18px;
	margin: 0;
	padding: 0;
}

#work-sub p{
	font-size: 10px;
}

#work-sub .hr{
	width: 370px;
	height: 2px;
	background: url(images/hr-light.gif) repeat-x;
	margin: 10px 0 15px 0;
}

#work-sub a.view-live{
	background: url(images/view-live-sprite.jpg) no-repeat 0 5px;
	width: 73px;
	height: 23px;
	text-indent: -9999px;
	display: block;
	float: right;
}

#work-sub a.view-live:hover{
	background: url(images/view-live-sprite.jpg) no-repeat 0 -23px;
}

#work-sub a.back-to-work{
	background: url(images/back-to-work-sprite.jpg) no-repeat 0 5px;
	width: 111px;
	height: 23px;
	text-indent: -9999px;
	display: block;
	float: left;
}

#work-sub a.back-to-work:hover{
	background: url(images/back-to-work-sprite.jpg) no-repeat 0 -23px;
}

#contact .left{
	
	width: 425px;
	height: 420px;
	float: left;
	padding: 0 0 0 25px;
}

#contact .left h3{
	margin: 200px 0 0 0;
	font-size: 22px;
}

#contact .right{
	width: 450px;
	height: 390px;
	padding: 30px 0 0 45px;
	float: right;
}

#contact a.email{
	text-decoration: none;
	color: #1A1919;
	font-size: 18px;
	font-weight: bold;
	height: 35px;
	display: block;
}

#contact a.email:hover{
	color: #000;
	text-decoration: underline;
}

#footer{
	background: url(images/footer-bg.gif) repeat-x top;
	width: 100%;
	height: 360px;
	padding: 20px 0 0 0;
	overflow: hidden;
	position: relative;
	text-shadow: #000000 1px 1px 0px;
}

#footer .center{
	width: 1000px;
	margin: 0 auto;
}

#footer .twitter{
	width: 519px;
	float: left;
}

#footer .rightalign{
	float: right;
	width: 400px;
}

#footer .rightalign p{
	color: #e4e4e4;
}

#footer .bottom{
	background: url(images/hr-dark.gif) repeat-x top;
	float: left;
	color: #e4e4e4;
	padding: 10px 0 20px 0;
	width: 1000px;
	margin: 30px 0 0 0;
}

#footer .bottom a{
	color: #e4e4e4;
	text-decoration: none;
}

#footer .bottom a:hover{
	text-decoration: underline;
}

a.tweet_avatar{
	display: none;
}

#footer h3{
	background: url(images/hr-dark.gif) repeat-x bottom;
	font-size: 16px;
	color: #d1d1d1;
	padding: 0 0 10px 0;
	width: 519px;
	position: relative;
	font-weight: 300;
}

#footer h3 a{
	position: absolute;
	right: 0;
	color: #d1d1d1;
	font-size: 12px;
	text-decoration: none;
	top: 4px;
	font-style: italic;
	font-weight: 300;
}

#footer h3 a:hover{
	color: #FFF;
	text-decoration: underline;
}

#footer .info{
	width: 760px;
	float: left;
	padding: 15px 0 0 0;
}

#footer .logos{
	width: 180px;
	float: right;
	
}

#footer .logos ul{
	margin: 0;
	padding: 0;
	width: 180px;
	float: right;
}

#footer .logos li{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 75px;
	margin: 0 0 0 10px;
}

#footer .logos a {
background:url(images/footer-sprite.jpg) no-repeat;
display:block;
height:20px;
overflow:hidden;
position:relative;
text-align:left;
text-indent:-9999px;
}

#footer .logos li.twitter a {
background-position:0 1px;
width:75px;
}

#footer .logos li.twitter a:hover {
background-position:0 -19px;
}

#footer .logos li.facebook a {
background-position:0 -40px;
width:75px;
}

#footer .logos li.facebook a:hover {
background-position:0 -58px;
}

#footer .showreel{
	width: 370px;
	height: 205px;
	float: right;
	padding: 20px 0 0 0;

}

#navigation{
	float: right;
	padding: 15px 0 0 0;
}

#navigation ul{
	margin: 0;
	padding: 0;
}

#navigation li{
	float: left;
	list-style: none;
	margin: 0 0 0 5px;
}

#navigation a{
	height: 23px;
	padding: 6px 8px 0px 8px;
	display: block;
	text-shadow: #FFFFFF 1px 0px 0px;
	color: #505050;
	text-decoration: none;
	font-size: 12px;
	font-weight: 500;
}

#navigation a:hover{
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	color: #FFF;
	background: #01a650;
	text-shadow: none; 
}
	

body#home #navigation a.home{
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	color: #FFF;
	background: #01a650;
	text-shadow: none; 
}

body#presenters #navigation a.presenters{
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	color: #FFF;
	background: #01a650;
	text-shadow: none; 
}

body#work #navigation a.work{
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	color: #FFF;
	background: #01a650;
	text-shadow: none; 
}

body#work-sub #navigation a.work{
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	color: #FFF;
	background: #01a650;
	text-shadow: none; 
}

body#about #navigation a.about{
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	color: #FFF;
	background: #01a650;
	text-shadow: none; 
}

body#heritage #navigation a.heritage{
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	color: #FFF;
	background: #01a650;
	text-shadow: none; 
}


body#contact #navigation a.contact{
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	color: #FFF;
	background: #01a650;
	text-shadow: none;
}





#presenters-boxes ul{
	margin: 0;
	padding: 0;
	text-shadow: none;
}

#presenters-boxes li{
	margin: 0;
	padding: 0;
	list-style: none;
}

#presenters-tabs{
	width: 515px;
	float: left;
	position: relative;
}

#presenters-tabs a.next{
	background: url(images/prevnext-sprite.jpg) no-repeat 0 7px;
	width: 50px;
	height: 25px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	right: 0;
	margin: 0 10px 0 0;
}

#presenters-tabs a.next:hover{
	background: url(images/prevnext-sprite.jpg) no-repeat 0 -22px;
}

#presenters-tabs a.previous{
	background: url(images/prevnext-sprite.jpg) no-repeat -65px 7px;
	width: 84px;
	height: 25px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	left: 0;
	margin: 0 0 0 6px;
}

#presenters-tabs a.previous:hover{
	background: url(images/prevnext-sprite.jpg) no-repeat -65px -22px;
}


#box{
	width: 169px; 
	height: 99px;
	background: url(images/box.gif) no-repeat;
	float: left;
	margin: 0 2px 2px 0;
	text-shadow: none;
	
}

#box h2{
	font-size: 12px;
	margin: 5px;
	color: #fff;
	display: block;
	background: url(images/box-hover-heading.gif) no-repeat;
	padding: 5px;
	font-weight: normal;
}

#box h2 a{
	color: #FFF;
	text-decoration: none;
}

#presenter-box{
	width: 169px; 
	height: 99px;
	background: url(images/box.gif) no-repeat;
	
}

#presenter-box h2{
	font-size: 12px;
	margin: 5px;
	color: #fff;
	display: block;
	background: url(images/box-hover-heading.gif) no-repeat;
	padding: 5px;
	font-weight: normal;
}

#presenter-box h2 a{
	color: #FFF;
	text-decoration: none;
}

.boxgrid{ 
	width: 166px; 
	height: 95px; 
	float:left;
	overflow: hidden; 
	position: relative;
	margin: 0 0 0 1px;
}
.boxgrid img{ 
  	position: absolute; 
  	top: 4px; 
 	 left: 3px; 
 	 border: 0; 
}
.boxgrid p{ 
	padding: 0 10px; 
 	color:#afafaf; 
 	font-weight:bold; 
 	font-size: 10px;
}

.boxcaption{ 
float: left; 
position: absolute; 
height: 100px; 
width: 100%;
cursor: pointer;
}

.boxcaption a{
	text-decoration: none;
	font-size: 10px;
	
}
.captionfull .boxcaption {
  top: 190;
  left: 0;
}
.caption .boxcaption {
  top: 220;
  left: 0;
}



#contact-form{
	width: 450px;
}

#contact-form label{
	width: 100px;
	display: block;
	float: left;
	padding: 4px 0 0 0;
	cursor: pointer;
}

#contact-form .error{
	width: 100px;
	padding: 4px 0 0 0;
	cursor: pointer;
	font-size: 10px;
	float: right;
	color: #ce3434;
}

#contact-form input{
	border: none;
	border-bottom: 2px solid #d4d4d4;
	padding: 4px;
	margin: 0 0 2px 0;
	width: 215px;
}

#contact-form .submit{
	background: url(images/submit-sprite.png) no-repeat 0 7px;
	width: 56px;
	height: 24px;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	margin: 0px 0 0 270px;
}

#contact-form .submit:hover{
	background: url(images/submit-sprite.png) no-repeat 0 -21px;
}

#contact .contact-number{
	width: 258px;
	height: 25px;
	background: url(images/contact-number.jpg) no-repeat;
	display: block;
	text-indent: -9999px;
	margin: 0 0 20px 0;
}

#contact p{
	margin: 0 0 0px 0;
}

#contact-form .hr{
	width: 325px;
	height: 2px;
	background: url(images/hr-light.gif) repeat-x;
	margin: 10px 0 15px 0;
}


.tweet, .query {
color: #ededed; }
.tweet .tweet_list, .query .tweet_list {
-webkit-border-radius: .5em;
list-style-type: none;
margin: 0;
padding: 0; }
.tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
text-transform: uppercase; }
.tweet .tweet_list li, .query .tweet_list li {
overflow-y: auto;
overflow-x: hidden;
padding: 0 0 10px 0; }
.tweet .tweet_list li a, .query .tweet_list li a {
color: #00a652;
font-weight: 500;
text-decoration: none;
}

.tweet .tweet_list li a:hover, .query .tweet_list li a:hover {
	color: #00a652;
text-decoration: underline;
}
.tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even {
 }
.tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
padding-right: .5em;
float: left; }
.tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
vertical-align: middle; }
