@charset "utf-8";
/* CSS Document */
/* the overlayed element */
div.overlay {
	/* initially overlay is hidden */
	display:none;
	color: #FFF;
}
.overlay_largegallery {
	/* growing background image */
	background-image:url(images2/orange_bg_test.png);
	/* dimensions after the growing animation finishes  */
	width:669px;
	height:514px;
	/* initially overlay is hidden */
	display:none;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #FFF;
}
.overlay_smallgallery {
	/* growing background image */
	background-image:url(images2/gallery_bg_small.png);
	/* dimensions after the growing animation finishes  */
	width:669px;
	height:414px;
	/* initially overlay is hidden */
	display:none;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #FFF;
}
.quickcontact {
	background-image: url(images2/quickcontact_background.png);
	height: 350px;
	width: 530px;
	padding-top: 125px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 45px;
}
.packagecontact {
	background-image: url(images2/quickcontact_background_packages.png);
	height: 300px;
	width: 530px;
	padding-top: 125px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 45px;
}
.maintenancequickcontact {
	background-image: url(images2/bgMaintenanceContact.png);
	height: 375px;
	width: 530px;
	padding-top: 100px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 45px;
}
.followUp {
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	padding-top: 25px;
	font-weight: bold;
}

.seeVideo {
	background-image: url(images2/bg_video.png);
	height: 500px;
	width: 700px;
	padding-right: 25px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 5px;
}
.pointerimage {
	cursor: pointer;
}
#videoproduction #wrapper #stage #seeTheVideo h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
}



.overlay h2 {
	margin-bottom: 5px;
	padding-bottom: 2px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 26px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.overlay p a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #FFF;
	display: block;
	padding-top: 10px;
	padding-left: 35px;
	background-image: url(images2/arrow_visit_livesite.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	margin-top: 40px;
}
.galleryinformation {
	display: inline;
	float: right;
	width: 235px;
}
.galleryinformation ul li {
	margin-left: 20px;
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-right: 20px;
	padding-top: 3px;
}

.chromedivider {
	display: inline;
	height: 80px;
	width: 860px;
	float: left;
}
.chromedivider2 {
	display: inline;
	height: 100px;
	width: 860px;
	float: left;
}

.webfolioimage {
	margin-left: 10px;
	cursor: pointer;
	float: left;
	margin-bottom: 15px;
}



/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(images2/close.png);
	position:absolute;
	right:-10px;
	top:-10px;
	cursor:pointer;
	height:35px;
	width:35px;
}



/* black */
div.overlay.black {
	background:url(../img/overlay/transparent.png) no-repeat !important;
	color:#fff;
}

/* petrol */
div.overlay.petrol {
	background:url(../img/overlay/petrol.png) no-repeat !important;
	color:#fff;
}

div.black h2, div.petrol h2 {
	color:#ddd;		
}
#custom {
	background-image:url(http://static.flowplayer.org/img/commerce/box-512.png);
	width:512px;
	height:531px;
	padding:0px;
}

#custom div.close {
	right:-15px;
	top:-10px;
}
.overlay img {
	float: left;
	margin-right: 10px;
	border: 2px solid #FFF;
	display: inline;
	margin-left: 10px;
}
#wrapper #stage #webfolio p button  {
	line-height: 150px;
	background-color: #CCC;
	height: 150px;
	width: 100px;
	float: left;
	display: block;
}


#apple {
	background-image:url(http://static.flowplayer.org/img/overlay/apple.png);
	color:#fff;
}
