/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:1em;
	margin:50px 0 0 0;
	padding:0;
	background:url(../img/structure/bgGradient.gif) repeat-x;
	}
	
.clear {
	clear:both;
	}

.bold {
	color:#467082;
	font-weight:bold;
	}

#topWrapper {
	width:840px;
	margin:0 auto;
	padding:0;
	background:url(../img/structure/headerCurve.gif) no-repeat top;
	}
	
	
#globalNav {
	margin:0;
	padding:0;
	height:40px;
	}

	
#globalNav ul {
	float:right;
	margin-right:20px;
	margin-top:10px;
	padding:0;
	}
	
#globalNav li {
	list-style-type:none;
	display:inline;
	}
	
#globalNav li a:link, #globalNav li a:visited {
	color:#467082;
	font-size:.8em;
	text-decoration:none;
	text-transform:lowercase;
	border-right:1px solid #669966;
	padding:0px 8px 0px 5px;
	margin-top:5px;
	}
	
#globalNav li.last a:link  {
	border-right:none;
	}

#globalNav li.last a:visited  {
	border-right:none;
	}
	
#globalNav li a:hover {
	color:#819e66;
	}


#header {
	margin:0;
	padding:0;
	background-color:#fff;
	}
	
#wrapperFix {
	width:840px;
	background-color:#fff;
	height:100px;
	margin:-10px 0 0 0;
	}

* html #header #logo {
	float:left;
	width:150px;
	margin:-20px 10px 10px 20px;
	}
	
*+html #header #logo {
	float:left;
	width:150px;
	margin:-20px 10px 10px 20px;
	}
	
#header #logo {
	float:left;
	width:150px;
	margin:0px 10px 10px 20px;
	display:inline;
	}
	
#header #navBar {
	float:left;
	clear:none;
	width:650px;
	margin:30px 0 10px 0px;
	display:inline;
	}
		
#nav {
	margin:0;
	padding:0;
	height:30px;
	list-style:none;
	display:inline;
	overflow:hidden;
	}
	
#nav li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
	}
	
#nav li a {
	float:left;
	padding:30px 0 0 0;
	overflow:hidden;
	height:0px !important;
	height:/**/:30px;
	}
	
#nav li a:hover {
	background-position:0 -30px;
	}
	
#nav a:active {
	background-position:bottom left;
	}
	
#nav li#products a {
	width:125px;
	background:url(../img/structure/nav/products.gif) top left no-repeat;
	}

#nav li#products a:hover {
	width:125px;
	background:url(../img/structure/nav/products.gif) bottom left no-repeat;
	background:/**/url(../img/structure/nav/products.gif) -30px left no-repeat;
	}
	
	
#nav li#company a {
	width:116px;
	background:url(../img/structure/nav/company.gif) top left no-repeat;
	}
	
#nav li#company a:hover {
	width:116px;
	background:url(../img/structure/nav/company.gif) bottom left no-repeat;
	background:/**/url(../img/structure/nav/company.gif) -30px left no-repeat;

	}
	
#nav li#distributor a {
	width:139px;
	background:url(../img/structure/nav/distributor.gif) top left no-repeat;
	}
	
#nav li#distributor a:hover {
	width:139px;
	background:url(../img/structure/nav/distributor.gif) bottom left no-repeat;
	background:/**/url(../img/structure/nav/distributor.gif) -30px left no-repeat;
	}
	
#nav li#testimonials a {
	width:103px;
	background:url(../img/structure/nav/testimonials.gif) top left no-repeat;
	}
	
#nav li#testimonials a:hover {
	width:103px;
	background:url(../img/structure/nav/testimonials.gif) bottom left no-repeat;
	background:/**/url(../img/structure/nav/testimonials.gif) -30px left no-repeat;
	}
		
#nav li#franchise a {
	width:122px;
	background:url(../img/structure/nav/franchise.gif) top left no-repeat;
	}
	
#nav li#franchise a:hover {
	width:122px;
	background:url(../img/structure/nav/franchise.gif) bottom left no-repeat;
	background:/**/url(../img/structure/nav/franchise.gif) -30px left no-repeat;

	}
	

		
#flashHolder {
	width:840px;
	margin:0 auto;
	}
	
#contentHome {
	width:100%;
	border-top:2px solid #753338;
	border-bottom:2px solid #753338;
	background-color:#FFFFFF;
	margin:0;
	}
	
#contentHomeWrapper {
	width:810px;
	margin:0 auto;
	padding:15px;
	background:url(../img/structure/rtColBG.gif) no-repeat bottom right;
	}
	
	
#colLeftHome {
	float:left;
	width:360px;
	margin:10px;
	display:inline;
	}
	
#colLeftHome h1 {
	color:#467082;
	font-size:1.2em;
	text-transform:uppercase;
	margin:0;
	padding:0;
	}
	
#colLeftHome h2 {
	color:#753338;
	font-size:1em;
	text-transform:capitalize;
	margin:0;
	padding:0;
	}
	
#colLeftHome h3 {
	color:333;
	font-size:.9em;
	}
	
#colLeftHome ul {
	font-size:.8em;
	color:#333;
	}
	
#colLeftHome li {
	padding-bottom:3px;
	}
	
#colLeftHome p {
	color:#333333;
	font-size:.8em;
	}
	
#colLeftHome a:link {
	color:#753338;
	text-decoration:none;
	}
	
#colLeftHome a:visited {
	color:#753338;
	text-decoration:none;
	}
	
