* {
	border:0px;
	margin:0px;
}

body{
	font-family:Arial, Helvetica, Tahoma, sans-serif;
	color:#FFFFFF;
	background-color:#000000;
	font-size:12px;
}


a{
	text-decoration:underline;
	color:#FFFFFF;
}

a:hover{
	text-decoration:none;
	color:#FFFFFF;
}


p{
	padding:10px 0px;
}

#header{
	background-image:url('../images/top_bg.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	height:313px;
}

#content{
	width:100%;
	background-image:url('../images/content_bg.jpg');
	background-position:center top;
	background-repeat:no-repeat;
}


table.center{
	margin-left:auto;
	margin-right:auto;
}

h1{
	font-size:14px;
}

.page_header h1{
	font-size:48px;
}

.collection_thumb{
	float:left;
	width:118px;
	height:118px;
	padding-left:2px;
	margin:1px 0px 0px 1px;
	background-image:url('../images/dancers_thumbs.png');
	background-position:center top;
	background-repeat:no-repeat;
}

.collection_thumb_1{
	float:left;
	width:156px;
	height:156px;
	padding-left:2px;
	margin:1px 0px 0px 1px;
	background-image:url('../images/dancers_thumbs_1.png');
	background-position:center top;
	background-repeat:no-repeat;
}


.collection_details_thumb{
	float:left;
	width:64px;
	height:64px;
	padding-left:2px;
}

.collection_details_thumb_0{
	float:left;
	width:64px;
	height:64px;
}


.product_collection_thumb{
	float:left;
	width:160px;
	height:328px;
	padding:3px 1px 3px 1px;
	margin:1px 0px 0px 1px;
	background-image:url('../images/product_list_bg.png');
	background-position:center top;
	background-repeat:no-repeat;
}


.details{
	width:355px;
	padding-right:5px;
}

.details .caption{
	color:#BCECFE;
	font-weight:bold;
	font-size:12px;
	padding-right:5px;
}

.details h1{
	color:#BCECFE;
	font-weight:bold;
	font-size:20px
}

.details .text{
	color:#FFFFFF;
	font-weight:normal;
	font-size:12px;
}
.red {
	color:#FF0000;
}

.note {
	font-size:10px;
	font-style:italic;
}


.inputform{
	width:250px;
}

.inputdetails{
	width:250px;
	height:100px;
}

.bottom_links{
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}

.video_group{
	padding-bottom:4px;
}

.video_group a:link, .video_group a:visited{
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}

.video_group a:hover{
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	color:#CCCCCC;
}


div.scroll {
	height: 200px;
	width: 375px;
	overflow: auto;
	border: 0px solid #666;
}

div.scroll a {
	text-decoration:none;
}

