body {
	text-align: center;
	margin: 0 auto;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	background: #e9d8c4 url(/images/bg.jpg) repeat-y center;
}

#container {
	width: 780px;
	margin: auto;
	text-align: left;
	background: white;
}
#header {
	height: 147px;
	background: #FFFFFF url(/images/header.jpg) no-repeat top center ;
	position: relative;
}

#content {
	position: relative;
}
img {
	border: none;
}
h1 {
	display: none;
}
h2 {
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:8px;
	padding-top:8px;
}
h3 {
	font-size:13px;
	font-weight:bold;
	margin:0px;
	padding:5px;
	padding-left:10px;
}

h4 {
	color: #555555;
	font-weight:bold;
	font-size:11px;
	margin: 10px 10px 12px 10px;
}
p, td {
	color: #555555;
	margin: 8px 10px 16px 10px;
}
ul, ol {
	color: #555555;
	padding-right: 10px;
}

a:link, a:visited, a:hover, a:active {
	color: #555555;
}
h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {
	text-decoration:none;
}

a img {
	border: none;
}

.central {
	text-align:center;
	margin: auto;
	display: block;
}

#left {
	float:left;
	background-color: #8a5e37;
}

#right {
	float:right;
	width: 586px;
}
.nav {
	list-style-type: none;
	margin: 10px 5px;
	padding: 0px;
}

.nav li {
	width: 178px;
	padding: 5px 2px;
	margin: 2px 0px;
	font-size: 12px;
	font-weight:bold;
	background-color: #9f7e55;
	border: 1px solid white;
}

.nav li a {
	text-decoration: none;
	color: white;
}

.nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-left: 5px;
}

.nav li li {
	width: 164px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 11px;
	font-weight:bold;
	background-color: white;
}

.nav li li a {
	text-decoration: none;
	color: #8a5e37;
}

#footer {
	text-align:center;
	clear:both;
	padding:20px 100px 0px 100px;
	color: #555555;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color:#555555;
	text-decoration:none;
}


input, select, textarea {
	font-size:11px;
	margin: 2px;
}
label {
	color: #555555;
}

#basket, #search, #login {
	font-size: 11px;
	padding: 2px 2px;
	margin: 10px 5px;
	width: 178px;
	background-color: #9f7e55;
	border: 1px solid white;
}
#basket form, #search form, #login form {
	margin: 0;
}
#basket h3, #search h3, #login h3 {
	color: white;
}
#basket_content, #login_content {
	background: white;

}
#basket_content p, #login_content p {
	margin: 0px;
	padding: 5px;
}

#topnav {
	background-color: #8a5e37;
	padding: 5px;
}

#topnav_inner {
	padding: 5px;
	background-color: #9f7e55;
	border: 1px solid white;
	color: white;
	text-align: center;
	font-weight: bold;
	height: 15px
}
#topnav_inner a {
	color: white;
	text-decoration: none;
	font-size: 13px;
	letter-spacing: 1px;
}


.category_product {
	width: 33%;
	height: 150px;
	float: left;
	text-align: center;
	margin: 10px 0px;
}
.category_product img {
	display: block;
	margin: 2px auto;
}
.category_product a {
	text-decoration: none;
}

label {
	float: left;
	width: 180px;
}

.shaded, .shaded td {
	background: #9F7E55;
	color: white;
	padding: 3px;
	font-weight: bold;
}
.bordered {
	border: 2px solid #9F7E55;
	padding: 3px;
	font-weight: bold;
}
.red {
	color: red;
}
.grey {
	color: #666666;
}

.checkout {
	margin: 10px;
	font-size: 120%;
}
.checkout p {
	margin: 10px 0px;
}
.checkout label {
	width: 250px;
}

#right form div {
	margin: 0px 10px;
}

#right form div p {
	margin: 5px 0px;
}
#right form div h4 {
	margin: 15px 0px 5px 0px;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}

.review {
	border: 1px solid #cccccc;
	padding: 5px;
	margin: 5px;
}
.review p {
	margin: 0px;
}

#right input, #right textarea, #right select {
	border: 1px solid #8a5e37;
	padding: 2px;
}

.button {
	color: #8a5e37;
	border: 2px solid #8a5e37 !important;
	background: white;
	padding: 2px 5px !important;
	font-weight: bold;
}

.central {
	display: block;
	margin: auto;
	text-align: center;
}

