@charset "utf-8";
html, body { height:100%; }
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding: 0px;
}
a:link, a:active, a:visited {
	color:#6D6150;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
/* centre within browser */	
#containerHome {
	position:absolute;
	width:930px;
	height:570px;
	padding:0px;
	left:50%;
	/* hide from ie-Mac \*/
	top:50%;
	margin-left:-465px; /* this value should be half the container width */
	margin-top:-285px; /* this value should be half the container height */
	/* end hide */
}
/* centre within browser */	
#containerMain {
	position:absolute;
	width:930px;
	padding:0px;
	left:50%;
	/* hide from ie-Mac \*/
	margin-left:-465px; /* this value should be half the container width */
	/* end hide */
}
#top_menu {
	height:35px;
	background-image:url(../images/menu_bg.jpg);
}
#header {
	position:relative;
	height:200px;
}
#logo {
	position:absolute;
	left:0px;
	height:200px;
	width:200px;
}
#picture {
	height:200px;
	width:200px;

}


#searchcontainer {
	float:left;
	padding:0px 15px 0px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#6D6150;
	text-decoration:none;
}
#searchcontainer form {
display:inline;
}
.searchbox {
	height:16px;
	width:120px;
	border:1px solid #6D6150;
	background-color:#FFFFFF;
}
.searchbutton {
	height:20px;
	width:25px;
	background-color:#C1A98D;
	border:1px solid #6D6150;
	font-size:12px;
	color:#6D6150;
	font-weight:bold;
}
#cart_checkout {
	float:right;
	padding:3px 15px 0px 15px;
}
#cart_checkout a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#46270A;
	text-decoration:none;
}
#cart_checkout a.small {
	font-size:12px;
	font-weight:normal;
}
#bot_menu {
	height:35px;
	background-color:#F4F6F8;
}
#content {
	position:relative;
	margin:0px;
}
#statusMessage {
	margin:10px 10px 0px 0px;
	border:1px solid #967B66;
	padding:5px;
	background-color:#FFFFFF;
	font-size:14px;
	color:#000000;
}
#statusMessage a, #statusMessage a:hover {
	color:#6D6150;
	text-decoration:none;
}
#template {
	padding-top:10px;
	width:690px;

}
#copyright {
	padding-top:10px;
	height:30px;
	text-align:center;
	font-size:10px;
	color:#6C5C4D;
}

.image_tile img {
	border:10px solid #452913;
}
.big_image {
	border:15px solid #452913;
}






/*
////////////////////////////////////////
// HORIZONTAL TABLE NAVIGATION        //
////////////////////////////////////////
*/
/* TOP NAV */
#horizontal_table_nav {
text-align:right;
}
#horizontal_table_nav td {
	/* background-color: #FFFFFF; */
	padding: 0px;
	text-align: center;	
}
#horizontal_table_nav td.spacer {
	text-align: center;
	padding:0px 10px 0px 10px;
	background-image:url(../images/menu_spacer.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
#horizontal_table_nav td:hover {
	background-image: url(../images/menu_ov.jpg);
}
#horizontal_table_nav td.current {
background-color:#21407D;
}
#horizontal_table_nav div {
	height: 35px;
}
#horizontal_table_nav div.current {
	background-image: url(../images/topbar_highlight_right.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 0px;
	height: 35px;
	margin: 0px;
}
#horizontal_table_nav a {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	text-decoration: none;
	line-height: 35px;
}
#horizontal_table_nav a.current {
/*	background-image: url(../images/topbar_highlight_right.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 0px 5px 0px 5px;
	margin: 0px;
	height: 24px; */
	color: #FFFFFF;
}
#horizontal_table_nav a:hover.current {
	color: #DDE6F7;
}
#horizontal_table_nav a:hover {
background-image: url(../images/menu_ov.jpg);
	text-decoration: none;
	color: #21407D;
}


/* BOTTOM NAV */
#horizontal_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#909FBE;
	padding-top:10px;
	padding-bottom:10px;
}
#horizontal_nav a {
	color:#21407D;
	text-decoration:none;
}
#horizontal_nav a:hover {
	text-decoration:underline;
}



