@charset "UTF-8";
/* home CSS Document */

body {
	background: white url('images/body_bg_home.png') top left repeat-x;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

#nav {
	margin-bottom: 0;
}

#welcome_text {
	color: white;
}

#satisfaction_guarantee {
	float: left;
	width: 950px;
	border-top: 1px solid #d7d5d4;
	padding-top: 30px;
}

#satisfaction_guarantee img {
	float: left;
	margin-right: 10px;
	margin-top: -9px;
	margin-left: -7px;
}
#offers h1 {
	color: #894D25;
}

#offers p {
	margin-bottom: 40px;
	line-height: 20px;
	font-size: 16px;
	color: #E6E0DB;
	text-shadow: 0 2px 2px rgba(0,0,0,.5);
}