/** Clear the air **/
@import "reset.css";

/** Globals **/
html {
	height: 100%;
}

body {
	height: 100%;
	background: url(../images/body_bg.png);
}

body, form input, form button {
	font-family: Lucida Sans, Arial, sans;
	font-size: 11px;
}

a:link, a:active, a:visited {
	color: #BD0000;
	text-decoration: underline;
}

a:hover {
	cursor: pointer;
	color: #64A0C8;
}


h2, h3, h4, h4, h6, p {
	margin-left: 0;
	margin-right: 0;
}

h2 {
	margin: 0;
	color: #544942;
	font-size: 19px;
}

h3 {
	margin: 6px 0 0 0;
	font-size: 13px;
	color: #544942;
}

h4 {
	margin: 0;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
}

h5 {
	margin: 0;
	font-size: 13px;
	color: #544942;
}

p {
	margin: 15px 0 15px 0;
	font-size: 11px;
	line-height: 19px;
}

.label {
	float: left;
	width: 140px;
	color: #776D65;
	font-size: 13px;
	font-weight: bold;
}
/** /Globals **/
/** Utility Classes **/
.left {
	float: left;
}
.small {
	font-size: 10px;
}

.clear {
	clear: both;
}
/** /Utility Classes **/

/** Forms **/
.text-input {
	font-size: 10px;
	border: 0;
}

button {
	display: block;
	border: 0;
}

button:hover {
	cursor: pointer;
}
/** /Forms **/

#header-container, #main-container, #content {
	margin: 0 auto;
	width: 780px;
}
/** Global Header **/
#header {
	background: url(../images/header_bg.png) repeat-x;
}

#header-container {
	position: relative;
	height: 400px;
	padding: 40px 0 0 0;
	background: url(../images/header_cap.png) no-repeat center 20px;
}

#slideshow-mast {
	position: relative;
	height: 320px;
	background: #000;
}

#header-container h1 {
	position: absolute;
	top: 28px;
	left: 29px;
	z-index: 100;
	margin: 0;
	width: 136px;
	height: 60px;
}

#header-container h1 a {
	display: block;
	height: 100%;
	background: url(../images/logo.png) no-repeat;
	text-indent: -1000px;
	overflow: hidden;
}
/** /Global Header **/

/** Primary Navigation **/
#global-nav {
	height: 80px;
	padding: 0 0 0 1px;
	background: url(../images/nav_bg.png) repeat-x bottom;
}

#global-nav li {
	float: left;
	margin-left: -1px;
}

#global-nav a {
	display: block;
	margin: 0 0 10px 0;
	padding: 8px 20px 10px 20px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background: url(../images/nav_hover.png) repeat-x;
	background-position: 50% 30px;
	border-left: 1px solid #9F9F9F;
	border-right: 1px solid #9F9F9F;
}

#global-nav a:hover, #global-nav li.active a {
	color: #fff;
	background-position: center bottom;
}

#global-nav li.active {
	background: url(../images/nav_active_arrow.png) no-repeat center bottom;
}
/** 2nd Level **/
#global-nav li ul {
	display: none;
	position: absolute;
	left: 0;
	padding: 10px 0 0 1px;
}

#global-nav li.active ul {
	display: block;
}

#global-nav li ul li {
	background: none;
}

#global-nav li.active ul li a {
	margin: 0 0 10px 0;
	padding: 8px 20px 10px 20px;
	color: #fff;
	background: url(../images/subnav_hover.png) repeat-x;
	background-position: 50% 30px;
	text-transform: none;
	border-left: 1px solid #6E95AE;
	border-right: 1px solid #6E95AE;
}

#global-nav li.active ul li a:hover, #global-nav li.active ul li.active a {
	background-position: center bottom;
}

#global-nav li.active ul li.active {
	background: url(../images/subnav_active_arrow.png) no-repeat center bottom;
}
/** /Primary Navigation **/

