@import url(http://fonts.googleapis.com/css?family=Crimson+Text);
@import url(http://fonts.googleapis.com/css?family=Cantarell);
body {
	font-family: "Cantarell","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: rgba(101,113,120,0.6)
}

a {
	text-decoration: none;
	color: rgba(0,0,0,0.6)
}

a:visited {
	text-decoration: none;
	color: rgba(0,0,0,0.6)
}

a:hover {
	color: rgba(0,0,0,0.8)	
}

#container { 
	width: 960px;  
	background: #FFFFFF;
	margin: 10px auto 15px;
	text-align: center;
	position: relative;
	padding: 0
}

#header {
	height: 190px;
	width: 960px;
	margin: 10px 0px 10px 0;
	background: url(../images/logo.png) no-repeat;
	padding: 0;
}

/* @group contact */

#header ul {
	padding: 150px 0 0 0;
	text-align: right;
	height: 40px;
}

#header li {
	display: inline;
	list-style: none;
	font-size: 12px;
	color: rgba(101,113,120,0.6);
	line-height: 20px;
	padding: 0px 0px 0px 60px;
}

#header li a {
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
	text-decoration: none;
	color: rgba(101,113,120,0.6);
	display: inline-block;
}

#header li a:hover {
	color: rgba(101,113,120,1.0);
}

#header li a:visited {
	text-decoration: none;
	color: rgba(101,113,120,0.6);
}

li#tel {
	background: url(../images/icons/phone.gif) no-repeat;
	padding: 5px 0px 0 24px;
	margin: 0px 20px 0px 0px
}

li#mob {
	background: url(../images/icons/mobile.gif) no-repeat;
	padding: 5px 0px 0 20px;
	margin: 0px 20px 0px 0px
}

li#email {
	background: url(../images/icons/email.gif) no-repeat;
	padding: 5px 0px 0 25px}



/* @end */

/* @group navigation */

#navigation {
	text-align: left;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
}

#navigation ul	{
	padding: 0px;
	line-height: 16px;
	margin: 2px 0px;
}

#navigation li {
	font-size: 12px;
	display: inline;
	list-style: none;
}
 
#navigation li a {
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    color: rgba(101,113,120,0.8);
	display: inline-block;
	margin: 0px 0px 0px 1px;
	padding: 5px 12px;
	text-decoration: none;
	background-color: #ffffff;
	cursor: pointer;
}
 
#navigation li a:hover {
	background: rgba(101,113,120,0.8);
	color: #ffffff;
	cursor: pointer;
}



/* @end */

#content {
	padding: 20px 0px 10px 0px;
	width: 960px;
	
}

/* @group about */

#about {
	float: left;
	width: 660px;
	margin: 0 0 0 10px;
}

.about h1 {
	Font-family: "Crimson Text","Times",Helvetica,Arial,sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: rgba(0,0,0,0.7);
	font-weight: normal;
	margin: 10px 0 30px 0;
}

.about h2 {
	font-family: "Cantarell","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: rgba(0,0,0,0.35);
	font-weight: normal;
	margin: 20px 0;
}

.about {
	margin: 0;
	text-align: left;
	font-family: "Cantarell","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 20px;
	color:rgba(0,0,0,0.6)
}


.about a {
	text-decoration: none;
	color:rgba(0,0,0,0.6)
}

.about a:visited {
	text-decoration: none;
	color: rgba(0,0,0,0.75)
}

.about a:hover {
	color: rgba(0,0,0,0.9)	
}

.about img {
	margin: 10px 0 20px 0;	
}

/* @end */

/* @group logos */
.logos {
	width: 260px;
	float: right;
	background-color: rgba(101,113,120,0.09);
}

.logos h1 {
	Font-family: "Crimson Text","Times",Helvetica,Arial,sans-serif;
    color: rgba(0,0,0,0.7);
    margin: 10px 0px 20px 0px;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
}

.logos a {
	width: 200; height: 133px;
	margin: 0 0 10px 30px;
	float: left
}

.logos img {
	border: none;
	opacity: 0.4;
	-webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -webkit-transform:scale(0.92);
    -moz-transform:scale(0.92);
    -o-transform:scale(0.92);
    background-color: #fff;
}

.logos a:hover img {
	opacity: 1.0;
	-webkit-box-shadow:0px 0px 30px #ccc;
	-moz-box-shadow:0px 0px 30px #ccc;
	-o-box-shadow:0px 0px 30px #ccc;
	-webkit-transform:scale(1.0);
    -moz-transform:scale(1.0);
    -o-transform:scale(1.0);
}
/* @end */

/* @group films */

#films {
	float: left;
	width: 680px;
}

.film {
	height: 222px;
	background-color: rgba(101,113,120,0.05);
	margin: 0px 0px 30px 0px
}

