@charset "UTF-8";
body  {
	background: #ddd;
	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;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixRtHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
} 
.twoColFixRtHdr #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. */
	background-color: #ff782d;
} 
.twoColFixRtHdr #header h1 {
	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 */
}
.twoColFixRtHdr #container #header #headerImage {
	margin-bottom: 10px;
	margin-top: 10px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #FFBA8E;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-top: 10px;
	margin-top: -10px;
}
.twoColFixRtHdr #container #sidebar1 h1 {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
}
.twoColFixRtHdr #container #sidebar1 #ecoImage {
	margin-top: 10px;
}
.twoColFixRtHdr #container #sidebar1 p #Guarantee {
	margin-left: 25px;
}
.twoColFixRtHdr #container #sidebar1 #buyNow {
	text-align: center;
	margin-top: 15px;
	margin-left: 0px;
	margin-bottom: 15px;
}
.twoColFixRtHdr #container #sidebar1 p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
}
.twoColFixRtHdr #mainContent {
	background-color: #FFF;
	width: auto;
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 2550px;
} 
.twoColFixRtHdr #container #mainContent .gurantee {
	padding-bottom: 20px;
	padding-right: 35px;
	padding-top: 10px;
}
.twoColFixRtHdr #container #mainContent h1 {
	font-size: 24px;
	font-family: Tahoma, Geneva, sans-serif;
}
.twoColFixRtHdr #container #mainContent h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
}
.twoColFixRtHdr #container #mainContent .easy123 {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}
.twoColFixRtHdr #container #mainContent .disaster{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 30px;
}
.twoColFixRtHdr #container #mainContent .pad {
	padding-bottom: 400px;
}
.twoColFixRtHdr #container #mainContent .submit {
	text-align: center;
}
.twoColFixRtHdr #container #mainContent .buyText {
	text-align: center;
	margin-left: 280px;
}
.twoColFixRtHdr #container #mainContent .buyBox {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ff782d;
	border-bottom-color: #ff782d;
}
.twoColFixRtHdr #footer {
	background:#ff782d;
	overflow: visible;
	padding-right: 10px;
	padding-left: 20px;
} 
.twoColFixRtHdr #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 */
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.imageFloatLeft {
	float: left;
	padding-right: 20px;
	padding-top: 0px;
}
.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;
}
a:hover {
	color: #009;
	text-decoration: underline;
}
a:link {
	color: #000;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
.twoColFixRtHdr #container #mainContent .contactUsBox {
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	margin-top: 50px;
}

