body {
	background-color: #FFEFD5;
}

#allcontent {
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	width: 791px;
	height: 850px;
}

h1 {
	font-family: Times, serif;
	font-size: 12px;
	font-weight: bold;
}

a:link, a:visited {
	color: #8E6330;
	text-decoration: none;
}

 a:hover {
	text-decoration: underline;
	color: black;
}

.name {
	font-family: Times, serif;
	font-size: 22px;
	color: #8E6330;
	line-height: 110%;
}

.description {
	font-family: Times, serif;
	font-size: 15px;
	line-height: 110%;
}

.price {
	font-size: 15px;
}

p {   
	font-family: Times, serif;
	font-size: 11px; 
}

td {
	font-family: Times, serif;
	font-size: 11px;
	line-height: 120%;
}

#details_table {
	margin-top: 20px;
}

#header_image {
}

#header {   
	font-family: Helvetica, Times, serif;
	font-size: 12px;
	margin-top: -20px;
	margin-left: 180px;
}

#header a:link, a:visited {
	color: #8E6330;
	text-decoration: none;
}

#header a:hover {
	color: black;
	text-decoration: underline;
}


#nav_bar {
	/*background-color:  #71532D;*/
	padding: 0px;
	margin-top: 0px;
	float: left;
}

#tableProductDetails {
	padding: 0px 15px;
}

/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background-color: #D5DED9;
	border: none;
	color: #8E6330;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}

#quality_promise {
	font-family: Times, serif;
	font-size: 15px;
	text-align: left;
	line-height: 110%;
	padding: 10px;
}

.comments {
	color: #8E6330;
	font-family: Times, serif;
	font-size: 15px
}

.comments a:link, a:visited {
	color: #8E6330;
	text-decoration: none;
}

.comments a:hover {
	text-decoration: underline;
	color: black;
}
#footer {   
	font-family: Helvetica, Times, serif;
	font-size: 12px;
	background-color: #D5DED9;
}

#footer a:link, a:visited {
	color: #8E6330;
	text-decoration: none;
}

#footer a:hover {
	color: black;
	text-decoration: underline;
}

#design_by {
	font-size: 10px;
 	margin-left: 75px;
}


.errorMessage {
	color: red;
	font-weight: bold;
}

