@charset "utf-8";

     /*   Reset   */
* {margin:0; padding:0;}

/*******************/
/*   Site basics   */
/*******************/

body {
	background:url(../images/bg-repeat.jpg) repeat-x center top #84512e;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
	font-size:12px;
	color:#FFF;
	height:100%;
}

ul {
	list-style: none;
	list-style-position:inside;
}

li {
	float: left;
	width:auto;
	margin-right: 22px;
}

.wrapper {
	background:url(../images/bg.jpg) no-repeat center top;
	width:1020px;
	margin:0 auto;
	position:relative;
}


/*******************/
/*  Texual Styles  */
/*******************/

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#f3c176;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#f3c176;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size:14px;
	color:#f3c176;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size:14px;
	color:#ffba00;
}

h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size:11px;
	color:#f3c176;
}

h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size:11px;
}

a {
	font-size: 12px;
	color: #ffba00;
}

a:visited {
	color: #A37409;
	text-decoration: none;
}

a:hover {
	color: #D09708;
	text-decoration: underline;
}

a:link {text-decoration: none;}

a:active {text-decoration: none;}

.style1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size:14px;
	color:#FFF;
}

.style1 a {
	color:#f3c176;
	text-decoration:none;
}

.style1 a:hover {
	text-decoration:underline;
}


/*******************/
/*    Navigation   */
/*******************/

.nav {
	position:absolute;
	width:495px;
	left: 71px;
	top: 1px;
}

.nav a:hover {
	background:url(../images/nav/nav-over-bg.gif) repeat-x;
	height:200px;
	z-index:-1;
}

.nav-other {
	position:absolute;
	width:495px;
	height:86px;
	left: 62px;
	top: 5px;
}

.line1 {
	background:url(../images/lines.png) no-repeat top;
	position:absolute;
	left: 174px;
	top: 11px;
	width: 1px;
	height: 75px;
}

.line2 {
	background:url(../images/lines.png) no-repeat top;
	position:absolute;
	left: 298px;
	top: 11px;
	width: 1px;
	height: 75px;
}

.line3 {
	background:url(../images/lines.png) no-repeat top;
	position:absolute;
	left: 423px;
	top: 11px;
	width: 1px;
	height: 75px;
}


/*******************/
/*      Header     */
/*******************/

.head {
	background:url(../images/head.jpg) repeat-x;
	height:234px;
}

#wrapper {
	width:1020px;
	margin:0 auto;
	position:relative;
}

.logo {
	position:relative;
	margin:40px 0 0 120px;
}

.main {
	background:url(../images/main-home.png) no-repeat center top;
	position:absolute;
	left: 32px;
	width: 958px;
	top: -75px;
	height: 516px;
}

.main-other {
	background:url(../images/main-other.png) no-repeat center top;
	position:absolute;
	left: 39px;
	width: 958px;
	top: -79px;
	height: 184px;
}

.main-text {
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	left: 612px;
	top: 109px;
	width: 245px;
	height: 134px;
}

.header-other {
	position:absolute;
	left: 139px;
	top: 101px;
}


/*******************/
/*     Carousel    */
/*******************/

.slider-header {
	position:absolute;
	background:url(../images/slider-header.png) no-repeat;
	top:184px;
	left: -505px;
	width: 161px;
	height: 19px;
}

#carousel_viewport {
	background:none;
	position: absolute;
	left: -503px;
	top: 239px;
	width: 740px;
	height: 90px;
	overflow: hidden;
}

#carousel_container {
	position: absolute;
	left: 2px;
	top: -10px;
	height: 90px;
	width: 2000px;
}

#carousel a img {
  border: 2px solid #000;
  margin-top:10px;
}

#sliderPrev_button {
	position:absolute;
	left:10px;
	top:366px;
	width:61px;
	height:46px;
	z-index:1;
	cursor: pointer;
}

#sliderNext_button {
	position:absolute;
	left:890px;
	top:366px;
	width:61px;
	height:46px;
	z-index:2;
	cursor: pointer;
}


/*******************/
/*      Search     */
/*******************/


.search {
	outline:none;
	position:absolute;
	left: 608px;
	top: 30px;
	width: 161px;
}

.search-other {
	background:transparent;
	position:absolute;
	color:#6a6a6a;
	left: 599px;
	top: 34px;
	width: 161px;
}

#search-input {
	background:transparent;
	outline:none;
	padding-left:5px;
	color:#6a6a6a;
	border:none;
	width:197px;
	height:21px;
}

#searchSubmit {
	position:absolute;
	left: 802px;
	top: 32px;
	width: 42px;
	height: 23px;
}

#searchSubmitHome {
	position:absolute;
	left: 809px;
	top: 28px;
	width: 42px;
	height: 23px;
}

/*******************/
/*       Home      */
/*******************/

.content-home {
	position:relative;
	width:895px;
	padding-top:435px;
	padding-left:33px;
	height:332px;
	z-index:500;
}

.content-home-top {
	background: url(../images/prefooter-top.png) no-repeat right center;
	height:16px;
}

