@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	
	background-image:url(../images/bgTile.jpg);
	background-repeat:repeat-x;
	background-color: #E6C302;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

em{
font-style:normal;
font-weight:bold;
}

h2#page1heading{
margin:0;
padding:0;
background:url(../images/h2tuffcapprotects.gif) no-repeat;
height:89px;
text-indent:-5000em;
}
h2#page2heading{
margin:0;
padding:0;
background:url(../images/h2tuffcaptough.gif) no-repeat 45px top;
height:89px;
text-indent:-5000em;
}
h2#page3heading{
margin:0;
padding:0;
background:url(../images/h2tuffcapsafe.gif) no-repeat;
height:125px;
text-indent:-5000em;
}
h2#page4heading{
margin:0;
padding:0;
background:url(../images/h2tuffcapindividual.gif) no-repeat;
height:100px;
text-indent:-5000em;
}

h2#page5heading{
margin:0;
padding:0;
background:url(../images/h2tuffcapready.gif) no-repeat;
height:89px;
text-indent:-5000em;
}
#page1copy{
padding-left:25px;
padding-right:38px;
font-size:67.5%;
line-height:1.3em;
padding-bottom:5px;
}
#page4copy{
padding-left:25px;
padding-right:38px;
font-size:67.5%;
line-height:1.3em;
padding-bottom:35px;
}
#page2copy{
background:url(../images/img1page2.jpg) no-repeat 25px top;
height:400px;
text-indent:-5000em;
padding-bottom:20px;
}

#page5copy{
padding-left:75px;
padding-right:100px;
font-size:75%;
line-height:1.3em;
padding-bottom:35px;
}
.leadingParagraph{
line-height:1.2em;
font-size:140%;
font-weight:bold;
}
.clause{
margin-top:50px;

padding-top:10px;
padding-bottom:10px;
font-size:90%;
line-height:1.2em;
border-top:#000000 3px solid;
border-bottom:#000000 3px solid;
margin-left:50px;
}

#footer a {
color:#000000;
text-decoration:none;
padding-bottom:2px;
border-bottom:#000000 1px solid;
}

#footer a:hover{
border-bottom:#FFFFFF 1px solid;
}

img#page5 {
padding-top:40px;
}
img {
padding:0;
margin:0;
border:none;
}

img a{
border:none;
}

img a:hover{
border:none;
}

/* Main Navigation */
#navWrapper{
padding-left:386px;
padding-top:142px;
}
#mainNav {
wifth:385px;
/*float:right;*/
	margin:0;
	padding:0;
	
	height:30px;
	list-style:none;
	display:inline;
	overflow:hidden;
	/*left: 758px;
	top: 58px;*/
}

#mainNav li {
margin:0;
padding:0;
list-style:none;
display:inline;
}

#mainNav a{
float:left;
padding:30px 0 0 0;
overflow:hidden;
height:0px !important;
height /**/:30px; /* for IE5/windows only */
border:none;
}

#mainNav a:hover{
background-position:0 -30px;
}

#navProtection a{
width:110px;
background:url(../images/btn_protection.gif) top left no-repeat;
}
#navTough a{
width:65px;
background:url(../images/btn_tough.gif) top left no-repeat;
}
#navSafe a{
width:50px;
background:url(../images/btn_safe.gif) top left no-repeat;
}
#navIndividual a{
width:100px;
background:url(../images/btn_individual.gif) top left no-repeat;
}
#navReady a{
width:60px;
background:url(../images/btn_ready.gif) top left no-repeat;
}

.twoColFixLtHdr #container { 
	width: 800px; 
	background: #efd604;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #e6c403;
	border-top:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
background:url(../images/headerBG.jpg) no-repeat left top; 
	padding: 0;
	height:294px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
	height:50px;
text-indent:-5000em;
 
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	padding-left:35px;
	width: 286px; 
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 321px;
} 
.twoColFixLtHdr #footer { 
background:url(../images/img_footer.gif) no-repeat;
height:168px;
} 
.twoColFixLtHdr #footer p {

font-size:60%;
line-height:1.4em;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:70px 0 0 38px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #footer p.businessReg {

font-size:50%;
color:#666666;
line-height:1.4em;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:20px 0 0 38px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#distributor {
	width: 280px;
	padding-left: 20px;
	float: right;
	text-align: left;

}

#distributor a {
border-bottom:none;
}

#distributor a:hover{
border-bottom:none;
}

.borders {

	border: 1px solid #000000;

}