body {
	margin: 15px 0px;
	padding: 0px;
	background: #000000 no-repeat top center;
}

#main_wrapper {
	width: 775px;
	background: transparent no-repeat top center;
	text-align: left;
}

#header {
	width: 775px;
	height: 156px;
	background: #000000 url(images/logo_header.jpg) no-repeat top center;
	position: relative;
}

#header a {
	display: block;
	width: 775px;
	height: 156px;
}

.clear { 
	clear: both; height: 0px; line-height: 0px; font-size: 0px;
}

/* ---------------------- NAVIGATION ---------------------- */

#nav_wrapper {
	width: 775px;
	background: #000000 no-repeat top center;
	position: relative;
}

.top_nav {
	width: 775px;
	height:18px;
	color: #fff;
	text-align: center;
	line-height: 18px;
	font: bold 11px verdana, arial;
	font-variant: small-caps;
	background: url(images/top_nav.jpg) no-repeat top center;	
}
.top_nav a { color: #fff; padding: 0px 8px; text-decoration: none }
.top_nav a:hover { color: #000; }



#navigation {
	position: relative;
	width: 775px;
	height: 45px;
	background: transparent url(images/main_nav.jpg) no-repeat top;
}

#navcontent { position: relative; }

div#home {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 192px;
	height: 45px;
}

div#home a {
	width: 193px;
	height: 45px;
	display: block;
}

#navcontent div#avasoft {
	position: absolute;
	left: 193px;
	top: 0px;
	width: 193px;
	height: 45px;
}

#navcontent div#avasoft a {
	width: 192px;
	height: 45px;
	display: block;
}

#navcontent div#faq {
	position: absolute;
	left: 384px;
	top: 0px;
	width: 192px;
	height: 45px;
}
#navcontent div#faq a {
	width: 192px;
	height: 45px;
	display: block;
}

#navcontent div#refunds {
	position: absolute;
	left: 576px;
	top: 0px;
	width: 192px;
	height: 45px;
}

#navcontent div#refunds a {
	width: 192px;
	height: 45px;
	display: block;
}

.bottom_nav {
	width: 775px;
	height: 62px;
	background: url(images/bottom_nav.jpg) no-repeat bottom;
}
		
.bottom_nav2 {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	position: absolute;
	bottom: 15px;
	left: 50px;
}

.bottom_nav2 a{
	text-decoration: none;
	color: #ffffff;
}

.bottom_nav2 a:hover {
	text-decoration: underline;
}
	
/* ---------------------- WORK AREA ---------------------- */	

#work_area_wrapper{
	width: 775px;
	background: #ffffff no-repeat top center;
}

.body {
	background: url(images/footer.jpg) no-repeat bottom center;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #606060;
	line-height: 17px;
	padding-left: 32px;
	padding-right: 32px;
	padding-bottom: 32px;
	padding-top: 15px;

}

.body a { color: #606060; }
.body a:hover { color: #d41011; text-decorartion: none; }

.main_title {
	width: 775px;
	height: 47px;
	background: #fff;
}

#image_wrapper {
	width: 227px;
	float: right;
	margin-right: 20px;
	margin-top: 5px;
}

.image1 {
	width: 227px;
	height: 166px;
	background-image: url(images/balanced.png);
	background-repeat: no-repeat;
}

* html .image1 { /* PNG Hack for IE 6 */
    background-image: url('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", src="images/balanced.png", sizingMethod="crop");
}

.image1 a {
	width: 227px;
	height: 166px;
	display: block;
}

.image2 {
	width: 227px;
	height: 79px;
	background-image: url(images/cantaloupe.png);
	background-repeat: no-repeat;
}

* html .image2  { /* PNG Hack for IE 6 */
    background-image: url('none');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", src="images/cantaloupe.png", sizingMethod="crop");
}

.image2 a {
	width: 227px;
	height: 79px;
	display: block;
}



#lowest_footer { 
	margin-top: 10px;
	width: 775px; 
	color: #fff; 
	text-align: center;
	font: 11px arial;
}
#lowest_footer a { text-decoration: none; color: #fff; }
#lowest_footer a:hover { text-decoration: underline; color: #fff; }

.avasoft_steps { 
	margin: 15px 0px;
	text-align: center;
}


