﻿@charset "UTF-8";
/* CSS Document */

body {
				//				margin-top: 30px;
				margin-bottom: 30px;
				color: #0a0a0a;
				font-family: Arial, Helvetica, sans-serif;
				background-color: #FFFFFF;
}


#maincontainer { height: auto; width: 760px; overflow: hidden; margin: 0 auto; }
#header {
	background-image: url('../../7/images/BodyTop.png');
	margin: 30px 0 0;
	height: 17px;
	width: 760px;
	overflow: hidden;
}
#contentarea { color: #0a0a0a; font-family: Helvetica, Arial, SunSans-Regular, sans-serif; background-image: url('../../7/images/bodyRepeater.png'); 
background-repeat: repeat-y; margin: 0; height: auto; width: 660px; overflow: hidden; padding-right: 50px; padding-left: 50px; }
#footer {
	background-image: url('../../7/images/BodyBottom.png');
	margin: 0 0 30px;
	height: 21px;
	width: 760px;
	overflow: hidden;
}
#testimonialboxtop { background-image: url('../../7/images/testi-top.jpg'); 
height: 80px; width: 557px; overflow: hidden; margin: 15px auto 0; }
#testimonialboxbodyrepeat { background-image: url('../../7/images/testi-med.jpg'); 
background-repeat: repeat-y; height: auto; width: 527px; overflow: hidden; margin: 0 auto; padding: 15px; }
#testimonialboxbottom { background-image: url('../../7/images/testi-bottom.jpg'); 
height: 8px; width: 557px; overflow: hidden; margin: 0 auto 35px; }
#guaranteeboxtop { background-image: url('../../7/images/guar-top.jpg'); 
height: 103px; width: 528px; overflow: hidden; margin: 15px auto 0; }
#guaranteeboxbodyrepeat { background-image: url('../../7/images/guar-med.jpg'); 
background-repeat: repeat-y; height: auto; width: 448px; overflow: hidden; margin: 0 auto; padding: 0 40px 0; }
#guaranteeboxbottom { background-image: url('../../7/images/guar-bottom.jpg'); 
height: 120px; width: 528px; overflow: hidden; margin: 0 auto 35px; }
#orderboxtop { background-image: url('../../7/images/orderbox-top.jpg'); 
height: 27px; width: 664px; overflow: hidden; margin: 15px auto 0; }
#orderboxbodyrepeat { background-image: url('../../7/images/orderbox-med.jpg'); 
background-repeat: repeat-y; height: auto; width: 584px; overflow: hidden; margin: 0 auto; padding: 0 40px; }
#orderboxbottom { background-image: url('../../7/images/oerbox-bottom.jpg'); 
height: 26px; width: 664px; overflow: hidden; margin: 0 auto 35px; }
/* Headline Tags H1 to H4 */

h1 {
	font-family: Tahoma, serif;
	font-size:26pt;
	font-weight:bold;
	text-align:center;
	color:#990000;
	

}
h2 {
	font-size: 24px;
	font-weight: bold;
	color: #214E79;
    font-family: Tahoma, serif;
    text-shadow: 1px 1px 1px #999;
}

h3 {
	font-size: 20px;
    font-family: Tahoma, serif;
    color: #214E79;
}

h4 {
	font-size: 18px;
	color: #292929;
    font-family: Tahoma, serif;
}

h5 {
	font-size: 16px;
	color: #214E79;
    font-family: Tahoma, serif;
    font-style: italic;
}

/* Highlighted Text */

.highlight {
	font-weight: bold;
	background-color: rgb(255, 255, 153);
}

/* Bullet Checkmark LIST */

    ul.check {
        list-style-type: none;
        margin: 20px;
    }
    
    ul.check li {
        margin-bottom: 5px;
        background-image: url('../../7/images/bulletCheck.png');
        background-repeat: no-repeat;
        background-position: 0px 2px;
        padding-left: 32px; padding-right:4px; padding-top:4px; padding-bottom:4px
}
    

    
 /* Bullet X LIST */

    ul.x {
        list-style-type: none;
        margin: 20px;
    }
    
    ul.x li {
        margin-bottom: 5px;
        background-image: url('../../7/images/bulletX.png');
        background-repeat: no-repeat;
        background-position: 0px 2px;
        padding-left: 32px; padding-right:4px; padding-top:4px; padding-bottom:4px
}
    
    /* Bullet Checkmark LIST */

    ul.arrow {
        list-style-type: none;
        margin: 20px;
    }
    
    ul.arrow li {
        margin-bottom: 5px;
        background-image: url('../../7/images/bulletArrow.png');
        background-repeat: no-repeat;
        background-position: 0px 2px;
        padding-left: 32px; padding-right:4px; padding-top:4px; padding-bottom:4px
}
  
   /* Tables */

.table1 {
	 border-collapse: collapse;
	 border: 1px dashed rgb(169, 169, 169); 
	 padding: 10px;
	
	}
	
	.table2 { border-collapse: collapse; padding: 10px; border: solid 1px silver; }


.orderform {
	 padding: 20px;
	 background-color: #ffc;
	 border-collapse: collapse;
	 border: dashed 3px red; 
	 
	
	}
.text_box2 { border-top-width: 0px; border-right-width: 0px; border-bottom-width: 
0px; border-left-width: 0px; text-align: center; font-size: 12px; font-weight: bold; 
color: #CC0000}
.text_box {  border-top-width: 0px; border-right-width: 0px; border-bottom-width: 
0px; border-left-width: 0px; text-align: center; font-size: 12px; font-weight: normal}




