a { text-decoration:none; }
a:link { color:#006600; }
a img { border:0; }

html, body {
	background: #F9D8A1 url(images/body_bg.gif) repeat-x left top;
	border:0;
	height:100%;
	margin:0;
	padding:0;
	font: 1em "Times New Roman", Times, serif;
}

h1 {
	width:0; /* Saf Fix */
	margin:0;
	padding:0;
	/*padding: 6px 11px 10px 7px;*/
	position:absolute;
	top:-23px;
	left:-30px;
	z-index:1;
}

h1 a {
	background: url(images/logo.png) no-repeat left top; /* Moved here for Saf */
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png', sizing='scale');
	width:0;
	height:0;
	padding: 219px 380px 0 0;
	display:block;
	overflow:hidden;
}

h2 {
	border-bottom: 1px solid #FDF4E5;
	margin: 30px 40px 0 312px;
	padding: 0 15px 3px 0;
	color:#7B4B5D;
	font-size:1.3em;
	letter-spacing:8px;
	text-align:right;
	text-transform:uppercase;
}

h3 {
	margin:0;
	padding: 5px 0;
}

hr {
	background-color:#FBE8C8;
	border:0;
	border-width: 1px 0 0; /* FF/Saf fix */
	height:1px;
	margin: 0 5px;
	color:#FBE8C8;
}

#col_left {
	background: #BABEBD url(images/nav_bg.jpg) no-repeat bottom left;
	width:201px;
	min-height:475px;
	margin: 10px 0 0 10px;
	padding: 123px 0 25px;
	float:left;
	position:relative;
	z-index:0;
}

#col_left div {
	background: url(images/nav_footer.png) no-repeat left bottom;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nav_footer.png', sizing='scale');
	width:201px;
	height:61px;
	position:absolute;
	bottom:-36px;
}

#col_left p {
	margin: 0 10px;
	padding: 6px 10px;
	color:#0F1503;
	font-weight:bold;
	line-height:1.3em;
}

#col_right {
	width:300px;
	margin: 0 15px 30px 40px;
	padding: 15px 0 0;
	float:right;
}

#col_right p {
	background:#CFC3A9;
	border: 1px solid #FFFFFF;
	margin: 5px 0 0;
	padding:10px;
	font-style:italic;
}

#container {
	border: solid #FFFCF8;
	border-width: 0 1px;
	width:874px;
	_height:100%;
	min-height:100%; /* So this can grow if necessary */
	margin: 0 auto;
	padding: 0 8px;
	position:relative;
}

#content {
	padding: 70px 0 0 245px;
	font-size:1.05em;
	line-height:1.2em;
}

#content p {
	margin:0;
	padding: 5px 0 10px;
}

#footer {
	background: url(images/footer.jpg) no-repeat left top;
	height:159px; /* height = margin-top = #wrapper.padding-bottom */
	margin: -159px 1px 5px;
}

#footer a {
	padding: 0 5px;
	color:#FFFFFF;
}

#footer a:hover { color:#491E37; }

#footer div {
	background-color:#345135;
	_width:841px;
	padding: 0 15px;
	color:#FFFFFF;
	font-size:.8em;
	line-height:18px;
	clear:right;
	position:relative;
	top:13px;
}

#footer p {
	margin: 112px 0 0;
	padding: 0 8px 0 0;
	color:#FFFFFF;
	font-size:.9em;
	font-weight:bold;
	letter-spacing:1px;
	line-height:15px;
	float:right;
}

#footer ul {
	margin:0;
	padding:0;
	float:right;
	_position:relative;
}

#footer li { display:inline; }

#header {
	background: #A39B68 url(images/head_bg.gif) repeat-x left top;
	border-bottom: 3px solid #8E398A;
	height:39px;
	padding: 0 5px 0 0;
	color:#FFFFFF;
	font-size:.8em;
	font-weight:bold;
	line-height:1.5em;
	text-align:right;
}

#nav {
	margin:0;
	padding: 0 10px 15px;
	list-style:none;
}

#nav a {
	border-bottom: 1px solid #E5E7E5;
	padding: 5px 0;
	color:#491E37;
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:2px;
	display:block;
}

#nav a:hover { color:#012102; }

#nav li { display:inline; }

#nav li:hover { position:relative; }

#nav li li:hover { position:static; } /* FF fix */

#nav li:hover ul { display:block; }

#nav ul {
	background-color:#603D51;
	border: 1px solid #FFFFFF;
	margin:0;
	padding: 5px 15px;
	font-size:.8em;
	display:none;
	list-style:none;
	position:absolute;
	top:0;
	left:130px;
	white-space:nowrap;
}

#nav ul a {
	border:0;
	padding: 3px 0;
	color:#FFFFFF;
}

#nav ul a:hover { color:#F9DCA9; }

#wrapper {
	background: url(images/wrapper_bg.gif) no-repeat right 50px;
	border: 1px solid #FFFCF8;
	padding: 0 0 159px 0; /* padding-bottom = #footer.height */
}

.product_title { font-weight:bold; }

.error { color:#FF0000; }
