@charset "utf-8";
body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #ebebeb url(images/inet_safety_bground.png) repeat-x;
	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;
}

 h1 {  
 background: url(images/secrets.png) no-repeat;  
 text-indent: -99999px;  
 } 
 

h3 {
font-size: 1.25ems;
}
.oneColFixCtrHdr #container {
	width: 785px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/body_bground.jpg) repeat-x;;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr p {
	font-size:12px;
	line-height:150%;
}

.oneColFixCtrHdr #buynow {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:150%;
}

.oneColFixCtrHdr #header {

	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	font-size:20px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHrd h1 {
	font-size:26px;
}
.oneColFixCtrHdr h2 {
	font-size:24px;
	padding-top: 10px;
}
.oneColFixCtrHdr h3 {
	font-size:20px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}
.oneColFixCtrHdr #footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	border-top:1px solid #CCCCCC;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}



.floatright {
background-color:#F4F4F4;
border:1px solid #CCCCCC;
float:right;
margin:0 0px 5px 10px;
padding:10px;
}

.floatright2 {
float:right;
margin:0 0px 5px 10px;
padding:2px;
}


.floatleft {
background-color:#F4F4F4;
border:1px solid #CCCCCC;
float:left;
margin:0 10px 5px 0;
padding:10px;
}

.floatleft2{
float:left;
margin:0 10px 5px 0;
padding:10px;
}

blockquote {
	background:transparent url(images/quote.jpg) no-repeat scroll 0%;
	clear:left;
	font-family:Verdana, 'Times New Roman', Times, serif;
	font-size:12px;
	font-style:italic;
	margin:0pt 0px 15px;
	min-height:150px;
	padding:35px 0pt 25px 54px;
}

#box-note  {
background:#FFFFCC url(/images/yellow_box_bg.jpg) repeat-x scroll 0 0;
border:1px solid silver;
clear:left;
color:#333333;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:14px;
line-height:1.9em;
margin-bottom:30px;
margin-left:40px;
margin-right:40px;
min-height:35px;
padding:5px 15px;
}

#box-note p, #box-note2 p {
	font-size: 14px;
	color: #252526;
}

#box-note2 {
background:#FFFFCC url(/images/grey_bg.jpg) repeat-x scroll 0 0;
border:1px solid silver;
clear:left;
color:#333333;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:14px;
line-height:1.9em;
margin-bottom:30px;
margin-left:40px;
margin-right:40px;
min-height:35px;
padding:5px 15px;
}

.highlight {
background-color:#F4F4F4;
border:1px solid #CCCCCC;
padding:10px;
}

.greenli {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/checkmark.png) no-repeat scroll 0 0;
margin-left:20px;
padding-left:40px;
text-align:left;
}
