/**
 * zaranar css
 *
 * @author: Pete [twitter.com/futureinvasion]
 * @modified: 11 March 10
 */
body {
	padding: 0px;
	margin: 0px;
	background: #3b2f05 url(../img/bg_fade.png) repeat-x;
	font-family: Tahoma;
	font-size: 12px;
}
a {
	color: #f2d788;
	text-decoration: none;
}
a:hover {
	color: #fff;
}
.container {
	margin: 0 auto;
	width: 855px;
}
input,textarea {
	margin: 5px 0px 5px 0px;
	/**border: 1px solid #b5b4b0;*/
	border: 0px;
	padding: 2px;
}
form {
	width: 800px;
	margin: 0 auto;
}
.btn_submit {
	margin: 5px 0px 10px 0px;
	border: 0px;
	width: 148px;
	height: 30px;
	background: transparent url(../img/btn_login.png) no-repeat;
	color: #f2d788;
	font-size: 11px;
	cursor: pointer;
}
.btn_go {
	border: 0px;
	width: 139px;
	height: 29px;
	color: #f2d788;
	background: transparent url(../img/btn_go.png) no-repeat;
	cursor: pointer;
	position: relative;
	font-size: 11px;
}
h1 {
	font-size: 150%;
	padding: 0px;
	margin: 0px;
	color: #dbd9d3;
}
h2 {
	font-size: 120%;
	padding: 0px;
	margin: 0px;
}
h3 {
	font-size: 110%;
	padding: 0px;
	margin: 0px;
}
hr {
	clear: both;
	border: 0px;
	border-bottom: 1px solid #3b3217;
}
/* HEADER */
div#header {
	width: 100%;
	height: 225px;
	background: transparent url(../img/header_bg.png) repeat-x;
}
div#header a {
	color: #000;
}
div#header a:hover {
	text-decoration: none;
}
div#logo {
	width: 332px;
	height: 84px;
	background: transparent url(../img/zaranar_logo.png) no-repeat;
	top: 40px;
	position: absolute;
	border:none;
}
div#menu {
	width: 855px;
	height: 40px;
	top: 190px;
	text-align: center;
	position: absolute;
	float: left;
}
ul.top-menu {
	list-style: none;
	margin: 0 auto;
	padding: 0px;
}
ul.top-menu li {
	float: left;
	width: auto;
	display: block;
}
/** LI->MENU */
ul.top-menu li a {
	cursor: pointer;
}
ul.top-menu li a.home {
	width: 105px;
	height: 39px;
	background: transparent url(../img/menu_home.png) no-repeat;
	text-indent: -10000px;
	display: block;
	outline: none;
}
ul.top-menu li a.home:hover {
	background: transparent url(../img/menu_home_hover.png) no-repeat;
}
ul.top-menu li a.showcase {
	width: 95px;
	height: 39px;
	background: transparent url(../img/menu_showcase.png) no-repeat;
	text-indent: -10000px;
	display: block;
	outline: none;
}
ul.top-menu li a.showcase:hover {
	background: transparent url(../img/menu_showcase_hover.png) no-repeat;
}
ul.top-menu li a.auction {
	width: 123px;
	height: 39px;
	background: transparent url(../img/menu_auction.png) no-repeat;
	text-indent: -10000px;
	display: block;
	outline: none;
}
ul.top-menu li a.auction:hover {
	background: transparent url(../img/menu_auction_hover.png) no-repeat;
}
ul.top-menu li a.topic {
	width: 83px;
	height: 39px;
	background: transparent url(../img/menu_topic.png) no-repeat;
	text-indent: -10000px;
	display: block;
	outline: none;
}
ul.top-menu li a.topic:hover {
	background: transparent url(../img/menu_topic_hover.png) no-repeat;
}
ul.top-menu li a.reserve {
	width: 118px;
	height: 39px;
	background: transparent url(../img/menu_reserve.png) no-repeat;
	text-indent: -10000px;
	display: block;
	outline: none;
}
ul.top-menu li a.reserve:hover {
	background: transparent url(../img/menu_reserve_hover.png) no-repeat;
}
ul.top-menu li a.news {
	width: 122px;
	height: 39px;
	background: transparent url(../img/menu_news.png) no-repeat;
	text-indent: -10000px;
	display: block;
	outline: none;
}
ul.top-menu li a.news:hover {
	background: transparent url(../img/menu_news_hover.png) no-repeat;
}
ul.top-menu li a.help {
	width: 108px;
	height: 39px;
	background: transparent url(../img/menu_help.png) no-repeat;
	text-indent: -10000px;
	display: block;
	outline: none;
}
ul.top-menu li a.help:hover {
	background: transparent url(../img/menu_help_hover.png) no-repeat;
}
/** END LI-> MENU */
div#login {
	float: right;
	width: 200px;
	height: 189px;
	background: transparent url(../img/login_bg.png) no-repeat;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
}
div#login form, div#user {
	margin: 0 auto;
	width: 150px;
	margin-top: 10px;
	font-size: 11px;
	position: relative;
	text-align: left;
}
#user ul {
	margin-top: 0px;
}
#user .btn_submit {
	margin-top: 0px;
}
div#login form label {
	color: #4e3a0e;
}
div#login form input.login-text {
	margin: 5px 0px 5px 0px;
	width: 140px;
}
div#login div#user-header {
	font-size: 14px;
	color: #090908;
	text-align: center;
}
div#login div#user hr {
	border: 0px;
	border-bottom: 1px dotted #3B3217;
}
div#login div#user ul {
	padding-left: 20px;
}
/* END HEADER */
/* WRAPPER */
#wrapper {
	margin: 0 auto;
	width: 855px;
	padding: 0px 10px 0px 0px;
	background: transparent url(../img/bg_fade2.png) repeat-y scroll right center;
	overflow: hidden;
}
div.content {
	width: 100%;
	background: #241e04;
	color: #ab9750;
	float: left;
}
div.box-content {
	margin: 15px 0px 0px 0px;
}
div.content-bottom {
	clear: both;
	border-bottom: 3px solid #181302;
	padding-bottom: 10px;
}
div#advertisement {
	width: 800px;
	height: 110px;
	text-align: center;
	margin: 0 auto;
}
div.left {
	width: 615px;
	float: left;
	position: relative;
	background: transparent url(../img/content_bg.png) repeat-y scroll right center;
}
div.right {
	width: 240px;
	float: left;
	position: relative;
}
div.center {
	width: 855px;
	float: left;
	position: relative;
}
div.header-text {
	background: transparent url(../img/header_text_bg.png) no-repeat;
	width: 518px;
	height: 45px;
	font-size: 17px;
	color: #dbd9d3;
	padding: 6px 0px 0px 73px;
}
div.header-text2 {
	clear: both;
	background: transparent url(../img/header_text2_bg.png) no-repeat;
	width: 781px;
	height: 43px;
	font-size: 17px;
	color: #dbd9d3;
	padding: 6px 0px 0px 73px;
	margin: 10px 0px 10px 0px;
}
div.header-text3 {
	clear: both;
	background: transparent url(../img/header_bg3.png) no-repeat;
	width: 831px;
	height: 43px;
	font-size: 17px;
	color: #dbd9d3;
	padding: 10px 0px 0px 23px;
	margin: 10px 0px 10px 0px;
}
div.header-text-info {
	font-size: 11px;
	color: #c2a857;
	position: relative;
}
hr.end-box {
	clear: both;
	width: 582px;
	float: left;
	margin: 0px 0px 0px 9px;
	border: 0px;
	border-bottom: 1px dotted #c0a056;
}
div.tools {
	clear: both;
	text-align: right;
}
div.tools img {
	padding: 0px 25px 5px 0px;
	vertical-align: top;
}
div#tools-box {
	margin: 10px 0px 10px 0px;
	width: 100%;
	height: 46px;
	background: transparent url(../img/bg_tools.png) repeat-x scroll right center;
	float: left;
	text-align: left;
}
div.tools-container {
	width: 750px;
	margin: 0 auto;
}
/* HIGHLIGHT */
div#highlight {
	background: #241E04;
	padding-bottom: 10px;
}
ul#highlight-image {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 215px;
	overflow: hidden;
}
ul#highlight-image li {
	width: 855px;
	height: 215px;
}
/* END HIGHLIGHT */
/* SHOWCASE */
div#showcase hr#end_showcase {
	border: 0px;
	color: #241e04;
}
div.showcase-item {
	width: 144px;
	height: 200px;
	background: transparent url(../img/showcase_bg.png) no-repeat;
	margin: 10px 0px 10px 4px;
	float: left;
}
div.showcase-item a {
	color: #000;
}
div.showcase-item div {
	width: 119px;
	margin: 0 auto;
	text-align: center;
	padding-top: 5px;
	color: #211d0c;
}
div.showcase-item div.name {
	padding-top: 7px;
	height: 15px;
	overflow: hidden;
}
div.showcase-item div img {
	padding: 1px 2px 0px 0px;
}
div.showcase-item hr {
	width: 119px;
	border: 0px;
	border-bottom: 1px dotted #3b3217;
}
div.showcase-item div.image {
	width: 83px;
	height: 114px;
	background: transparent url(../img/showcase_img_bg.png) no-repeat;
}
div#showcase-top {
	width: 218px;
	height: 285px;
	background: transparent url(../img/showcase_top_bg.png) no-repeat;
	margin: 30px auto;
}
div#showcase-top div, div#reserve div {
	width: 90%;
	margin: 0 auto;
	padding-top: 5px;
	text-align: center;
}
div#showcase-top div h1, div#reserve div h1 {
	font-size: 110%;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	color: #dbd9d3;
}
div#showcase-top div#list {
	text-align: left;
	position: relative;
}
div.showcase-inside {
	width: 87%;
	height: 220px;
	list-style-type: none;
	margin: 0 auto;
}
div#show-as-cat {
	clear: both;
	width: 830px;
	margin: 0 auto;
	color: #fff;
}
div#loading {
	clear: both;
	margin: 0 auto 10px auto;
	width: 16px;
	height: 16px;
	background: transparent url(../img/ajax-loader.gif) no-repeat;
	display: none;
}
div.cat-item {
	width: 400px;
	height: 140px;
	background: #201900;
	float: left;
	margin: 10px 0px 5px 10px;
}
div.cat-item div.item {
	width: 370px;
	margin: 10px auto;
}
div.cat-item div.image {
	border: 5px solid #000;
	background: #000;
	text-align: center;
	width: 70px;
	height: 100px;
	float: left;
}
div.cat-item div.item-info {
	margin: 10px 15px;
	float: left;
	width: 240px;
}
div.cat-item div#detail img {
	/*vertical-align: middle;*/
	margin-right: 5px;
}
div.cat-item div#detail div.user {
	margin-left: 2px;
	display: inline;
	font-size: 11px;
}
div.showcase-per-item {
	width: 830px;
	margin: 0 auto;
}
div.showcase-per-item div.image {
	width: 830px;
	text-align: center;
	margin-bottom: 20px;
}
div.showcase-per-item div.content {
	float: left;
	color: #ab9750;
	background: #181302;
	padding: 10px;
	width: 520px;
	text-align: justify;
}
div.showcase-per-item div.showcase-info {
	float: right;
	margin-left: 20px;
	width: 270px;
}
div.showcase-per-item div.showcase-info label {
	clear: left;
	display: block;
	float: left;
	width: 100px;
	color: #e9be59;
}
span.user-info {
	font-size: 14px;
	color: #ab9750;
}
ul#showcase-box-slide {
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style-type: none;
	overflow: hidden;
}
ul#showcase-box-slide li {
	float: left;
}
/* END SHOWCASE */
/** AUCTION */
div#auction-end-line {
	width: 568px;
	height: 13px;
	position: relative;
	background: transparent url(../img/auction_end_line.png) no-repeat;
	margin: 0 auto;
}
div#auction-box {
	width: 566px;
	margin: 0 auto;
}
div#auction-box hr {
	clear: both;
	border-bottom: 1px solid #424033;
}
div#auction-box label.auction,
label.closed-bid,
label.icon {
	float: left;
	display: block;
	width: 345px;
	margin-top: 4px;
}
label.closed-bid {
	width: 175px;
}
div#auction-box label.auction {
	color: #c2a857;
}
div#auction-box label.closed-bid {
	color: #fff;
}
div#auction-box label.icon {
	width: 46px;
	text-align: center;
	margin: 0px 0px 2px 0px;
}
div#auction-as-cat {
	clear: both;
	width: 830px;
	margin: 0 auto;
	color: #fff;
}
div.auc-item {
	width: 810px;
	height: 165px;
	background: #201900;
	margin: 10px auto 5px auto;
}
div.auc-item div.item {
	width: 770px;
	margin: 0px auto;
}
div.auc-item div.item-info {
	margin: 10px 15px;
	float: left;
	height: 60px;
}
div.item div#bid-button {
	padding-top: 15px;
	float: right;
}
div.auc-item div.item hr {
	padding-top: 10px;
	border: 0px;
	border-bottom: 1px solid #3e3316;
	clear: both;
}
div.auc-item div.image {
	margin-top: 10px;
	margin-right: 5px;
	border: 5px solid #000;
	background: #000;
	text-align: center;
	width: 70px;
	height: 100px;
	float: left;
}
div.item label.code,
label.auction,
label.price,
label.start-bid,
label.most-bid {
	display: block;
	float: left;
	width: 105px;
}
div.user-info {
	clear: both;
	height: 25px;
}
div.user-info label,
label.username,
label.close-bid,
label.close-bid-person,
label.close-price-bid,
label.bid-date,
label.bid-date2,
label.none-closed {
	display: block;
	float: left;
	width: 85px;
}
div.user-info label.username {
	width: 127px;
}
div.user-info label.auction {
	color: #fff;
	width: 45px;
}
div.user-info label.close-bid {
	color: #b19d5e;
	width: 90px;
}
div.user-info label.close-bid-person {
	width: 80px;
}
div.user-info label.close-price-bid {
	width: 57px;
}
div.user-info label.bid-date {
	color: #b19d5e;
	width: 90px;
}
div.user-info label.bid-date2 {
	width: 110px;
}
label.bidder {
	display: block;
	width: 173px;
	float: left;
}
label.bid-price, label.bid-date {
	display: block;
	color: #fff;
	width: 173px;
	float: left;
}
div.user-phone {
	border: 1px dotted #e9be59;
	padding: 5px;
	margin-bottom: 15px;
}
div.user-phone h3 {
	margin-bottom: 10px;
}
div.user-phone span {
	color: #fff;
}
/** END AUCTION */
div#icon {
	float: left;
	position: absolute;
	/*top: -120px;*/
	margin-left: 350px;
	width: 20px;
}
.normal {
	width: 20px;
	height: 24px;
	background: transparent url(../img/icon_normal.png) no-repeat;
}
.hot {
	width: 20px;
	height: 28px;
	background: transparent url(../img/icon_hot.png) no-repeat;
}
/* NEWS */
div#news {
	width: 571px;
	height: 63px;
	background: transparent url(../img/news_bg.png) no-repeat;
	margin: 10px auto;
	padding: 50px 0px 0px 0px;
	color: #000;
	font-size: 16px;
}
div#news a {
	color: #29230a;
}
div#news-content {
	height: 35px;
}
div#news-content p {
	width: 100%;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
