body
{
    background-color: #000000; 
    /*background-color: #1a1a1a;     
    background-image: url(images/bg_gradient.gif);    
    background-repeat: repeat-x;*/
    margin: 0 auto;
    padding: 0px;
    font: normal 13px Trebuchet MS, sans-serif;
    color: #ffffff;
	line-height:14px;
}

/* fix for annoying FF3 bug */
object { outline:none; }

img {behavior: url(/content/includes/js/pngHack.htc);}

td, p, div
{
    font: normal 12px/14px Trebuchet MS, sans-serif;
}

#contentMain
{
    position: relative;
    width: 980px;
    height: 700px;
    margin: 0 auto;
    margin-top: 60px;
    background-color: #000000;
}

#content
{
	position: relative;
	left: -1px;
	top: -1px;
	width: 980px;
	height: 702px;
	margin: 0 auto;
	margin-top: 60px;
	z-index: 1;
	color: #efefef;
	z-index: 2;
	background-image: url(images/bg_static.jpg);
	background-repeat: no-repeat;
}
#movie
{
    position: relative;
    width: 980px;
    height: 700px;
    margin: 0 auto;
    z-index: 5;
}
#altContent
{
    position: absolute;
    left: -1px;
    top: -1px;
    width: 982px;
    height: 702px;
    margin: 0 auto;
    z-index: 1;
    color: #efefef;
    z-index: 2;
    background-image: url(images/bg_noflash.jpg);
    background-repeat: no-repeat;
}
#textOnlyContent
{
    position: absolute;
    left: 50px;
    top: 50px;
    width: 900px;
    height: 600px;
    margin: 0 auto;
    z-index: 1;
    color: #cccccc;
    z-index: 1;
}
#textOnlyContent a
{
    text-decoration: none;
    color: #ffffff;
}
#textOnlyContent a:hover
{
    text-decoration: none;
    color: #76b900;
}
#getFlash
{
    position: absolute;
    left: 518px;
    top: 28px;
    width: 470px;
    height: 35px;
    color: #cccccc;
    font-size: 13px;
    line-height: 13px;
    z-index: 3;
}
#getFlash a
{
    color: #76b900;
    text-decoration: none;
}
#buttons
{
    position: absolute;
    left: 518px;
    top: 648px;
    height: 20px;
    width: 470px;
    z-index: 3;
}
#pageTitle
{
    width:700px; 
    height:30px;
}
#requirements
{
    float:right;
    text-align:right;
}
.downloadDriverMenu
{
    /*float:right;*/
}
.downloadDriverMenu select
{
    font:12px Trebuchet MS;
    width:170px;
}
#downloadContent
{
    position: absolute;
    left: 130px;
    top: 182px;
    width: 733px;
    height: 377px;
    z-index: 3;
}
#downloadContent a
{
    color: #76b900;
    text-decoration: underline;
}
div.popUp
{
    position: absolute;
    left: 130px;
    top: 182px;
    width: 720px;
    height: 377px;
    z-index: 5;
    font:normal 14px/17px Trebuchet MS;
}
b.popupTitle
{
    font:bold 18px/21px Trebuchet MS;
    color:#76b900;
    text-transform:uppercase;
}
.popUpDesc
{
    float:right; 
    width:351px; 
    font:normal 14px/17px Trebuchet MS;
}
.popUpDesc p
{
    font:normal 14px/17px Trebuchet MS;
}
.popUpDesc a
{
    color:#76b900;
    text-decoration:none;
}
.popUpDesc a:hover
{
    color:#76b900;
    text-decoration:underline;
}
div.closeBttn {
    position:absolute;
    left:262px;
    top:353px;
    width:205px;
    height:28px;
    cursor:pointer;
    z-index:5;
}
#downloadScroller
{ 
    width:700px; 
    height:264px; 
    overflow:auto;
    scrollbar-3dlight-color:#333333;
	scrollbar-highlight-color:#666666;
	scrollbar-face-color:#333333;
	scrollbar-arrow-color:#76b900;
	scrollbar-shadow-color:#000000;
	scrollbar-darkshadow-color:#171717;
	scrollbar-track-color:#171717;
}
.downloadTable td 
{
    border:1px solid #333333;
    padding:15px;
}
.downloadTable td b
{
    text-transform:uppercase;
    font-size:14px;
    font-weight:bold;
}
.checkboxColumn
{   color:#76b900;
}
img.tableScreenshot
{
    margin-right:17px;
    float:left;
}
#size
{
    width: 698px;
    height: 20px;
    position: absolute;
    top: 308px;
    left: 0px;
    z-index: 4;
    text-align: right;
    font-size: 11px;
    color: #999999;
}
#formButtons
{
    width: 733px;
    height: 25px;
    position: absolute;
    top: 332px;
    left: 0px;
    z-index: 4;
    text-align:right;
}
#errorMsg
{
    color:Red;
    font-size:11px;
    font-weight:bold;
    text-transform:uppercase;
    margin-top:5px;
    margin-right:25px;
    float:right;
}
#footer
{
    position: relative;
    width: 980px;
    height: 60px;
    margin: 0 auto;
    margin-top: 13px;
    font: normal 11px/12px Trebuchet MS, sans-serif;
    color: #999999;
}
#footer a
{
    text-decoration: none;
    color: #999999;
}
#footer a:hover
{
    text-decoration: none;
    color: #76b900;
}

