* { margin: 0; padding: 0 }

body, p, td, textarea {
	font-family: "Trebuchet MS", "Calibri", "Lucida Grande", Tahoma, sans-serif;
	font-size: 11px;
}

h1 {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 16px;
	margin-top: 4px;
	margin-bottom: 20px;
}

h2 {
	text-transform: uppercase;
	font-size: 11px;
	line-height: 16px;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: underline;
}

a
{
	outline: none;
}

:focus {
	-moz-outline-style: none;
}

img {
	border: none;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 916px;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 916px;
}

#header {
	height: 167px;
	position: relative;
}

#logo {
	position: absolute;
	background: url(/images/logo.gif) no-repeat;
	width: 99px;
	height: 107px;
	top: 30px;
	left: 20px;
}

#title_div
{
	position: absolute;
	top: 147px;
	left: 167px
}

#detail, #detail-bkg {
	position: absolute;
	z-index: 100;
	padding: 10px;
	width: 300px;
	height: 340px;
	color:#bbb;
}

#detail-bkg {
	background-color: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity : 0.6;

}

#detail h2 {
	color: #fff !important;
	width: 250px;
}

#detail p {
	margin-left: 35px;
	width: 250px;
}

#detail p.outdent {
	margin-left: 0;
}

#detail .date {
	color: #fff;
	font-weight: bold;
	float: left;
}

#detail .para {
	margin: 0 0 16px 35px;
}

#detail a {
	color: #999;
	text-decoration: underline;
}

#detail a:hover {
	color: #fff;
	text-decoration: none;
}

#footer {
	color: #fff;
	font-size: 10px;
	float: right;
	padding-right: 22px;
	opacity: 0.5 !important;
	filter: alpha(opacity=50) !important;
	-moz-opacity : 0.5 !important;
}

/* navigation buttons */

#buttons
{
	position: absolute;
	top: 43px;
	right: 0;
}

#buttons a {
	background-position: left -79px;
	display: block;
	float: left;
	width: 150px;
	height: 94px;
	margin: 0 2px;
	text-decoration: none;
}

#buttons a:hover {
	background-position: left -173px !important;
	background-repeat: no-repeat;
}

#buttons a.active {
	background-position: left -173px !important;
}

#btn-about {
	background-image: url(/images/btn_about.png);
}

#btn-services {
	background-image: url(/images/btn_services.png);
}

#btn-clients {
	background-image: url(/images/btn_clients.png);
}

#btn-portfolio {
	background-image: url(/images/btn_portfolio.png);
}

#btn-contact {
	background-image: url(/images/btn_contact.png);
}
/* page tabs */

#tabs {
	position: absolute;
	left: 62px;
	bottom: 23px;
}

#tabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 30px;
	overflow: hidden;
}

#tabs ul li {
	display: block;
	float: left;
	width: 30px;
}

#tabs ul li a {
	padding: 0 0 0 40px;
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: top left;
}

#tabs ul li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity : 0.5;
}

.active a {
	background-position: -30px top !important;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	-moz-opacity : 1 !important;
}

#photo {
	position: absolute;
	left: 113px;
	top: 28px;
	width: 515px;
	height: 360px;
	overflow: hidden;
}

.thumb {
	width: 247px;
	height: 106px;
	overflow: hidden;
	float: left;
}

.rpad {
	padding-right: 20px;
}

.bpad {
	padding-bottom: 20px;
}

#copy {
	position: absolute;
	left: 634px;
	top: 28px;
	width: 253px;
	height: 360px;
	font-size: 11px;
	line-height: 16px;
}

.list {
	font-size: 11px;
	line-height: 16px;
}

.list a {
	display: block;
	padding: 4px;
	color: #666;
	text-decoration: none;
}

.list a:hover {
	background-color: #ccc;
	text-decoration: none;
}

.odd {
	background-color: #eee;
}

.selected {
	background-color: #666 !important;
	color: #fff;
}

.selected a {
	color: #fff !important;
}

/* pane */

#pane {
	position: relative;
	margin-top: 38px;
	height: 416px;
	font-size: 11px;
	line-height: 17px;
	color: #666;
}

#content {
	
}

#prev {
	position: absolute;
	left: 98px;
	top: 33px;
	width: 8px;
	height: 38px;
}

#prev a  {
	display: block;
	background-image: url(/images/btn_prev.png);
	width: 8px;
	height: 38px;
	text-decoration: none;
}

#next {
	position: absolute;
	left: 98px;
	bottom: 32px;
	width: 8px;
	height: 38px;
}

#next a  {
	display: block;
	background-image: url(/images/btn_next.png);
	width: 8px;
	height: 38px;
	text-decoration: none;
}

#prev a:hover, #next a:hover {
	opacity: 0.5 !important;
	filter: alpha(opacity=50) !important;
	-moz-opacity : 0.5 !important;
}

#prev.disabled {
	background-image: url(/images/btn_prev.png) !important;
		opacity: 0.5 !important;
	filter: alpha(opacity=50) !important;
	-moz-opacity : 0.5 !important;
}

