/* color.css - CSS for backgrounds, colors, borders, etc */
body {
	background: white url(../../_images/xcel_header_bg.gif) repeat-x left top;
}
h1 {
	border-bottom: 1px solid #e4e4e4;
	color: #ef0a17;
}
h2, h3, h4 {
	color: #4a4a4a;
}

a {
	color: #4a4a4a;
}

.header {
	background: transparent url(../../_images/xcel_badge_engraving.gif) no-repeat center top;
}
	.header li.current {
		background: transparent url(../../_images/xcel_current_menu_bg.gif) no-repeat center top;		
	}
		.header li.current a {
			color: #fff;
		}	
	.header li a {
		color: #4a4a4a;
	}
		.header li a:hover {
			color: #fff;
		}
	
.main_content {
	color: #4a4a4a;
}
.welcome_image {
	border: 5px solid #e4e4e4;
}

.clients_feature_container {
	background-color: #909090;
}

.footer {
	border-top: 1px solid #e4e4e4;
	color: #4a4a4a;	
}
	.footer p a {
		color: #4a4a4a;
	}
	.footer p.footer_credits a {
		background: transparent url(../../_images/xcel_episode49.gif) no-repeat top left;				
	}
	

.customer_testimonials li {
	background-color: #f2f2f2;
}

form .text_input, form .textarea_input {
	border: 1px solid #e4e4e4;
	color: #4a4a4a;
}

.product_listing li {
	background-color: #f2f2f2;
}
	
.button {
	background: transparent url(../../_images/xcel_button_bg.gif) repeat-x top left;
}
