@charset "utf-8";

/* basic CSS
------------------------------------------------ */
body {
	width: 100000px;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	background-image: url(../../images/index/back.png);
	background-repeat: repeat-x;
	background-color: #610d0c;	
}
ol {
}
ul {
}
img {
	border: none;
}
p {
	padding: 2px 0; /* IE < 8 Bug: border-bottom wird nicht angezeigt */
	margin: 0;
}
a {
	color: #fff;
	text-decoration: none;
	outline: none;
	border: none;
}
a:hover , a:active {
	color: #fff;
}
.a_active {
	color: #fff;
}
.div_clear {
	clear: both;
}
h1 {
	margin: 0 0 5px 0;
	font-size: 16px;
}
h2 {
	margin: 0 0;
	font-size: 13px;
}
h3 {
	margin: 0 0;
	font-size: 11px;
}
h4 {
	margin: 0 0;
	font-size: 11px;
}

/* CSS for text from rte in CMS
------------------------------------------------ */
.rte {
	color: #000;
	font-size: 12px;
}
.rte p {
	padding: 0;
	margin: 0 0 5px 0; 
}
.rte h1 {
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 16px;
	font-weight: normal;
}
.rte h2 {
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: normal;
}
.rte h3 {
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 12px;
	font-weight: bold;
}
.rte a {
	color: #CD221A;
}
.rte a:hover, .rte a:active {
	color: #000;
}

/* NAV
------------------------------------------------ */
#nav {
	position: fixed;
	top: 39px;
	left: 62px;
	z-index: 10000;
	cursor: pointer;
}
#nav .top {
	padding-top: 12px;
	background: url(../../images/index/menu/menu_back.png) repeat-y;
}
#nav .top, #nav .bottom {
	display: none;
}
#nav:hover .top, #nav:hover .bottom {
	display: block;
}
#nav .site_navigation {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin-top: -2px;
	margin-left: 4px;
}
#nav .arrow {
	position: absolute;
	width: 11px;
	height: 11px;
	margin-left: 10px;
	top: -1px;
	background: url(../../images/index/menu/down.png) no-repeat;
}
#nav:hover .arrow {
	background: url(../../images/index/menu/right.png) no-repeat;
}
#nav .menu {
	display: block;
	width: 226px;
	height: 18px;
	padding-bottom: 10px;
}
#nav .menu1 {
	background: url(../../images/index/menu/our-showreel.gif) no-repeat;
}
#nav .menu1:hover, #nav .menu1[class~=active] {
	background: url(../../images/index/menu/our-showreel-h.gif) no-repeat;
}
#nav .menu2 {
	background: url(../../images/index/menu/portfolio.gif) no-repeat;
}
#nav .menu2:hover, #nav .menu2[class~=active] {
	background: url(../../images/index/menu/portfolio-h.gif) no-repeat;
}
#nav .menu3 {
	background: url(../../images/index/menu/in-development.gif) no-repeat;
}
#nav .menu3:hover, #nav .menu3[class~=active] {
	background: url(../../images/index/menu/in-development-h.gif) no-repeat;
}
#nav .menu4 {
	background: url(../../images/index/menu/motiroti-team.gif) no-repeat;
}
#nav .menu4:hover, #nav .menu4[class~=active] {
	background: url(../../images/index/menu/motiroti-team-h.gif) no-repeat;
}
#nav .menu5 {
	background: url(../../images/index/menu/corporate.gif) no-repeat;
}
#nav .menu5:hover, #nav .menu5[class~=active] {
	background: url(../../images/index/menu/corporate-h.gif) no-repeat;
}
#nav .menu6 {
	background: url(../../images/index/menu/press.gif) no-repeat;
}
#nav .menu6:hover, #nav .menu6[class~=active] {
	background: url(../../images/index/menu/press-h.gif) no-repeat;
}
#nav .bottom {
	background: url(../../images/index/menu/menu_back_bottom.png) no-repeat;
	width: 226px;
	height: 12px;
}

#nav_left {
	position: fixed;
	top: 341px;
	left: 0;
	z-index: 1000;
}
#nav_left:hover {
	left: -4px;
}
#nav_right {
	position: fixed;
	top: 341px;
	right: 0;
	z-index: 1000;
}
#nav_right:hover {
	right: -4px;
}

