body {
    margin: 0;
    padding: 0;
    background: black url('../images/body_bg.jpg') top center no-repeat;
    font: 11px/16px Helvetica, Arial, sans-serif;
    color: #ffe7bf;
}

a {
    text-decoration: none;
    color: #ae663b;
    outline: none;
}

a:hover { text-decoration: underline; }
a img { border: none; }

h1 {
    width: 100%;
    height: 65px;
    margin: 0;
    padding: 0;
    background-position: bottom center;
    background-repeat: no-repeat;
}

h1.saloon { background-image: url('../images/headers/saloon.png'); }
h1.locals { background-image: url('../images/headers/locals.png'); }
h1.honky-tonk { background-image: url('../images/headers/honky-tonk.png'); }
h1.bbq { background-image: url('../images/headers/bbq.png'); }
h1.bull-riding { background-image: url('../images/headers/bull-riding.png'); }
h1.girls { background-image: url('../images/headers/girls.png'); }
h1.round-em-up { background-image: url('../images/headers/round-em-up.png'); }
h1.trading-post { background-image: url('../images/headers/trading-post.png'); }
h1.site-map { background-image: url('../images/headers/site-map.png'); }
h1.contact { background-image: url('../images/headers/contact.png'); }

h2 {
    height: 38px;
    margin: 0 0 10px 0;
    padding: 0 8px;
    font-size: 20px;
    line-height: 36px;
    text-transform: uppercase;
    color: #62301b;
    background: #c8a37e url('../images/header_bg.gif') top left no-repeat;
}

h1 span, 
h2 span {
    display: none;
    text-transform: none;
}

h2 .sub {
	display:inline;
	font-size: 17px;
	text-transform: uppercase;
}

h3 {
    margin: 2px 0 4px 0;
    padding: 0;
    color: #95441a;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

hr {
    margin: 10px 0 6px 0;
    background: none;
    border: none;
    border-bottom: 1px solid #4b2210;
}


/** Header **/

#header {
    width: 1138px;
    height: 146px;
    margin: -100px 0 0 -70px;
    position: relative;
    background: url('../images/nav.png') bottom center no-repeat;
    overflow: hidden;
}

#nav {
    margin: 0 0 0 43px;
    padding: 0;
    display: block;
    list-style-type: none;
}

#nav li {
    display: block;
    float: left;
}

#nav li a {
    height: 33px;
    display: block;
    background-repeat: no-repeat;
}

#nav li a span {
    display: none;
}

#nav .home a {
    width: 154px;
    height: 150px;
    margin: 0 0 0 10px;
    background-position: top left;
    background-image: url('../images/logo.png');
}

#nav .home a:hover {
    background-position: bottom left;
}

#nav .saloon a, 
#nav .honky-tonk a, 
#nav .bbq a, 
#nav .bull-riding a {
    margin-top: 66px;
    background-image: url('../images/nav_left.png');
}

#nav .saloon a {
    width: 93px;
    background-position: 10px 0;
}

#nav .saloon a:hover {
    background-position: 10px -33px;
}

#nav .honky-tonk a {
    width: 141px;
    background-position: -84px 0;
}

#nav .honky-tonk a:hover {
    background-position: -84px -33px;
}

#nav .bbq a {
    width: 66px;
    background-position: -225px 0;
}

#nav .bbq a:hover {
    background-position: -225px -33px;
}

#nav .bull-riding a {
    width: 135px;
    background-position: -291px 0;
}

#nav .bull-riding a:hover {
    background-position: -291px -33px;
}

#nav .girls a, 
#nav .round-em-up a, 
#nav .trading-post a {
    margin-top: 69px;
    background-image: url('../images/nav_right.png');
}

#nav .girls a {
    width: 142px;
    background-position: 10px 0;
}

#nav .girls a:hover {
    background-position: 10px -33px;
}


#nav .round-em-up a {
    width: 150px;
    background-position: -132px 0;
}

#nav .round-em-up a:hover {
    background-position: -132px -33px;
}

#nav .trading-post a {
    width: 145px;
    background-position: -282px 0;
}

#nav .trading-post a:hover {
    background-position: -282px -33px;
}


/** Footer **/

#footer {
    height: 300px;
    background: url('../images/footer_bg.jpg') bottom center no-repeat;
    color: #9d6420;
    text-transform: uppercase;
    text-align: center;
}

#footer a {
    color: #9d6420;
}

