/***** TYPOGRAPHY *****/

* {
	margin: 0;
	padding: 0
}

body {
	color: #ab4240;
	text-align: center;
	font: 85% Arial, Helvetica;
	background: url(../images/body-bg.gif) top center repeat-y;
}

h3 {
	line-height: 20px;
	font-weight: bold;
	font-size: 130%;
	padding: 0 10px 10px 20px
}

p {
	line-height: 20px;
	padding: 0 20px 20px 20px
}

td p {
	padding: 0 0 20px 0
}

#offer p {
	padding: 15px 15px 0 40px
}

.center {
	text-align: center
}

html, body {
	height: 100% /* bottom footer */
}

#footer-box a:link, #footer-box a:visited, #footer-box a:hover, #footer-box a:active {
	color: #e4bcbc;
	color: #f7cfcf;
	text-decoration: underline
}

#footer-box p {
	padding: 0px 0 0 0
}

a:link, a:visited {
	color: #AB4240;
	font-weight: bold;
	text-decoration: underline
}

a:hover, a:active {
	color: #79930F;
	font-weight: bold;
	text-decoration: underline
}

/***** LAYOUTS *****/

#top-red-bar {
	height: 40px;
	background: url(../images/top-red-bar-bg.gif) repeat-x
}

#frame {
	margin: 0 auto;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100% /* For IE */
}

#content {
	overflow: auto;
	margin: 0 auto;
	padding-bottom: 75px;
	width: 760px
}

#content ul {
	padding-left: 35px
}
	
#footer {
	width: 100%;
	position: absolute;
	height: 75px;
	text-align: center;
	bottom: 0 !important;
	background: url(../images/footer-bg.jpg) top left repeat-x
}

* html #footer {
	left: 0
}

#footer-box {
	font-size: 90%;
	margin: 0 auto;
	width: 760px;
	padding-top: 20px;
	color: #e4bcbc;
	text-align: center;
	background: url(../images/footer-box-bg.jpg) no-repeat
}

#logo {
	width: 215px;
	height: 90px;
	margin-left: 15px
}

#nav {
	text-align: left;
	float: left;
	width: 230px
}

#nav ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none
}

#nav li {
	margin: 0;
	padding: 0;
	border: 1px solid #FEF1F2
}

#nav a {
	font-size: 110%;
	display: block;
	margin: 0;
	padding: 5px 0 5px 20px;
	background-color: #fbdadc;
	font-weight: bold
}

#nav a:link, #nav a:visited {
	color: #ab4240;
	text-decoration: none
}

#nav a:hover, #nav a:active {
	background-color: #ab4240;
	color: #fff
}

#page-header {
	float: left;
	margin: 7px 0 20px 0;
	width: 530px;
	height: 155px;
	text-indent: -200em;
	overflow: hidden;
	background: url(../images/inch-loss-header.jpg) no-repeat
}


#content-box {
	text-align: left;
	width: 530px;
	float: left
}

/***** IMAGE REPLACEMENT *****/

#top-red-bar h1 {
	width: 760px;
	height: 48px;
	text-indent: -200em;
	overflow: hidden;
	margin: 0 auto;
	background: url(../images/flower-vines.gif) top left no-repeat
}

#nav h2 {
	margin-left: 40px;
	width: 170px;
	height: 30px;
	text-indent: -200em;
	overflow: hidden;
	background: url(../images/special-offers-hdr.gif) no-repeat
}

/***** BOTTOM LINKS *****/

/*Fat Erik's Pipelist*/
#footer ul {
text-align: center;
margin: 0 auto;
list-style: none
}

#footer ul li {
display: inline
}

#footer ul li:before { content: "| "; }
#footer ul li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #footer ul li {
border-left: 1px solid black;
padding: 0 0.4em 0 0.4em;
margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #footer ul {
height: 1%
}

* html #footer ul li
{
display: block;
float: left
}

/*End hide*/
/*Mac IE 5*/
* html #footer ul li:first-child { border-left: 0; }