.image {
	float: left;
	display: block;
	margin: 10px;
	width: 360px;
	height: 202px
}

#snowman {
	background-image: url(../images/creditpics/snowman.png);
}
#motherscoat {
	background-image: url(../images/creditpics/motherscoat.png);
}

#pesky {
	background-image: url(../images/creditpics/pesky.png);
}

#gh {
	background-image: url(../images/creditpics/gianthydra.png);
}

#hw {
	background-image: url(../images/creditpics/howardsway.png);
}

#sd {
	background-image: url(../images/creditpics/sallydunn.png);
}

#bm {
	background-image: url(../images/creditpics/blondemoment.png);
}

#gtsm {
	background-image: url(../images/creditpics/gtsm.png);
}

#lmob {
	background-image: url(../images/creditpics/lmob.png);
}

#c21 {
	background-image: url(../images/creditpics/c21.png);
}

#heart {
	background-image: url(../images/creditpics/heartware.png);
}

#lc {
	background-image: url(../images/creditpics/losersclub.png);
}

.details {
	display: block;
	float: right;
	width: 290px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	
}

.details a img {
	border: none;
	opacity: 0.25;
	-webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.details a:hover img {
	opacity: 0.65;
}

.details ul{
	list-style: none;
	text-align: left;
	margin: 0px;
}

.title {
	font-family: "Crimson Text","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 22px;
	line-height: 22px;
	margin: 0 0 4px 0;
	color: rgba(0,0,0,0.7);
}

.year{
	font-family: "Crimson Text","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: rgba(0,0,0,0.6);
	font-size: 18px;
	line-height: 18px;
	margin: 0 0 10px 0
}

.director{
	font-family: "Cantarell","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: rgba(0,0,0,0.6);
	margin: 0 0 4px 0
}

.prodco{
	font-family: "Cantarell","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: rgba(0,0,0,0.6);
	margin: 0 0 4px 0
}

.format{
	font-family: "Cantarell","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: rgba(0,0,0,0.6);
	margin: 0 0 4px 0
}

.website {
	font-family: "Cantarell","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 10px 0
}

.website a {
	color: rgba(0,0,0,0.6);
	text-decoration: none;	
}

.website a:visited {
	
	color: rgba(0,0,0,0.6);
	text-decoration: none;
	}

.website a:hover {
	color: rgba(0,0,0,0.9);		
}

.role{
	font-family: "Cantarell","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: rgba(0,0,0,0.6);
	margin: 0 0 15px 0
}

/* @end */

/* @group showreel */

#showreel {
	width: 680px;
	float: left;
}

#video {
	height: 420px
	}

#alttext {
	height: 30px;
	font-size: 11px;
	text-align: left;
	margin: 10px 0 0 0;
}

/* @group downloads & links */

.downloads {
	width: 260px;
	float: right;
	background-color: rgba(101,113,120,0.1);
}



.downloads a {
	margin: 20px 0 10px 30px;
	float: left;
	align: center;

}

.downloads img {
	border: none;
	opacity: 0.1;
	-webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -webkit-transform:scale(0.9);
    -moz-transform:scale(0.9);
    -o-transform:scale(0.9)
}

.downloads a:hover img {
	opacity: 0.7;
	-webkit-transform:scale(1.0);
    -moz-transform:scale(1.0);
    -o-transform:scale(1.0);
}

/* @end */



/* @end */

/* @group rate card */

.table {
	display: block;
	font-size: 14px;
	line-height: 28px;
	text-align: left;
	border-spacing: 0;
	margin: 10px 0px 40px 10px;
}

.table caption {
	Font-family: "Crimson Text","Times",Helvetica,Arial,sans-serif;
	text-align: left;
	font-size: 20px;
	line-height: 24px;
	color: rgba(0,0,0,0.7);
	margin: 10px 0 5px 0;
}

th {
	padding: 2px 0 2px 10px;
	font-weight: normal;
	color: rgba(0,0,0,0.7);
}

td {
	padding: 2px 0 0 10px;
	color: rgba(0,0,0,0.5);
}

.service {
	width: 360px;
	background-color: rgba(101,113,120,0.06);
}

#header-service {
	background-color: #ffffff;
}

.picture {
	margin: 0 0 0 10px;
	width: 120px;
	background-color: rgba(101,113,120,0.15);
}

.sound {
	margin: 0 0 0 10px;
	width: 120px;
	background-color: rgba(101,113,120,0.1);
	}

#pdf{
	width: 48px;
	height: 48px;
	display: block;
	margin: 20px 0 0 10px;
}
#pdf img{
	border: none;
	opacity: 0.4;
	-webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

#pdf a:hover img{
	opacity: 1.0;
}



/* @end */

#footer {
		font-size: 11px;
		text-align: right;
		color: rgba(101,113,120,0.8);
		padding: 20px 0 10px 0px;
}
