/************************************************/
/*    CSS Document		            			*/
/*    By Lucas Knapp					  		*/
/*    Knapp Industries							*/
/*    www.knappindustries.com					*/
/************************************************/


.addbox { width: 615px; float: left; margin-top: 20px; margin-bottom: 20px;}

/********************************************/

.addbox_out_top { width: 615px; float: left; }

.addbox_left_top { 
height: 22px; 
width: 260px; 
float: left; 
text-align:left;
margin-left: 30px; 
padding-top: 10px;
padding-left: 20px;
background-position: left top;
background-image: url(../images/addbox/topadd2.jpg);
background-repeat: no-repeat;
}

.addbox_right_top { 
height: 22px; 
width: 260px; 
float: right; 
text-align:left;
margin-right: 5px;
padding-top: 10px;
padding-left: 20px;
background-position: left top;
background-image: url(../images/addbox/topadd2.jpg);
background-repeat: no-repeat; 
}

/********************************************/

.addbox_out_middle { width: 615px; float: left; margin-left: 0px; }

.addbox_left_middle { 
width: 260px;
height: 180px; 
float: left; 
text-align:left; 
margin-left: 30px;
padding-left: 20px;
padding-bottom: 10px;
background-position: left top;
background-image: url(../images/addbox/middleadd2.jpg);
background-repeat: no-repeat; 
}

.addbox_right_middle {
width: 260px; 
height: 180px;
float: right; 
text-align:left; 
margin-right: 5px;
padding-left: 20px;
padding-bottom: 10px;
background-position: left top;
background-image: url(../images/addbox/middleadd2.jpg);
background-repeat: no-repeat; 	  
}

/********************************************/

.addbox_out_bottom { width: 615px; float: left; margin-left: 0px; }

.addbox_left_bottom { 
height: 1px; 
width: 260px; 
float: left; 
text-align:left; 
margin-left: 30px;
background-position: left top;
background-image: url(../images/addbox/bottomadd1.jpg);
background-repeat: no-repeat; 
}

.addbox_right_bottom {
height: 1px; 
width: 260px; 
float: right; 
text-align:left; 
margin-right: 25px;
background-position: left top;
background-image: url(../images/addbox/bottomadd1.jpg);
background-repeat: no-repeat; 	  
}