#nav2 {
	position: fixed;
	top: 39px;
	left: 602px;
	width: 200px;
	z-index: 10000;
}
#nav2 .news {
	display: block;
	float: right;
	background: url(../../images/index/menu/news.png) no-repeat;
	width: 27px;
	height: 11px;
}
#nav2 .news:hover {
	background: url(../../images/index/menu/news-h.png) no-repeat;
}
#nav2 .left {
	display: block;
	float: right;
	background: url(../../images/index/menu/contact.png) no-repeat;
	width: 44px;
	height: 11px;
}
#nav2 .left:hover {
	background: url(../../images/index/menu/contact-h.png) no-repeat;
}
#nav2 .middle {
	float: right;	
}
#nav2 .right {
	display: block;
	float: right;
	background: url(../../images/index/menu/home.png);
	width: 28px;
	height: 11px;
}
#nav2 .right:hover {
	background: url(../../images/index/menu/home-h.png);
}

/* SITE
------------------------------------------------ */
.site {
	float: left;
	width: 852px;
	margin: 58px 9px 0px 9px;
}
.site .area {
	position: relative;
	height: 621px;
	background: #000;	
}
.site .area .logo {
	position: absolute;
	margin: 17px 0 0 27px;
}
.site .bottom {
	margin-top: 14px;
}
.site .bottom .disclaimer {
	margin: 8px 58px;
	font-size: 9px;
	color: #be211c;
}
.site .bottom .disclaimer a {
	color: #be211c;
}
.site .bottom .disclaimer a:hover {
	color: #e7642e;
}
.site .bottom .design {
	float: right;
	margin: 8px 58px;
	font-size: 9px;
	color: #be211c;
}
.track {
	width: 852px;
	height: 9px;
	background: url(../../images/index/track.png) no-repeat;
}
.handle {
	width: 16px;
	height: 9px;
	background: url(../../images/index/handle.png) no-repeat;
}
/* Lightbox */
#sb-body {
	background-color: transparent !important;
	background: url(../../images/index/10x10_trans90_black.png);
}

/* NEWS
------------------------------------------------ */
#news_bubble {
    position: absolute;
    top: 85px;
    left: 602px;
    width: 300px;
    height: 200px;
    color: #fff;
    background: url(../../images/index/10x10_trans70_black.png);
    border: 1px solid #2E2E2E;
    padding: 20px;
	z-index: 999;
}
#news_bubble a {
    color: #e7642e;
    text-decoration: none;
    font-size: 14px;
}
#news_bubble a:hover {
    color: #be211c;
}
#news_bubble ul.items {
    list-style-type:none;
    padding: 0;
    margin: 0;
}
#news_bubble ul.items li {
    margin-top: 20px;
}
#news_bubble .close {
    position: absolute;
    top: -16px;
    right: 0px;
}

/* SITE 1
------------------------------------------------ */
.site_1 .vid_wrapper {
	position: relative;
	padding: 56px 45px 0px 58px;
	height: 565px;
}

.site_1 table {
	border-spacing: 0;
	border: none;
	border-collapse: collapse;
}
.site_1 table td {
	width: 107px;
	height: 132px;
	margin: 0;
	padding: 0;
	overflow:hidden;
	vertical-align: top;
}

.site_1 .vid_wrapper .vid {
	position: relative;
	width: 94px;
	height: 116px;
	overflow: hidden;
}

.site_1 .vid_wrapper .vid .jw_safe {
	position: absolute;
	z-index: 200;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../../images/index/1x1-trans.gif);
}
.site_1 .vid_wrapper .vid_logo {
	position: absolute;
	width: 334px;
	height: 247px;
	left: 259px;
	top: 187px;
}

.site_1 .vid_wrapper .ticker {
	position: absolute;
	left: 58px;
	width: 736px;
	bottom: 16px;
	font-size: 11px;
	color: #fff;
}
.site_1 .vid_wrapper .ticker .head {
	float: left;
	line-height: 20px;
	width: 107px;
}
.site_1 .vid_wrapper .ticker .text {
	float: left;
	line-height: 20px;
	width: 415px;
}
.site_1 .vid_wrapper .ticker .social {
	float: right;
}
.site_1 .vid_wrapper .ticker .social img {
	vertical-align: middle;
	margin-left: 0px;
}

