@import url(reset.css);

body{
	color: #666666;
	font: 14px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #bebebe;
	min-width: 960px;
}

/* @group Core Styles */

strong{font-weight: bold;}
em{font-style: italic;}
.muted{color: #999;}

h3{
	color: #666;
	font-size: 20px;
	line-height: 27px;
	margin: 27px 0 15px 0;
}

p.intro{
	color: #999;
	font-size: 18px;
	line-height: 24px;
	margin: 14px 0;
	width:  580px;
}

h2 + p.intro{
	margin-top: 27px;
}

/* @group Links */

a:link{color: #666;}
a:visited{color: #999;}
a:hover{color: #666;}
a:active{color: #666;}

#red a:link,
a.red:link{color: #F00;}
#red a:visited,
a.red:visited{color: #de5a5a;}
#red a:hover,
a.red:hover{color: #F00;}
#red a:active,
a.red:active{color: #F00;}

#green a:link,
a.green{color: #00d700;}
#green a:visited,
a.green:visited{color: #60d760;}
#green a:hover,
a.green:hover{color: #00d700;}
#green a:active,
a.green:active{color: #00d700;}

#blue a:link,
a.blue{color: #0000e3;}
#blue a:visited,
a.blue:visited{color: #6565d3;}
#blue a:hover,
a.blue:hover{color: #0000e3;}
#blue a:active,
a.blue:active{color: #0000e3;}

/* @end */

/* @end */

#updatebrowser{
	display: none;
	background-color: #ffaf3e;
	text-align: center;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #222;
	padding: 6px 10px;
}

#updatebrowser a{
	font-weight: bold;
	color: #222 !important;
}

/* @group Header */

#header-wrapper{
	color: White;
	background: #333032 url(../pictures/header_background.png) repeat-x center bottom;
}

#red #header-wrapper{background: #362524 url(../pictures/header_background_red.png) repeat-x center bottom;}
#green #header-wrapper{background: #202b1d url(../pictures/header_background_green.png) repeat-x center bottom;}
#blue #header-wrapper{background: #1d202b url(../pictures/header_background_blue.png) repeat-x center bottom;}

/* @group Login */

#login{
	display: none;
	font-size: 13px;
	line-height: normal;
	background: url(../pictures/login_background.png) repeat-x left bottom;
}

#login form{
	width: 960px;
	margin: 0 auto;
	padding: 15px 0 16px;
}

#login form input[type=text],
#login form input[type=password]{
	width: 166px;
	padding: 4px;
	margin-left: 5px;
	color: #333;
	font: 13px/normal "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: white url(../pictures/input_background.png) repeat-x;
	border: 2px solid White;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#login form input[type=text].blur,
#login form input[type=password].blur{
	color: #777;
}

#login form input[type=submit]{
	font: 13px/normal "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #888;
	padding: 2px 9px 3px;
	padding-right: 19px;	
	margin: 0 5px;
	margin-right: 15px;
	border: 0;
	background: url(../pictures/videonav_arrow_right.png) no-repeat right center;
	line-height: normal;
	text-decoration: none;
	text-transform: lowercase;
	cursor: pointer;
	-moz-border-radius: 20px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#login form input[type=submit]:hover{
	color: #666;
}

#login form input[type=submit]:active{
	color: #888;
}

#login form .error{
	display: none;
	color: rgba(255,255,255,0.3);
}



/* @end */

#header{
	width: 966px;
	margin: 0 auto;
}

#logo{
	
}

#logo a{
	float: left;
	display: block;
	margin-left: 3px;
	width: 240px;
	height: 204px;
	text-indent: -3000px;
	background: url(../pictures/logo.png) no-repeat 0 0;
}

/* @group Nav */

#nav{
	float: right;
	width:  710px;
}

#nav li{
	float: left;
}

#nav li a{
	color: White !important;
	display: block;
	width: 195px;
	height: 122px;
	padding: 18px 20px;
	margin-left: 1px;
	background: url(../pictures/nav_item_background.png) no-repeat 0 0;
	text-decoration: none;
}

#nav li a:hover{ background-position: -250px 0;}

#red #nav li.red a{ background-position: -500px 0;}
#home #nav li.red a,
#contact #nav li.red a{ background-position: -500px -200px;}

#green #nav li.green a{ background-position: -750px 0;}
#home #nav li.green a,
#contact #nav li.green a{ background-position: -750px -200px;}

#blue #nav li.blue a{ background-position: -1000px 0;}
#home #nav li.blue a,
#contact #nav li.blue a{ background-position: -1000px -200px;}

#nav li a span{
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 8px;
}

#nav li a small{
	color: White;
	color: rgba(255,255,255, 0.6);
	display: block;
	font-size: 13px;
	line-height: 17px;
}
#red #nav li.red a small,
#green #nav li.green a small,
#blue #nav li.blue a small,
#nav li a:hover small{
	color: rgba(255,255,255, 0.75);
}

