@charset "UTF-8";
/* CSS Document */
/* Reset default styles */
body, input, select, textarea {
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	font-size: 9pt;
}
ul {
	margin: 0;
}
h1 {
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;

}
h1, h2, h3 {
	color: #CCC;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0px;
}

h2 {
	margin: 0;
}
html {
	background-image:url(../images/theme/background.jpg);
}
body {
	margin: 0;
	padding: 0;
	color:#CCCCCC;
	background: transparent url(../images/theme/background-shadow.png) repeat-y center top;
}
body#home #home_tab a,
body#about #about_tab a,
body#prod_services #prod_services_tab a,
body#post_services #post_services_tab a,
body#vfx #vfx_tab a,
body#financing #financing_tab a,
body#strategic #strategic_tab a,
body#contact #contact_tab a {
	text-transform: uppercase;
	background-image: url(../images/theme/background-activated.gif);
	color: #FFF;
}
		

p, .text-content {
	margin: 0 0 10px 0;
	line-height: 150%;
	letter-spacing: 0px;
}
a {
	color: #ED2024;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
	a img {
		border: 0;
	}
em {
	font-style: normal;
}
fieldset {
	border: none;
	padding: 0 0 15px 0;
	margin: 1em 0;
}
fieldset legend {
	font-size: 125%;
	color: #000;
	margin: 0;
	padding: 0;
}
hr {
	clear: both;
	margin: 1em 0;
	border: none;
	height: 1px;
	background: #666666;
	/*background: transparent url(..m/images/theme/horizontal-line.png) no-repeat left center;
	height: 10px;*/
}

.footnote a{
	color: #999999;
}

.text-input {
	border: 1px solid #CCC;
	padding: 5px;
	font-size: 110%;
}
	.text-input:focus {
		border-color: #C00;
	}
.clear {
	clear: both;
}
.banner {
	text-align: center;
	overflow: hidden;
}
.button {
	background: transparent url(../images/theme/background-horizontal.png) no-repeat -2px -2px;
	color: #FFF;
	padding: 3px 2em;
	border: 2px solid #CCC;
	margin-top: 1em;
}
.text-content {
	padding-bottom: 5em;
}
	.text-content a {
		text-decoration: underline;
	}
.justify {
	text-align: justify;
}
.content-block {
}
	.content-block h2, .block-heading {
		
	}



#wrapper {
	width: 976px;
	margin: 0 auto;
	border-color: #333;
	border-width: 0 1px;
	border-style: solid;
	background: url(../images/theme/background-content.jpg);
}

#header {
	height: 233px;
	width: auto;
	background-image: url(../images/theme/background-header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}
	#header .logo-text {
		margin: 0;
		padding: 21px 0px;
	}
		.logo-text img {
			margin-left: 7px;
		}
	#logo {
		float: left;
		margin: 0px;
		margin-bottom: 0;
	}
	#header .menu {
		margin:0;
	}
	
	#header .heading {
		clear: both;
		padding: 0px 40px;
		margin: 55px 0 0 0;
		font-size: 1em;
		line-height: 60px;
		text-transform: uppercase;
	}
	.heading h1 {
		margin: 0;
	}
#menu {
	margin:0;
	padding: 23px 0px 0px 0px;
	}
#menu li{
	float: left;
	/*margin-left: -1px;*/
	/*padding: 0 5px;*/
	border-left: 1px solid #333333;
	display: inline;
	list-style: none;
	letter-spacing: 0px;
}
#menu a{
	float: left;
	margin: 0 5px 0px 5px;
	padding: 2px 6px 2px 6px;
	line-height: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color:#CCCCCC;
	}
#menu a.active, #menu a:hover {
	text-transform: uppercase;
	background-image: url(../images/theme/background-activated.gif);
	color: #FFF;
	}
#menu a.current {
	color: #990000;
	}
	
#content {
	float:left;
	width:55%;
	padding: 20px 0 0 40px;
	/*clear: both;
	width: 900px;*/
}

#sidebar {
	margin-top: 10px;
	margin-left: 60%;
	padding: 20px 20px 0 30px;
}
	#sidebar img{
	padding-bottom: 20px;
	}
	
	
	

#sidebarHome {
	margin-top: 30px;
	margin-left: 70%;
	padding: 0 30px 0 20px;
	border-left:#666666;
	border-left-style:solid;
	border-left-width: 1px;
}
	#sidebarHome img{
	padding-bottom: 20px;
	}

#sidebarSocial {
	margin-top: 30px;
	margin-left: 70%;
	padding: 0 30px 0 20px;
	border-left:#666666;
	border-left-style:solid;
	border-left-width: 1px;
}	
	#sidebarSocial a {
		font-size: 110%;
		color: #FFFFFF;
		text-decoration: none;
}
	#sidebarSocial a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
	#sidebarSocial img {
		border: 0;
		padding: 0 10px 0 0;
	}
	
	#sidebarSocial img a:hover{
		text-decoration:none;
	}

#content-block {
	margin-top:10px;
	height: 800px;
	position: relative;
}
	#content-block .block-heading{
		margin: 0;
		color:#ED2024;
		font-weight: bold;
		font-size: 1.3em;	
}
	#content-block a{
		
	}
	#content-block li{
		line-height: 150%;
		letter-spacing: 0px;
	}
	#content-block img{
		padding-left: 20px;
	}
	#content-block .fader {
		position: relative;
		left: 0;
		top: 0;
		height: 537px;
	}
	.fader .image {
		height: 536px;
	}
	.fader .image a {
		margin-right: 12px;
		float: left;
	}

#content-block-home {
	margin-top:10px;
	height: auto;
	position: relative;
}
	#content-block-home .block-heading{
		margin: 0;
		color:#ED2024;
		font-weight: bold;
		font-size: 1.3em;	
}
	#content-block-home a{
		
	}
	#content-block-home li{
		line-height: 150%;
		letter-spacing: 0px;
	}
	#content-block-home img{
		padding-left: 20px;
		padding-bottom: 20px;
	}
	#content-block-home .fader {
		position: relative;
		left: 0;
		top: 0;
		height: 537px;
	}
	.fader .image {
		height: 536px;
	}
	.fader .image a {
		margin-right: 12px;
		float: left;
	}

#content-block-privacy {
	margin-top:10px;
	height: auto;
	position: relative;
}	

#footer {
	background-image: url(../images/theme/background-footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 280px;
	padding: 0 15px;
	clear: both;
}
	#footer .navigator {
		text-transform: uppercase;
		padding: 2em 0;
		height: 1.5em;
		margin: 0;
		float: left;
	}
	#footer .navigator a {
		padding: 0 3px;
	}
	#footer p {
		background: transparent url(../images/theme/bottomicon.png) no-repeat left top;
		height: 6em;
		padding: 1em 0 1em 70px;
		color: #666;
		clear: both;
	}
	#footer #language {
		float: right;
		text-transform: none;
		padding-left: 30px;
		background: transparent url(../images/theme/globe.png) no-repeat left center;
	}
	#footer #tip { text-align: left; background: url(/skin/img/common/lol.jpg) no-repeat center center; 
		height: 33px; 
		color: #F5F5F5; 
		font-size: 11px; 
		line-height: 120%; 
		padding-left: 270px; 
		padding-top: 4px; 
		margin: 5px 0;
		}
	#language li {
		border: 0;
		margin: 0;
		padding: 0;
	}
	#language a {
		color: #666;
	}
	#language a:hover {
		color: #FFF;
		text-decoration: underline;
	}

