@charset "utf-8";

html, body {
	height: 100%;
}

body {
	font: 11px/1.2em  Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	padding: 0;
	margin: 0;
	text-align: center;
	
}

a {
	color: #999;
	text-decoration: none;
	outline: none;
	border: none;
	}
	
	
#pageWrapper {
	margin: 0 auto;
	width: 1024px;
	min-height: 100%;
	background: url(../images/pageBG.gif) repeat-y top left;
	text-align: center;
	padding: 0;
}


* html #pageWrapper {
	height: 100%;
}

#cantaloupe {
	margin: 0 0 0 72px;
	height: 405px;
	padding: 32px 0 0 50px;
	background: url(../images/purpleBG.gif) no-repeat top left;
	}
	
#cantaHeader {
	text-align: left;
	width:879px; 	
	margin:0 auto;
}

#logo {
	margin: 12px 0 12px 0;
}

#cantaHeader ul {
	list-style: none;
	padding: 0;
	margin: 0;

}

#cantaHeader li {
	float: right;
	border-right: 1px solid #ccc;
	line-height: 21px;
	margin-right: 12px;
	padding-right: 12px;

}

#cantaHeader li a {
	color: #d9e021;
}

#cantaHeader li.last {
	margin-right: 12px;
	padding-right: 0;
	border-right: none;

}

#videoWrapper {
	float: left;
	width: 481px;
	height: 369px;
	margin: 0 0 0 6px;
	padding: 0;
}
	
#main {
	height: 270px;
	width: 480px;
	position: relative;
	margin: 0 0 9px 0;
	background: url(../images/01_theraplay01_m.jpg) no-repeat top left;
	}
	
#faqBtn {
	width: 470px;
	text-align: right;
	}
	
	
a#view {
	position: absolute;
	top: 0;
	left: 0;
	width: 476px;
	height: 266px;
	text-indent: -5000px;
	z-index: 5;
	border: 2px solid #403B6C;
	}
	
a#view:hover {
	border: 2px solid #FFF;
	}
		
#overlay {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	text-align: center;
	}

#video {
	background: #FFF;
	width: 480px;
	height: 270px;
	margin: auto;
	}

a#closeBtn {
	position: absolute;
	top: 0px;
	left: 485px;
	z-index: 20;
	background: #ed1c24;
	color: #FFF;
	border: 1px solid #FFF;
	height: 18px;
	line-height: 18px;
	width: 18px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	}
	
a#closeBtn:hover {
	
	background: #000;
	
	}
	
	
	
	
#thumbsWrapper {
	width:245px;
	height: 335px;
	margin: 10px 0 0 0;
	padding: 5px;
	background: url(../images/thumbBG.gif) no-repeat top left;
	float: left;
	
	text-align: left;
}

	ul#thumbs {
		list-style: none;
		width: 200px;
		height: 141px;
		margin: 0;
		padding: 0;
		}
		
		ul#thumbs li {
			float:left;
			padding: 0;
			width: 240px;
			margin-top: 12px;
			}
		
			ul#thumbs li h2 {
				font: 11px/2em Verdana, Arial, Helvetica, sans-serif;
				font-weight: bold;
				margin: 0;
				color: #d9e021;
			}
			
			ul#thumbs li p {
				width: 127px;
				margin: 0px;
				float: left;
				color: #FFF;
			}
			
			ul#thumbs li a {
				display: block;
				width: 136px;
				height: 19px;
				margin: 0;
				padding: 0;
				overflow: hidden;
			}
			
			ul#thumbs li a img {
				margin:0;
				padding:0;
				width: 136px;
				height: 19px;
			}
			
		
			
			
			ul#thumbs li a:hover {
				color: #FFF;
			}
			
			ul#thumbs li img {
				float: left;
			}



	
ul#js {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 481px;
	}
	
	
	
	
	
	
ul#js li {
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: #FFF;
	}
	
		
	ul#js li#join {
		width: 191px;
		height: 56px;
	}
		
	ul#js li#share {
		width: 140px;
		height: 56px;

}
		
	ul#js li#archive {
		width: 150px;
		height: 56px;
}

ul#js li a:hover img {
			padding: 0;
			margin: 0;
			opacity: 0.80;
			-moz-opacity: 0.8;
			filter: alpha(opacity=80);

			}
	
#cantaFooter {
	position: relative;
	top: -30px;
	right: 10px;
	width:879px;
	text-align: right;
	color: #999;
	margin:0 auto;
	}
	
	
	
	

#cantaLink {
	color: #f15a24;
	}

#logoRow {
	margin: 12px 0 36px 0;
}


#footer {
	margin: 12px auto;
	padding: 12px 0 0 0;
	border-top: 1px solid	#CCC;
	width: 879px;
}

.fade {
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}

   .clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    }
    .clearfix {display:inline-block;}
    /* Hide from IE Mac \*/
   .clearfix {display:block;}
   /* End hide from IE Mac */

