@charset "utf-8";

/* ===================== COMMON ELEMENTS ======================== */

html, 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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}

body {
	background-color: #c0c0c0;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#wrapper {
	width: 960px;
	height: auto;
	margin: 0px auto;	
	background-color: #fff;
	overflow: hidden;
}

#header {
	width: 902px;
	height: 76px;
	padding: 0px 0px 0px 30px;
}

#headleft {
	float: left;
}

#headright {
	float: right;
}

#filbert {
	background: #fff url(images/filbert_new.jpg) no-repeat center top;
	width: 960px;
	height: 596px;
}

#video {
  position: relative;
	height: 392px;
	width: 450px;
  top: -62px;
  left: 255px;
}

#ratings {
  position: relative;
	height: 17px;
	width: 90px;
  top: -23px;
  left: 360px;
	/*border: 1px solid #000000; Remove comment to see where the link is located!*/
}

/************* LINKS IN BACKGROUND IMAGE ************/
#link1 a {
  position: relative;
  font-size: 2.8em;
	height: 150px;
	width: 100px;
  top: 133px;
  left: 40px;
  text-decoration: none;	
  /*border: 1px solid #000000; Remove comment to see where the link is located!*/
}

#link1 a i {
  visibility: hidden;
}

#link2 a {
  position: relative;
  font-size: 3.5em;
	height: 150px;
	width: 100px;
  top: 105px;
  left: -30px;
  text-decoration: none;	
  /*border: 1px solid #000000; Remove comment to see where the link is located!*/
}

#link2 a i {
  visibility: hidden;
}

#link3 a {
  position: relative;
  /*font-size: 2.0em;*/
	font-size: 60px;
	line-height: 66px;
	/*height: 150px;
	width: 100px;*/
  top: 413px;
  left: 0px;
  text-decoration: none;	
  /*border: 1px solid #000000; Remove comment to see where the link is located!*/
}

#link3 a i {
  visibility: hidden;
}

#link4 a {
  position: relative;
  font-size: 1.5em;
	height: 150px;
	width: 100px;
  top: 410px;
  left: 110px;
  text-decoration: none;	
  /*border: 1px solid #000000; Remove comment to see where the link is located!*/
}

#link4 a i {
  visibility: hidden;
}
/************* END LINK IN BACKGROUND IMAGE ************/

#middle {
	width: 902px;
	height: auto;
	margin: 30px auto;
}

#midleft {
	float: left;
	width: 525px;
	height: auto;
	min-height: 600px;
	margin: 0 0 30px 0;
	padding: 0px 0px 0px 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

#midright {
	float: right;
	width: 358px;
	height: auto;
}

#seescores {
	background: #fff url(images/seescores_bg.gif) no-repeat center top;
	width: 358px;
	height: 347px;
	margin: 15px 0 0 0;
	padding: 0;
}

#seescorescopy {
	padding: 5px 10px 0px 10px;
}

#scorebutton {
	text-align: center;
	/*padding-right: 10px;*/
	padding-top: 5px;
}

#bookmark {
	text-align: right;
	margin: 5px 0 20px 0;
}

.blackbold {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #000;
}

.orangebold {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #fe7f04;
	line-height: 21px;
	padding: 0 0;
}

.orangebold a {
	color: #fe7f04;
}

.orangebold a:hover {
	color: #fe7f04;
	text-decoration: none;
}

.black {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000;
}

#filbertfooter {
	background: #fff url(images/filbertfooter.gif) no-repeat center top;
	width: 960px;
	height: 83px;
}

#copyright {
	background: #fff url(images/footer.gif) no-repeat center top;
	width: 960px;
	height: 40px;
	margin-top: 10px;
	clear: both;
}

#copyright_text {
	float: right;
	margin: 12px 60px 0px 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #fff;
}

sup {
	font-size: 8px;
}

.sup {
	font-size: 8px;
	font-weight: bold;
}

.supblack {
	font-size: 9px;
	color: #000;
}

#footer {
	width: 960px;
	height: 120px;
	padding: 25px 0px 25px 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #7b7b7b;
}

#footerleft {
	float: left;
	margin-left: 35px;
	width: 45%;
}

#footerright {
	float: right;
	margin-right: 35px;
	width: 45%;
}