div#news-content p span.date {
	font-size: 12px;
}
/* END NEWS */
/* ACCOUNT */
div#account div#dashboard {
	width: 830px;
	margin: 0 auto;
	padding-top: 5px;
}
div#dashboard hr {
	border: 0px;
	border-bottom: 1px solid #3b3217;
}
div#dashboard label.info {
	display: block;
	float: left;
	width: 205px;
}
div#dashboard label.point {
	display: block;
	float: left;
	width: 105px;
	font-size: 105%;
}

div.user-navigation a {
	color: #fff;
}
div.user-navigation a:hover {
	color: #f2d788;
}
/* END ACCOUNT */
/* TOPIC */
div#topic-inside, div#news-inside, div#reserve-inside {
	width: 830px;
	margin: 5px auto;
	clear: both;
}
div.topic-head, div.topic, div.topic-diff {
	clear: both;
	float: left;
	background: #171302;
	text-align: center;
	padding: 5px;
	width: 820px;
}
div.topic-head a {
	color: #fff;
}
div.topic-head a:hover {
	color: #f2d788;
}
div.topic {
	background: #2c2510;
}
div.topic-diff {
	background: #201900;
}
label.topic-id,
label.topic,
label.topic-author,
label.topic-date {
	display: block;
	float: left;
}
label.topic-id {
	width: 75px;
}
label.topic {
	width: 400px;
}
label.topic-author {
	width: 200px;
}
label.topic-date {
	width: 145px;
}
div.topic-read, div.comment-read {
	clear: both;
	margin: 20px auto;
	width: 675px;
	padding: 20px;
	background: #201900;
	border: 1px solid #2c2510;
	color: #fff;
}
div.comment-read {
	background: #2c2510;
	border: 1px solid #201900;
}
div.topic-read label, div.comment-read label {
	display: block;
	float: left;
	width: 75px;
}
div.topic-read h1, div.comment-read h1 {
	color: #a88030;
}
div.topic-read hr {
	margin-bottom: 30px;
}
div#webboard-box {
	width: 566px;
	margin: 5px auto;
}
div#webboard-box label.topic {
	width: 350px;
}
div#webboard-box label.topic-author {
	width: 100px;
}
div#webboard-box label.topic-date {
	width: 116px;
}
/* END TOPIC */
div#reserve {
	width: 193px;
	height: 243px;
	background: transparent url(../img/reserve_bg.png) no-repeat;
	margin: 0px auto;
}
div#reserve div h1 {
	color: #c3a359;
}
div#reserve div#list {
	text-align: center;
	height: 155px;
	position: relative;
}
div#reserve div#list a {
	color: #fff;
}
div#reserve img {
	margin-bottom: 10px;
}
div#search {
	width: 250px;
	height: 25px;
	float: left;
}
div.tools-container form {
	position: relative;
	/*width: 250px;*/
}
div.tools-container form input.btn_search {
	background: transparent url(../img/btn_search.png) no-repeat;
	width: 54px;
	height: 34px;
	border: 0px;
	text-indent: -10000px;
	position: relative;
	z-index: 1;
	top: 3px;
	left: -25px;
	cursor: pointer;
}
div#category {
	width: 300px;
	float: left;
	position: relative;
	top: 15px;
	text-align: center;
}
div#go {
	width: 180px;
	text-align: center;
	float: left;
	margin-top: 7px;
}
div#category-text {
	clear: both;
	width: 800px;
	margin: 0px auto;
	text-align: center;
}
div#category-text label {
	color: #fff;
	cursor: pointer;
}
div#category-text label:hover {
	/*
	color: #f2d788;
	background: #201900;
	*/
	background: url(../img/category_hover.png) no-repeat;
}
div#category-text img {
	margin-bottom: 10px;
}
div#category-text label {
	display: block;
	float: left;
	text-align: center;
	width: 139px;
	height: 29px;
	font-size: 11px;
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 10px 15px;
	/*background: #201300;*/
	background: url(../img/category.png) no-repeat;
	overflow: hidden;
}
/* VOTE */
form#vote {
	padding: 0px;
	margin: 0px;
	width: auto;
	display: inline;
}
form#vote input#vote_btn {
	border: 0px;
	background: #241e04;
	color: #ab9750;
	cursor: pointer;
}
form#vote-submit {
	padding: 10px 10px 0px 10px;
	margin: 0 auto;
	width: 520px;
	border: 1px solid #3b3217;
	text-align: left;
	color: #fff;
}
form#vote-submit label {
	display: block;
	width: 120px;
	float: left;
	color: #ab9045;
}
/* END VOTE */
/* SCORE */
div#user-score {
	clear: both;
	width: 350px;
	height: 240px;
	background: #fff;
	margin-bottom: 10px;
}
div#user-score div.header {
	background: #7c682a;
	color: #1f1b0b;
	padding: 3px 5px 3px 5px;
}
div#user-score div.detail {
	clear: both;
	background: #fff;
	color: #574e3a;
	width: 340px;
	height: 30px;
	margin: 0 auto;
	border-bottom: 1px solid #af933b;
}
div#user-score div.detail label {
	display: block;
	width: 95px;
	padding: 5px;
	float: left;
}
/* END SCORE */
/* FEEDBACK */
div#user-feedback {
	clear: both;
	width: 350px;
	height: 120px;
	background: #fff;
	overflow: hidden;
}
div#user-feedback div.header {
	background: #7c682a;
	color: #1f1b0b;
	padding: 3px 5px 3px 5px;
}
div#user-feedback div.detail {
	clear: both;
	background: #fff;
	color: #574e3a;
	width: 340px;
	height: 30px;
	margin: 0 auto;
	border-bottom: 1px solid #af933b;
}
div#user-feedback div.detail label {
	display: block;
	width: 80px;
	padding: 5px;
	float: left;
}
div#feedbacktxt {
	width: 820px;
	padding: 5px;
	clear: both;
	float: left;
	color: #fff;
}
div.color {
	background: #2c2510;
}
div.diff {
	background: #201900;
}
/*
div#feedbacktxt label {
	display: block;
	width: auto;
	margin-left: 30px;
	float: left;
}
*/
div#feedbacktxt div.point {
	margin-right: 20px;
	margin-left: 5px;
	float: left;
}
div#feedbacktxt div.feedback-txt {
	margin-right: 20px;
	width: 430px;
	height: auto;
	float: left;
}
div#feedbacktxt div.from {
	margin-right: 50px;
	width: 140px;
	float: left;
}
/* END FEEDBACK */
/* PAGINATION */
div#page {
	clear: both;
	width: 830px;
	padding-top: 20px;
	margin: 0 auto;
}
div#page ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div#page ul li {
	float: left;
	border: 1px solid #201900;
	background: #201900;
	color: #fff;
	padding: 4px;
	margin-right: 5px;
	cursor: pointer;
}
div#page ul li:hover {
	border: 1px solid #fff;
}
div#page ul li.page-hover {
	background: #241e04;
}
/* END PAGINATION */
/* END WRAPPER */
span.name {
	color: #ab9750;
}
span.mandatory {
	font-size: 11px;
	color: #ff0000;
}
label.error {
	margin-left: 5px;
	padding: 0px 5px 0px 5px;
	border: 1px solid #ff0000;
	background: #cc0000;
	color: #fff;
}
/* MESSAGE */
div#message div {
	clear: both;
	width: 800px;
	margin: 20px auto 20px auto;
	padding: 5px;
	text-align: center;
}
div#message div.error {
	border: 2px solid #ff0000;
	background: #cc0000;
	color: #fff;
}
div#message div.success {
	border: 2px solid #00ff00;
	background: #cbeb97;
	color: #319400;
}
div#message div.warn {
	border: 2px solid #ffd700;
	background: #ffffdd;
	color: #000;
}
div#message a {
	color: #ff0033;
}
/* END MESSAGE */
div#cat-map {
	width: 785px;
	font-size: 11px;
	margin: 4px auto;
	text-align: right;
	position: relative;
	margin: 0 auto;
}
div#cat-map-content {
	width: 200px;
	float: left;
	margin-right: 10px;
}
div#cat-map-content div.top-bar {
	width: 200px;
	height: 30px;
	padding-top: 5px;
	text-align: center;
	background: transparent url(../img/cat_map_top.png) no-repeat;
}
div#cat-map-content div.top-bar a {
	position: relative;
}
div#cat-map-content div.inside-content {
	padding-left: 15px;
	position: relative;
	background: transparent url(../img/cat_map_bg.png) repeat-y;
}
div#cat-map-content div.inside-content ul {
	margin: 0 auto;
	padding-left: 15px;
}
div#cat-map-content div.inside-content div.inside {
	width: 170px;
	line-height: 20px;
}
div#cat-map-content div.inside-content a {
	color: #261e00;
}
div#cat-map-content div.inside-content a:hover {
	color: #4a3e19;
}
div#cat-map-content div.footer-bar {
	width: 200px;
	height: 66px;
	background: transparent url(../img/cat_map_footer.png) no-repeat;
}
/* FOOTER */
div#footer {
	margin-top: 20px;
	width: 100%;
	height: 118px;
	background: #7c682a url(../img/footer_bg.png) repeat-x;
}
div#footer div#copyright {
	color: #AB9750;
	padding-top: 20px;
	text-align: center;
}
div#footer div#other {
	color: #AB9750;
	padding-top: 20px;
	text-align: center;
}
div#footer div#other a {
	color: #fff;
	text-decoration: none;
}
div#footer div#other a:hover {
	color: #AB9750;
}
/* END FOOTER */

/*banner-1*/
div#banner-1{
	width: 216px;
	margin: 0 auto;
	margin-bottom: 30px;
}
/*end banner-3*/
/*banner-3*/
div#banner-3{
	width: 216px;
	margin: 0 auto;
	margin-bottom: 30px;
}
/*end banner-3*/
/*banner-4*/
div#banner-4{
	width: 216px;
	margin: 0 auto;
	margin-bottom: 30px;
}
/*end banner-4*/