.footerEmail {
	width: 1050px;
    height: 28px;
	margin: 5px auto 0 auto;
	background: url('../images/promo_upper_bg.png') bottom center no-repeat;
}

#footer input {
	border:1px solid #563F2A;
	color:#905d3d;
	font-size:11px;
	padding-left:1px;
}

.mpe  {
	background-color:#E4D5C2;
	border:0 none;
	color:#905d3d;
	font-size:10px;
	height:14px;
	margin:0 4px 0px 1px;
	padding:2px 0 0 5px;
	vertical-align:bottom;
	width:155px;
}

#footer .mpeTxt {
 	font: 13px Helvetica, Arial, sans-serif;
    color: #dac2aa;
    text-transform: none;
    padding-left: 8px;
    vertical-align:bottom;
}

#footer .sign_up {
	vertical-align:bottom;
}


#footer .promos {
    width: 1050px;
    height: 170px;
    margin: 0px auto;
    background: url('../images/promo_bg.png') top center no-repeat;
}

#footer .promos a {
    margin: 16px -30px 0 51px;
    display: block;
    float: left;
}


/** Layout **/

#container {
    width: 993px;
    margin: 100px auto 0 auto;
    border: 1px solid black; /* Correctly position background. */
    background: url('../images/container_bg.jpg') center 400px repeat-y;
}

#content {
    width: 993px;
    margin: -50px 0 0 0;
    background: url('../images/content_bg.jpg') top center no-repeat;
}

#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.col.left {
    width: 388px;
    margin-left: 5px;
    padding: 70px 0 50px 0;
    float: left;
}

.col.right {
    width: 600px;
    min-height: 450px;
    padding: 95px 0 50px 0;
    float: left;
    background: url('../images/black-60.png') top left repeat;
}

#home-feature {
    width: 993px;
    height: 415px;
    margin-top: 25px;
}

/** Modules **/

.col.right .module {
    min-height: 150px;
    margin: 0 35px 15px 35px;
    padding: 0 0 5px 0;
    position: relative;
    border-bottom: 1px solid #4b2210;
}

.col.right .module:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.col.right .module a.pdf {
    height: 16px;
    padding-left: 22px;
    display: block;
    line-height: 20px;
    text-transform: uppercase;
    background: url('../images/icons/pdf.gif') center left no-repeat;
}

.col.right .module p {
    margin: 0 10px 5px 0;
}

.col.right .module em {
    font-size: 12px;
    font-style: normal;
    text-transform: uppercase;
    color: #95441a;
}

.col.right .module em strong {
    color: #b74002;
}

.col.right .module h3 {
    margin-top: 15px;
}

.col.right .module ul, 
.col.right .module ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.col.right .module ul.list,
.col.right .module ul li.list {
    list-style-image: url('../images/icons/star_bullet.gif');
    margin: 0px 0px 0px 15px;
    padding: 0;
    line-height: 10px;
}

.col.right .module ul li {
    line-height: 20px;
}

.col.right .module img {
    margin: -48px 0 0 10px;
    float: right;
    border: 1px solid #4b2210;
}

/** Merchandise Module **/

.col.right .module.merchandise img {
    margin: 0 0 10px 0;
}

.col.right .module.merchandise .partners {
    width: 507px;
    height: 60px;
    margin: 10px 2px;
    padding-left: 19px;
    border: 1px solid #4b2210;
    background: #a1734f url('../images/merch_partners_divider.gif') top left no-repeat;
}

.col.right .module.merchandise .partners li {
    float: left;
    height: 58px;
    padding: 1px 19px 1px 0;
    background: url('../images/merch_partners_divider.gif') top right no-repeat;
}

.col.right .module.merchandise .partners li a {
    display: block;
}

.col.right .module.merchandise .partners li a img {
    margin: 0;
    float: none;
    border: none;
}

/** Video Module **/

.col.right .module.video {
    min-height: 317px;
}

.col.right .module.video .player {
    width: 404px;
    height: 257px;
    float: right;
}

/** Site Map Module **/

.col.right .module.site-map {
    background: url('../images/black-60.png') top left repeat;
}

.col.right .module.site-map ul {
    width: 260px;
    margin: 5px 0 10px 0;
    float: left;
}

.col.right .module.site-map ul li {
    font-size: 14px;
    text-align: center;
}

.col.right .module.site-map ul li a {
    text-transform: none;
}

/** Contact Module **/

