
/* The mighty Back40 Design, Inc. style sheet */

/* ~~~[ general ]~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */	
a {
	color: #000;	
}
	a:hover {
		color: #625b49;	
	}
	
#content p {
	margin: 0 20px 15px 20px;
	line-height: 1.4;
}
	#content p.dropCap {
		margin-top: 20px;
	}

#content ul {
	list-style: square;
	padding: 0 0 0 15px;
}
	#content ul li {
		padding: 0 0 5px 0;
	}
	
.right {
	float: right;
	margin: 0 0 15px 15px;
	clear: right;
}

.img {
	border: 1px solid #d3d3d3;
	padding: 4px;
}

.submit {
	background: url(images/template/nav-bg.jpg) top left repeat-y;
	border: 2px solid #004481;
	padding: 2px 4px;
	color: #004481;
	text-transform: uppercase;
}
	.bold {
		font-weight: bold;
	} 
	
	
	

	
/* popup window */
#popupContainer {
	margin: 0 auto;
	text-align: left;
	border-top: 10px solid #625b49;
	background: url(images/template/text-bg.jpg) top center repeat-x;
	padding: 25px 25px 10px 35px;
}
	#popupContainer #content {
		padding: 0;
		background: none;
		width: 100%;
		margin: 0;
	}
	
div.buttons {
	margin: 15px 0 0 0;
	text-align: right;
	width: 90%;
}


	
/* ~~~[ template ]~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */	
#pageContainer {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	border-top: 10px solid #832A23;
}

#header {
	background: #B9B098 url(images/template/top-bg.jpg) top center repeat-x;
	height: 90px;
}		

	#header #scrolls {
		float: right;
		margin: 50px 20px 0 0;
		color: #76663F;
		font-size: 1.9em;
		letter-spacing: -1px;
		font-family: "Trebuchet MS";
		width: 230px;
	}
	
	#header #logo {
		margin: 10px 0 0 30px;
		position: absolute;
	}

	
#contentContainer {
	margin: 0;
}

#hero {
	width: 485px !important;
	width: 482px;
	background: url(images/template/hero-bg.jpg) top center repeat-x;
	text-align: center;
	padding-top: 30px;
}




#content {
	float: right;
	width: 265px;
	background: url(images/template/text-bg.jpg) top center repeat-x;
	min-height: 555px;
	height: auto !important;
	height: 555px;
}
	#content #wholesalers {
		margin: 30px 0 0 0;
		border-bottom: 5px solid #832A23;
	}
	
	#content .address {
		padding-top: 15px;
		font-size: .9em;
	}	
	

/* home order form */
#order {
	display: block;
	margin: 0 0 0 20px;
}
	#order .qty {
		width: 30px;
		border: 1px solid #625b49;
		color: #625b49;
		background: #fff;
		padding: 2px 3px;
	}
		#order .qty:focus {
			background: #e5e1d5;
		}
	.button {
		border: 1px solid #625b49;
		background: #B9B098;
		padding: 2px 3px;
		text-transform: uppercase;
		font-size: 1em;
		width: 110px;
	}
	.cartTotal {
		text-align: right;
		border-top: 1px solid #bdb59e;
		padding: 5px 0;
	}



/* bottom */
#bottom {
	clear: all;
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
	color: #625b49;		
	font-size: 85%;	
}
	#bottom li {
		display: inline;
		line-height: 1.5;
	}
	#bottom a {
		text-decoration: none;
		color: #625b49;			
	}
	#bottom a:hover {
		color: #000;			
	}

		
		
		
/* ~~~[ headings ]~~~~~~~~~~~~~~~~~~~~~~~~~~*/		
h2, h3 {
	font-family:  arial; 
	color: #333;
}
	
h2 {
	margin: 0;
	color: #625b49;
	font-size: 1.9em;
	letter-spacing: -1px;
	font-family: "Trebuchet MS";
}	
	
h3 {
	margin: 20px 0 0 0;
	color: #625b49;
	font-size: 1.5em;
	letter-spacing: -1px;
	font-family: "Trebuchet MS";
	border-bottom: 1px solid #bdb59e;
}	
		
			

/* ~~~[ body/html calling ]~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
body {
	background: #E6E2D6;
	font-family: verdana, arial, geneva;
	color: #625b49;
	font-size: 80%;
	text-align: center;
}	

html, body, form, img {
	margin: 0; padding: 0; border: 0;
}

hr {
	visibility: hidden;
	clear: both;
	height: 1px;
	border: none;
}
	
.clear {
	clear: both;
}


