﻿/*General Styles Start*/
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 15px auto 0 auto;
	background: #FFF url(images/container-bg.gif) repeat-x 0 bottom;
}
a {
	outline: none;
	text-decoration: none;
}
table {
	border-collapse: collapse;
}
form {
	margin: 0;
	padding: 0;
}
p, h1, h2, h3, h4, h5, h6, ul, ol {
	margin: 0;
	padding: 0;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color: #BA660E !important;
}
li {
	list-style-type:none;
}
img {
	border: none;
}
/*General Styles End*/
/*Different Theme Colors Styles Start*/
body.grey #main-content h1, #main-content h1 a, body.grey #main-content h2, body.grey #main-content h2 a, body.grey #main-content .block div h3, body.grey #main-content .block div h3 a, body.grey #main-content .block div h4, body.grey #main-content .block div h4 a {
	color: #8A7A67;
}
body.grey .top-block {
	BACKGROUND-COLOR: #8a7a67 !Important;
}
body.orange #main-content h1, #main-content h1 a, body.orange #main-content h2, body.orange #main-content h2 a, body.orange #main-content .block div h3, body.orange #main-content .block div h3 a, body.orange #main-content .block div h4, body.orange #main-content .block div h4 a {
	color: #EB971A;
}
body.orange .top-block {
	background-color: #EB971A;
}
body.blue #main-content h1, #main-content h1 a, body.blue #main-content h2, body.blue #main-content h2 a, body.blue #main-content .block div h3, body.blue #main-content .block div h3 a, body.blue #main-content .block div h4, body.blue #main-content .block div h4 a {
	color: #6B5087;
}
body.blue .top-block {
	background-color: #6B5087;
}
body.green #main-content h1, #main-content h1 a, body.green #main-content h2, body.green #main-content h2 a, body.green #main-content .block div h3, body.green #main-content .block div h3 a, body.green #main-content .block div h4, body.green #main-content .block div h4 a {
	color: #219A4B;
}
body.green .top-block {
	background-color: #219A4B !Important;
}
body.red #main-content h1, #main-content h1 a, body.red #main-content h2, body.red #main-content h2 a, body.red #main-content .block div h3, body.red #main-content .block div h3 a, body.red #main-content .block div h4, body.red #main-content .block div h4 a {
	color: #C16127;
}
body.red .top-block {
	background-color: #C16127;
}
/*Different Theme Colors Styles End*/
/*Main Structure Container Start*/
#main {
	background: url(images/body-bg.png) repeat-y 1px 0;
	width: 838px;
	margin: 0 auto 0 auto;
}
/*Main Structure Container End*/
/*Header Section Start*/
#header {
	background: url(images/body-top.gif) no-repeat left top;
	position: relative;
	height: 532px;
}
#header ul.global-nav {
	position: absolute;
	top: 14px;
	left: 19px;
	padding: 4px 0 0 10px;
	height: 16px;
}
#header ul.global-nav li {
	float: left;
	background: url(images/dot-2.gif) no-repeat left 10px;
	padding: 0 4px 0 8px;
}
#header ul.global-nav li a {
	color: #8A7967;
}
#header ul.global-nav li a:hover {
	color: #B9660E;
}
.search-box {
	position: absolute;
	right: 150px;
	top: 16px;
}
.search-box INPUT.txt-box {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FONT-SIZE: 11px;
	BACKGROUND: #f3efec !important;
	PADDING-BOTTOM: 0px;
	BORDER-LEFT: #dad9d5 1px solid;
	WIDTH: 114px !important;
	COLOR: #8a7a67;
	PADDING-TOP: 3px;
	BORDER-BOTTOM: #dad9d5 1px solid !Important;
	HEIGHT: 16px !important;
}
#header span.logo {
	background: url(images/logo.png) no-repeat;
	width: 78px;
	height: 234px;
	float: left;
	overflow: hidden;
	position: absolute;
	top: 55px;
	left: 69px;
}
#header span.logo a {
	text-indent: -100000px;
	width: 100px;
	height: 231px;
	float: left;
}
#header p.slog {
	background: url(images/slog.png) no-repeat;
	width: 132px;
	height: 30px;
	float: left;
	position: absolute;
	left: 43px;
	text-indent: -1000000px;
	bottom: 29px;
}
.lang a {
	background: url(images/lang.gif) no-repeat 0 0;
	position: absolute;
	width: 48px;
	height: 20px;
	float: left;
	top: 16px;
	right: 20px;
}
.lang a:hover {
	background: url(images/lang.gif) no-repeat 0 -20px;
}
#spotlight {
	position: absolute;
	top: 38px;
	left: 19px;
	background: url(images/spotlight.jpg) no-repeat left top;
	width: 799px;
	height: 494px;
	overflow: hidden;
	float: left;
}
/*Main Navigation Start*/
#main-navigation {
	position: absolute;
	border-left: 4px solid #fff;
	right: 20px;
	bottom: 0;
	width: 302px;
	height: 495px;
	overflow: hidden;
}
#main-navigation .catgory {
	position: relative;
	width: 306px;
	height: 496px;
}
#main-navigation .catgory ul.cat {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 306px;
}
#main-navigation .catgory ul.grey div {
	background-color: #8A7A67;
}
#main-navigation .catgory ul.orange div {
	background-color: #EB971A;
}
#main-navigation .catgory ul.blue div {
	background-color: #6A5086;
}
#main-navigation .catgory ul.green div {
	background-color: #229B4B;
}
#main-navigation .catgory ul.red div {
	background-color: #C16027;
}
#main-navigation .catgory ul.cat li {
	clear: both;
	width: 114px;
	height: 19px;
	overflow: hidden;
	padding-top: 3px;
	border-right: 3px solid #fff;
	background: url(images/nav-top-bord.gif) no-repeat left top;
}
#main-navigation .catgory ul.cat li a {
	font-size: 11px;
	font-weight: bold;
	color: #D8D5D4;
	display: block;
	width: 110px;
	height: 16px;
	padding: 3px 0 0 6px;
	text-transform: capitalize;
}
#main-navigation .catgory ul.cat li.top {
	border-top: 1px solid #fff;
}
#main-navigation .catgory ul.cat li a:hover {
	color: #FFFFFF;
}
#main-navigation .catgory ul.cat li.grey, #main-navigation .catgory ul.cat li.grey div {
	background-color: #8A7A67;
}
#main-navigation .catgory ul.cat li.orange, #main-navigation .catgory ul.cat li.orange div {
	background-color: #EB971A;
}
#main-navigation .catgory ul.cat li.blue, #main-navigation .catgory ul.cat li.blue div {
	background-color: #6A5086;
}
#main-navigation .catgory ul.cat li.green, #main-navigation .catgory ul.cat li.green div {
	background-color: #229B4B;
}
#main-navigation .catgory ul.cat li.red, #main-navigation .catgory ul.cat li.red div {
	background-color: #C16027;
}
#main-navigation .catgory ul.cat div {
	position: absolute;
	bottom: 0;
	right: 4px;
	padding-bottom: 8px;
	border-left: 3px solid #fff;
	border-top: 4px solid #fff;
	display: none;
	min-height: 187px;
}
#main-navigation .catgory ul.cat div img {
	border-bottom: 2px solid #fff !Important;
}
#main-navigation .catgory ul.cat li:hover div, #main-navigation .catgory ul.cat li.hover div {
	display: block;
}
#main-navigation .catgory ul.cat li ul {
	padding-top: 9px;
}
#main-navigation .catgory ul.cat li ul li {
	background: url(images/li-bg.gif) no-repeat 3px 8px;
	padding: 0 0 0 10px;
	margin: -1px 0 0 7px;
	float: left;
	height: auto;
	width: 168px;
	border: none !important;
}
#main-navigation .catgory ul.cat li ul li a {
	padding: 0;
	font-size: 11px;
	line-height: 13px;
	height: auto;
	width: 155px;
	color: #fff;
	font-weight: normal;
}
#main-navigation .catgory ul.cat li ul li ul li ul li a {
	width: 145px;
}
#main-navigation .catgory ul.cat li ul li a:hover {
	text-decoration: underline;
}
#main-navigation .catgory ul.cat li ul li ul {
	padding: 0 0 0 0;
}
/*Main Navigation End*/
/*Header Section End*/
/*Side Bar Start*/
#sidebar-left {
	float: left;
	width: 230px;
	margin: 0 0 0 18px;
	padding: 20px 0 11px 14px;
}
/*Related Links Start*/
#sidebar-left ul {
	width: 209px;
	overflow: hidden;
}
#sidebar-left ul.related-links li {
	position: relative;
	width: 209px;
	height: 51px;
	padding: 0 0 6px 0;
}
#sidebar-left ul.related-links li span {
	position: absolute;
	top: 34px;
	left: 0;
	width: 200px;
	height: 17px;
	padding: 2px 4px 0 4px;
	color: #FFFFFF;
	font-size: 11px;
	background: url(images/image-title-bg.gif) no-repeat left top;
	cursor:pointer;
	opacity: 0.8;
	overflow: hidden;	
}
/*Related Links Ends*/
/*Calendar Start*/
#sidebar-left .calendar {
	padding: 14px 0 0 0;
}
.calendar table td {
	text-align: center;
}
.calendar table {
	width: 213px;
	height: 160px;
	margin-left: 1px;
}
.calendar table td.pad, .calendar table td.next, .calendar table td.prev {
	height: 22px;
	color: #fff !important;
	background: #C2B6A9;
}
.calendar table td.next {
	background: #C2B6A9 url(images/next.gif) no-repeat 10px;
}
.calendar table td.prev {
	background: #C2B6A9 url(images/prev.gif) no-repeat 10px;
}
.calendar table td.next a, .calendar table td.prev a {
	text-indent: -100000px;
	float: left;
	width: 100%;
	height: 100%;
}
.calendar table th {
	background-color: #D9D1C8;
	height: 21px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 10px 0;
}
.calendar table td {
	color: #8A7A67;
}
#today {
	color: #B9660E;
}
/*Calendar End*/
/*News Letter Start
form.member input.txt-box{
	background:url(images/search-box.gif) no-repeat left top;
	border:none;
	width:149px;
	height:19px;
	float:left;
	}
form.member input.button{
	padding:0 0 0 4px;
	}
	
	*/
