@charset "UTF-8";
body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #D2ECF2;
}
#container  {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header tr {
	border-right-width: 20px;
	border-right-style: solid;
	border-top-color: #D2ECF2;
	border-right-color: #D2ECF2;
	border-bottom-color: #D2ECF2;
	border-left-color: #D2ECF2;
}
#header td {
	padding-top: 135px;
}
#sidebar1  h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fec014;
	background-color: #9d2f20;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 7px;
	font-size: 12px;
	width: 125px;
	margin-left: 15px;
	margin-bottom: 25px;
}
#sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #9D2F20;
}
#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 */
}
#sidebar1  {
	width: 150px;
	margin-right: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	float: left;
	z-index: auto;
	padding-top: 30px;
}
#sidebar1 a {
	font-family: Arial, Helvetica, sans-serif;
	color: #9D2F20;
	text-decoration: none;
}
#mainContent hr {
	background-color: #64B948;
	background-repeat: repeat-x;
	background-image: url(images/line.jpg);
}
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: lighter;
	color: #333333;
	vertical-align: top;
	letter-spacing: 0.1em;
	text-align: left;
	display: inline;
	top: 0px;
	bottom: 0px;
	clip: rect(auto,auto,auto,auto);
}
#sidebar1 li {
	text-decoration: none;
	display: block;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9D3021;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar1 ul li {
	text-decoration: none;
	display: block;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bolder;
	color: #6EBD40;
	line-height: 1em;
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
#footer  {
	background-color: #9D2F20;
	width: 850px;
	padding-top: 0;
	padding-bottom: 0;
	float: none;
	height: 60px;
	clear: both;
} 
.pushcartdesign {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	float: right;
	padding-right: 15px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-bottom: 10px;
	float: left;
}
#footer a {
	color: #FFFFFF;
}
#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10;
}
#sidebar1 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9D2F20;
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 0px;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 125px; /* padding keeps the content of the div away from the edges */
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #9D2F20;
}
#mainContent  {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 30;
	padding-left: 10px;
	background-color: #FFFFFF;
} 
.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;
}
#sidebar2 ul {
	text-decoration: none;
	display: inline;
	list-style-type: none;
}
#header  {
	background-color: #DDDDDD;
	background-image: url(images/header1.jpg);
	height: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
} 
.style1 {
	color: #5BB645;
	font-weight: lighter;
}
.big_blue {
	font-size: 18px;
	font-weight: lighter;
	color: #0000FF;
}
a:visited {
	color: #333333;
}
.highlighted {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #9D3021;
	font-weight: normal;
}
.smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.bold  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #333333;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #6DBE46;
}
.testimonials {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #6EBE45;
	padding: 30px;
	margin-top: 0px;
}
#mainContent .smaller a {
	font-family: Arial, Helvetica, sans-serif;
	color: #9D2F20;
	text-decoration: none;
}
#mainContent ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6DBE46;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#mainContent li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}
#mainContent ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	list-style-type: none;
	font-weight: normal;
}
#mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #9D3021;
}

