/* Ruby Gloom Global CSS */

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;
	}
	
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
	
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 1;
	font-family: arial, helvetica, sans-serif;
	background-color: #000;
	}
	
ol, ul {
	list-style: none;
	}
	
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
	
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
	
blockquote, q {
	quotes: "" "";
	}
	
/* Ruby Gloom Structural Styles */

#rg-container-outer {
	width: auto;
	min-width: 960px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

#rg-container {
	width: auto;
	min-width: 960px;
	background: url(../images/ruby-gloom-bg-topV2.jpg) no-repeat 50% 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

#rg-container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	} 
	
#rg-container-inner {
	position: relative;
	width: 960px;
	margin: 0 auto;
	color: #000;
	background: transparent;
	*border: 1x solid red;
	}
	
#rg-main-nav {
	width: 970px;
	float: left;
	}
	
#rg-main-nav #rg-main-logo a {
	background: url(../images/ruby-gloom-main-logo.png) no-repeat 0 0;
	width: 245px;
	height: 202px;
	text-indent: -9999em;
	float: left;
	display: block;
	}
	
#rg-main-nav ul#rg-nav {
	float: left;
	width: 725px;
	margin: 4px 0 0 0;
	}
	
#rg-main-nav ul#rg-nav li {
	float: left;
	}
	
#rg-main-nav ul#rg-nav li#characters a {
	text-indent:-9999px;
	overflow:hidden;
  	display: block;
	width: 156px;
	height: 124px;
	background: url(../images/ruby-gloom-nav-char-off.png) no-repeat 0 0;
	}
	
#rg-main-nav ul#rg-nav li#characters.active a {
	text-indent:-9999px;
	overflow:hidden;
  	display: block;
	width: 156px;
	height: 124px;
	background: url(../images/ruby-gloom-nav-char-on.png) no-repeat 0 0;
	}
	
#rg-main-nav ul#rg-nav li#video a {
	text-indent:-9999px;
	overflow:hidden;
  	display: block;
	width: 106px;
	height: 124px;
	background: url(../images/ruby-gloom-nav-video-off.png) no-repeat 0 0;
	}

#rg-main-nav ul#rg-nav li#video.active a {
	text-indent:-9999px;
	overflow:hidden;
  	display: block;
	width: 106px;
	height: 124px;
	background: url(../images/ruby-gloom-nav-video-on.png) no-repeat 0 0;
	}
	
#rg-main-nav ul#rg-nav li#fun a {
	text-indent:-9999px;
	overflow:hidden;
  	display: block;
	width: 157px;
	height: 124px;
	background: url(../images/ruby-gloom-nav-fun-off.png) no-repeat 0 0;
	}
	
#rg-main-nav ul#rg-nav li#fun.active a {
	text-indent:-9999px;
	overflow:hidden;
  	display: block;
	width: 157px;
	height: 124px;
	background: url(../images/ruby-gloom-nav-fun-on.png) no-repeat 0 0;
	}

#rg-main-nav ul#rg-nav li#gallery a {
	text-indent:-9999px;
	overflow:hidden;
  	display: block;
	width: 138px;
	height: 124px;
	background: url(../images/ruby-gloom-nav-gallery-off.png) no-repeat 0 0;
	}

#rg-main-nav ul#rg-nav li#gallery.active a {
	text-indent:-9999px;
	overflow:hidden;
  	display: block;
	width: 138px;
	height: 124px;
	background: url(../images/ruby-gloom-nav-gallery-on.png) no-repeat 0 0;
	}
	
#rg-main-nav ul#rg-nav li#links a {
	text-indent:-9999px;
	overflow:hidden;
  	display: block;
	width: 159px;
	height: 124px;
	background: url(../images/ruby-gloom-nav-ecards-off.png) no-repeat 0 0;
	}

#rg-main-nav ul#rg-nav li#links.active a {
	text-indent:-9999px;
	overflow:hidden;
  	display: block;
	width: 159px;
	height: 124px;
	background: url(../images/ruby-gloom-nav-ecards-on.png) no-repeat 0 0;
	}
	
	
#rg-second-nav	{
	background: url(../images/ruby-gloom-second-nav-bg.gif) no-repeat 0 0;
	width: 970px;
	height: 225px;
	float: left;
	clear: both;
	}

#rg-second-nav ul {
	float: left;
	width: 970px;
	}
	
#rg-second-nav ul li {
	float: left;
	}
	
#rg-second-nav ul li#rg-ecards a {
	text-indent:-9999px;
	overflow:hidden;
  	display: block;
	width: 158px;
	height: 101px;
	background: url(../images/ruby-gloom-second-nav-ecards.png) no-repeat 0 0;
	margin: 90px 0 0 100px;
	}	

#rg-second-nav ul li#rg-gallery a {
	text-indent:-9999px;
	overflow:hidden;
  	display: block;
	width: 168px;
	height: 95px;
	background: url(../images/ruby-gloom-second-nav-gallery.png) no-repeat 0 0;
	margin: 70px 0 0 203px;
	}

#rg-second-nav ul li#rg-fun a, #rg-second-nav ul li#rg-fun a:visited {
	text-indent:-9999px;
	overflow:hidden;
  	display: block;
	width: 185px;
	height: 115px;
	background: url(../images/ruby-gloom-second-nav-fun.png) no-repeat 0 0;
	margin: 40px 0 0 103px;
	}
	
#rg-main-footer {
	width: 810px;
	background: url(../images/ruby-gloom-bg-footer.jpg) no-repeat bottom left;
	margin: 0 0 0 0;
	*margin: -5px 0 0 0;
	padding: 150px 0 0 150px;
	*padding: 150px 0 20px 150px;
	color: #fff;
	font-size: 70%;
	line-height: 1.2em;
	float: left;
	}
	
#rg-main-footer #rg-footer-logos {
	float: left;
	width: 270px;
	vertical-align: middle;
	}

#rg-main-footer #rg-footer-logos img {
	display: inline;
	vertical-align: middle;
	margin-right: 10px;
	}
	
#rg-main-footer #rg-footer-copyright {
	float: left;
	width: 435px;
	margin: 10px 0 0 25px;
	font-family: verdana, arial, sans-serif
	}
	
#rg-main-footer #rg-footer-copyright a, #rg-main-footer #rg-footer-copyright a:visited {
	color: #fff;
	}
	
#rg-main-footer #rg-footer-copyright p.rg-footer-links {
	margin: 10px 0 0 0;
	}
	
/* Global Corus Kids Footer styles */

#partnerFooter { 
	border-top: 1px solid #4d7ca2; 
	padding: 6px 0 0 0;
	text-align: center; 
	width: 960px;
	margin: 10px 0 20px 0;
	font-size: 11px;
	}

#partnerFooter a { 
	color: #4d7ca2; 
	margin: 0px 5px 0 5px;
	}	

#corusFooter {
	margin: 2px 0px 0px 130px;
	width: 960px;
	}

#corusFooter  {
	color: white;
	font: .8em arial;
	margin: 0px;
	}
	
#corusFooter a {
	color: #999;
	}
	
#corusFooter a img {
	border: 0;
	}
	
#UF-relatedSites {
	border-top: 1px solid #fff;
	padding: 10px 0 20px 0;	
	}
	