/* STYLE SHEET */

body{
	font-family:"Lucida Sans", "Lucida Grande", Arial, sans-serif;	
	font-size:12px;
	position:relative;
	background-image:url(../images/background/body-bg.jpg);
	background-repeat:repeat;
	background-color:#1b1a1a; 
	margin:0px;
	
}
#main {
	position:relative;
	background-color:#eeece0;
	background-image:url(../images/background/main-bg-sub.jpg);
	background-repeat:no-repeat;
	background-position:top;

}
#container {
	position:relative;
	width:960px;
	margin:0 auto;
	padding-bottom:20px;
}
#logo {
	position:relative;
	padding-top:13px;
	text-align:center;
	margin-bottom:32px;
}
#navigation {
	position:relative;
	z-index:100;
	margin-bottom:80px;
}

/* ***************************************************************************** */
/* CONTENT */
#content {
	position:relative;
	margin:0;
	padding-top:10px;
}
#content p {
	line-height:20px;
	color:#333030;
}
.column-content {
	position:relative;
	padding:5px 10px 0px 10px;
}
#content ul,ol{ 
	list-style-position: outside; 
	margin-left: 0px; 
	padding-left: 30px;
	vertical-align: middle;
	list-style-image:url(../images/bullet.gif);
}
#content ul li, 
#contentol li{
	margin: 0px;
	padding: 0px;
	list-style-image:url(../images/bullet.gif);
	line-height:18px;
}

/* ***************************************************************************** */
/* Left Content */
#banner {
	position:relative;
	height:300px;
	width:210px;
	border:2px solid #dad8b6; 
	overflow:hidden;
	margin-bottom:20px;
}
#title {
	position:relative;
	border-top:1px solid #dad8b6;
	border-bottom:1px solid #dad8b6;
	padding:2px 0px;
	margin-bottom:10px;
}
#left-column {
	position:relative;
	float:left;
	width:715px;
	padding-right:10px;
	min-height:510px;
	height:auto !important;
	height:510px;

}

/* ***************************************************************************** */
/* Right Content */
#right-column {
	position:relative;
	width:220px;
	float:right;padding-left:6px;	border-left:1px solid #dad8b6;

}
.snippet label {
	white-space:nowrap;
	margin-right:4px;
	color:#333030;
	font-size:10px;
}
input.text {
	width:200px;
	height:14px;
	border:2px solid #dad8b6;
}
input.submit {
	background-color:#000000;
	border:2px solid #dad8b6;
	color:#dad8b6;
	font-size:11px;
	font-weight:bold;
	padding:2px;
}	
/* ***************************************************************************** */
/* GALLERY */
.gallery-thumbnails {
	position:relative;
	float:left;
	margin:0px 30px 20px 0px;
	width:140px;
	text-align:center;
}
.thumbnails {
	border:3px solid #444503;
	width:140px
}
.category-thumbnails {
	position:relative;
	float:left;
	margin:0px 30px 20px 0px;
	width:140px;
	text-align:center;
	border:3px solid #444503;
}
table.image-gallery{
	width:100%;
	border-spacing:0px;
}
table.image-gallery tr th{
	background-color:#d9e3d1;
	text-align:left;
	padding:4px;
	font-weight:normal;
}
table.image-gallery tr td{
	padding:4px;
}

img.gallery-thumb{
	margin-right:5px;
	margin-bottom:5px;
}
/* ***************************************************************************** */
/* FOOTER */
#footer {
	position:relative;
	margin:0 auto;
	padding-top:10px;
	width:960px;
	font-size:11px;
	color:#939174;
	padding-bottom:40px;
}
#footer-left {
	position:relative;
	float:left;
}
#footer-right{
	position:relative;
	float:right;
}

#guarantee {
	position:relative;
	clear:both;
	font-size:11px;
	color:#51311f;
	padding:10px 0px;
}
/* GLOBAL */	
.clear-column {
	clear:both;
}
:focus {
	outline:none;
}

ul,ol{ 
	margin-left:20px;
	list-style-image:url(..images/bullet.gif);
}
ul li, 
ol li{
	margin-bottom:8px;
	list-style-image:url(..images/bullet.gif);
}
.line {
	height:2px;
	margin:2px 0px 5px 0px;
	border-bottom:1px solid #dad8b6;
}
.pagination {
	text-align:center;
}