/* CSS Document
Compadre Records
Home CSS
© 2007 Compadre Records
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com */

div#wrapperdiv {
	width: 814px;
	height: 749px;
	margin: auto;
	position: relative;
	}
	
div#topdiv {
	width: 814px;
	height: 43px;
	}
	
div#flashdiv {
	width: 814px;
	height: 244px;
	}
	
div#newsdiv {
	width: 482px;
	height: 462px;
	left: 332px;
	top: 287px;
	position: absolute;
	visibility: visible;
	z-index: 10;
	background: url(../images/home_11.jpg) top left no-repeat;
	}
	
div#rootsdiv {
	width: 814px;
	height: 211px;
	background: url(../images/home_10.jpg) top left no-repeat;
	}
	
div#videodiv {
	width: 814px;
	height: 195px;
	background: url(../images/home_12.jpg) top left no-repeat;
	position: relative;
	}
	
div#bottomdiv {
	width: 814px;
	height: 56px;
	background: url(../images/home_13.jpg) top left no-repeat;
	}
	
/* Video scrollers */

div#scrollerWrapper {
	position: absolute;
	top: 10px;
	left: 30px;
	z-index: 1;
	width: 297px;
	height: 140px;
	visibility: visible;
	}
	
div#dshContainer {
	position:absolute;
	left: 0;
	top: 0;
	width: 297px;
	height: 140px;
	overflow: hidden;
	z-index: 1;
	visibility: visible;
	}

div#dshContent1 {
	position: absolute;
	width: 1115px;
	left: 0px;
	top: 0px;
	z-index: 0;
	visibility:visible;
	height: 100px;
	}
	
div#dshContent1 p {
	font-size: 60%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	padding: 4px 0 0 0;
	margin: 0;
	}
	
div#dshLeft {
	position:absolute;
	left: 0;
	top: 150px;
	z-index: 0;
	width: 18px;
	height: 18px;
	visibility: visible;
	}
	
div#dshRight {
	position: absolute;
	left: 279px;
	top: 150px;
	z-index: 0;
	width: 18px;
	height: 18px;
	visibility: visible;
	}
	
div#dshTrack {
	position: absolute;
	left: 18px;
	top: 150px;
	z-index: 0;
	width: 261px;
	height: 18px;
	visibility: visible;
	}
		
div.videowrapper {
	width: 100px;
	float: left;
	margin: 0 15px 0 0;
	}
	
/* News Scrollers */

div#dsvContainer {
	position:absolute;
	left:20px;
	top:45px;
	width:400px;
	height:350px;
	clip:rect(0px,400px,350px,0px);
	overflow:hidden;
	z-index:1;
	}

div#dsvContent1 {
	position: absolute;
	width: 400px;
	left: 0px;
	top: 0px;
	z-index: 0;
	clip: rect(   );
	visibility: visible;
	}
	
div#dsvContent1 p {
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	padding: 4px 0 0 0;
	margin: 0;
	}
	
div#dsvContent1 p a {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #583300;
	text-decoration: underline;
	}
	
div#dsvContent1 p a:hover {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #788432;
	text-decoration: underline;
	}
	
div#dsvContent1 img {
	border: 1px solid #000;
	float: left;
	margin: 0 8px 10px 0;
	}
	
div#dshContent1 img {
	border: none;
	}
	
div#dsvUp {
	position: absolute;
	left: 430px;
	top: 32px;
	z-index: 0;
	width: 18px;
	height: 18px;
	}
	
div#dsvDown {
	position: absolute;
	left: 430px;
	top: 396px;
	z-index: 0;
	width: 18px;
	height: 18px;
	}
	
div#dsvTrack {
	position: absolute;
	left: 430px;
	top: 50px;
	z-index: 0;
	width: 18px;
	height: 346px;
	}
	
div.divider {
	text-align: center;
	height: 1px;
	width: 394px;
	margin: 10px 0 10px 0;
	border-bottom: 1px solid #9f5b00;
	clear: both;
	}
