body {
	background: #d9d6c5;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #695744;
}

img, h1, h2, h3, h4, h5, h6,
div, table, td, p {
	margin: 0; 
	padding: 0;
	border: 0;
}

h1 {
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-right: 45px;
	border-bottom: 1px solid #695744;
	font-size: 18px;
}
h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
	padding: 40px 0 5px 0;
	color: #d9d6c5;
}

#main {
	width: 730px;
	margin: 10px auto;
}

#header {
	background: url(../imgs/header2.jpg) no-repeat;
	height: 66px;
}

#nav {
	padding: 5px 5px 8px 78px;
}

#nav a {
	font-size: 12px; 
	padding: 0 10px;
	margin-right: 40px;
	color: #695744;
	text-decoration: none;
	border: 1px solid #d6ac4f;
}

#nav a:hover {
	color: #d6ac4f;
	border: 1px solid #786752;
}

.atPage {
	color: #d6ac4f;
}

#middle {
	background: #695744;
}

#view {
	background-color: #695744;
	width: 440px;
	float: left;
	min-height: 456px;
}

#sidebar {
	padding: 0;
	width: 221px;
	float: right;
	min-height: 250px;
}

#sidebar ul {
	list-style: none;
	margin: 0; 
	padding: 0;
}

#sidebar li {
	
}

#sidebar ul li a {
	background: #a59c8d;
	display: block;
	padding: 5px;
	color: #fff;
	text-decoration: none;
	border-top: 1px solid #c4beb4;
	border-left: 1px solid #c4beb4;
	border-bottom: 1px solid #5e4c31;
	border-right: 1px solid #5e4c31;
}

#sidebar ul li a:hover {
	xcolor: #a59c8d;
	background: #5e4c31;
}

#side-top {
	background: url(../imgs/sidebar_top.jpg) no-repeat;
	height: 23px;
	width: 250px;
}

#side-main {
	background: url(../imgs/sidebar_bkgd.jpg) repeat-y;
	padding: 5px 20px;
	width: 250px;
	height: 175px;
}

#side-bttm {
	background: url(../imgs/sidebar_bottom.jpg) no-repeat;
	height: 23px;
	width: 250px;
}

#footer {
	padding: 10px;
	font-size: 11px;
	color: #695744;
	clear: both;
}


.product_info_tab {
	xclear: left;
}

.product {
	clear: left;
	height: 165px;
	border-bottom:1px solid #000;
	padding:4px;
}

.product_info {
	margin-left: 110px;
}

.description_lab {
	width: 120px;
	float: left;
}

.product_description {
	height: 14px;
	overflow: hidden;
	width: 260px;
}

.product_thumb {
	float: left; 
	width: 110px;
	text-align: center;
}

.lab {
	font-weight: bold;
	padding-right: 5px;
	color: #d6ac4f;
	vertical-align: top;
	width: 120px;
}

.form_input_text,
.form_password,
.form_textarea,
.form_select {
	width: 250px;
	color: #363636;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
}

.form_textarea {
	height: 180px;
}


.edit_link {
	width: 35px;
	height: 35px;
	float: right;
	text-align: center;
}

.edit_link a {
	display: block;
	color: #d6ac4f;
	background: #fffbd7;
	border: 1px solid #695744;
	text-decoration: none;
}

.edit_link a:hover {
	color: #fffbd7;
	background: #d6ac4f;

}

#welcome {
	padding: 10px; 
	color: #fff;
	font-weight: bold;
}
#welcome a {
	color: #fff;
}

#sMsg,
#sEMsg {
	color: #fff;
	padding: 10px;
	margin-bottom: 10px;
}
#sMsg{
	background: #080;
}

#sEMsg {
	background: #800;
}

.breadcrumb, .breadcrumb a {
	color: #695744;
	font-size: 12px;
}

.breadcrumb a:hover {
	color: #d6ac4f;
}

td {
	padding: 15px;
}

td img {
	border: 2pt solid #a59c8d;
}

.tb {
	font-weight: bold;
}

td a {
	font-style: italic;
	text-decoration: none;
	color: #a59c8d;
	line-height: 30px;
}

td a:hover {
	color: #d6ac4f;
}

td a:hover img {
	border: 2pt solid #d6ac4f;
	}