﻿@charset "utf-8";
/* CSS Document */

html, body {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	min-width:990px;
	position:relative;
}

body {
	background:#aeaa9e url(top_bg.jpg) top repeat-x;
}

.thumb              {color:#99968b}

.s3-content {
	padding:22px 22px 30px 34px;
}

.main_column {
	vertical-align:top;
	padding:0;
}

.float_left {
	float:left;
}
.float_right {
	float:right;
}

/*---------------------------------------------------------------------*/

div.wrapper {
	width:100%;
	height: auto !important;
	height: 100%;
	min-height:100%;
	margin:0 0 -70px 0;
	background:url(top_left.jpg) top left no-repeat;
}
.clear {
	clear:both;
	height:70px;
}

.png {
	position:absolute;
	top:0;
	right:0;
}

.t1 {
	position:absolute;
	top:92px;
	left:238px;
	font:bold 13px Georgia, "Times New Roman", Times, serif;
	color:#5c5843;
}
.t2 {
	position:absolute;
	top:288px;
	left:238px;
	font:bold 13px Georgia, "Times New Roman", Times, serif;
	color:#5c5843;
}

.top {
	height:403px;
	background:url(top_right.jpg) top right no-repeat;
}

.logo {
	position:relative;
	text-align:center;
	padding:0 0 0 50px;
}
	.logo img {
		border:none;
	}

.links_block {
	padding:35px 161px 0 203px;
}

.links_table {
	width:100%;
	border:none;
	border-spacing:0;
	border-collapse:collapse;
}

.links_td {
	vertical-align:top;
	text-align:center;
	padding:0;
}

.links_td a {
	text-align:right;
	font:normal 16px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	line-height:20px;
}
.links_td a:hover {
	color:#fff;
	text-decoration:underline;
}

a.link1 {
	display:inline-block;
	background:#6b7368 url(img1.jpg) bottom no-repeat;
	width:152px;
	height:150px;
	padding:9px 5px 0 0;
	color:#fff !important;
}

a.link2 {
	display:inline-block;
	background:#676a73 url(img2.jpg) bottom no-repeat;
	width:152px;
	height:150px;
	padding:9px 5px 0 0;
	color:#fff !important;
}

a.link3 {
	display:inline-block;
	background:#73686e url(img3.jpg) bottom no-repeat;
	width:152px;
	height:150px;
	padding:9px 5px 0 0;
	color:#fff !important;
}

.link4_div {
	width:155px;
	background:#6b7368 url(img4.jpg) bottom no-repeat;
	margin:0 auto;
}
a.link4 {
	position:relative;
	z-index:1;
	display:inline-block;	
	width:150px;
	height:150px;
	padding:9px 5px 0 0;
	color:#fff !important;
}

.collection {
	text-align:center;
	padding:35px 340px 0 244px;
}
/*
.search {
	position:relative;
	float:left;
	margin:0 0 0 -130px;
}*/

#tmenu {
	height:56px;
	padding:0 0 4px 0;
	margin:0;
	font:bold 13px Arial, Helvetica, sans-serif;
	text-transform:lowercase;
	line-height:56px;
}
	#tmenu dt {
		float:left;
		padding:0 3px 0 0;
	}
		#tmenu dt a {
			display:inline-block;
			padding:0 12px;
			color:#ffffff;
			text-decoration:none;
		}
		#tmenu dt a:hover {
			background:url(tmenu_o.gif) top repeat-x;
			color:#ffffff;
			text-decoration:none;
		}

.columns {
	width:100%;
	border:none;
	border-spacing:0;
	border-collapse:collapse;
}


.left_nav_bar {
	vertical-align:top;
	padding:0;
	width:296px;
}

.menu_title {
	background:url(menu_title.gif) left no-repeat;
	font:normal 28px Arial, Helvetica, sans-serif;
	color:#ffffff;
	padding:0 0 0 24px;
	line-height:48px;
}

#menu {
	padding:34px 90px 46px 10px;
	margin:0;
	font:bold 13px Arial, Helvetica, sans-serif;
}
	#menu dt {
		padding:0 0 5px 0;
	}
		#menu dt a {
			display:block;
			background:url(menu_icon.gif) left no-repeat;
			padding:4px 8px 4px 22px;
			color:#ffffff;
			text-decoration:none;
		}
		#menu dt a:hover {
			color:#ffffff;
			text-decoration:underline;
		}



.bottom {
	width:100%;
	height:70px;
	background:url(bot_bg.gif) top repeat-x;
}

.counters {
	float:left;
	padding:26px 0 0 34px;
}