#main {

}

/** Main Content Container **/
#content {
	position: relative;
	background: #BBB6AE;
}

#content-container {
	padding: 20px 20px 40px 20px;
}

.sidebar {
	float: right;
	width: 278px;
	margin: 0 0 0 20px;
}
/** /Main Content Container **/
#footer {
	position: relative;
}

#footer-container {
	position: relative;
	width: 740px;
	height: 52px;
	margin: 0 auto;
	padding: 20px;
	color: #968B85;
	background: url(../images/footer_bg.png) repeat-x bottom #2B231E;
}

#footer-container a {
	color: #968B85;
	text-decoration: none;
}

#footer-container p {
	margin: 10px 0;
}

#footer-nav li {
	display: inline;
	padding: 0 10px 0 10px;
	border-left: 1px solid #fff;
}

#footer-nav li.first {
	padding-left: 0;
	border-left: 0;
}

#footer-nav a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

#footer-nav a:hover {
	color: #968B85;
}

#estar-logo {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
}

/** =Slideshow **/

#slide-nav-nub {
	position: absolute;
	right: 0;
	z-index: 91;
	width: 214px;
	height: 80px;
	overflow: hidden;
}

#slide-nav-nub span {
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 80px;
	background: url(../images/slide_nav_active.png) no-repeat left center;
}

#slide-nav {
	position: absolute;
	right: 0;
	width: 214px;
	height: 320px;
}

#slide-nav li {
	float: left;
	width: 214px;
}

#slide-nav a.slide-nav-link {
	position: relative;
	z-index: 90;
	float: left;
	width: 184px;
	padding: 20px 0 20px 30px;
	font-size: 12px;
	color: #BD0000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 13px;
	background: url(../images/slide_nav_bg.png);
}

#slide-nav a span {
	display: block;
	padding: 5px 0 0 0;
	color: #fff;
	font-weight: normal;
	text-transform: none;
	line-height: 11px;
}

#slide-nav a:hover, #slideshow-mast.static #slide-nav li.active a:hover {
	color: #000;
	background: #BD0000;
}

#slide-nav li img /* css-only edit */ {
	position: absolute;
	z-index: 85; /* css-only edit: moved from slides>li */
	top: 0; /* css-only edit */
	right: 0;
	width: 780px;
	height: 320px;
	overflow: hidden;
}

#slideshow-mast.static #slide-nav-nub {
	display: none;
}

#slideshow-mast.static #slide-nav li img {
	visibility: hidden;
}

#slideshow-mast.static #slide-nav li.active img {
	visibility: visible;
}

#slideshow-mast.static #slide-nav li:hover img {
	visibility: visible;
}

.right-thumb {
	float: right;
	margin: 0 0 10px 10px;
	border: 10px solid #776D65;
}

.right-thumb img {
	display: block;
}

.listing-gallery li {
	float: left;
	margin: 0 10px 0 0;
}

.listing-gallery li a p {
	text-decoration: underline;
}

.listing-gallery li a:hover {
	color: #CC0000;
}

.listing-gallery li p {
	margin: 3px 0 0 0;
}

.listing-gallery li img {
	border: 5px solid #776D65;
}

.listing-gallery li a:hover img {
	border-color: #CC0000;
}

.detail-image img {
	display: block;
	border: 10px solid #776D65;
}

.detail-list {
	margin: 15px 0 25px 0;
}

.detail-list li {
	clear: both;
	margin: 0 0 10px 0;
}

.thumbnail-gallery li {
	float: left;
	margin: 0 11px 0 0;
}

.thumbnail-gallery li a img {
	border: 5px solid #776D65;
}

.image-gallery-list li {
	float: left;
	clear: both;
	margin: 0 0 20px 0;
}

.image-gallery-list li a {
	float: left;
	margin: 0 10px 0 0;
}

.image-gallery-list li h3 {
	margin-top: 0;
}