.content-home-mid {
	background: url(../images/prefooter-mid.png) repeat-y scroll right center;
	overflow: hidden; /*this must be in the parent*/
	z-index:500;
}

.content-home-bottom {
	background: url(../images/prefooter-bottom.png) no-repeat right center;
	height:36px;
}

.left-content-home {
	position:absolute;
	left: 116px;
	top: 42px;
	width: 307px;
	height: 261px;
}

.right-content-home {
	position:absolute;
	left: 449px;
	top: 42px;
	width: 396px;
	height: 265px;
}

/* .right-content-home Replaced by */

#main-left {
	float: left;
	width: 370px;
	margin-left: 100px;
	margin-top: 15px;
	padding-right: 20px;
}

#main-right {float: left; width: 385px}
/* both floated to the left */

.ticket {
	background:url(../images/ticket.png) no-repeat;
	position:absolute;
	height:54px;
	width:89px;
	top: 461px;
	left: 37px;
}

#date {
	position:absolute;
	width:39px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
	color:#000;
	left: 63px;
	top: 471px;
}

#year {
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:16px;
	text-transform:uppercase;
	color:#000;
	left: 62px;
	top: 486px;
}


/*******************/
/*       About     */
/*******************/

.aboutContent {
	width: 719px;
	margin-left:55px;
}

.aboutSecondaryContent {
	width:719px;
	margin-left:55px;
}

.content-about-top {
	background: url(../images/prefooter-top.png) no-repeat;
	margin-left:23px;
	height:16px;
}

.content-about-mid {
	background: url(../images/prefooter-mid.png) repeat-y scroll;
	margin-left:23px;
	overflow: hidden; /*this must be in the parent*/

}

.content-about-bottom {
	background: url(../images/prefooter-bottom.png) no-repeat;
	margin-left:23px;
	height:36px;
}


/*******************/
/*     Services    */
/*******************/

.services {
	margin-left:55px;
	width:435px;
}

.dots-vertical {
	background:url(../images/dots-vertical.gif) no-repeat;
	position:absolute;
	width:1px;
	height:541px;
	left: 616px;
	top: 155px;
}

.services-right {
	position:absolute;
	width:220px;
	left: 666px;
	top: 146px;
	height: 576px;
}

.services-order {
	background:url(../images/1-2-3-4.png) no-repeat;
	position:absolute;
	left: 666px;
	top: 304px;
	width: 51px;
	height: 412px;
}

.services-order-list {
	padding-left:58px;
}

.content-services-top {
	background: url(../images/prefooter-top.png) no-repeat;
	margin-left:23px;
	height:16px;
}

.content-services-mid {
	background: url(../images/prefooter-mid.png) repeat-y scroll;
	margin-left:23px;
	overflow: hidden; /*this must be in the parent*/

}

.content-services-bottom {
	background: url(../images/prefooter-bottom.png) no-repeat;
	margin-left:23px;
	height:36px;
}


/*******************/
/*     Contact     */
/*******************/

.contact {
	position:absolute;
	width: 429px;
	left: 75px;
	top: 46px;
	height: 579px;
}

.contact-right {
	position:absolute;
	width:220px;
	left: 650px;
	top: 146px;
	height: 576px;
}

.content-contact-top {
	background: url(../images/prefooter-top.png) no-repeat;
	margin-left:23px;
	height:16px;
}

.content-contact-mid {
	background: url(../images/prefooter-mid.png) repeat-y scroll;
	margin-left:23px;
	overflow: hidden; /*this must be in the parent*/
}

.content-contact-bottom {
	background: url(../images/prefooter-bottom.png) no-repeat;
	margin-left:23px;
	height:36px;
}


/*******************/
/*  Contact Form   */
/*******************/

input {
	width:231px;
	color:#6a6a6a;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	width:231px;
	color:#6a6a6a;
}


/*******************/
/*  Other Content  */
/*******************/

.content-other {
	padding:100px 0 0 75px;
	width:895px;
	height:669px;
}

.left-content-other {
	position:absolute;
	left: 116px;
	top: 42px;
	width: 307px;
	height: 261px;
}

.right-content-other {
	position:absolute;
	left: 449px;
	top: 42px;
	width: 396px;
	height: 265px;
}


/*******************/
/*      Footer     */
/*******************/

.footer {
	background:url(../images/footer.png) no-repeat;
	position:relative;
	margin:0 auto;
	left:8px;
	width: 849px;
	height: 141px;
}

.footer a {
	font-size:11px;
	color:#FFF;
}

.footer a:hover {
	text-decoration:underline;
}

#footer-text {
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	line-height:12px;
	font-size:11px;
	color:#f3c176;
	width: 816px;
	top: 33px;
	left: 16px;
}

.footer-other {
	background:url(../images/footer.png) no-repeat;
	position:relative;
	margin:0 auto;
	left:5px;
	width: 849px;
	height: 141px;
}

.footer-other a {
	font-size:11px;
	color:#FFF;
}

.footer-other a:hover {
	text-decoration:underline;
}

#footer-text-other {
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	line-height:12px;
	font-size:11px;
	color:#f3c176;
	width: 816px;
	top: 33px;
	left: 16px;
}
