@charset "utf-8";
/* CSS Document */
/*-----/DOWNLOAD-MANAGER-STYLES/-----*/
*{
    margin:0;
    padding:0;
}
body{
    background:#000000;
    color:#c4c4c3;
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
}
div.wrapp{
    margin: 0 auto;
    width: 900px;
}
/*-----/GENERAL-STYLES/-----*/
a{
    color:#0064aa;
    text-decoration:none;    
}
a:hover{
    text-decoration:underline;
}
h1,h2,h3,h4,h5,h6{color:#FFF;font-weight:normal;}
h1{
    font-size:24px;
    line-height:30px;
    margin:0px 0 15px 0;
}
h2{
    font-size:18px;
    line-height:24px;
    margin:15px 0;
}
p{
    font-size:14px;
    line-height:18px;
    margin:15px 0;
    display:block;
}

/*-----/HEADER/-----*/
#header{
    background-image: url("../images/header_nav_bg.jpg");
    background-repeat: no-repeat;
    background-position: 0 10px;
    margin-top:20px;
    height:90px;
    clear:both;    
    overflow:hidden;
}
#header a.avidLogo {
    background:url("../images/avid_logo.gif") no-repeat scroll 0 0 transparent;
    display:block;
    height:30px;
    width:90px;
}
/*-----/MENU/-----*/
#header #navigation {
    clear: both;
    height: 85px;
    width: 900px;
    font-size:12px;
}
#header #navigation li{list-style: disc outside none; display: inline;}
#header #navigation li a {color: #FFFFFF;}
#header #navigation #mainNavigation {
    float: left;
    width: 600px;}
#header #navigation #mainNavigation li {
    float: left;
    margin: 0 20px 0 0;}
#header #navigation #mainNavigation li a {
    line-height: 55px;}
#header #navigation #accountNavigation {
    float: right;
    margin: 20px 0 0;}
#header #navigation #accountNavigation li {
    margin: 0 0 0 10px;
    padding: 15px 0 0;
}


/*-----/CONTENT/-----*/
#content{
    background:url("../images/grad_bg.jpg") no-repeat scroll 0 0 transparent;
    display:block;
    clear:both;
    overflow:hidden;
}
#content #inner_content{
    padding-top:60px;
    padding-left:30px;
}
#content #inner_content .download_h{height:65px;}

/*-----/FORM/-----*/
form{
    overflow:hidden; 
    margin:50px auto 20px;
    width: 650px;
}
form *{border:0;}
form .row{
    margin-bottom:30px;
    overflow:hidden;
}
label{
    margin-right:30px;
    width:210px;
    float:left;
}
select{border:0;}
select.select{
    cursor:pointer;
    margin:10px 10px 10px 0px; 
    background: none repeat scroll 0 0 #555555;
    border: 0;
    color: #CCCCCC;
    float: left;
    font-size: 11px;
    height: 20px;
    margin: 0 0 0 6px;
    width: 159px;
    padding: 2px;
    float:left;
}
.check{
    float:left;
	margin-left: 25px;
    margin-right: 10px;
}
option{
    height: 14px;
    line-height: 15px;
    padding: 3px;
    border:0;
}
.btn_submit{
    background:url("../images/btn_go.png") no-repeat top left transparent;
    width:70px;
    height:29px;    
    overflow:hidden;    
    cursor:pointer;
    float:right;
    /*margin-right: 100px;*/
    margin-right: 500px;
    margin-top: 25px;
}
.btn_submit:hover{
    background-position:bottom;
}

/*-----/FOOTER/-----*/
#footer{
    clear:both;
    margin-top:110px;
    margin-bottom:30px;
    font-size:12px;
    text-align:center;
}

/*-----/CLASSES/-----*/
.left{float:left;}
.right{float:right;}
.clear{clear:both; height:0px;}


