body {
	background:url(/Images/newbackground.gif) repeat #231F20;
	height: 100%;
	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:Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.thrColFixHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: thin none #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.thrColFixHdr #header {
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	height: 110px;
	border: thin none #231F20;
	background-color: #231F20;
}
.thrColFixHdr #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 */
}

.thrColFixHdr #sidebar-right {
	float: right; /* since this element is floated, a width must be given */
	width: 160px;
	border-style: solid;
	border-width: 0;
	border-color: #888888;
	border-left-width: thin;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #sidebar-right-borderless {
	float: right; /* since this element is floated, a width must be given */
	width: 160px;
	border: 0;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	line-height: normal;
	background-color: #FFFFFF;
}
.thrColFixHdr #mainContentBlack {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	line-height: normal;
	background-color: #000000;
}
.thrColFixHdr #mainContentBlack p{
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #2E2D32;
	height: 29px;
	background-image: url(/Images/Relidy%20Bottom%20Bar.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.thrColFixHdr #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 */
}
.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;
}

.mainContentBlack{
	background-color: #000000;
	padding: 20px;
}

.greenHeader{
	font-size: 18px;
	color:#408508;
	font-weight: bold;
	text-align: center;
}

.greenHeaderLEFT{
	font-size: 18px;
	color:#408508;
	font-weight: bold;
	text-align: left;
}
.greenHeaderSmall{
	font-size: 12px;
	color:#408508;
	font-weight: bold;
	text-align: left;
}

.greenHeaderMedium{
	font-family:Arial, sans-serif;
	font-size: 16px;
	color:#408508;
	font-weight: bold;
	text-align: left;
}

.whiteHeader{
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
.whiteHeaderSmall {
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
}

.redHeaderSmall {
	font-size: 10pt;
	color: #FF0000;
	font-weight: bold;
}

.contentText{
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: left;
}

.contentTextBold{
	font-size: 14px;
	color:#000000;
	font-weight: bold;
	text-align: left;
	font-family:Arial, sans-serif;
}

.contentTextSmall{
	font-size: 10px;
	color:#666;
	font-weight: normal;
	text-align: left;
}

.contentText a:link{
	text-decoration: underline;
	color: #38A609;
}
.contentText a:visited{
	text-decoration: underline;
	color: #38A609;
}

.contentTextBold a:link{
	text-decoration: underline;
	color: #38A609;
}
.contentTextBold a:visited{
	text-decoration: underline;
	color: #38A609;
}

.contentTextWhite{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #E5E5E5;
	font-weight: normal;
}
.contentTextWhite a:link{
	color: #FFFFFF;
	text-decoration: underline;
}
.contentTextWhite a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}

.contentTextWhiteBold{
	font-size: 14px;
	color:#FFFFFF;
	font-weight: bold;
	font-family:Arial, sans-serif;
}
.contentTextWhiteSmall{
	font-size: 10px;
	color:#FFFFFF;
	font-weight: normal;
}

.cartHeader{
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.cartHeader a:link{
	text-decoration: underline;
	color: #FFFFFF;
}
.cartHeader a:visited{
	text-decoration: underline;
	color: #FFFFFF;
}

.testimonialName {
	padding-top:42px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	background:url(/Images/testimonials/testimA_07.gif);
	vertical-align:top;
	color:#333;
}

.testimonialTitle {
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #333;
	font-weight:bold;
}

.testimonialContent {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #E5E5E5;
	font-weight: normal;

}

.contactustable {
	color:#333;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding-left:30px;
	padding-top:5px;
	margin-top:15px;
}

.submit{
	float: left;
	/*margin-left:140px;*/
}


.miniheader{
	text-transform:uppercase;
	color:#408508;
	font-weight:bold;
	font-family:Tahoma, Arial, Helvetica;
	font-size:14px;
}

label,input,select,textarea {
	display: block;
	float: left;
	margin-bottom: 15px;
}


label {
	text-align: left;
	width: 120px;
	padding-right: 20px;
}

br {
	clear: both;
}

/* Manufacturers */

#services {height:235px; padding-top:10px; clear:both; font-family:Arial, Helvetica, sans-serif; font-size:12px;}

#services ul {margin:0 0 0 20px; padding:0 0 0 0; clear:both; height:80px; font-weight:normal;}

#services li {  padding:0 0 0 5px; font-size:11px; line-height:18px;}

#services h3 {text-transform:uppercase; font-size:14px; font-weight:bold; text-decoration:none; display:block; float:left; margin-top:5px;  }

#services_literature, #services_websites, #services_marketing { width:225px; height:235px; float:left; margin-right:23px;}

#services_literature div.icon {width:31px; height:32px; margin:16px 7px 0 15px;  float:left; display:inline;}

#services_literature h3 {color:#408508;}

#services_websites div.icon {width:30px; height:33px; margin:15px 7px 0 15px;  float:left; display:inline;}

#services_websites h3{color:#408508;}

#services_marketing div.icon {width:48px; height:30px; margin:16px 7px 2px 15px;  float:left; display:inline;}

#services_marketing h3 {color:#408508;}

/* Reseller Programs */

#reseller { padding-top:0px; clear:both; font-family:Arial, Helvetica, sans-serif; font-size:12px;}

#reseller ul {margin:0 0 0 20px; padding:0 0 20px 0; clear:both; font-weight:normal;}

#reseller li {  padding:0 0 0 5px; font-size:11px; line-height:18px;}

#reseller h3 { font-size:12px; font-weight:bold; text-decoration:none; display:block; float:left; margin-top:5px;  }

#reseller_list { width:600px;  float:left; margin-right:23px;}

#reseller_list div.icon {width:31px; height:32px; margin:16px 7px 0 15px;  float:left; display:inline;}

#reseller_list h3 {color:#000000;}

/* Dealer Rewards */

#dealer { padding-top:0px; clear:both; font-family:Arial, Helvetica, sans-serif; font-size:12px;}

#dealer ul {margin:0 0 0 20px; padding:0 0 20px 0; clear:both; font-weight:normal;}

#dealer li {  padding:0 0 0 5px; font-size:12px; line-height:18px;}

#dealer h3 { font-size:12px; font-weight:bold; text-decoration:none; display:block; float:left; margin-top:5px;  }

#dealer_list { width:600px;  float:left; margin-right:23px;}

#dealer_list div.icon {width:31px; height:32px; margin:16px 7px 0 15px;  float:left; display:inline;}

#dealer_list h3 {color:#000000;}

.tdbghdr { background:#666; padding: 5px 5px 5px 5px; color:#FFF; font-weight:bold; text-align:center;}

.tdbglight { background:#EAEAEA; padding: 5px 5px 5px 5px; color:#000;  text-align:center;}

.tdbgdark { background:#C8C8C8; padding: 5px 5px 5px 5px; color:#000;  text-align:center;}



