/*-------------------------------------------------
VIDEOS
-------------------------------------------------*/
#contentHolder #bodyText #videosHolder{
	position: relative;
	clear: left;
	float: left;
	width: 484px;
	margin: 0 8px 0 0;
	padding: 6px;
	color: white;
	overflow: hidden;
	background-color: #AA1100;
	border: 3px solid #FFF;
}

#contentHolder #bodyText #videos{
	position: relative;
	width: 484px;
	overflow: hidden;
	background-color: #DD2200;
}
#videos #text h1.title{
	display: block;
	text-indent: -100em;
	overflow: hidden;
	background: url(../images/videosHeader.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	width: 133px;
	height: 40px;
	float: left;
}
#videos #text{
	margin: 0 0 0 0;
	background-color: #DD2200;
}
#videos #text p{
	padding: 0 8px 2px 8px;
}
/*--------*/
#videos #quicktime{
	display: block;
	margin: 4px 8px 0 8px;
	padding: 0;
	width: 61px;
	height: 66px;
	clear: left;
	float: left;
}
/*--------*/
#videos #galleries{
	position: relative;
	width: 370px;
	margin: 4px 0 8px 8px;
	padding: 8px;
	background-color: #554466;
	float: left;
}
#videos #galleries .popUpDisclaim{
	font-size: 8px;
	color: #ccc;
}
/*--------*/
#videos #galleries #thumbs{
	position: relative;
	margin: 0 0 0 0;
	display: table;
}
#videos #galleries #thumbs tr{
	display: table-row;
	padding: 0 0 8px 0;
}
#videos #galleries #thumbs td{
	display: table-cell;
	/*text-align: center;*/
	width: 200px;
	margin: 0 0 8px 0;
}
#videos #galleries #thumbs td img{
	float: left;
	margin: 0 8px 0 0;
}
#videos #galleries #thumbs td .title{
	color: #FF8811;
	font-weight: bold;
}
#videos #galleries #thumbs td a{
	margin: 0 0 8px 0;
	color: #FFF;
	font-weight: normal;
}
#videos #galleries #thumbs td a:link{
	margin: 0 0 8px 0;
	color: #FFF;
}
#videos #galleries #thumbs td a:hover{
	color: #FF8810;
}

/*-------------------------------------------------
FEATURE IMAGE
-------------------------------------------------*/
#mainImg{
	position: relative;
	float: right;
	margin: 8px 15px 0 0;
	margin: 0 0 0 0;
}


/*-------------------------------------------------

BOOK / PRESS
-------------------------------------------------*/
#bodyText #bookpress{
	position: relative;
	clear: left;
	float: left;
	width: 500px;
	height: 60px;
	margin: 15px 0 0 14px;
	margin: 14px 0 0 0;
	color: white;
	background-color: #332244;
}
#bookpress h1{
	display: block;
	margin: 0;
	font-size: 10px;
}
#bookpress h1 a{
	display: block;
	text-indent: -100em;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	font-size: 10px;
}
#bookpress #book h1 a{
	background: url(../images/home_book_header.gif);
	width: 86px;
	height: 59px;
}
#bookpress #book #text, #bookpress #press #text{
	position: absolute;
	top: 0;
	font-size: 10.5px;
	padding: 2px 0 2px 2px;
}
#bookpress #book #text p, #bookpress #press #text p{
	margin: 0 0 2px 0;
	padding: 0;
}
#bookpress #book #text{
	left: 90px;
	width: 115px;
}
#bookpress #press h1{
	position: absolute;
	top: 0;
	left: 210px;
}
#bookpress #press h1 a{
	background: url(../images/home_request_header.gif);
	width: 110px;
	height: 59px;
}
#bookpress #press #text{
	left: 320px;
	width: 170px;
}
