@charset "utf-8";

/* CSS Document */

body { background-color:#000; font-family:Arial, Helvetica, sans-serif; color:#c4c4c3; margin:0px; font-size:14px; }

#wrapper { width:900px; margin:auto }
#footer { margin-top:30px; font-size:12px; margin-bottom:10px ; }

.clear { clear:both; height:0px; overflow:hidden; margin:0px; padding:0px; line-height:0px; font-size: 1px; }

a { color:#0064aa; text-decoration:underline; }
a:hover { color:#007FC2; }
p, li { line-height:1.6em; list-style:none }
ul{ margin-left:5px; padding-left:15px;}
img { border:0px; }

.avid { width:95px; float:left; margin-top:15px; }




h1 { color:#FFF; font-size:24px; font-weight:normal; margin-bottom:8px; margin-top:20px;  }
h2 { color:#FFF; font-size:20px; font-weight:normal; margin-bottom:8px; margin-top:40px; }
h3 { color:#FFF; font-size:18px; font-weight:normal; margin-bottom:8px; margin-top:30px; }

.blue { color:#0064aa }
.white { color:#FFF }
.small { font-size:11px }
.mediumtxt { font-size:12px }

.btn_send { 
    background:transparent; 
    background-image:url(../images/105x44_submit.png);
    background-position: 0 0;
    height: 22px;
    width: 105px;
    border:none; 
    margin-top:15px;  
    cursor:pointer; 
    color:#FFF; 
    font-size:15px;
}

.btn_send:hover { 
background-position: 0 -22px;
}

.buy_link { 
  background-attachment: scroll;
    background-color: transparent;
    background-image: url(../images/rr_105x44_buynow.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 22px;
    width: 105px;
	float:right;
	margin-bottom:15px
	
}

.box {
    float:left;
    margin-right:20px;
}

.ui {
    float:left;
    margin-top:20px;
}

.buy_link:hover { 
    background-position: 0 -22px;
	
}

.formCaller { cursor:pointer; margin-top:38px}
.contact_form input, .contact_form select { width:275px; border:1px solid #b7b7b6; margin-bottom:10px; margin-left:10px; height:21px; line-height:21px; padding-left:4px; color:#666 }
.contact_form label { width:130px; text-align:right; display:inline; float:left; line-height:23px; }
.contact_form { width:480px; margin-left:0px; padding-top:25px; }




.get {
background:url(../images/btn_download_blue.png) no-repeat scroll 0 0 transparent;
height:30px;
width:123px;
border:none;
cursor:pointer;
margin-top:20px!important;
margin-bottom:40px;
}


.get:hover {
	background-position:bottom;
}
