/* ————————————————————————————— DIVS ————————————————————————————— */

#admin_left {
	float: left; 
	width: 300px;
}

#admin_right {
	max-width: 350px;
	width: auto;
	_width: 392px; 
	float: left; 
	margin-left: 20px;
}

#banner {
	height: auto;
	width: 100%;
	background-color: #fff;
	background-image: url(/images/dot.gif);
	background-position: left center;
	background-repeat: repeat-x;
	height: 43px;
}

#container {

}

#copy {
	clear: both;
	width: 540px;
	margin-left: 20px;
}

.divider {
	clear: both;
	width: 100%;
	margin-bottom: 20px;
	background-image: url(/images/divider-grey.gif);
	background-repeat: repeat-x;	
}

#footer {
	clear: both;
	padding-top: 8px;
	text-align: center;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 10px;
	color: #999999;
}

#logo {
	bottom: -175px;
	left: 0;
	position: absolute;
}

#nav {
	float: left;
	margin-left: 53px;
	margin-bottom: 10px;
	position: relative;
	width: 200px;
}

#nav #pages {
}

#nav #pages ul {
	font-size: 14px;
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav #pages ul li a {
	color: #96BF70;
	font-weight: normal;
	text-decoration: none;
}

#nav #pages ul li a:hover {
	color: #96BF70;
	font-weight: normal;
	text-decoration: underline;
}

#nav #pages ul li a.active {
	color: #ff7133;
}

#products {
	float: left;
	margin: 0 0 0 20px;
	width: 545px;
}

#products.nothumbs {
	text-align: center;
}

#products #display {
	border: 1px solid #fff;
	float: right;
	width: auto;
	height: auto;
	margin: 1px 0 10px 0;
	padding: 2px;
	position: relative;
}

#products.nothumbs #display {
	float: none;
}

#products #display img {
	border: 1px solid #fff;
}

#products.nothumbs #thumbs {
	display: none;
}

#products #thumbs, #admin_left #thumbs {
	height: auto;
	width: 180px;
	float: left;
}

#products #thumbs .img, #admin_left #thumbs .img {
	background-position: center;
	border: 1px solid #fff;
	float: left;
	height: 40px;
	margin: 4px;
	width: 45px;
}

#products #thumbs .img a, 
#products #thumbs .img a:hover, 
#admin_left #thumbs .img a,
#admin_left #thumbs .img a:hover {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

/* ————————————————————————————— TAGS ————————————————————————————— */

a {
	color: #ff7133;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ff7133;
	font-weight: bold;
	text-decoration: underline;
}

a img {
	border: none;
}

body {
	background-color: #FFFFFF;
	background-image: url(/images/divider-drk-orange.gif);
	background-repeat: repeat-y;
	background-position: 600px;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

h1 {
	color: #96BF70;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	margin: 0 0 18px 0;
}

h2 {
	color: #96BF70;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}

img.bio {
	width: 130px;
	height: 130px;
	margin: 4px 5px 0 0;
	float: left;
}

form {
	margin: 40px 20px 20px 20px;
}