#next.disabled {
	background-image: url(/images/btn_next.png) !important;
	opacity: 0.5 !important;
	filter: alpha(opacity=50) !important;
	-moz-opacity : 0.5 !important;
}

.corners {
	position: absolute;
	z-index: 999;
	width: 4px;
	height: 4px;	
	overflow: hidden;
	line-height: 4px;
	}

.corners.top-left {
	top: 0;
	left: 0;
	background: transparent url(/images/corners_top_left.png) no-repeat 0 0;
	}
.corners.top-right {
	top: 0;
	right: 0;
	background: transparent url(/images/corners_top_right.png) no-repeat 0 0;
	}
.corners.bottom-left {
	bottom: 0;
	left: 0;
	background: transparent url(/images/corners_bottom_left.png) no-repeat 0 0;
	}
.corners.bottom-right {
	bottom: 0;
	right: 0;
	background: transparent url(/images/corners_bottom_right.png) no-repeat 0 0;
	}
	
/* image slider */

#cliprect
{ 
	position:absolute; 
	width:515px; height:360px; 
	clip:rect(0px, 515px, 360px, 0px); 
	overflow:hidden;
	z-index:1; 
}

#images
{ 
	position:absolute;
	visibility:hidden; 
	left:0px; top:0px; 
	z-index:1; 
}

#t1 td {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

/* about */

#about {
	background-color: #990033;
	background-image: url(/images/bkg_red1.png); 
	background-repeat: repeat-x;
}

#about #btn-about {
	background-position: left -173px !important;
}

#about h1, #about h2 {
	color: #990033;
}

#about #pane {
	background: url(/images/bkg_about.png) no-repeat;	
}

#about-press a {
	background-image: url(/images/tabs/tab_press.png);
	height: 66px;
	margin: 0 0 -6px 0;
}

#about-work a {
	background-image: url(/images/tabs/tab_work_culture.png);
	height: 117px;
	margin: 0 0 -6px 0;
}

#about-team a {
	background-image: url(/images/tabs/tab_core_team.png);
	height: 95px;
	margin: -6px 0;
}

#about-acropolis a {
	background-image: url(/images/tabs/tab_acropolis.png);
	height: 84px;
	margin: -6px 0 0 0;
}

/* services */

#services {
	background-color: #bc5e00;
	background-image: url(/images/bkg_brown1.png); 
	background-repeat: repeat-x;
}

#services #btn-services {
	background-position: left -173px !important;
}

#services h1, #services h2 {
	color: #bc5e00;
}

#services #pane {
	background: url(/images/bkg_services.png) no-repeat;	
}

#services-how a {
	background-image: url(/images/tabs/tab_process.png);
	height: 110px;
	margin: 0 0 -6px 0;
}

#services-what a {
	background-image: url(/images/tabs/tab_services.png);
	height: 93px;
}


/* clients */

#clients {
	background-color: #f90;
	background-image: url(/images/bkg_orange1.png); 
	background-repeat: repeat-x;
}

#clients #btn-clients {
	background-position: left -173px !important;
}

#clients h1, #clients h2 {
	color: #f90;
}

#clients #pane {
	background: url(/images/bkg_clients.png) no-repeat;	
}

/* portfolio */

#portfolio {
	background-color: #9c3;
	background-image: url(/images/bkg_green1.png); 
	background-repeat: repeat-x;
}

#portfolio #btn-portfolio {
	background-position: left -173px !important;
}

#portfolio h1, #portfolio h2 {
	color: #9c3;
}

#portfolio #pane {
	background: url(/images/bkg_portfolio.png) no-repeat;	
}

#portfolio-feature a {
	background-image: url(/images/tabs/tab_movies.png);
	height: 70px;
	margin: -5px 0;
}

#portfolio-tvshows a {
	background-image: url(/images/tabs/tab_tvshows.png);
	height: 86px;
	margin: -5px 0;
}

#portfolio-videos a {
	background-image: url(/images/tabs/tab_videos.png);
	height: 62px;
	margin: 0 0 -5px 0;
}

#portfolio-miniatures a {
	background-image: url(/images/tabs/tab_miniatures.png);
	height: 96px;
	margin: -5px 0;
}

#portfolio-commercials a {
	background-image: url(/images/tabs/tab_commercials.png);
	height: 97px;
	margin: -6px 0 0 0;
}

/* contact */

#contact {
	background-color: #6db3b4;
	background-image: url(/images/bkg_blue1.png); 
	background-repeat: repeat-x;
}

#contact #btn-contact {
	background-position: left -173px !important;
}

#contact h1, #contact h2 {
	color: #6db3b4;
}

#contact #pane {
	background: url(/images/bkg_contact.png) no-repeat;	
}

#contact #tabs {
	display: none;
}

#contact #photo {
	background-color: #333;
	width: 495px;
	height: 340px;
	padding: 10px;
	font-size: 13px;
	color: #fff;
}

#contact-form td {
	padding: 4px;
}

#contact #photo a {
	color: #fff;
	text-decoration: underline;
}

#contact #photo a:hover {
	color: #999;
	text-decoration: none;
}

#contact-form input[type="text"], textarea {
	border: 0;
	width: 340px;
	padding: 2px 4px;
	font-size: 11px;
}