@charset "utf-8";
/*  CSS Reset  */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
html {
	width: 100%;
	height: 100%;
}
:focus {
	outline: 0;
}
.clear {
	clear: both;
}
.skip {
	display: none;
}
.hide {
	display: none;
}
.visible {
	visibility: visible;
}
.left {
	float: left;
}
.right {
	float: right;
}

a{
	color:#39F;
	text-decoration:none;
}
a:hover{
	color:#fff;
}

body{
	background:#0894b6 url(images/sky_bg.jpg) top center;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	color:#f5f5f5;
	font-size:12px;
}
strong{
	font-weight:bold;
}
ul{
	margin-left:25px;
}
#trailer{
	width:980px;
	margin:20px auto 0 auto;
}
#content{
	width:980px;
	margin:0 auto;
}
#socMed{
	text-align:right;
	height:20px;
	float:right;
	padding-bottom:5px;
}
	#socMed a{
		text-indent:-5000px;
		position:relative;
		margin:0 5px 3px 0;
		float:right;
	}
	#socMed .facebook{
		width:150px;
		height:20px;
		background:transparent url(images/facebook.png) top;
	}
	#socMed .facebook:hover{
		background: transparent url(images/facebook.png) bottom;
	}
	#socMed .twitter{
		width:150px;
		height:20px;
		background:transparent url(images/twitter.png) top;
	}
	#socMed .twitter:hover{
		background: transparent url(images/twitter.png) bottom;
	}
	#socMed .blog{
		width:93px;
		height:20px;
		background:transparent url(images/blog.png) top;
	}
	#socMed .blog:hover{
		background: transparent url(images/blog.png) bottom;
	}
#logos{
	padding:5px;
	text-align:center;
	height: 50px;
	margin-top: 10px;
}
#logos a{
	text-indent: -5000px;
}
	#logos img{
	margin: 0 100px;

	}
	#logos .sticky, #logos .ten, #logos .mango, #logos .nelvana{
		 margin:0 85px;
	}
	#logos .sticky{
		width:91px;
		height:50px;
		background: url(images/sticky_logo.png) top;
		float:left;
	}
	#logos .sticky:hover{
		background: url(images/sticky_logo.png) bottom;
	}
	#logos .ten{
		width:50px;
		height:50px;
		background: url(images/ten_logo.png) top;
		float:left;
	}
	#logos .ten:hover{
		background: url(images/ten_logo.png) bottom;
	}
	#logos .mango{
		width:89px;
		height:50px;
		background: url(images/mango_logo.png) top;
		float:left;
	}
	#logos .mango:hover{
		background: url(images/mango_logo.png) bottom;
	}
	#logos .nelvana{
		width:51px;
		height:50px;
		background: url(images/nelvana_logo.png) top;
		float:left;
	}
	#logos .nelvana:hover{
		background: url(images/nelvana_logo.png) bottom;
	}
#footer{
	padding:10px 0;
	text-align:center;
	font-size:10px;
}
