/* CSS Document */
/* InterCalc CSS */

body {
	text-align: center;
	margin:0;
    padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

#maindiv{
	text-align: left;
	position: relative;
	margin:0 auto;
	width: 724px;
	background-image: url(images/maindiv_back.jpg);
	background-repeat: repeat;
	overflow: visible;
	}
	
#headertop {
	position: relative;
	height: 108px;
	width: 685px;
	background-image: url(images/headertop_back.jpg);
	left: 20px;
	}
	
#headertoptext {
	position: relative;
	left: 9px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	top: 91px;
	}
	
#headerbanner {
	position: relative;
	height: 130px;
	width: 685px;
	background-image: url(images/headerbanner_back.jpg);
	left: 20px;
	}

#bannertitle {
	position: relative;
	left: 14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 28px;
	font-weight:bold;
	top: 7px;
	}
	
#bannertext {
	position: relative;
	left: 14px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	top: 8px;
	width: 450px;
	}

#anchormenu {
	position: relative;
	left: 17px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	top: 30px;
	}

#mainarea {
	height:auto;
	overflow:visible;
	clear: none;
	}


#sidebar {
	position: relative;
	float: right;
	clear: none;
	top: 0px; 
	left: -35px;
	width: 137px;
	font-size: 10px;
	text-align:center;
	}
	
#sidebar_balogo {
	position: relative;
	top: 85px; 
	left: 0px;
	width:137px;
	height:56px;
	background-image:url(images/ba_logo.jpg);
	}

#sidebar_orderform {
	position: relative;
	top: -30px; 
	left: 0px;
	width:138px;
	height:55px;
	background-image:url(images/orderform.jpg);
	}



#sidebar_purchase {
	position: relative;
	top: -30px; 
	left: 0px;
	width:138px;
	height:55px;
	background-image:url(images/purchase.jpg);
	}

#sidebar_onlineorder {
	position: relative;
	top: -30px; 
	left: 0px;
	width:138px;
	height:55px;
	background-image:url(images/onlineorder.jpg);
	}

#sidebar_mailorder {
	position: relative;
	top: -30px; 
	left: 0px;
	width:138px;
	height:55px;
	background-image:url(images/mailorder.jpg);
	}
	
#sidebar_trial {
	position: relative;
	top: -30px; 
	left: 0px;
	width:138px;
	height:55px;
	background-image:url(images/trial.jpg);
	}

#sidebar_ccg {
	position: relative;
	top: -30px;
	left: 0px;
	width:138px;
	height:55px;
	background-image:url(images/ccg.jpg);
	}

#sidebar_miovision {
	position: relative;
	top: 85px; 
	left: 0px;
	width:137px;
	height:101px;
	background-image:url(images/miovision.jpg);
	}

#content{
	position:relative;
	float: left;
	clear: none;
	text-align:justify;
	width: 450px;
	height: auto;
	left: 58px;
	}

#contentheading{
	position:relative;
	text-align: left;
	left: -37px;
	background-image: url(images/titleshade.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-left: 38px;
	background-repeat:no-repeat;
	}
	
#bodytext{
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
#footer {
	background-image: url(images/footer.jpg); 
	clear: both;
	overflow: visible;
	height: 43px;
	}

#footer_text {
	position: relative;
	left: 25px;
	top: 20px;
	width: 300px;	
	font-size: 10px;
	}
	
#sidebar_bottom{
	position: relative;
	left: 550px;
	top: -55px;
	width: 138px;	
	height: 46px;
	font-size: 10px;
	background-image:url(images/sidebar_bottom.jpg);
	}

#list {
	margin-left: 0;
	padding-left: 0px;
	list-style: none;
}

#list li {
	padding-left: 15px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0.45em;
}
