/* Basic CSS stylesheets */

body {
	background: #faf7e9 url("../images/bground.png") repeat-x;
	margin: 0 auto;
	font-size: 13px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #222;
}

p {
	margin: 0;
	padding: 5px 0 5px 0;
}

#left p {
	margin: 0;
	padding: 0;
}

small,
span.navigation {
	font-size: 11px;
	line-height: 16px;
}

span.price {
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	color: #605432;
}


/* Headers */

h1 {
	font-size: 19px;
	line-height: 24px;
	font-weight: bold;
	color: #845249;
}

h2 {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	margin: 0;
	color: #845249;
}

h3 {
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	color: #845249;
}


/* DIVs */

div.nl {
	clear: both;
}

#page {
	background-color: #8f8462;
	width: 850px;
	border-left: 15px #ece6d3 solid;
	border-right: 15px #ece6d3 solid;
	border-bottom: 15px #ece6d3 solid;
	margin: 0 auto;
	padding: 0;
}

#left {
	background-color: #8f8462;
	width: 165px;
	height: auto !important;
	height: 650px;
	min-height: 650px;
	border-top: 5px #ece6d3 solid;
	padding: 10px;
	color: #fff;
	float: left;
}

#right {
	background-color: #faf7e9;
	width: 620px;
	height: auto !important;
	height: 650px;
	min-height: 650px;
	border-top: 5px #ece6d3 solid;
	border-left: 5px #ece6d3 solid;
	text-align: justify;
	padding: 10px 20px 10px 20px;
	float: left;
}

#right .subcategory {
	background-color: #faf7e9;
	width: 250px;
	height: auto !important;
	height: 130px;
	min-height: 130px;
	text-align: justify;
	float: left;
}

#right .item {
	background-color: #faf7e9;
	height: auto !important;
	height: 130px;
	min-height: 130px;
	text-align: justify;
}

#right .image {
	margin-right: 19px;
	width: 120px;
	height: auto !important;
	height: 120px;
	min-height: 120px;
	text-align: center;
	display: block;
	vertical-align: middle;
	border: 1px #ece6d3 solid;
	float: left;
}

#right #gmap_canvas {
	width: 610px;
	height: 300px;
	border: 1px #ece6d3 solid;
}

#bottom {
	background-color: #faf7e9;
	width: 850px;
	font-size: 12px;
	line-height: 17px;
	margin: 0 auto;
	text-align: right;
	padding: 5px 0 25px 0;
}


/* Links */

a {
	font-weight: bold;
	text-decoration: underline;
	color: #845249;
	/* color: #f13a0a; */
}

a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #845249;
}

#left a {
	font-weight: normal;
	text-decoration: underline;
	border-bottom: 1px #8f8462 solid;
	padding-left: 10px;
	display: block;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	/* color: #f13a0a; */
}

#left a:hover {
	background-color: #7e734f;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px #8f8462 solid;
	padding-left: 10px;
	display: block;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
}

#left a.this,
#left a.this:hover {
	background-color: #605432;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px #8f8462 solid;
	padding-left: 10px;
	display: block;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
}


/* Images */

form,
img {
	border: 0;
	margin: 0;
	padding: 0;
}

img {
	margin-bottom: -4px;
}


/* Tables */

table td.gallery {
	background-color: #fff;
	width: 145px;
	text-align: center;
	height: auto !important;
	height: 130px;
	min-height: 130px;
	padding: 5px;
	vertical-align: middle;
}


/* Lists */

ul {
	margin-top: 0;
	margin-bottom: 0;
}

ul li {
	margin-left: -20px;
	list-style-type: square;
}