/* @end */

/* @group Small Nav */

#smallnav{
	float: right;
	width: 700px;
	height: 26xp;
	margin-right: 3px;
	font-size: 13px;
	line-height: normal;
}

#smallnav li{
	float: right;
}

#smallnav a{
	display: block;
	height: 26xp;
	margin: 12px 0 11px;
	padding: 2px 11px 5px;
	text-decoration: none;
	background: #333032 url(../pictures/smallnav_background.png) repeat-x 0 -1px;
	margin-left: 4px;
	border: 1px solid rgba(0,0,0,0.15);
	-moz-border-radius: 16px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	text-transform: lowercase;
}

#red #smallnav a{background-color: #362524}
#green #smallnav a{background-color: #202b1d;}
#blue #smallnav a{background-color: #1d202b;}


#smallnav a:link,
#smallnav a:visited{
	color: white;
	color: rgba(255,255,255,0.6);
}

#smallnav a:hover,
#smallnav a:active,
#smallnav a.active{
	color: rgba(255,255,255,0.8);
	border: 1px solid rgba(0,0,0,0.25);
	background-position: 0 -41px;
}

#smallnav a:active,
#smallnav a.active{
	background-position: 0 -81px;
}

/* @end */

/* @end */

/* @group Line */

#line{
	height: 1px;
	overflow: hidden;
	border-top: 4px solid #666;
	border-bottom: 1px solid #666;
	background: #ccc;
}

#red #line{border-color: #F00;}
#green #line{border-color: #00d700;}
#blue #line{border-color: #0000e3;}

/* @end */

/* @group Main */

#main-wrapper{
	background: #cccccc url(../pictures/_main_background.png) no-repeat center top;
	padding: 3px 0 1px;
}

#main{
	width: 960px;
	margin: 0 auto;
	margin-bottom: 15px;
}

#content{
	padding-left: 256px;
}

#content h2{
	display: none;
}

/* @group Show Reel & Video */

#showreel{
	margin: 15px 0 30px;
}

#showreel *{
	vertical-align: top;
}

.video{
	margin: 0 0 30px;
}

.video *{
	vertical-align: top;
}

/* @end */

/* @group Video Nav */

#videonav{
	width: 960px;
	padding: 19px 0 23px;
}

#videonav a{
	display: block;
	float: right;
	padding: 2px 9px 3px;
	margin-right: 3px;
	border: 1px solid #cccccc;
	background-image: url(../pictures/videonav_item_background.png);
	font-size: 12px;
	line-height: normal;
	text-decoration: none;
	text-transform: lowercase;
	-moz-border-radius: 20px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#videonav a:link,
#videonav a:visited{
	color: #999;
}

#videonav a:hover,
#videonav a:active{
	color: #888;
	border: 1px solid #aaa;
}

#videonav .back{
	float: left;
	padding-left: 20px;
	margin-left: -20px;
	background: url(../pictures/videonav_arrow_left.png) no-repeat 0 center;
}

#videonav .previous{
	padding-left: 20px;
	background: url(../pictures/videonav_arrow_left.png) no-repeat 0 center;
}

#videonav .next{
	margin-right: -20px;
	padding-right: 20px;
	background: url(../pictures/videonav_arrow_right.png) no-repeat right center;
}