#colLeftHome a:hover {
	color:#753338;
	text-decoration:underline;
	}
	
#colLeftHome p.sig {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.9em;
	color:#467082;
	font-style:italic;
	}
	


#colRightHome {
	float:right;
	display:inline;
	margin:10px;
	width:400px;
	}	
	
	
.boxGreen {
	background:#a1b68f url(../img/structure/greenBoxHeader.gif) no-repeat top;
	width:180px;
margin-left:10px;
	margin-right:10px;
	float:left;
	display:inline;
	color:#fff;
	}
	
* html .boxGreen {
	background:#a1b68f url(../img/structure/greenBoxHeader.gif) no-repeat top;
	width:180px;
	margin-left:0px;
	margin-right:15px;
	float:left;
	display:inline;
	color:#fff;
	}
	
.boxGreen h2 {
	padding-top:3px;
	padding-top:/**/10px;
	font-size:.95em;
	color:#fff;
	margin-left:10px;
	margin-right:2px;
	border-bottom:1px solid #fff;
	}
	
.phone {
	color:#fff;
	text-align:center;
	font-weight:bold;
	} 
	
.boxGreen p {	
	padding-top:/**/10px;
	margin-left:10px;
	margin-right:5px;
	font-size:.75em;
	height:40px;
	}

.boxGreen a:link {
	color:#fff;
	text-decoration:underline;
	}
	
.boxGreen a:visited {
	color:#fff;
	text-decoration:underline;
	}
	
.boxGreen a:hover {
	color:#fff;
	text-decoration:none;
	}
	
.boxGreen form {
	padding:10px;
	}	

.greenFooter {
	background:#fff url(../img/structure/greenBoxFooter.gif) bottom no-repeat;
	height:9px;
	padding:0;
	margin:0;
	}
	
	
#sideBarImage {
	float:right;
	width:380px;
	margin-right:10px;
	margin-bottom:0;
	}
	
#sideBarCaption {
	float:right;
	width:350px;
	margin:2px 10px 10px 0;
	padding:2px 20px 2px 10px;
	padding:/**/5px 20px 5px 10px;
	background:url(../img/structure/captionBg.gif) #753338 top right no-repeat;
	color:#fff;
	font-size:.8em;
	}
	
#sideBarCaption a:link, #sideBarCaption a:visited {
	color:#fff;
	text-decoration:underline;
	}
	
#sideBarCaption a:hover {
	color:#fff;
	text-decoration:none;
	}
	

#footerWrapper {
	width:840px;
	margin:-12px auto;
	padding:0;
	background:url(../img/structure/footerCurve.gif) no-repeat bottom;	
	}
	
/* the following rules apply only to IE6 & below */
* html #footerWrapper {
	margin:0 auto;
	}
	
/* the following rules apply only to IE6 & below */
*+html #footerWrapper {
	margin:0 auto;
	}
			
	
#footerWrapper p {
	padding:10px 20px 10px 0;
	text-align:right;
	color:#467082;
	font-size:.75em;
	}
	
#footerWrapper a:link, #footerWrapper a:visited {
	color:#bdbaa4;
	text-decoration:none;
	}
	
	
#footerWrapper a:hover {
	text-decoration:underline;
	color:#9f9d89;
	}
		

	
/*distributor pages*/

#colLeftDist  {
	float:left;
	width:160px;
	margin:10px;
	display:inline;
	}
	
#distHeader h1, #colLeftDist h1 {
	color:#467082;
	font-size:1.2em;
	text-transform:uppercase;
	margin:0;
	padding:0;
	}
	
#distHeader h2, #colLeftDist h2 {
	color:#753338;
	font-size:1em;
	text-transform:capitalize;
	margin:0;
	padding:0;
	}
	
#distHeader h3, #colLeftDist h3 {
	color:333;
	font-size:.9em;
	}
	
#distHeader ul {
	font-size:.8em;
	color:#333;
	}
	
#colLeftDist ul {
	font-size:.8em;
	color:#333;
	}
	
#colLeftDist li {
	padding-bottom:3px;
	}
	
#distHeader p, #colLeftDist p {
	color:#333333;
	font-size:.8em;
	}
	
#distHeader a:link, #colLeftDist a:link {
	color:#753338;
	text-decoration:none;
	}
	
#distHeader a:visited, #colLeftDist a:visited {
	color:#753338;
	text-decoration:none;
	}
	
#distHeader a:hover, #colLeftDist a:hover {
	color:#753338;
	text-decoration:underline;
	}
	
#colLeftDist p.sig {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.9em;
	color:#467082;
	font-style:italic;
	}

#colRightDist {
	float:right;
	display:inline;
	margin:10px;
	width:600px;
	}
	
#map {
	float:right;
	width:600px;
	margin-right:10px;
	display:inline;
	}
	
td {
	font-size:.8em;
	}
	
td {
	border-bottom:1px solid #D9D7C5;
	}
	
th a:link, th a:visited {
	color:#753338;
	text-decoration:underline;
	font-size:.8em;
	}
	
th a:hover {
	text-decoration:none;
	}
	
th h1 {
	color:#467082;
	font-size:1.2em;
	text-transform:uppercase;
	margin:0;
	padding:0;
	}
	
th p {
	font-size:.75em;
	}
	
th {
	border-bottom:2px solid #D9D7C5;
	}
	
	
#footerWrapper a:link, #footerWrapper a:hover {
	color:#999;
	text-decoration:none;
	}
	

#footerWrapper a:visited {
	color:#999;
	text-decoration:underline;
	}