@CHARSET "UTF-8";

p,h1,h2,h3,h4,h5,h6,div,img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	outline: none;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

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

body {
	font-family: sans-serif;
	color: #333;
	background: #ededed url("bg.png") no-repeat center center;
}

video {
	z-index: 2000;
}

#main {
	text-align: justify;
	width: 977px;
	height: 650px;
	position: relative;
	overflow: hidden;
	display: block;
}

#topLogo {
	position: absolute;
	width: 160px;
	height: 110px;
	left: 17px;
	top: 32px;
	background: url("logo_top.png") no-repeat center center;
}

#languages {
	
	font-size: 12px;
	position: absolute;
	right: 0px;
	top: 54px;
}

#languages span a {
	color: #888;
	float: right;
	height: 20px;
	line-height: 20px;
}
#languages span a:hover {
	color: #000;
}

#menu {
	position: absolute;
	width: 960px;
	height: 60px;
	left: 17px;
	top: 155px;
}

#menu .item {
	width: 100px;
	height: 56px;
	float: left;
	padding-top: 4px;
	padding-left: 20px;
	font-size: 16px;
	text-transform: uppercase;
	background-image: url("menu_bg.png");
	background-repeat-x: no-repeat;
	background-repeat-y: no-repeat;
	background-position-x: 0%;
	background-position-y: 50%;
	cursor: pointer;
}

#menu .item:hover {
	background-image: url("menu_red.png");
	color: white;
}

#menu .item:hover a {
	color: white;
}

.mc_0 {
	background-color: #ececec
}

.mc_1 {
	background-color: #e4e4e4
}

.mc_2 {
	background-color: #dadada
}

.mc_3 {
	background-color: #d1d1d1
}

.mc_4 {
	background-color: #c7c7c7
}

.mc_5 {
	background-color: #bdbdbd
}

.mc_6 {
	background-color: #b3b3b3
}

.mc_7 {
	background-color: #a8a8a8
}

#content .left {
	position: absolute;
	left: 17px;
	top: 230px;
	width: 720px;
	height: 400px;
	background-color: #e0e0e0;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}

#content .big {
	height: 340px;
	left: 20px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 56px;
	width: 680px;
	font-size: 14px;
}

#content .leftHead {
	position: absolute;
	left: 0px;
	top: 250px;
	width: 247px;
	height: 39px;
	background: url("ribbon_shadow.png") no-repeat left bottom;
}

#content .leftHead div {
	height: 30px;
	background: #bd0926 url("cp_plus_white.png") no-repeat 5px 5px;
	padding-left: 30px;
	line-height: 28px;
	color: white;
	font-size: 16px;
	text-transform: uppercase;
}

#content .leftHeadExtra {
	position: absolute;
	left: 247px;
	top: 250px;
	width: 360px;
	height: 39px;
	background: url("ribbon_bend.png") no-repeat left top;
}

#content .leftHeadExtra div {
	height: 30px;
	font-size: 16px;
	background: #bd0926;
	padding-left: 10px;
	margin-left: 10px;
	line-height: 28px;
	color: white;
	overflow: hidden;
	text-transform: uppercase;
}

#content .left ul.topmenu {
	width: 200px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.topmenu ul {
	padding: 0px 0px 0px 10px;
	margin: 0px;
	list-style-type: none;
}

#content ul.topmenu li {
	padding: 1px;
	marging: 0px;
	font-size: 14px;
	text-transform: none;
	color: #575757;
	width: 200px;
}
#content ul.topmenu li a{
	display:block;
	text-align: left;
}

#right {
	position: absolute;
	left: 745px;
	top: 230px;
	width: 230px;
	height: 400px;
	background-color: #bd0926;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}

#right ul {
	list-style-type: none;
	padding: 0px;
	margin: 70px 0px 0px 0px;
	border-top: 1px solid white;
}

#right ul li {
	border-bottom: 1px solid white;
	padding: 5px 10px;
	margin: 0px;
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
}

#right ul li a {
	color: #fff;
}

#right ul li a:hover {
	color: #999;
}

#right ul li a:active{
	color: #999;
}

#rightHead {
	position: absolute;
	left: 729px;
	top: 250px;
	width: 215px;
	height: 39px;
	background: url("ribbon_shadow.png") no-repeat left bottom;
}

#rightHead div {
	height: 30px;
	font-size: 16px;
	background: #fff url("cp_plus_red.png") no-repeat 5px 5px;
	padding-left: 30px;
	line-height: 28px;
	color: #bd0926;
	text-transform: uppercase;
}

.rightContent {
	position: absolute;
	width: 450px;
	height: 320px;
	left: 230px;
	top: 0px;
	z-index: 1;
	font-size: 14px;
}


