#leftNav {
	background: url(navigate.gif) no-repeat;
}
	
	
/* HOME PAGE */	
#news {
	width: 305px;
	height: 182px;
}
#newsCopy {
	height: 146px;
}


#productsHome {
	float: left; 
	border: 4px solid #FFFFFF;
}
#productsHome ul {
	margin: 0;
	padding: 5px 0 0 5px;
	width: 264px; 
	height: 134px; 
	background: url(img_products.jpg);
	list-style-type: none;
	font-size: 9px;
}

#productsHome ul li {
	/*border: 1px solid blue;*/
	padding: 0px 0px 3px 10px;
	margin: 0px 0 0px 10px;
	line-height: 9px;
	text-indent: -10px;
}
#productsHome ul li a {
	padding-left: 10px;
	text-decoration: none;
	color: #56534e;
}
#productsHome ul li a:hover, #leftNav ul li.on a {
	color: #99621a;			
	background: url(arrow_tan.gif) no-repeat 0px 2px;
}



		#leftNav ul li a:hover, #leftNav ul li.on a, #leftNav ul li.on2 a{
			color: #a63057;			
			background: url(arrow.gif) no-repeat 0px 3px;
		}
		#leftNav ul li a:hover, #leftNav ul li.on a, #leftNav ul li.on2 a{
			color: #a63057;			
			background: url(arrow.gif) no-repeat 0px 3px;
		}

		#leftNav ul li.on ul li a, #leftNav ul li.on2 ul li a {
			color: #a63057;			
			background: none;
		}
		
		#leftNav ul li ul li.subnav_on a, #leftNav ul li ul li a:hover {
			color: #a63057;		
			background: url(arrow_subnav.gif) no-repeat 0px 3px;
		}


/* NEWS */

#newsstories .date {
	color: #a63057;	
	font-weight: bold;
}

#newsstories a {
	color: #a63057;	
}
		

/* CONTACT PAGE */	
		
#findrep {
	width: 300px;
}


/* ABOUT US */	

#aboutLeft {
	float: left;
	width: 343px;
}

#aboutLeft p {
	background: url(line_grey_hz.gif) repeat-x top left;
	padding: 10px 0 10px 0;
	margin: 0;
}
#imgleft {
	float:left;
	display: inline;
	margin-top: -8px;
	margin-right: 4px;
}
#aboutLeft p strong {
	color: #a63057;
	font-size: 12px;
}
#aboutLeft p a {
	color: #a63057;
	font-weight: bold;
	text-decoration: none;
}
#aboutLeft p a:hover {
	text-decoration: underline;
}
#aboutLeft p strong{
	color: #a63057;
}
#aboutLeft p .thin {
	font-weight: normal;
}
#aboutLeft p#first {
	background: none;
}

#aboutLeft p#last {
	clear: both;
}
#aboutLeft ul {
	margin-top: 0px;
	padding-left: 7px;
	background: none;
}
#aboutLeft li {
	list-style: none;
}

#aboutLeft li a{
	text-decoration: none;
}

#aboutLeft li a:hover{
	text-decoration: underline;
}

#aboutRight {
	float: right;
	width: 165px;
	margin-right: 0px;
}
#aboutRight .calloutContents {
	float: none;
}
#aboutRight .calloutContents p a {
	font-size: 9px;
	color: #777777;
	text-decoration: none;
}
#aboutRight .calloutContents p a:hover {
	text-decoration: underline;
}

#distrib_logos {
	padding-top: 10px;
}

#distrib_logos img {
	margin: 0px 0px 15px 10px;
	border-bottom: 1px solid #cccccc;
}

/* FORM */	


.requesthead {
	color: #a63057;
	background: url(form/head_bg_red.jpg) repeat-x;
}

.requiredcolor {
	color: #a63057;
}		