.col.right .module.contact p {
    font-size: 12px;
}

.col.right .module.contact a {
    text-transform: none;
    float: right;
}

/** Gallery Module **/

.module.gallery {
    width: 325px;
    height: 300px;
    margin: 0 auto;
    padding: 25px 18px;
    position: relative;
    background: url('../images/gallery_module_bg.png') top left no-repeat;
    color: #4a1907;
}

.module.gallery.large {
    height: 354px;
    background-image: url('../images/gallery_module_large_bg.png');
}

.module.gallery h3,
.module.gallery h4 {
    margin: 0;
    padding: 0;
    color: #75290b;
    font-size: 13px;
    text-transform: uppercase;
}

.module.gallery h3 {
    margin-top: 3px;
}

.module.gallery h4 {
    padding-bottom: 3px;
    font-size: 11px;
    background: url('../images/h4_bg.gif') bottom center no-repeat;
}

.module.gallery p {
    margin: 3px 0 0 0;
    line-height: 12px;
}

.module.gallery h3,
.module.gallery h4, 
.module.gallery p {
    margin-left: 7px;
}

.module.gallery strong {
    color: #75290b;
    font-size: 11px;
    text-transform: uppercase;
}

.module.gallery hr {
    height: 3px;
    margin: 3px 0 0 0;
    border: none;
    background: url('../images/h4_bg.gif') bottom center no-repeat;
}

.module.gallery .content {
    /*top:160px;*/
    left: 19px;
    width: 314px;
    height: 205px;
    padding: 6px;
    position: absolute;
    border: 1px solid #785842;
}

.module.gallery.large .content {
    bottom: 28px;
}

.module.gallery .images, 
.module.gallery .virtual_tour {
    width: 313px;
    height: 166px;
    top: 7px;
    left: 7px;
    position: absolute;
}

.module.gallery .virtual_tour {
    z-index: 100;
}

.module.gallery .image {
    width: 313px;
    height: 166px;
    background-position: top left;
    background-repeat: no-repeat;
}

.module.gallery .previous, 
.module.gallery .next {
    top: 70px;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    cursor: pointer;
}

.module.gallery .previous {
    left: 5px;
    background: url('../images/gallery_previous.png') 0 0 no-repeat;
}

.module.gallery .next {
    right: 5px;
    background: url('../images/gallery_next.png') 0 0 no-repeat;
}

.module.gallery .previous span, 
.module.gallery .next span {
    display: none;
}

.module.gallery ul, 
.module.gallery ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.module.gallery .links, 
.module.gallery .thumbs {
    top: 175px;
    position: absolute;
}

.module.gallery .links {
    margin: 4px 0 0 0;
    float: left;
}

.module.gallery .links a {
    color: #a76137;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.module.gallery .links a:hover, 
.module.gallery .links a.active {
    color: #89451d !important;
    text-decoration: underline !important;
}

.module.gallery .thumbs {
    width: 190px;
    height: 31px;
    right: 5px;
    display: block;
    overflow: hidden;
}

.module.gallery .thumbs ul {
    width: 500px;
    height: 31px;
    position: absolute;
}

.module.gallery .thumbs li {
    margin: 5px 0 0 12px;
    float: left;
}

.module.gallery .thumbs li a {
    width: 49px;
    height: 24px;
    display: block;
    border: 1px solid #785842;
}

.module.gallery .thumbs li a:hover {
    border-color: #62301b;
}

.module.gallery .networks {
    bottom: 8px;
    left: 161px;
    position: absolute;
}

.module.gallery.large .networks {
    bottom: 11px;
}

.module.gallery .networks li {
    margin: 0;
    padding: 0;
    float: left;
}

.module.gallery .networks li a {
    width: 22px;
    height: 22px;
    display: block;
    background-image: url('../images/twitter_facebook.png');
    background-repeat: no-repeat;
}

.module.gallery .networks li a span {
    display: none;
}

.module.gallery .networks li.twitter a {
    background-position: top left;
}

.module.gallery .networks li.twitter a:hover {
    background-position: bottom left;
}

.module.gallery .networks li.facebook a {
    background-position: top right;
}

.module.gallery .networks li.facebook a:hover {
    background-position: bottom right;
}


.event-rfp {
    width: 358px;
    height: 75px;
    margin: 10px auto;
    display: block;
    background: url('../images/round-em-up/event-rfp.gif');
}

.event-rfp span { display: none; }


