@charset "utf-8";

/* Resets everything */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, ul, li, form, label, img {
	margin:0px;
	padding:0px;
	border:0px;
	outline:0px;
}
* {padding:0px; margin:0px;}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to define for png image! */
* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}


body {font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#5c5c5d;}

.holder {width:924px; margin:0 auto;}
.innerholder {float:left; width:924px;}

.header {float:left; height:96px; border-bottom:1px solid #e0e0e0; background:#fff; width:100%;}
.logo {float:left; padding:36px 0px 18px 0px;}
.toplink {color:#66bb49; float:right; margin-top:45px;}
.toplink span {color:#000000; padding-right:50px;}
.toplink a {color:#66bb49; text-decoration:underline;}
.toplink a:hover {text-decoration:none;}

.playarea {float:left; margin:5px 0px 15px 0px; width:100%;}
.paneltop {background:url(../images/top-brd.gif) left top repeat-x; height:8px; width:100%;}
.panelbtm {background:url(../images/btm-brd.gif) left top repeat-x; height:8px; width:100%;}
.panelmid {
	background:url(../images/bg-base.gif) left top repeat-y;
	padding:28px 60px;
	color:#5c5c5d;
}
.panelmid h1 {font-size:22px; margin:0; padding:0;}
.panelmid p {font-size:13px; line-height:20px; padding:7px 0px; width:770px;}
.flasharea {
	height:450px;
	margin-left: -18px;
}
.left {float:left;}
.right {float:right;}

.footer {float:left; height:76px; border-top:1px solid #e0e0e0; background:#fff; width:100%; color:#999999; line-height:18px;}
.footer a {color:#999999; text-decoration:none;}
.footer a:hover {text-decoration:undelrine;}
