/********************************************
	Layout
********************************************/
body {
	background-image: url(images/bgtile.jpg);
	background-repeat: repeat;
	text-align: center;
}

.rm {
	position: absolute;
	left: -99999px;
}

#rap {
	width: 780px;
	text-align: left;
	margin: 0 auto;
	background-image: url(images/content-dropshadow.png);
	background-repeat: repeat-y;
	background-position: 7px 0;
	padding: 0 20px 0 21px;
}
#mast {
	height: 185px;
	background-image: url(images/dash-horiz.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#logo {
	position: absolute;
}
#bag {
	float: right;
	margin-right: 1px;
}
#nav {
	width: 344px;
	height: 50px;
	overflow: hidden;
	position: relative;
	top: 132px;
	left: 410px;
}
	#nav a {
		display: block;
		width: 113px;
		height: 50px;
		float: left;
		background-position: 0 -50px;
		background-repeat: no-repeat;
	}
		#nav a:hover {
			background-position: 0 0;
		}
		#nav a.current {
			background-position: 0 -100px;
		}
	#nav a#lnkCustomerService {
		background-image: url(images/customerservicebutton.jpg);
	}
	#nav a#lnkAboutMe {
		background-image: url(images/aboutmebutton.jpg);
	}
	#nav a#lnkContactMe {
		width: 118px;
		background-image: url(images/contactmebutton.jpg);
	}
#bd {
	overflow: hidden;
	background-image: url(images/dash-horiz.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#categories {
	width: 166px;
	float: left;
}
	#categories ul {
		margin: 60px 0 20px 6px;
	}
	#categories ul li {
		font-size: 14px;
		font-family: "andale mono", monaco, consolas, courier, monospace;
		color: #777;
		letter-spacing: .1em;
		line-height: 32px;
	}
		#categories ul li a {
			color: #777;
			text-decoration: none;
			display: block;
			padding-left: 24px;
		}
			#categories ul li a:hover {
				background-image: url(images/redflower.jpg);
				background-repeat: no-repeat;
				background-position: left;
			}
			#categories ul li a span {
				color: #7fa335;
			}
			#categories ul li a.current,
			#categories ul li a.current span {
				color: #e87e51;
			}
#extralinks {
	margin: 0 0 20px 20px;
	
}			
	#extralinks a {
		display: block;
		width: 120px;
		height: 50px;
		background-position: 0 -50px;
		background-repeat: no-repeat;
	}
		#extralinks a:hover {
			background-position: 0 0;
		}
		#extralinks a.current {
			background-position: 0 -100px;
		}
	#extralinks a#lnkFreebies {
		background-image: url(images/freebiesbutton.jpg);
	}
	#extralinks a#lnkFavorites {
		background-image: url(images/favoritesbutton.jpg);
	}
	#extralinks a#lnkBlog {
		background-image: url(images/blogbutton.jpg);
	}
	
#categories p {
	font-size: 12px;
	font-family: "andale mono", monaco, consolas, courier, monospace;
	color: #777;
	margin-bottom: 14px;
}

#foot {
	height: 34px;
	width: 780px;
	background-image: url(images/foot-dropshadow.png);
	background-repeat: no-repeat;
	background-position: 6px -59px;
	color: #777;
	padding: 6px 20px 20px 21px;
	text-align: center;	
	margin: 0 auto;
}
	#foot a {
		color: #7fa335;
	}	
	
	
/********************************************
	Content
********************************************/
#content {
	width: 578px;
	float: left;
	background-image: url(images/dash-vert.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding: 0 18px; 
	font-family: "andale mono", monaco, consolas, courier, monospace;
	color: #6a6b6a;
}
#content h1 {
	margin-top: 16px;
	text-align: center;
}
#content h2 {
	color: #e87e51;
	margin: 12px 0 8px;
	line-height: 23px;
}
	#content .home {
		min-height: 520px;
		/*
		background-image: url(images/homecontent-bg.jpg);
		background-repeat: no-repeat;
		background-position: 72px 69px;
		*/
		text-align: center;
	}
		#content .home img {
			/* border: 15px solid #dad7c6; */
			 margin: 50px 0;
		}
	#content p {
		font-size: 13px; 
		line-height: 18px;
		margin-bottom: 18px;
	}
	#content ul {
		list-style-type: square;
		margin: 0 0 18px 18px;
		padding: 0 0 0 18px;
	}

.field {
	margin: 18px 0;
}
	.field label {
		line-height: 23px;
	}
.submit {
	margin: 18px 0;
}

	
	
/********************************************
	Products
********************************************/
.products h1 {
	margin-bottom: 16px;
}
.products .product
{
	width: 160px;
	text-align: left;
	padding: 10px 6px 6px 6px;
	margin: 0 5px 10px 5px;
	float: left;
}
	.products .product a img
	{
		border: 1px solid #7fa335;
		margin-bottom: 6px;
	}
		.products .product a:hover img
		{
			border: 1px solid #6ca3a0;
		}


.productdetail .product
{
	margin: 56px 0 10px 0;
	overflow: hidden;
}
	#content.productdetail .product h2
	{
		text-align: left;
		font-size: 1.5em;
		line-height: 2.0em;
		color: #222;
		clear: both;
	}
	.productdetail .product .price
	{
		font-size: 1.8em;
		line-height: 2em;
		text-align: left;
		color: #e87e51;
	}
	.productdetail .product .field
	{
		padding: 0 0 10px 0;
	}
	.productdetail .product button
	{
		/*background-image: url(images/btnAddToCart-trans.png);*/
		width: 180px;
		height: 47px;
		
		border: none;
		font-size: 24px;
		color: #333;
		margin: 20px 10px;
	}
		.productdetail .product button:hover
		{
			color: #000;
			cursor: pointer;
		}
	.productdetail .product img
	{
		float: left;
		margin: 0 20px 20px 0; 
	}


/********************************************
	Cart
********************************************/
#tblcart {
	width: 500px;
	color: #666;
	border-collapse: collapse;
	border-top: 2px solid #7f8336;
}
	#tblcart tr td.money {
		text-align: right;
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
		background-color: #eee;
	}
	#tblcart tr td.lineaction {
		padding: 10px;
		font-size: .8em;
	}
	#tblcart tr td {
		padding: 10px 10px 10px 0;
		vertical-align: top;
	}
		#tblcart tr td div.options {
			color: #999;
			padding: 10px; 
		}
	#tblcart tr.subtotal th,
	#tblcart tr.subtotal td
	{
		border-top: 2px solid #7f8336;
		background-color: #dad7c6;
		color: #222;
	}
		#tblcart tr.subtotal th
		{
			text-align: right;
			padding: 0 10px;
			font-weight: 100;
			font-size: .85em;
		}
.submit {
	text-align: center;
	padding: 10px;
}	
.submit input
{
	margin: 0 auto;
}

/********************************************
	Messages
********************************************/
.pnlError
{
	border: 1px solid #fa6b2b;
	color: #fa6b2b;
	padding: 4px 16px;
	margin: 10px;
	text-align: center;
}
.pnlSuccess
{
	border: 1px solid #4faa2b;
	color: #4faa2b;
	padding: 4px 16px;
	margin: 10px;
	text-align: center;
}
.pnlMessage
{
	border: 1px solid #bbb;
	background-color: #eee;
	color: #777;
	padding: 4px 16px;
	margin: 10px;
	text-align: center;
}