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

* {
	margin: 0;
	padding: 0;
	}
	
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
a, body {
	color: #50341e;
	}
	
p a, ul#info a{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	}	

.clear {
	clear: both;
	}

#page-wrap {
	width: 750px;
	height: 687px;
	margin: 0 auto;
	background: url(assets/truffles-bg.jpg) no-repeat center top;
	position: relative; 
	top: 10px;
	overflow:visible;
	}
	
#left-nav {
	position: absolute;
	top: 60px;
	left: 20px;
	width: 80px;
	float: left;
	}

#left-nav ul {
	list-style: none;
	font-size: 18px;
	width: 80px;
	}
	
#left-nav ul li {
	display: block;
	height: 31px;
	width: 78px;
	padding-top: 5px;
	}

#left-nav ul li a {
	text-decoration: none;
	}
	
#left-nav ul li a:hover {
	font-weight: bold;
	color: #666666;
	}

#page-content {
	width: 625px;
	position: absolute;
	top: 60px;
	left: 111px;
	font-size: 16px;
	padding-top: 50px;
	height: 477px;
	}
#page-content p {
	line-height: 1.3em;
	padding: 0 5px 0 5px;
	margin-bottom: 15px;
	}
	
#page-content.home {
	background: url(assets/iht-line.jpg) no-repeat center bottom;
	}
	
#page-content.flavors {
	background: url(assets/divider-line.jpg) no-repeat 200px center;
	overflow: hidden;
	}
	
#page-content.order {
	padding-top: 0px;
	background: url(assets/orderinfo-bg.png) no-repeat center top;
	}	
	
#footer {
	width: 644px;
	position: absolute;
	bottom: 0;
	left: 105px;
	font-size: 11px;
	}
	
#footer p {
	line-height: 1.5em; 
	margin-bottom: 10px;
	font-size: 14px;
	}

#footer ul {
	list-style: none;
	}
	
#footer ul li {
	display: block;
	width: 210px;
	float: left;
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
	text-align: center;
	}

/*#footer ul li.footer-last {
	border: none;
	}*/

#left {
	float: left;
	width: 150px;
	height: 500px;
	overflow: hidden;
	margin-top: -30px;
	}

#left ul#flavors {
	list-style: none;
	line-height: 1.3em;
	font-size: 16px;
	position: absolute;
	left: 25px;
	width: 125px;
	}
	
#left ul#flavors li {
	background: url(assets/IHT_12.jpg) no-repeat left center;
	padding-left: 15px;
	}

#right {
	position: absolute;
	left: 220px;
	top: 5px;
	}

#right img {
	margin-left: -15px;
	width: 412px;
	}
	
p.title {
	font-weight: bold;
	}

p.desc {
	font-size: 12px;
	padding: 0 5px 0 0;
	}

p.seasonal {
	font-size: 12px;
	padding: 0 5px 0 0;
	}

p.inactive {
	font-size: 12px;
	padding: 0 5px 0 0;
	}

p.contact {
	margin-left: 15px;
	}

.dollars {
	text-align: right ;
	padding-right: 3px;
}

.lineclass {
	font-size: 12px;
	padding-left: 4px;
/*
	color: #FF0000;
*/
}

.order-desc {
	padding-left: 10px;
	}

.order-qty {
	text-align: right;
	padding-right: 5px;
	}
	
input.order-qty {
	font-size: 10px;
	}

td.order-qty {
	text-align: right;
	}
	
table#orders, table#custinfo {
	margin: 0 auto;
	}

table hr {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #ff032f;
	}
	
td.orderinfo-qty {
	text-align: right;
	padding-right: 12px;
	}

p.misc {
	font-size: 12px;
	padding: 0 5px 0 0;
	margin: -20px 5px 0px 0px ;
	height: 5px;
	color: #999999;
	color: #D00 ;
	text-align: right;
}

.custcomments {
	font-size: 12px;
}

.offseason {
	color: #D00;
	}
	
.title {
	font-weight: bold;
	color: #666666;
	}
.selectedclass,  ul#flavors li a:hover {
	color: #ef8ab6;
	}

.submit-row {
	width: 507px;
	margin: 10px auto;
	overflow: hidden;
	}

.small {
	font-size: 13px;
	margin-right: 20px;
	color: #666666;
	}
	
 .custinfo {
	font-size: 13px;
	 }
	
.cust-comments {
	padding: 5px;
	color: #AAA;
	width:	480px;
	margin-top: 10px;
	}

.required {
	padding: 5px;
	color: #999;
	font-style: italic;
	width: 185px;
}

.fill {
	padding: 5px;
	color: #999;
	width: 185px;
}

#orderlines {
	margin: 10px auto;
	font-size: 13px;
	}

td.qty-info {
	margin-right: 5px;
	padding-right: 13px;
	text-align: right;
	}	
	
td.line-info {
	padding-left: 12px;
	text-align: left;
	}

td.qty-results {
	padding-right: 18px;
	text-align: right;
	}
	
form#custinfo {
	width: 100%;
	}

#orderinfo-buttons {
	width: 535px;
	margin: 0 auto;
	overflow: hidden;
	}
	
input.button#back {
	float: left;
	width: 60px;
	}

input.button#next {
/*	float: right;*/
	width: auto;
	display: inline;
	}
	
td.custinfo-results {
	font-weight: normal;
	color: #CCC;
	} 
	
#sandbag {
	width: 536px;
	overflow: hidden;
	margin: 0 auto;
	}

#about p {
	font-size: 15px;
	line-height: 1.2em;
	padding: 1px 2px 1px 2px;
	}
	
#about #page-content {
	top: 15px;
	
	}
	
.bold {
	font-weight: bold;
	color: #666;
	}

.subcatlink {
	color: #D00 ;
}
