@charset "utf-8";
/* CSS Document */

/*Index Specific Divs ---------------------------------------------------------------------START-- */		

#indexleft {
position:relative;
float:left;
width:200px;
height:439px;

}

#indexmiddle {
position:relative;
float:left;
width:200px;
height:439px;
left:5px;
}

#indexright {
position:relative;
float:left;
width:200px;
height:439px;
left:10px;
}

#indextext {
position:relative;
float:left;
width:265px;
height:419px;
left:15px;
padding:10px;
background-color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#666666;
}


#indextext img {
	padding-left:30px;
	padding-bottom:15px;
	}



#indexbotleft {
position:absolute;
padding:3px;
top:439px;
left:0px;
float:left;
width:194px;
height:75px;
color:#666666;
font-size:10px;

}

#indexbotmiddle {
position:absolute;
padding:3px;
top:439px;
float:left;
width:194px;
height:75px;
left:205px;
color:#666666;
font-size:10px;

}

#indexbotright {
position:absolute;
padding:3px;
top:439px;
float:left;
width:194px;
height:75px;
left:410px;
color:#666666;
font-size:10px;

}

#indexbottext {
position:absolute;
padding:3px;
top:439px;
float:left;
width:279px;
height:75px;
left:615px;
background-image:url(/images/main/botlogo.jpg);

}


img {
display: block;
}
/*Index Specific Divs -----------------------------------------------------------------------END-- */	