#videonav a.next:hover,
#videonav a.next:active{
	background-position: right center;
}

/* @end */



/* @group Description */

#description{
	float: left;
	width: 240px;
}

#description h2{
	margin-bottom: 18px;
	font-size: 22px;
	line-height: normal;
}

#description p{
	margin: 9px 0;
	font-size: 14px;
	line-height: 18px;
}

/* @end */

/* @group Contact */

#contact #main{
	margin: 0 auto;
	width: 800px;
}

#contact-details{
	padding-top: 37px;
	float: left;
	width: 332px;
	margin-top: 35px;
	line-height: 18px;
}

#contact-details dl{
	padding: 8px 0 9px;
	border-top: 1px solid #cccccc;
}

#contact-details dl:first-child{
	border-top: 1px solid #cccccc;
}

#contact-details dt{
	display: block;
	width: 100px;
	float: left;
	font-size: 12px;
	color: #999999;
}

#contact-details dd{
	width: 232px;
	margin-left: 100px;
}

#map-wrapper{
	padding-top: 37px;
	float: left;
	width: 467px;
	margin-bottom: 35px;
}

#map{
	width: 467px;
	background: url(../pictures/map_top.png) no-repeat left top;
}

#map img{
	vertical-align: top;
	padding: 3px;
}

#map-info{
	vertical-align: top;
	padding: 5px 15px 8px;
	background: url(../pictures/map_bottom.png) no-repeat left bottom;
	font-size: 11px;
	line-height: 14px;
}

#map-info .c1{
	width: 48%;
	float: left;
	padding-right: 8px;
	margin-bottom: 10px;
}

#map-info .c2{
	width: 48%;
	float: right;
	padding-left: 8px;
	margin-bottom: 10px;	
}

#map-info h4{
	font-weight: bold;
}

#map-info h4, p{
	margin: 4px 0;
}

#about {
	padding-left:176px;
	padding-top:14px;
	padding-bottom:30px;
	text-align:left;
}

/* @end */

/* @group Projects List */

.projects-list{
	margin: 30px 0;
}


.projects-row{
	clear: both;
	margin: 0;
	padding: 0;
}

.projects-row > div{
	float: left;
	width: 230px;
	margin-left: 7px;
	margin-bottom: 15px;
	cursor: pointer;
}


.projects-row > div > *{
	cursor: pointer;
}


.projects-row > div:first-child{
	margin-left: 0px;
}

.projects-row a.thumbnail{
	display: block;
	width: 230px;
	height: 140px;
	background-position: center 3px;
	background-repeat: no-repeat;
}

.projects-row a.thumbnail span{
	display: block;
	width: 230px;
	height: 140px;
	background: url(../pictures/thumbnail_frame.png) no-repeat 0 0;
}

.projects-row a.thumbnail:hover span,
.projects-row div:hover a.thumbnail span{
	background-position: -250px;
}

.projects-row a.thumbnail span img{
	visibility: hidden;	
}

.projects-row h3{
	margin: 0;
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 16px;
	font-size: 12px;
}

.projects-row h3 a{
	text-decoration: none;
}

.projects-row div:hover h3 a{
	text-decoration: underline;
}

.projects-row p.description{
	color: #999;
	margin: 5px 0;
	line-height: 16px;
	font-size: 12px;
}

.projects-row div:hover p.description{
	color: #888;
}

/* @end */

/* @end */

#footer{
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding: 12px 0 200px;
	font-size: 11px;
	line-height: 12px;
	color: #6c6c6c;

}

#footer #signature{
	margin: 0;
	padding-left: 30px;
	background: url(../pictures/footer_logo.png) no-repeat left 1px;
}

#footer strong{
	color: #444444;
	font-weight: bold;
}

#footer a{
	color: #6c6c6c !important;
}

#footer #credits{
	float: right;
	color: #888;
}

#footer #credits a{
	color: #888 !important;
}

#clients-page {
	padding-left:176px;
	padding-top:14px;
	padding-bottom:30px;
	width:715px;
	text-align:left;
}

.client-logo { 	
	width:230px;
	height:168px;
	float: left;
	margin:0 5px 5px 0;
}









