/* Design & Code (c) Dave & Dave Incorporated */
html, body { padding: 0; margin: 0;
}
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #3f3f3f;
	font: 10pt Arial, Helvetica, sans-serif;
	background: url(../images/background.gif) repeat;
}
#container {
	width: 704px;
	margin: auto;
	text-align: left;
	padding: 0;
	background: center;
}
#header {
	height: 371px;
	width: 728px;
	background: url() no-repeat;
	margin: 0;
	padding-top: 40px;
}

#content {
	width: 728px;
	height: auto;
	background: repeat-y;
	margin: 0;
	padding: 0;
}

#after {
	clear: both;
	text-align: center;
	margin: 0;
	padding-top: 75px;
}

#footer {
	clear: both;
	text-align: center;
	background: transparent;
	font-size: 80%;
	padding-bottom: 30px;
	padding-top: 150px;
}

#audioplayer {
	width: 240px;
	height: 198px;
	margin: 0;
	padding: 0;
}

#menu {
	width: 728px;
	height: 33px;
	margin: 0;
	padding: 0;
}

/*<group=css rollovers>*/

#rollover {
 height: 33px;
 position: relative;
background: url(../images/menu.gif)  no-repeat;
width: 728px;
	margin: 0;
	padding: 0;
}
#rollover li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}

#rollover li, #rollover a {height: 21px; display: block;
	padding-top: 4px;
}
#panel1b {left: 39px; width: 84px;
}
#panel2b {left: 138px; width: 74px;}
#panel3b {left: 228px; width: 123px;}
#panel4b {left: 366px; width: 77px;}

#panel5b {left: 460px; width: 125px;}

#panel6b {left: 602px; width: 86px;}

#panel1b a:hover {background: transparent url(../images/trailers.gif) 0px -25px  no-repeat;}
#panel2b a:hover {background: transparent url(../images/promos.gif) 0px -25px  no-repeat;}
#panel3b a:hover {background: transparent url(../images/commercials.gif) 0px -25px  no-repeat;}
#panel4b a:hover {background: transparent url(../images/imaging.gif) 0px -25px  no-repeat;}

#panel5b a:hover {background: transparent url(../images/clientlogin.gif) 0px -25px  no-repeat;}

#panel6b a:hover {background: transparent url(../images/contact.gif) 0px -25px  no-repeat;}
	
/*</group>*/






/* Paragraph and Link Styles */
p {
	margin: 0;
	color: white;
	padding: 0;
}


p a:link, a:visited {
	color: #ffffff;
	font-weight: bold;
	}

p a:hover {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
	
	
	
	
/* Lists and Navigation */

#images {
	list-style: none;
	margin: 0;
	padding: 0;
}

#images li {
	float: left;
	margin: 0 14px 10px 0;
}

#images img {
	border-style: none;
}



/* Misc */










