
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------------------------------------------------------------ */

body {
	background: #BAA179 url(images/body-bkgd.jpg);
	color: #333333;
	font: 14px/1.4em Arial, Helvetica, sans-serif;
}

a {
	color: #009AD1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}

.wrap {
	margin: 0px auto;
	padding: 0 20px;
	width: 940px;
}

#header {
	background: transparent url(images/header-bkgd.png);
	box-shadow: 0px 0px 10px #000;
	position: relative;
}

#title {
	background: url("images/logo.png") no-repeat scroll 0 0 transparent;
	float: left;
	height: 163px;
	position: absolute;
	text-indent: -9999px;
	width: 221px;
}

#title a {
	display: block;
	height: 130px;
	width: 221px;
}

#header-right {
	float: right;
	padding: 25px 0;
	width: 620px;
	position: relative;
}

#description {
	color: #FFFFFF;
	float: right;
	font-size: 16px;
	font-style: italic;
	padding-bottom: 15px;
}

#phone {
	color: #FFFFFF;
	float: right;
	font-size: 36px;
	line-height: 36px;
	background: url(images/phone.png) no-repeat;
	padding: 5px 0 5px 48px;
}

#iicrc a {
	background: url("images/iicrc.png") no-repeat scroll 0 0 transparent;
	display:block;
	height: 57px;
	left: 82px;
	position: absolute;
	text-indent: -9999px;
	top: 58px;
	width: 154px;
}

#nav {
	background: #cc3333 url(images/nav-bkgd-sprite.png) repeat-x 0px 0px;
	height: 40px;
	clear: both;
}

#nav ul {
	float: right;
}

#nav li {
	float: left;
}

#nav li a {
	background: #cc3333 url(images/nav-bkgd-sprite.png) repeat-x 0px 0px;
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	padding: 10px 12px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #333;
	text-transform: uppercase;
}

#nav li a:hover {
	background-position: 0px -40px;
	box-shadow: 0px 0px 10px #333;
	margin-top: -1px;
}

#home #nav li a.home, #why #nav li a.why, #tips #nav li a.tips, #contact #nav li a.contact, #special #nav li a.special, #testimonials #nav li a.testimonials {
	background-position: 0px -80px;
	cursor: default;
}

#home #nav li a:hover.home, #why #nav li a:hover.why, #tips #nav li a:hover.tips, #contact #nav li a:hover.contact, #special #nav li a:hover.special, #testimonials #nav li a:hover.testimonials {
	box-shadow: none;
	margin-top: 0;
}

#content {
	background: url("images/machine.jpg") no-repeat scroll 700px 20px #FFFFFF;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 0 10px #333333;
	margin-bottom: 30px;
	min-height: 460px;
	overflow: hidden;
	padding: 20px 300px 20px 20px;

}

#content h1 {
	border-bottom: 3px dotted #CC3333;
	color: #009AD1;
	font-size: 32px;
	margin-bottom: 15px;
	padding: 5px 0 12px;
}

#content h2 {
	font-size: 24px;
	padding: 3px 0 6px;
}

#content h3 {
	font-size: 16px;
}

#content p {
	padding-bottom: 10px;
}

#content img {
	margin-right: 10px;
	float: left;
	border: 1px solid #CCC;
	padding: 4px;
}

#content ul {
	padding-bottom: 10px;
	clear: both;
}

#content ul li {
	margin-left: 20px;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding: 0px 0px 10px 18px;
	margin-right: 30px;
}

#content div {
	overflow: hidden;
	margin-bottom: 20px;
}

.coupon {
	border: 4px dotted #009AD1;
	float: left;
	font-size: 15px;
	font-weight: bold;
	line-height: normal;
	margin-right: 10px;
	padding: 10px;
	text-align: center;
	width: 119px;
}

.coupon.last {
	margin-right: 0;
}

.dollars {
	color: #FF0000;
	display: block;
	font-size: 48px;
	line-height: 48px;
	padding-top: 6px;
}
