/* CSS Document */

body {
	background-color:#000000;
	margin:0px;
	text-align:center;
}

#frameWrapper {
	width:800px;
	margin:auto;
	background-color:#000034;
	font-family:Verdana, Geneva, sans-serif
}
#header {
	background-image:url(/images/common/volition-sound-branding-header.jpg);
	background-repeat:no-repeat;
	height:223px;
	padding-top:40px;
	padding-left:20px;
	padding-right:20px;
	position:relative;
}
#header h1{
	display:none;
}
#header a{
	position:absolute;
	display:block;
}
#header a span{
	display:none;
}

#navigation {
	background-image:url(/images/common/navigation-background.jpg);
	background-repeat:no-repeat;
	height:45px;
	padding-left:50px;
}
a.navigation {
	color:#FFFFFF;
	background-image:url(/images/common/button-slash.png);
	background-repeat:no-repeat;
	display:block;
	height:31px;
	padding-top:10px;
	padding-left:7px;
	float:left;
	text-decoration:none;
	font-size:11px;
	margin-right:12px;
	font-weight:bold;
}
a:hover.navigation {
	color:#FFAC35;
	background-image:url(/images/common/button-slash.png);
	background-repeat:no-repeat;
	display:block;
	height:31px;
	padding-top:10px;
	padding-left:7px;
	float:left;
	text-decoration:underline;
	font-size:11px;
	margin-right:12px;
	font-weight:bold;
}
#contentArea {
	padding-top:25px;
	padding-bottom:35px;
	text-align:left;
	min-height:600px;
	color:#FFFFFF;
	padding-left:50px;
	padding-right:50px;
	font-size:13px;
}
#contentArea h2{
	border-top:1px solid #3F80FE;
	border-bottom:1px solid #3F80FE;
	padding:5px 0px 5px 0px;
	color:#FFAC35;
	font-size:22px;
	margin:auto;
	font-weight:normal;
}
#contentArea h3{
	text-decoration:underline;
}
#contentArea h4{
	border-top:1px solid #3F80FE;
	border-bottom:1px solid #3F80FE;
	padding:5px 0px 5px 0px;
	color:#FFAC35;
	font-size:16px;
	margin:auto;
	margin-bottom:25px;
	font-weight:normal;
	clear:both;
}
#contentArea hr{
	width:50%;
	background-color:#FFAC35;
	color:#FFAC35;
	margin:auto;
	height:1px;
	overflow:hidden;
	border:0px;
	text-align:center;
}
#contentAreaHome {
	padding-top:15px;
	padding-bottom:35px;
	text-align:left;
	min-height:600px;
	color:#FFFFFF;
	font-size:13px;
}
#contentAreaHome h2{
	border-top:1px solid #3F80FE;
	border-bottom:1px solid #3F80FE;
	padding:5px 0px 5px 0px;
	color:#FFAC35;
	font-size:22px;
	margin:20px;
	font-weight:normal;
}

#videoGallery {
	padding-top:15px;
	padding-left:30px;
}

#videoGallery a {
	height:130px;
	position:relative;
	border:1px solid #3F80FE;
	width:180px;
	float:left;
	margin:0px 15px 15px 15px;
}
#videoGallery a:hover{
	height:130px;
	position:relative;
	border:1px solid #FFAC35;
	width:180px;
	float:left;
	margin:0px 15px 15px 15px;
}
#videoGallery img{
	padding:10px;
}

#videoGallery2 {
	padding-top:15px;
	padding-left:30px;
}

#videoGallery2 a {
	height:150px;
	position:relative;
	border:1px solid #3F80FE;
	width:180px;
	float:left;
	margin:0px 15px 15px 15px;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
}
#videoGallery2 a:hover{
	height:150px;
	position:relative;
	border:1px solid #FFAC35;
	width:180px;
	float:left;
	margin:0px 15px 15px 15px;
	text-align:center;
	text-decoration:none;
	color:#FFAC35;
}
#videoGallery2 img{
	padding:10px;
}

#videoGallery3 {
	padding-top:15px;
	padding-left:20px;
}
#videoGallery3 a em{
	font-size:10px;
}
#videoGallery3 a {
	height:160px;
	position:relative;
	border:1px solid #3F80FE;
	width:190px;
	float:left;
	margin:0px 15px 15px 15px;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
}
#videoGallery3 a:hover{
	height:160px;
	position:relative;
	border:1px solid #FFAC35;
	width:190px;
	float:left;
	margin:0px 15px 15px 15px;
	text-align:center;
	text-decoration:none;
	color:#FFAC35;
}
#videoGallery3 img{
	padding:10px;
}

.videoCell {
	position:absolute;
	top:0px;
	left:0px;
	height:110px;
	width:160px;
	z-index:1;
	display:block;
}
.videoInfo {
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;;
	height:130px;
	width:180px;
	background-color:#FFFFFF;
	color:#000000;
	display:block;
	cursor:pointer;
}
.filmStrip {
	background-image:url(/images/tvMovies/background.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}


#footer {
	background-color:#000000;
	font-size:10px;
	color:#FFFFFF;
	padding:5px 0px 25px 0px;
}
#footer a{
	color:#FFFFFF;
}

.aboutUsList p{
	padding-left:30px;
	background-image:url(/images/common/logoBullet.jpg);
	background-repeat:no-repeat;
}
.aboutUsList strong{
	/*color:#FFAC35;*/
}

.tagline {
	background-image:url(/images/home/newTagLine.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:55px;
}
.tagline span{
	visibility:hidden;
}
.homeThumbs a{
	margin:0px 10px 12px 0px;
	text-decoration:none;
	float:left;
}
.homeThumbs img{
	border:none;
}

.yellowText {
	color:#FFAC35;
}

#videoPlayer {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	text-align:center;
}
.platinumRecords {
	background-image:url(/images/platinumRecords/bottomImage.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}
.platinumRecords a{
	text-decoration:none;
	margin:0px 15px 25px 0px;
	display:block;
	float:left;
	width:155px;
	height:155px;
}
.platinumRecords img{
	border:0px;
}
#musicClipPlayer {
	width:320px;
	float:left;
	margin:0px 25px 15px 0px;
	text-align:center;
	background-color:#F4F4F4;
	color:#000000;
}
.soundtracks {
	background-image:url(/images/soundTracks/background.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}
.soundtracks a{
	text-decoration:none;
	margin:0px 15px 25px 0px;
	display:block;
	float:left;
	width:155px;
	height:155px;
}
.soundtracks img{
	border:0px;
}

img.photoLeft {
	float:left;
	margin:0px 5px 5px 0px;
	border:1px solid #FFAC35;
}
img.photoRight {
	float:right;
	margin:0px 0px 5px 5px;
	border:1px solid #FFAC35;
}

#producersComposers p{
	clear:both;
}
#producersComposers img{
	padding:5px;
}
table.loginTable {
	margin:0px;
	padding:0px;
}
table.loginTable td{
	padding:8px;
}
.errorMessage {
	color:#FF0000;
	font-style:italic;
}




