/* SITE 2 - showreel
------------------------------------------------ */
#site_2 .vid_safe {
	position: absolute;
	left: 0;
	top: 0;
	width: 852px;
	height: 621px;
	background: url(../../images/index/1x1-trans.gif);
}
#site_2 .window {
	position: absolute;
	overflow: hidden;
	left: 141px;
	top: 187px;
	width: 546px; /*570*/
	height: 214px; /*247*/
	background-image: url(../../images/index/1x1_trans80.png);
	color: #000;
	padding: 16px 12px;
}
#site_2 .window .headline {
	font-size: 19px;
	margin: 0 0 2px;
	padding: 0;
}
#site_2 .window .text {
	width: 252px;
	text-align: left;
}
#site_2 #showreel_vid {
	float: right;
}

/* SITE 3
------------------------------------------------ */
.site_3 .wrapper {
	padding: 101px 54px 56px 54px;
}
.site_3 .nav_left {
	position: absolute;
	top: 119px;
	left: 372px;
	width: 26px;
	height: 53px;
	background: url(../../images/index/s3_l.png) no-repeat;
}
.site_3 .nav_left:hover {
	background: url(../../images/index/s3_l_h.png) no-repeat;
}
.site_3 .nav_right {
	position: absolute;
	top: 119px;
	right: 28px;	
	width: 26px;
	height: 53px;
	background: url(../../images/index/s3_r.png) no-repeat;
}
.site_3 .nav_right:hover {
	background: url(../../images/index/s3_r_h.png) no-repeat;
}

.s3_text_track {
	position: absolute;
	z-index: 10;
	right: 10px;
	top: 12px;
	width: 17px;
	height: 435px;
	background: url(../../images/index/text_track.gif) repeat-y;
}
.s3_text_handle {
	width: 17px;
	height: 10px;
	background: url(../../images/index/text_handle.gif) no-repeat;
}

.site_3 .text {
	position: relative;
	overflow: hidden;
	float: left;
	width: 259px; /*308*/
	height: 428px; /*462*/
	padding: 14px 37px 20px 12px;
	background-color: #FFF;
	color: #2E0606;
	text-align: left;
}

.site_3 .text .inner_wrapper {
	height: 428px;
	overflow: hidden;
}

.site_3 .text .headline {
	font-size: 22px;
	margin-bottom: 1px;
}
.site_3 .text .headline .color {
	color: #E0BB07;
}

.site_3 .img_wrapper {
	overflow: hidden;
	position: relative; /*IE Bug*/
	float: right;
	width: 400px;
	/*height: 377px;*/
	margin-bottom: 16px;
}
.site_3 .img_wrapper .img_slider {
	position: relative;
	width: 8100px;
	height: 377px;
}
.site_3 .img_wrapper .img_slider .img {
	float: left;
	width: 400px;
	height: 377px;
}

.site_3 .bottom_west {
	float: left;
	width: 100px;
	margin-top: 26px;
}

.site_3 .bottom_west a.newsletter_button {
	display: block;
	float: left;
	background: url(../../images/index/newsletter.gif) no-repeat;
	width: 47px;
	height: 59px;
}
.site_3 .bottom_west a.newsletter_button:hover {
	background: url(../../images/index/newsletter-h.gif) no-repeat;
}

.site_3 .bottom_west a.download_button {
	display: block;
	float: left;
	background: url(../../images/index/downloads.gif) no-repeat;
	width: 47px;
	height: 59px;
}
.site_3 .bottom_west a.download_button:hover {
	background: url(../../images/index/downloads-h.gif) no-repeat;
}

.site_3 .bottom_west a.website_button {
	display: block;
	float: left;
	background: url(../../images/index/website.gif) no-repeat;
	width: 47px;
	height: 59px;
}
.site_3 .bottom_west a.website_button:hover {
	background: url(../../images/index/website-h.gif) no-repeat;
}

