@import url("reset.css");
@import url("faq.css");
@import url("colorbox.css");
@import url("contact.css");

body {
	background: #000 url("../images/bg.gif") fixed;
	font-size: 14px;
	line-height: 22px;
	color: #AEB0B3;
	font-family: Verdana, Arial, sans-serif;
	width: 500px;
	position: relative;
}
a {
	color: #FDF22A;
	text-decoration: none;
}
a:visited {
	border: none;
	text-decoration: none;
}
a, a:active, a:visited {
	outline: none;
}
* :focus { outline: 0; }
p.yellow {
	color: #FDF22A;
}
#wrapper {
/*	position: absolute;*/
}
#left_col {
  left:0;
  top:10px;
	position: fixed;
}

#fsp_logo:hover {
	cursor: pointer;
}
#fsp_logo {
	background: url('../images/fox_soccer_plus_logo.gif') no-repeat;
	width: 96px;
	height: 110px;
	position: fixed;
  left: 839px;
	top: 10px;
}

#content {
	background: #000;
	width: 452px;
	margin-left: 222px;
	margin-top: 15px;
	padding: 62px 65px 62px 48px;
	min-height: 600px;
	height:auto !important;
  height:600px;
}
#content img {
/*	padding: 59px 0 0 0;*/
}

#content p {
	padding: 13px 0 0 0;
	width: 450px;
	margin: 0;
}
#left_col {
	margin-left: 0;
}
#left_col ul {
	margin-top: 23px;
	list-style-type: none;
	margin-left: 50px;
}
#left_col ul li{
	margin: 13px 0 0 -21px;
	cursor: pointer;
}
#left_col ul li a {
  display:block;
  text-indent:-9999px;
  position:relative;
  z-index:999;
  height:16px;
  width:176px;
}
#left_col ul li#nav-home a{
	background: url('../images/rowdies_logo.gif') no-repeat scroll top left;
	width: 158px;
	height: 160px;
	margin-left: 28px;
	margin-top: 10px;
}
li#nav-about a{
	background: url('../images/nav_about_yellow.gif') no-repeat;
}
li#nav-about.active a, li#nav-about a:hover {
	background: url('../images/nav_about_white.gif') no-repeat;
}
li#nav-programming a {
	background: url('../images/nav_programming_yellow.gif') no-repeat;
}
li#nav-programming.active a, li#nav-programming a:hover {
	background: url('../images/nav_programming_white.gif') no-repeat;
}
li#nav-faq a{ 
	background: url('../images/nav_faq_yellow.gif') no-repeat;
}
li#nav-faq.active a, li#nav-faq a:hover {
	background: url('../images/nav_faq_white.gif') no-repeat;
}
li#nav-contact a{
	background: url('../images/nav_contact_yellow.gif') no-repeat;
}
li#nav-contact.active a, li#nav-contact a:hover  {
	background: url('../images/nav_contact_white.gif') no-repeat;
}
a img {
	border: 0;
}

#about_content, #faq_content, #programming_content, #contact_content
{
	display: none;
}

div.thumbnail {
	display: inline;
	cursor: pointer;

	height: 180px;
}
div.thumbnail img {
	border: 2px solid black;
}
div.thumbnail img:hover {
	border: 2px solid #FDF22A;
}
div.thumbnail a {
	height: 100px;

	width: 218px;
	height: 144px;
}
#programming_content img {
	padding: 10px 0;
}
div#programming_content ul {
	padding: 0;	
}
div#programming_content ul li {
	list-style-type: none;
	padding-bottom: 3px;
	text-transform: uppercase;
}
div#network_logos {
	padding-top: 15px;
}
div#soccer, div#rugby {
	padding-top: 15px;
}
div#videos {
	padding-top: 40px;
}
div#flash {
	display: none;
}
#footer {
	height: 40px;
	width: 452px;
	margin-left: 222px;
	padding: 0 65px 0 48px;
	padding-top: 40px;
	background: #000 url("../images/fox_cable_logo.jpg") no-repeat 417px 6px;
	font-size: 8px;
}
.error {
	color: red;
	font-weight: bold;
}
.success-message {
	color: #FDF22A;
	font-weight: bold;
}
.strong {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