.member input.txt-box {
	BACKGROUND: #f3efec !important;
	FLOAT: left;
	WIDTH: 144px;
	BORDER-TOP-STYLE: none;
	BORDER-RIGHT-STYLE: none;
	BORDER-LEFT-STYLE: none;
	HEIGHT: 19px;
	BORDER-BOTTOM-STYLE: none;	
	HEIGHT: 16px !important;
	COLOR: #8a7a67;
	FONT-SIZE: 11px;
	
	

		
}
.member input.button {
	padding: 0 0 0 0;
}
.res-comunity {
	padding: 7px 0 0 0;
}
.res-comunity p {
	font-size: 10px;
	color: #8A7A67;
	float: left;
	width: 200px;
}
/*News Letter End*/
/*Side Block Start*/
.side-block {
	float: left;
	width: 209px;
	overflow: hidden;
	margin: 20px 0 0 0;
	background-color: #F2F4F6;
}
.side-block h4 {
	height: 17px;
	background: #C2B7A9 url(images/next.gif) no-repeat 190px 6px;
	color: #fff;
	font-size: 12px;
	padding: 5px 0 0 7px;
}
.side-block ul {
	padding: 0 0 12px 0;
}
.side-block ul li {
	padding: 12px 0 0 7px;
	float: left;
	height: 42px;
}
.side-block ul li img {
	padding: 0 5px 0 0;
}
.side-block ul li h5 a {
	color: #8A7A67;
	font-size: 11px;
	font-weight: normal;
}
.side-block ul li h5 a:hover {
	color: #B9660E;
}
.side-block ul li p {
	color: #C6BDB2;
}
.side-block a {
	float: left;
}
/*Side Block End*/
/*Gallery Starts*/
.imagegallery {
	float: left;
	width: 209px;
	overflow: hidden;
	margin: 0 0 0 0;
}
.imagegallery img {
	float: left;
}
.imagegallery ul {
	float: right;
	width: 49px !important;
	overflow: hidden;
	padding-bottom:0px;
}
.imagegallery ul li {
	float: left;
	padding: 0 0 4px 0;
}
/*Gallery End*/
/*Side Bar End*/
/*Content Section Start*/
#main-content {
	float: right;
	padding: 32px 20px 0 0;
	width: 556px;
}
#main-content h1, h1 a {
	font-size: 20px;
	font-weight: normal;
}
#main-content h2, h2 a {
	font-size: 16px;
	font-weight: normal;
	color: #8A7967;
}
#main-content h3, h3 a {
	font-size: 14px;
	font-weight: normal;
}
#main-content h4, h4 a {
	font-size: 12px;
	font-weight: normal;
}
#main-content p {
	color: #8A7A67;
	padding: 0 10px 19px 0;
}
#main-content .block {
	float: left;
	border-top: 1px solid #ECE9E6;
	padding: 21px 0 15px 0;
	width: 545px;
}
#main-content .block img {
	float: left;
}
#main-content .block div.ins-block {
	float: left;
	width: 361px;
	margin: -4px 0 0 0;
	padding: 0 0 0 10px;
}
#main-content .block div.ins-block2 {
	float: left;
	width: 175px;
	margin: -5px 0 0 2px;
	padding: 0 7px 0 0;
}
#main-content .block div.ins-block a, #main-content .block div.ins-block2 a {
	color: #D4CEC6;
}
#main-content .block div.ins-block a:hover, #main-content .block div.ins-block2 a:hover {
	color: #B9660E;
}
#main-content .block div.ins-block p, #main-content .block div.ins-block2 p {
	padding: 7px 0 4px 0 !important;
	line-height: 13px;
}
#main-content .block div.sub-block {
	float: left;
	width: 170px;
	margin: 0;
	padding: 0 0 0 10px;
}
#main-content .block div.sub-block h4 a {
	font-size: 14px;
	padding: 0 0 11px 0;
	float: left;
}
#main-content .block div.sub-block p {
	padding: 0 0 17px 0 !important;
	width: 170px;
	float: left;
}
/*Content Section End*/
/*Footer Section Start*/
#footer {
	background: #A0917F url(images/footer-bg.gif) repeat-x top;
	float: left;
	margin-left: 13px;
	position: relative;
	width: 96.7%;
}
#footer p {
	font-size: 10px;
	color: #C6BCB0;
	padding: 6px 0 4px 150px;
	float: left;
}
.footer-right li {
	float: left;
	font-size: 10px;
	padding: 3px 6px 0 6px;
	background: url(images/dot.gif) no-repeat left 8px;
}
.footer-right {
	float: right;
	padding: 4px 20px 4px 0;
}
.footer-right li a {
	font-size: 10px;
	color: #C6BCB0;
}
.footer-right li a:hover {
	color: #FFFFFF;
}
#footer .foot-image {
	background: url(images/footer-img.gif) no-repeat left bottom;
	width: 155px;
	height: 455px;
	position: absolute;
	bottom: 0;
	left: -114px;
}
.footer-links {
	background-color: #8A7A67;
	width: 100%;
	float: left;
	padding: 11px 0 13px 0;
}
.footer-links li {
	width: 100%;
	float: left;
	padding: 3px 0 3px 23px;
	background: url(images/footer-bord.gif) no-repeat 22px bottom;
	text-transform: uppercase;
}
.footer-links li a {
	float: left;
	font-weight: bold;
	font-size: 12px;
	color: #D8D5D4;
	width: 120px;
}
.footer-links li a:hover {
	color: #fff;
}
.footer-links li ul {
	float: left;
	width: 640px;
}
.footer-links li ul li {
	width: auto !important;
	float: left;
	padding: 0 5px 3px 7px !important;
	background: url(images/dot.gif) no-repeat 0 8px;
	font-weight: normal;
	text-transform: none;
}
.footer-links li ul li a {
	font-size: 10px;
	width: auto;
	font-weight: normal;
}
.sub {
	float: left !Important;
	width: 630px !Important;
}
.sub a {
	font-size: 10px !important;
	font-weight: normal !important;
	width: auto !important;
	padding: 0 !important;
	float: none !important;
	text-transform: none !important;
}
.sub span.dot {
	font-size: 5px !important;
	font-weight: normal !important;
	color: #fff;
	padding: 0 6px;
}
.sub a.nobg {
	background: none !Important;
	padding: 0 10px 3px 0 !Important;
}
/*Content Section End*/
/*Inside Page Content Section Start*/
.top-block {
	float: right;
	width: 545px;
	padding: 0 0 0 15px;
	margin-bottom: 29px;
	margin-top: -26px;
}
.top-links li {
	padding: 3px 8px 3px 8px;
	float: left;
	background: url(images/top-links-bg.gif) no-repeat right 5px;
	position: relative;
}
.top-links li.current a {
	background: url(images/current-bg.gif) no-repeat 0 3px;
}
.top-links li.hover {
	background: #fff url(images/arrow-top.gif) no-repeat 3px 5px;
}
.top-links li:hover ul, .top-links li.hover ul {
	left: 0;
}
.top-links li a {
	color: #fff;
	padding-left: 8px;
}
.top-links li a:hover {
	background: url(images/top-li-bg-white.gif) no-repeat left 4px;
	padding-left: 8px;
}
.top-block h1 {
	font-size: 30px !important;
	color: #FFFFFF !important;
	background: url(images/head-bord.gif) repeat-x bottom;
	padding-bottom: 5px;
	padding-left: 5px;
}
#top-heading h2 {
	float: left;
	font-size: 20px;
	padding: 15px 0 0 0;
	width: 100%;
}
.top-links li.hover a {
	background: url(images/top-li-bg-white.gif) no-repeat left 3px;
	color: #B9660E;
}
.top-links li.hover li a {
	background: none;
	color: #666666;
	padding: 0 !important;
}
.top-links li ul {
	position: absolute;
	top: 18px;
	left: -999em;
	background-color: #fff;
	filter: alpha(opacity=80);
	opacity: 0.8;
	width: 175px;
	z-index: 1000;
}
.top-links li ul li {
	float: none;
	padding: 3px 10px 3px 10px;
	background: #fff !important;
	white-space: nowrap;
}
.top-links li.break {
	clear: left;
}
.top-links li ul li a {
	white-space: nowrap;
	color: #666666;
}
.top-links li ul li a:hover, .top-links li ul li.current a {
	color: #B9660E;
	text-decoration: none !important;
}
.last, .first {
	background: none !important;
}
/*Inside Page Content Section End*/
/*Form Content Starts*/
.form {
	color: #8A7A67;
}
.form input.text {
	/*background:url(images/search-box.gif) no-repeat left top !Important;*/
	BACKGROUND: #f3efec !important;
	border: none;
	width: 149px;
	height: 19px;
	float: left;
}
.form input.button {
	padding: 0 0 0 4px;
}
.form input.radio {
	float: left;
}
.form select {
	background-color: #f3efec;
	border: 1px solid #D9D1C8;
	height: 18px;
	font-size: 11px;
	color: #8A7967;
}
.form textarea {
	border-left: 1px solid #E1DBD4;
	border-bottom: 1px solid #E1DBD4;
	border-top: 1px solid #F8F7F5;
	border-right: 1px solid #F8F7F5;
	color: #8A7967;
	font-size: 11px;
	padding: 11px 0 0 9px;
}
.form label {
	float: left;
	margin: 0 0 0 5px;
	padding: 2px 0 0 0;
}
/*Form Content Ends*/
/*Paging Style Starts*/
.paging {
	margin: 0 !important;
	padding: 10px 0 0 0 !important;
}
.paging .back {
	padding: 0 10px 0 10px !important;
	background: url(images/previous.gif) no-repeat left 5px;
	float: left;
}
.pages {
	text-align: center;
	margin: 0 auto;
}
.pages-wrap {
	width: 80%;
	text-align: center;
	margin: 0 auto;
	float: left;
}
.paging .next {
	padding: 0 10px 0 10px !important;
	float: right;
	background: url(images/p-next.gif) no-repeat right 5px;
}
.paging span {
	font-weight: bold;
	color: #B9660E !important;
	padding: 0 3px 0 3px;
}
.paging span a {
	font-weight: normal;
}
.paging span a {
	color: #8A7967 !important;
}
.paging span a:hover {
	color: #B9660E !important;
}
/*Paging Style Ends*/


#main-content p A {
	color: #d4cec6;
}

#main-content p A:hover {
	COLOR: #b9660e;
}

#content-area {
	float: right;
	padding: 0 0 0 0;
}