
body,html
{
    background-color: #ffffff; 
    background-image: url(images/bg_gradient.gif);    
    background-repeat: repeat-x;
    margin: 0 auto;
    padding: 0px;
    font: normal 14px/16px Trebuchet MS, sans-serif;
    color: #333333;
    height:100%;
}

/* 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;
}

#wrapper
{
    position: relative;
    margin: 0 auto;
    width: 1012px;
}

#shadowTop
{
    background-image: url(images/shadow_top.png);
    background-repeat: no-repeat;
    width: 1012px;
    height: 14px;
    font-size: 2px;
    padding: 0;
    margin: 0;
}
        
* html #shadowTop
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/shadow_top.png", sizingMethod="crop");
}
#shadowBottom
{
    background-image: url(images/shadow_bottom.png);
    background-repeat: no-repeat;
    width: 1012px;
    height: 15px;
    font-size: 0px;
    padding: 0;
    margin: 0;
}
        
* html #shadowBottom
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/shadow_bottom.png", sizingMethod="crop");
}
#shadowLeft
{
    background-image: url(images/shadow_left.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 700px;
    font-size: 0px;
    padding: 0;
    margin: 0;
    float:left;
}
        
* html #shadowLeft
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/shadow_left.png", sizingMethod="crop");
}
#shadowRight
{
    background-image: url(images/shadow_right.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 700px;
    font-size: 0px;
    padding: 0;
    margin: 0;
    float:left;
}
        
* html #shadowRight
{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/shadow_right.png", sizingMethod="crop");
}

#content
{
    position: relative;
    width: 980px;
    height: 700px;
    z-index: 2;
    background-image: url(images/bg_static.jpg);
    background-repeat: no-repeat;
    float:left;
}

#mainContent
{
    position: relative;
    width: 980px;
    height: 700px;
    z-index: 2;
    background-color:#ffffff;
    float:left;
}

#lowbandwidth {width:980px; margin:0 auto; text-align:right;}

#lowbandwidth a {text-decoration:none; color:#666666; font-size:12px; font-weight:bold;}

#lowbandwidth a:hover {text-decoration:underline; color:#76b900;}

#pageTitle
{
    padding-top:23px;
    margin-left:34px;
    margin-bottom:20px;
    width:712px; 
    height:20px;
}

#buttons
{
    position: absolute;
    right: 0px;
    top: 648px;
    width: 450px;
    z-index: 3;

}
#nvidiaLink {
    position:relative;
    top:185px;
    left:45px;
    width:150px; 
    height:50px; 
    cursor:pointer;
    z-index:4;
}

#requirements
{
    float:left;
    width:399px;
    text-align:left;
}
.downloadDriverMenu
{
    /*float:right;*/
}
.downloadDriverMenu select
{
    font:12px Trebuchet MS;
    width:170px;
}
#downloadContent
{
    position: relative;
    top:139px;
    left:101px;
    width: 776px;
    height: 446px;
    z-index: 3;
    background-color:#ffffff;
}
        
#downloadContent a
{
    color: #76b900;
    text-decoration: underline;
}
div.popUp
{
    position: absolute;
    top:139px;
    left:101px;
    width: 736px;
    height: 416px;
    z-index: 5;
    font:normal 14px/17px Trebuchet MS;
    border:1px solid #e5e5e5;
    background-color:#ffffff;
    padding:20px;
}
b.popupTitle
{
    font:bold 18px/21px Trebuchet MS;
    color:#76b900;
    text-transform:uppercase;
}
.popUpDesc
{
    float:left; 
    margin-left:15px;
    width:351px; 
    font:normal 14px/17px Trebuchet MS;
}
.popUpDesc p
{
    font:normal 12px/14px Trebuchet MS;
}
.popUpDesc a
{
    color:#76b900;
    text-decoration:none;
}
.popUpDesc a:hover
{
    color:#76b900;
    text-decoration:underline;
}
div.closeBttn {
    position:absolute;
    right:30px;
    bottom:20px;
    width:109px;
    height:31px;
    cursor:pointer;
    z-index:5;
}
#downloadScroller
{ 
    margin-left:34px;
    padding:1px;
    width:714px; 
    height:329px; 
    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;*/
}
#download2
{
    margin-left:67px;
    padding:1px;
    width:650px; 
}
.downloadTable {
    /*border:1px solid #e5e5e5;
    border-color:#e5e5e5;
    border-collapse:collapse;*/
}
.downloadTable td 
{
    border:1px solid #e5e5e5;
    border-collapse:collapse;
    padding:15px;
}
.downloadTable td b
{
    text-transform:none;
    font-size:14px;
    font-weight:bold;
}
.checkboxColumn
{   color:#76b900;
}
img.tableScreenshot
{
    margin-right:17px;
    float:left;
}
#bottomRow {
    width:713px;
    height:36px;
    margin-left:34px;
    margin-top:10px;
}

#size
{
    width: 140px;
    height: 19px;
    z-index: 4;
    font-size: 11px;
    color: #333333;
    float:right;
    padding-top:12px;
    /* underscore hack for IE positioning */
    _position:relative;
    _left:30px;
}
#formButtons
{
    width: 108px;
    height: 31px;
    z-index: 4;
    float:right;
    /* underscore hack for IE positioning */
    _position:relative;
    _left:30px;
}
#errorMsg
{
    color:Red;
    font-size:11px;
    font-weight:bold;
    text-transform:uppercase;
    margin-top:5px;
    margin-right:25px;
    float:right;
}
#footer
{
    position: relative;
    width: 800px;
    padding-right:180px;
    height: 80px;
    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 #e5e5e5;
}
.manualLinksTD
{
    padding-right:20px;
}
.footnote
{
    font-size:10px;
}
#wtbContent 
{
    position: relative;
    top:139px;
    left:101px;
    width: 776px;
    height: 446px;
    z-index: 3;
    background-color:#ffffff;
    
}
#wtbContent 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:120px;
    text-align:center;
}
#mwave
{
    width:220px;
    position:absolute;
    left:424px;
    top:80px;
    text-align:center;
}
#zipzoomfly
{
    width:220px;
    position:absolute;
    left:424px;
    top:200px;
    text-align:center;
}
#tigerdirect
{
    width:220px;
    position:absolute;
    left:80px;
    top:200px;
    text-align:center;
}
#ncix
{
    width:220px;
    position:absolute;
    left:80px;
    top:120px;
    text-align:center;
}
#buy
{
    width:220px;
    position:absolute;
    left:80px;
    top:280px;
    text-align:center;
}
.etailerDesc
{
    text-align:left;
}
#altDownloadLinks a
{
    text-decoration:none;
}
#altDownloadLinks a:hover
{
    text-decoration:underline;
}

h3.downloadHeading {
margin:0;
padding:0 0 6px 0;
line-height:14px;
font-weight:bold;
font-size:16px;
}

sup {
font-size:0.5em;
}

.clearChecks {
cursor:pointer;text-decoration:none; float:left; font-size:11px; color:#333333; margin-top:10px;
}

.clearChecks:hover {
text-decoration:underline;
}