#footer {
	position: absolute;
	left: 45px;
	top: 635px;
	color: #575757;
	font-size: 10px;
	height: 12px;
	line-height: 12px;
	font-weight: bold;
}

#home {
	position: absolute;
	left: 17px;
	top: 230px;
	width: 960px;
	height: 400px;
	background-color: #333;
}

.homeText {
	z-index: 100;
	position: absolute;
	left: 0px;
	height: 79px;
	background: url("ribbon_shadow.png") no-repeat left bottom;
}

.homeText div {
	height: 70px;
	background: #fff;
	border: 1px solid #ccc;
	padding-left: 30px;
	padding-right: 20px;
	line-height: 68px;
	font-size: 50px;
	font-weight: bolder;
	color: #575757;
	text-transform: uppercase;
	opacity: .6;
	filter: alpha(opacity =     60);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.videoInfo {
	position: absolute;
	top:200px;
	left:0px;	
}
.videoInfo table {
	font-size: 10px;
	border-collapse: collapse;
}

.videoInfo td {
	padding-right: 10px;
}
.vidInfo{
	display:none;	
}

.client {
	font-size: 12px;
	margin: 0px;
	padding: 1px 4px;
	text-transform: uppercase;
}

.awards h2 {
	font-size: 14px;
	color: #bd0926;
	padding-bottom:10px;
}
.awards td.split {
	border: 0px;
}
.awards table {
	border-collapse: collapse;
	padding:0px;
}


.award {
	font-size: 12px;
}

#homeTextTop {
	top: 450px
}

#homeTextBottom {
	top: 530px
}

#pop_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #000;
	opacity: .9;
	filter: alpha(opacity =     90);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	z-index: 0;
}
#popInfo {
	background: #000;
	color: #fff;
}
#popInfo div {
	padding: 5px;	
}


#close {
	font-size: 20px;
	line-height: 20px;
	text-align:center;
	position: absolute;
	top:0px;
	left:0px;
	height:20px;
	width:20px;
	padding: 5px;
	background: #999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #666;
	color: #bd0926;
	cursor: pointer;
}

#close:hover {
	border: 2px solid black;
	color: black;
}

.creativePool {
	font-size: 12px;
}

.creativePool div.projects {
	position: absolute;
	top: 0px;
	left: 150px;
	width: 300px;
	height: 150px;
}

.creativePool div.info {
	position: absolute;
	top: 150px;
	left: 0px;
}

.work {
	position: absolute;

	overflow: hidden;
}
.word td {
	vertical-align: top;	
}

.workItem {
	position: absolute;
	font-size: 11px;
}

.team img {
	float: left;
	padding: 0px 10px 10px 0px;
}

.team h5 {
	font-size: 10px;
	color: #bd0926;
}

.team h4 {
	color: #333;
	text-transform: uppercase;
}

div.scrollMe {
	width: 100%;
	height: 100%;
	overflow: auto;
}

.googleMap {
	height: 295px;
	width: 200px;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 5px solid white;
	margin: 10px 20px 0px 0px;
}

.googleMap iframe {
	border: 1px solid #dadada;
	height: 293px;
	width: 198px;
}

.googleMap .sleft {
	position: absolute;
	left: 0px;
	top: 9px;
	width: 7px;
	height: 286px;
	background: url(map_shadow_left.png) no-repeat;
}

.googleMap .stop {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 9px;
	background: url(map_shadow_top.png) no-repeat;
}

.menuHolder {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 220px;
	height: 320px;
	overflow: hidden;
}

.slogo {
	background: url(cpgroup_logo_neu.png) no-repeat center center;
	width: 110px;
	height: 100%;
}
.vidBig {
	position: absolute;
	cursor:pointer;
	top:0px;left:0px;
	background: url(video_button.png) no-repeat center center;	
	height: 100%;
	width: 100%;
	opacity: .6;
	filter: alpha(opacity =     60);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.vidSmall {
	position: absolute;
	cursor:pointer;
	top:0px;left:0px;
	background: url(video_button_small.png) no-repeat center center;	
	height: 90%;
	width: 100%;
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
	overflow: hidden;
	position: relative;
}

.jspPane {
	position: absolute;
}

.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
}

.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
}

.jspVerticalBar *,.jspHorizontalBar * {
	margin: 0;
	padding: 0;
}

.jspCap {
	display: none;
}

.jspHorizontalBar .jspCap {
	float: left;
}

.jspTrack {
	background: #eee;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

.jspDrag {
	background: #bbb;
	position: relative;
	top: 0;
	left: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}

.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow {
	height: 10px;
}

.jspHorizontalBar .jspArrow {
	width: 10px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}

.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
	margin: 0 -3px 0 0;
}