@charset "UTF-8";
/* CSS Document */

h1 {
	top: 15px;
	left: 20px;
	width: 187px;
	height: 50px;
	background: url(images_i/vpLogoSM.png) no-repeat;
}

a { color:#FFFFFF; }

/* ----- row one - logo ----------- */

div#head {
	height: 85px;
}

/* ----- row two - main area ----------- */

div.mainArea {
	position: relative;
	width: 1000px;
	height: 613px;
	background-repeat: no-repeat;
}

div.mainArea div#trailer {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 480px;
	height: 271px;
	border: 1px solid #FFFFFF;
    background-color: #000;
}

div.mainArea h2, div.mainArea h3 {
	position: absolute;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

/* ----- DVD area ----------- */

div.mainArea div#dvd {
	position: absolute;
	top: 424px;
	left: 20px;
	width: 320px;
	height: 190px;
	padding-left: 150px;
	background-repeat: no-repeat;
	background-position: left top; 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}

div.mainArea div#dvd form input#dvdBut {
	width: 148px;
	height: 44px;
	margin: 60px 0 15px 0;
}

/* ----- digital area ----------- */

div.mainArea div#digital {
	position: absolute;
	top: 424px;
	left: 510px;
	width: 258px;
	height: 190px;
	padding-left: 207px;
	background-repeat: no-repeat;
	background-position: left top; 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}

div.mainArea div#digital form input#digitalBut {
	width: 236px;
	height: 45px;
	margin: 60px 0 15px 0;
}

div#digital a {
	color:#FFFFFF;
	text-transform:uppercase;
}

/* ----- testimonials ----------- */

div.testimonials {
	width: 1000px;
	background: url(images_i/50.png);
	border-top: 1px solid #FFFFFF;
	color:#FFF;
}

div.testimonials p {
	display: block;
	padding: 20px;
	color:#666666;
}

div.testimonials p span {
	display: block;
	font-weight: bold;
	color: #999999;
	margin-top: 5px;
}

div.testimonials div.success {
	padding: 20px 100px 20px 100px;
}

div.testimonials div.success h2, div.testimonials div.success h3 {
	padding: 30px;
}

div.testimonials div.success ul {
	padding: 0 0 30px 100px;
}

div.testimonials div.success p {
	padding: 5px;
	color:#fff;
}

div.testimonials div.success a {
	color:#fff;
}

/* ----- other content ----------- */
div#other {
	width: 800px;
	padding: 20px 100px;
	background-image:url(images_i/80.png);
	color:#FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

div#other ul {
	padding: 0 0 50px 100px;
}

div#other li {
	display: block;
	width:250px;
	float: left;
	padding: 3px;
}

div#other h2 {
	padding: 0;
	margin: 20px 0 10px 0;
	color:#CCCCCC;
}

div#other h3 {
	margin: 10px 0 0 0;
	color:#CCCC99;
	clear: left;
}

div#other a {
	color:#FFFFFF;
}

div#other p {
	margin: 5px 0;
}

div#other hr {
	margin: 15px 0 10px 0;
	border: 1px solid #666666;
	clear: left;
}


/* ----- sterling ----------- */

div#sterling {
	background-image:url(images_i/sterling-bg.jpg);
}

div#sterling h2 {
	top: 23px;
	left: 539px;
	width: 432px;
	height: 225px;
	background-image: url(images_i/sterling-logo.png);
}

div#sterling h3 {
	top: 254px;
	left: 554px;
	width: 390px;
	height: 68px;
	background-image: url(images_i/sterling-slogan.png);
}

div#sterling div#dvd {
	background-image: url(images_i/sterling-box.png);
}

div#sterling div#digital {
	background-image: url(images_i/sterling-digital.png);
}

div#sterling div#digital img {
	margin: 20px 0 5px 0;
}

div#sterling div#digital form input.digitalBut {
	margin: 0 0 15px 10px;
	float: left;
}

div#st-testi p {
	width: 293px;
	float: left;
}

/* ----- forgive me ----------- */

div#forgiveme {
	background-image: url(images_i/forgiveme-bg.jpg);
}

div#forgiveme h2 {
	top: 320px;
	left: 40px;
	width: 425px;
	height: 95px;
	background-image: url(images_i/forgiveme-logo.png);
}

div#forgiveme blockquote {
	position: absolute;
	display: block;
	top: 300px;
	right: 15px;
	width: 495px;
	height: 159px;
	background: url(images_i/fm-awards.png) no-repeat;
	text-indent: -9999px;
}

div#forgiveme div#dvd {
	background-image: url(images_i/forgiveme-box.png);
}

div#forgiveme div#digital {
	background-image: url(images_i/forgiveme-digital.png);
	background-position: bottom left;
}

div#fm-testi p {
	width: 900px;
	margin-left: 50px;
}

/* ----- directors cut ----------- */

div#directors {
	background-image: url(images_i/directors-bg.jpg);
}

div#directors h2 {
	top: 340px;
	left: 50px;
	width: 430px;
	height: 95px;
	background-image: url(images_i/directors-logo.png);
}

div#directors h3 {
	top: 400px;
	left: 670px;
	width: 274px;
	height: 22px;
	background-image: url(images_i/directors-slogan.png);
}

div#directors div#dvd {
	background-image: url(images_i/directors-box.png);
}

div#directors div#digital {
	background-image: url(images_i/directors-digital.png);
}

div#dc-testi p {
	width: 450px;
	float: left;
}
 