.site_3 .bottom_east {
	overflow: hidden;
	height: 69px;
	float: right;
	width: 250px;
	text-align: right;
	font-size: 11px;
	margin-top: 16px;
	color: #fff;
}

.site_3 .bottom_east .headline {
	font-size: 22px;
}

.site_3 .s3_quotes {
	position: relative;
}
.site_3 .quote {
	position: absolute;
	top: 0;
	right: 0;
}
.site_3 .s3_audio {
	position: absolute;
	right: 1px;
	bottom: 1px;
}

.site_3 .s3_downloads {
	position: absolute;
	left: 54px;
	top: 101px;
	width: 744px;
	height: 462px;
	background: #fff;
	z-index: 99;
	color: #000;
	font-size: 12px;
}
.site_3 .s3_downloads .close {
	display: block;
	position: absolute;
	top: -16px;
	right: 0px;
	background: url(../../images/index/close.png) no-repeat;
	width: 16px;
	height: 16px;
}
.site_3 .s3_downloads .h1_1 {
	position: absolute;
	left: 12px;
	top: 12px;
	font-size: 22px;
}
.site_3 .s3_downloads .text_wrapper {
	position: absolute;
	top: 60px;
	left: 12px;
	width: 417px;
	height: 392px;
	overflow: hidden;
}
.site_3 .s3_downloads .text_wrapper .body {
}
.site_3 .s3_downloads .h1_2 {
	position: absolute;
	right: 12px;
	top: 12px;
	width: 262px;
	font-size: 18px;
	color: #CD221A;
}
.site_3 .s3_downloads .files {
	position: absolute;
	right: 12px;
	top: 60px;
	width: 262px;
}
.site_3 .s3_downloads .files .file {
	position: relative;
	height: 40px;
	width: 100%;
	padding: 10px 0 5px 0;
	border-bottom: 1px solid #000;
}
.site_3 .s3_downloads .files .file img {
	position: absolute;
	right: 15px;
	top: 5px;
}
.site_3 .s3_downloads .files a {
	color: #CD221A;
}

.s3_downloads_track {
	position: absolute;
	left: 441px;
	top: 50px;
	width: 17px;
	height: 402px;
	background: url(../../images/index/text_track.gif) repeat-y;
}
.s3_downloads_handle {
	width: 17px;
	height: 10px;
	background: url(../../images/index/text_handle.gif) no-repeat;
}

.site_3 .s3_newsletter {
	position: absolute;
	left: 54px;
	top: 101px;
	width: 744px;
	height: 462px;
	background: #fff;
	z-index: 99;
	color: #000;
	font-size: 12px;
}
.site_3 .s3_newsletter .close {
	display: block;
	position: absolute;
	top: -16px;
	right: 0px;
	background: url(../../images/index/close.png) no-repeat;
	width: 16px;
	height: 16px;
}
.site_3 .s3_newsletter .newsletter_content {
	padding: 12px;
	color: #000;
	font-size: 12px;
}

.site_3 .s3_newsletter label {
	display: block;
	float: left;
	width: 150px;
}
.site_3 .s3_newsletter input[type=text], .site_3 .s3_newsletter select {
	width: 300px;
}
.site_3 .s3_newsletter .error {
	margin-top: 20px;
	color: #F00;
}

/* SITE 4
------------------------------------------------ */
.site_4 .vid_safe {
	position: absolute;
	left: 0;
	top: 0;
	width: 852px;
	height: 621px;
	background: url(../../images/index/1x1-trans.gif);
}
.site_4 .window {
	position: absolute;
	overflow: hidden;
	left: 141px;
	top: 187px;
	width: 546px; /*570*/
	height: 214px; /*247*/
	background-image: url(../../images/index/1x1_trans80.png);
	color: #000;
	padding: 16px 12px;
}
.site_4 .addthis_toolbox {
	position: absolute;
	bottom: 14px;
	left: 10px;
}
.site_4 .addthis_toolbox a {
	line-height: 17px;
	font-size: 11px;
}
.site_4 .window .headline {
	font-size: 19px;
	margin: 0 0 2px;
	padding: 0;
}
.site_4 .window .text {
	width: 252px;
	text-align: left;
}
.site_4 .showreel_vid {
	float: right;
}