h1.intro
{
    margin: 0 0 8px 0;
    padding: 0;
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
}
h2.introSub
{
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
}
h3.h3Link
{
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 19px;
    color: #76b900;
}
#manualLinksDiv
{
    height:95px; 
    width:380px; 
    overflow:auto;
    scrollbar-3dlight-color:#333333;
	scrollbar-highlight-color:#666666;
	scrollbar-face-color:#333333;
	scrollbar-arrow-color:#76b900;
	scrollbar-shadow-color:#000000;
	scrollbar-darkshadow-color:#171717;
	scrollbar-track-color:#171717;
	border:1px solid #333333;
}
.manualLinksTD
{
    padding-right:20px;
}
.footnote
{
    font-size:10px;
}
#contestContent 
{
	position: absolute;
	left: 625px;
	top: 249px;
	width: 318px;
	height: 377px;
	z-index: 3;
	
}
#formContent 
{
	position: absolute;
	left: 625px;
	top: 249px;
	width: 318px;
	height: 377px;
	z-index: 3;
	visibility: hidden;
}
#flContent 
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 600px;
	height: 380px;
	z-index: 4;
}
#contestContent a
{
    color: #76b900;
    text-decoration: underline;
}
#amazon
{
    width:220px;
    position:absolute;
    left:80px;
    top:80px;
    text-align:center;
}
#newegg
{
    width:220px;
    position:absolute;
    left:424px;
    top:140px;
    text-align:center;
}
#mwave
{
    width:220px;
    position:absolute;
    left:424px;
    top:80px;
    text-align:center;
}
#zipzoomfly
{
    width:220px;
    position:absolute;
    left:424px;
    top:240px;
    text-align:center;
}
#tigerdirect
{
    width:220px;
    position:absolute;
    left:80px;
    top:240px;
    text-align:center;
}
#ncix
{
    width:220px;
    position:absolute;
    left:80px;
    top:140px;
    text-align:center;
}

.etailerDesc
{
    text-align:left;
}
#altDownloadLinks a
{
    text-decoration:none;
}
#altDownloadLinks a:hover
{
    text-decoration:underline;
}
#lowBandwidthLink 
{
position:relative;
top:60px;
margin:0 auto;
width:970px;
height:20px;
text-align:right;
padding-right:12px;
} 
#lowBandwidthLink a
{
color:#999999;
text-decoration:none;
font:normal 11px/14px Trebuchet MS;
}
#lowBandwidthLink a:hover
{
color:#76b900;
text-decoration:none;
font:normal 11px/14px Trebuchet MS;
}
