/* CSS Document */

body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 100%;
	height: 100%;
	background: #cdea6c;
	background: url(../images/bg.jpg);
	color: #0B5B90;
}

#wrap{
	margin: 0 auto;
	width: 1018px;
	background: #FFFFFF;
}

#topHeader{
	height: 30px;
	background: #ffeb69;
	border-bottom: 5px solid #e5b644;
}

#headerBg1{
	width: 265px;
	height: 193px;
	background: url(../images/header1.png);
	float: left;
}

#headerBg2{
	width: 753px;
	height: 193px;
	background: url(../images/header2.png);
	float: right;
	position: relative;
}

#headerBg3{
	width: 1018px;
	height: 139px;
	background: url(../images/header3.png);
	position: relative;
}

.nav{
	position: absolute;
	bottom: 25px;
	right: 20px;
	height: 31px;
}

.nav #home{
	background: url(../images/nav_home.jpg); 
	width: 115px; 
}

.nav #business{
	background: url(../images/nav_business.jpg);
	width: 204px; 
}

.nav #faq{
	background: url(../images/nav_faq.jpg);
	width: 94px; 
}

.nav #copyright{
	background: url(../images/nav_copy.jpg);
	width: 171px; 
}

.nav #links{
	background: url(../images/nav_links.jpg);
	width: 133px; 
}

.nav div{
	padding: 8px;
}

.nav a{
	color: #FFFFFF;
	text-decoration: none;
	display: block; 
	text-align: center;
	height: 31px;
	float: left;
	margin-left: 5px;
	font-weight: bold;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#leftPanel{
	width: 280px;
	height: 834px;
	background: url(../images/left_panel.jpg) no-repeat;
}

#leftPanel a{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}

#leftPanel a:hover{
	color: #0092F2;
	text-decoration: none;
}

#leftNav{
	padding: 35px 0 0 25px;
}

#leftNav li{
	list-style-image: url(../images/li-image.jpg);
	text-decoration: underline;
	color: #9fbe3f;
	font-size: 30px;
	font-weight: bold;
	padding-left: 5px;
	line-height: 45px;
	margin-bottom: -5px;	
}

#leftNav div{
	margin-top: 35px;
}

#content{
	width: 675px;
	min-height: 819px;
	margin-right: 20px;
	line-height: 20px;
}

#bodyWrap{
	min-height: 807px;
	background: url(../images/body_bg.jpg) repeat-x;
}

#footer{
	margin-top: 23px;
	background: #c1e451;
	min-height: 50px;
	text-align: center;
	color: #FFFFFF;
	padding: 30px;
}

#footer a{
	color: #FFFFFF;
	font-size: 13px;
	margin: 10px;
}

.title{
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #bf8b0d;
}

.subtitle{
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

.downloadButton{
	display: block;
	background: url(../images/button_download.gif);
	width: 171px; 
	height: 31px;
	text-align: center;
}

.downloadButton div{
	padding: 6px;
}

img{
	border: 0;
}

#searchBox{
	background: url(../images/search_bg.gif) no-repeat;
	width: 178px;
	height: 28px;
	float: left;
	margin: 3px 3px 0 0;
}

#searchBox input{
	margin: 3px 0 0 12px;
	border: 0;
	width: 155px;
	height: 22px;
}

#searchPanel{
	right: 25px;
	position: absolute;
}

#searchPanel span{
	padding-left: 25px;
	color: #FFFFFF;
	font-weight: bold;
}

.col{
	width: 125px;
	padding-left: 3px;
	float: left;
}

.container{
	width: 650px;
	float: left;
	font-size: 12px;
}

.col span{
	display: block;
}


#usb{
    display: none;
}

#paypalContinue{
    background: url(../images/btn_buynowCC_LG.gif);
    width: 147px;
    height: 47px;
    border: 0;
    cursor: pointer;
}

.hide{
    display: none;
}

.error{
    border: 1px solid #CD0A0A;
    background: #FEF1EC;
    color: #CD0A0A;
    padding: 5px;
}

#usbOption{
    padding-left: 5px;
}

#downloadNote{
    padding-left: 25px;
}

.note{
    font-size: 11px;
    color: #333;
}

