@charset "utf-8";
/* START PAGE CENTERING  */
	* {
		margin:0;
		padding:0;
	}
	/* mac hide \*/
	html,body {
	height:100%;
	width:100%;
	}
	/* end hide */
	body {
	text-align:center;
	min-height:468px;/* for good browsers*/
	min-width:960px;
	}
	#outer{
		height:0%;
		width:100%;
		display:table;
		vertical-align:middle;
	}
	#container {
		text-align: center;
		position:relative;
		vertical-align:middle;
		display:table-cell;
	}
	#inner {
		width: 960px;
		text-align: center;
		margin-left:auto;
		margin-right:auto;
	}
/* END PAGE CENTERING */
body {
	background: #ffcbf4 url(../images/header_bg.gif) repeat-x top left;
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

img {
	border:none;
}

a:link,
a:visited,
a:hover {
	color:#000000;
	font-weight:bold;
}

.clearMe {
	clear:both;
}

#header {
	position:relative;
	width:100%;
	height:85px;
}

#header #logo {
	float:left;
	width:500px;
}

#header #navigation {
	width:980px;
	position:absolute;
	bottom:-15px;
	left:0px;
}

#header #informational {
	float:left;
	margin-left:40px;
	width:400px;
}

#header #searchBox {
	margin-top:10px;
	height:30px;
	line-height:30px;
}

#header #attentionBox {
	margin-top:10px;
	height:30px;
	line-height:30px;
	background-color:#fefcdb;
	border:solid #860045 1px;
}

#content h1 {
	font-size:18px;
	color:#000000;
	height:30px;
}

#content p.resultCount {
	display:inline;
	float:left;
	margin-top:2px;
	margin-left:10px;
	font-size:16px;
}

#content p.displayOptionsTop,
#content p.displayOptionsBottom {
	display:inline;
	float:right;
	margin-right:4px;
	margin-top:2px;
}

.thumbs {
	clear:both;
	font-size:16px;
	margin-top:10px;
}

.thumbs a:link,
.thumbs a:visited,
.thumbs a:hover {
	text-decoration:underline;
	color:#860045;
}

.thumbs a:link img,
.thumbs a:visited img,
.thumbs a:hover img {
	border:solid #000000 1px;
}

.thumbs h1 {
	display:inline;
	float:left;
	margin-left:4px;
}

.thContainer {
	position:relative;
	height:290px;
}

div.play {
	position:absolute;
	/* [positioned in lower left corner] left:17px; bottom:60px; */
	left:71px;
	bottom:144px;
	width:50px;
	height:50px;
/*	background:url(../images/playButtonV4.png) no-repeat top left;*/
	background:url(../images/playButton.gif) no-repeat top left;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	cursor:pointer;
}

.allCategories {
	margin-top:20px;
	padding:10px 0px 20px 10px;
	border:solid #860045 1px;
	background-color:#fef7fb;
	text-align:left;
}

.allCategories h1 {
	display:inline;
	float:left;
	margin-left:31px;
}

.topList {
	text-align:left;
	margin-top:20px;
}

#footer {
	margin-top:20px;
	padding-bottom:20px;
}


.moreLink {
	float:right;
}
 
.moreLink span {
	margin-right:20px;
}