/*
	AUTHOR:	  nVisionary Design
			  paul@nvisionarydesig.com
			  http://nvisionarydesign.com

                black #191919
                gray #515151
                dark red #990000
                orange #DA4B0F
                yellow #E9B104
                gold #e5cd28
                white #e7e6e6
*/

/* RESETS & BASIC PAGE SETUP v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
html { height: 100%; font-size: 76%;
}
.clear:after {
  content: ""; display: block; clear:both;
}
    .clear {zoom: 1;}
body {
  font-family: Lucida Sans, Helvetica, sans-serif;
  line-height: 1.4em;
  font-size: 1.2em;
  background: #515151 url(images/bg.jpg) repeat-x;
}
h2 {
  font-family: Georgia, Helvetica, sans-serif;
  font-size: 22px;
  color: #fff;
  padding: 10px;
  background: #DA4B0F;
  border: 1px solid #ee5718;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
p {
  font-size: 14px;
  color: #e7e6e6
}
a {
  text-decoration: none;
  color: #e7e6e6
}
a:hover {
  text-decoration: underline;
}


#container {
  width: 960px; margin: 0 auto;
}
/*---------------------------------*/
/*HEADER
/*---------------------------------*/
#header {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
#header img {
  position: absolute;
  width: 960px;
  height: 235px;
  margin: 0;
}
#header h1 a {
  display: block;
  width: 336px;
  height: 234px;
  float: left;
  text-indent: -9999px;
  margin: 0;
}
/*---------------------------------*/
/*NAVIGATION
/*---------------------------------*/
#navigation {
  clear: both;
  position: relative;
  width: 960px;
  height: 41px;
  margin: 0 auto;
  background: #990000 url(images/nav-bg.jpg) repeat-x;
}
#navigation img {
  width: 320px;
  height: 105px;
  float: left;
  margin: 0 0 0 40px;
}
#navigation ul#nav {
  width: 500px;
  float: right;
  list-style: none;
  margin: 0;
  overflow: hidden;
}
#navigation ul#nav li {
  float: left;
  padding: 10px 10px 0 22px;
}
#navigation ul#nav li a {
  font-family: Lucida Sans, Helvetica, sans-serif;
  font-size: 15px;
  color: #cbcbcb;
  font-weight: bold;
  text-decoration: none;
}
#navigation ul#nav li a:active, #navigation ul#nav li a:visited {
  color: #e7e6e6; text-decoration: none;
}
#navigation ul#nav li a:hover {
  color: #E9B104; font-weight: bold;
}
body#home ul#nav li a.home,
body#about ul#nav li a.about,
body#menu ul#nav li a.menu,
body#gallery ul#nav li a.gallery,
body#contact ul#nav li a.contact {
  color: #E9B104; font-weight: bold;
}


/*---------------------------------*/
/*CONTENT
/*---------------------------------*/
#content {
  clear: both;
  width: 960px;
  margin: 0 auto;
}
/*---------------------------------*/
/*CONTENT > Main
/*---------------------------------*/
#main {
  width: 460px;
  float: left;
  margin: 10px 0 20px 0;
  border-right: 1px dotted #404040;
}
#main h2 {
  float: left;
  width: 380px;
  margin: 20px 0 15px 40px;
  font-family: Georgia, Helvetica, sans-serif;
  font-size: 22px;
}
#main h3 {
  float: left;
  width: 360px;
  margin: 20px 0 20px 35px;
  padding: 10px 25px 10px 15px;
  color: #e7e6e6;
  font-family: Georgia, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 1.4em;
  background: #990000;
  border: 1px solid #a90101;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#main p {
  float: left;
  margin: 10px 40px 10px 50px;
}
span.p-bold {
  font-weight: bold;
}

/*---------------------------------*/
/*CONTENT > Sidebar
/*---------------------------------*/
#sidebar {
  width: 488px;
  float: right;
  margin: 19px 0 0 0;
}
/*---------------------------------*/
/*SIDEBAR > FEATURED SLIDER
/*---------------------------------*/
#feature-slider {
  width: 490px; height: 250px;
  position: relative;
  margin: 0 0 30px 0;
}
#slideshow {
  width: 450px; height: 182px;
  position: absolute;
  margin: 10px 30px 0 10px;
  border: 1px solid #454444;
}
    #slideshow ul{
      margin: 0; padding: 0; list-style-type: none;
      height: 1%; /*IE fix*/
    }
    #slideshow ul:after {
      content: ".";
      clear: both;
      display: block;
      height: 0;
      visibility: hidden;
    }

/*---------------------------------*/
/*SIDEBAR > FEATURED SLIDER > SLIDES
/*---------------------------------*/
#slideshow div.slides {
  overflow: hidden;
}
#slideshow div.slides ul {
  /*total width of all slides - 450px(length of one slide) multiplied by number of slides*/
  width: 2700px;
}
  #slideshow div.slides li {
    width: 450px;
    float: left;
    padding: 10px;
  }
    #slideshow div.slides li a{
      color: #fff; text-decoration: none;
    }
        #slideshow div.slides li a:active, #slideshow div.slides li a:visited {
          color: #fff; text-decoration: none;
        }
        #slideshow div.slides li a:hover {
          color: #E9B104; border-bottom: 1px dotted #E9B104;
        }
  #slideshow div.slides img {
    width: 180px; height: 160px;
    float: left;
    padding: 0;
    margin: 0px;
    border: 1px solid #E9B104;
  }
  #slideshow div.slides h3 {
    margin: 0 30px 10px 0;
    float: right;
    color: #e7e6e6;
    font-size: 20px;
    font-family: Georgia, Helvetica, sans-serif;
  }
  #slideshow div.slides p {
    float: right;
    width: 200px;
    color: #515151;
    margin: 0 30px 0 0px;
    padding: 10px;
    border: 1px solid #e5cd28;
    background: #E9B104;
  }

/*---------------------------------*/
/*SIDEBAR > FEATURED SLIDER > BUTTONS
/*---------------------------------*/
.tickets {
  clear: both;
  overflow: hidden;
  width: 120px;
  float: right;
  margin: -35px 153px 0px 0px;
  padding: 5px;
  background: #d9a503;
  border: 1px solid #d9a503;
}
.tickets a {
  color: #fff; text-decoration: none;
}
.tickets a:active, .tickets a:visited  {
  color: #fff; text-decoration: none;
}
.tickets a:hover  {
  color: #990000; border: 1px dotted #990000;
}
.directions {
  clear: both;
  overflow: hidden;
  width: 105px;
  float: right;
  margin: -35px 23px 0px 0px;
  padding: 5px;
  background: #E9B104;
  border: 1px solid #d9a503;
}
.directions a {
  color: #fff; text-decoration: none;
}
.directions a:active, .tickets a:visited  {
  color: #fff; text-decoration: none;
}
.directions a:hover  {
  background: #990508;
  border: 1px solid #d9a503;
}

/*---------------------------------*/
/*SIDEBAR > FEATURED SLIDER > NAVIGATION
/*---------------------------------*/
#slideshow .slides-nav {
  background-color: #E9B104;
}
    #slideshow .slides-nav li {
      float: left;
    }
        #slideshow .slides-nav li a {
          display: block;
          padding: 5px 10px 5px 5px;
          outline: none;
          color: #e7e6e6; text-decoration: none;
        }
        #slideshow .slides-nav li a:active, #slideshow .slides-nav li a:visited {
          color: #e7e6e6; text-decoration: none;
        }
        #slideshow .slides-nav li a:hover {
          color: #C90002;
        }
.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
  background-color: #E9B104;
  border: 1px solid #E9B104;
}
.js #slideshow .slides-nav li.on a {
  position: relative;
  top: -1px;
}

/*---------------------------------*/
/*SIDEBAR > Testimonials
/*---------------------------------*/
#testimonials {
  clear: both;
  width: 450px;
  position: relative;
}
#testimonials h2 {
  float: left;
  width: 430px;
  margin: 12px 0 15px 10px;
  font-family: Georgia, Helvetica, sans-serif;
  font-size: 22px;
}
#testimonials ul {
  width: 450px;
  float: left;
  margin: 10px;
  overflow: hidden;
  list-style: none;
}
#testimonials ul li {
  float: right;
  padding: 0px;
}
#testimonials ul li img {
  float: left;
  height: 14px;
  height: 14px;
  padding: 5px;
}
#testimonials ul li p {
  margin: 0px 5px 25px 25px;
}

/*---------------------------------*/
/*SIDEBAR > Review
/*---------------------------------*/
#review {
  clear: both;
  width: 450px;
  position: relative;
}
#review h2 {
  float: left;
  width: 430px;
  margin: 11px 0 15px 10px;
  font-family: Georgia, Helvetica, sans-serif;
  font-size: 22px;
}
#review ul {
  width: 450px;
  float: left;
  margin: 10px;
  overflow: hidden;
  list-style: none;
}
#review ul li {
  float: right;
  padding: 0px;
}
#review ul li img {
  float: left;
  height: 14px;
  height: 14px;
  padding: 5px;
}
#review ul li p {
  margin: 0px 5px 25px 25px;
}
#review ul li a, #review ul li a:active, #review ul li a:visited  {
  color: #e7e6e6;
  background-color: #E9B104;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#review ul li a:hover  {
  color: #990000;
  text-decoration: none;
}

/*---------------------------------*/
/*FOOTER
/*---------------------------------*/
#footer {
  clear:both;
  position: relative;
  width: 960px;
  height: 257px;
  margin: 0 auto;
  background: #990000 url(images/footer-bg.jpg) repeat-x;
  border: 1px solid #a90101;
}
#col1 {
  float: left;
  width: 250px;
  margin: 50px 0 0 40px;
}
#col1 p {
  font-size: 16px;
  padding: 10px 0 10px 10px;
}
#col2 {
  float: left;
  width: 300px;
  margin: 30px 0 0 40px;
}
#col2 a {
  float: right;
  width: 105px;
  margin: 0 100px 0px 0;
  background: #E9B104;
  color: #e7e6e6;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#col2 a:active, #col2 a:visited  {
  color: #e7e6e6; text-decoration: none;
}
#col2 a:hover  {
  background: #E9B104;
  color: #990000;
  text-decoration: none;
  border: 1px solid #990000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#col2 p {
  margin: 200px 0 0 0;
}
#col3 {
  float: right;
  width: 250px;
  margin: 50px 40px 0 0px;
}
#col3 p {
  float: left;
  margin: 10px 0 10px 70px;
  font-size: 16px;
}

/*---------------------------------*/
/*CONTACT FORM
/*---------------------------------*/
#contact-form {
  margin: 0;
}
/* Form */
#contact-form form {
    width: 300px;
	padding: 5px 125px 10px 50px;
	margin: 0px auto;
}
#contact-form h2 {
  margin: 15px 0 30px 0;
}
label {
	display: block;
	margin-top : 15px;
	width: 100%;
	background-repeat: no-repeat;
}

.blue {
	color: #E9B104;
	font-weight: bold;
}

/* Congratulation message */
.MsgSent {
	Display: block;
	padding: 10px;
	margin: 40px auto;
	width: 400px;
    height: 240px;
	text-align: center;
	border: 1px solid #EEE;
	background-color: white;
}

.MsgSent h1 {
	background: url(images/MsgSent.gif) no-repeat 0 0;
	padding-left: 20px;
	height: 85px;
	line-height: 85px;
}

/* Error message */
.MsgError {
	Display: block;
	padding: 10px;
	margin: 40px auto;
	width: 400px;
	text-align: center;
	border: 1px solid #EEE;
	background-color: white;
}

.MsgError h1 {
	background: url(images/MsgError.gif) no-repeat 0 0;
	padding-left: 20px;
	height: 85px;
	line-height: 85px;
	color: #CC0000;
}

.MsgSent p, .MsgError p {
	font-size: 1.3em;
	color:#999;
}

/* FormCheck tipbox */

/* tipbox :
	table :
		tl		: top left
		t		: top
		tr		: top right
		l 		: left
		r		: right
		bl		: bottom left
		b		: bottom (with mark)
		br		: bottom right
		c		: center
	components :
		a.close	: close button
		err		: errors div
		p		: error line
*/

.fc-tbx .tl{
	background: url(images/tl.png) no-repeat;
}
.fc-tbx .t{
	background: url(images/t.png) repeat-x;
	height: 16px;
}
.fc-tbx .tr{
	background: url(images/tr.png) no-repeat;
}
.fc-tbx .l{
	background: url(images/l.png) repeat-y;
	width : 16px;
}
.fc-tbx .r{
	background: url(images/r.png) repeat-y;
	width: 16px;
}
.fc-tbx .bl{
	background: url(images/bl.png) no-repeat;
}
.fc-tbx .b{
	background: url(images/b.png) no-repeat;
	height: 25px;
}
.fc-tbx .br{
	background: url(images/br.png) no-repeat;
}
.fc-tbx .c{
	background: url(images/c.png) repeat;
}
.fc-tbx a.close {
	float: right;
	background: url(images/close.png) no-repeat;
	position: relative;
	margin-left: 5px;
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
}
.fc-tbx .err {
	float: left;
}
.fc-tbx p {
	width : auto;
	display: block;
	font-size: 11px;
	font-family: lucida sans, helvetica, "sans-serif";
	margin : 0;
	padding : 0;
	border : 0;
	color : #FFF;
}

.ajax_loader {
	background : url('img/ajax-loader.gif') no-repeat center;
	width : 200px;
	height : 150px;
}


/* FormCheck validation div */

.fc-error {
	border : 1px solid #888;
	margin-top : 5px;
	background-color : #EAEAEA;
}
.fc-error p {
	margin : 5px;
	color : #A00;
}

/***** Niceforms *****/
/*##########################################
Name: Default styling for Niceforms v.1.0
Author: Lucian Slatineanu
URL: http://www.badboy.ro/
##########################################*/



/*Forms defaults - change as needed*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}
label {
	color:#cbcbcb;
	cursor:pointer;
	padding-left:2px;
	line-height:16px;
}
label.chosen {color:#333;}

/*Transparent items*/
.outtaHere {
	position:absolute;
	left:-3000px;
}

/*Radio buttons*/
.radioArea, .radioAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:15px;
	height:14px;
	font-size:0;
	cursor:pointer;
}
.radioArea {background:url(images/radio.gif) no-repeat left top;}
.radioAreaChecked {background:url(images/radio.gif) no-repeat left bottom;}

/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:13px;
	height:13px;
	font-size:0;
	padding:0;
	margin:0;
	cursor:pointer;
}
.checkboxArea {background:url(images/checkbox.gif) no-repeat left top;}
.checkboxAreaChecked {background:url(images/checkbox.gif) no-repeat left bottom;}
.focused {border:1px dotted #ddd;}

/*Text inputs*/
.textinput, .textinputHovered {
	height:15px;
	background:url(images/input_bg.gif) repeat-x left top;
	border:none;
	padding:4px 0;
	vertical-align:middle;
}
.textinputHovered {background-position:left bottom;}
.inputCorner {
	padding-bottom:0;
	vertical-align:middle;
}

/*Text areas*/
.txtarea .tr, .txtarea .tr_xon {background:url(images/txtarea_tr.gif) no-repeat top right;}
.txtarea .tr_xon {background:url(images/txtarea_tr_xon.gif) no-repeat top right;}
.txtarea img.txt_corner {
	width:5px;
	height:5px;
	display:block;
}
.txtarea .br, .txtarea .br_xon {background:url(images/txtarea_br.gif) no-repeat top right;}
.txtarea .br_xon {background:url(images/txtarea_br_xon.gif) no-repeat top right;}
.txtarea .cntr {background:url(images/txtarea_cntr.gif) repeat-y right top;}
.txtarea .cntr_xon {background:url(images/txtarea_cntr_xon.gif) repeat-y right top;}
.txtarea .cntr_l, .txtarea .cntr_l_xon {
	width:5px;
	background:url(images/txtarea_l.gif) repeat-y left top;
	float:left;
}
.txtarea .cntr_l_xon {background:url(images/txtarea_l_xon.gif) repeat-y left top;}
.txtarea textarea {
	border:0;
	background:none;
	padding:0;
	margin:5px;
}

/*Selects*/
.selectArea {
	width:200px;
	height:21px;
	background:url(images/select_bg.gif) repeat-x left top;
}
.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url(images/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url(images/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:200px;
	height:21px;
	margin-left:-179px;
	position:absolute;
}
.selectArea .right i {display:none;}
.selectArea .center {
	width:160px;
	color:#FFF;
	padding-top:3px;
	overflow:hidden;
	white-space:nowrap;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:3px;
	width:172px;
	background:#6f7074;
	padding:2px;
	font-size:11px;
	z-index:20;
}
.optionsDivInvisible {display:none;}
.optionsDivVisible {display:block;}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#F2F2F2;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:1px solid #6f7074;
}
.optionsDivVisible a:hover {
	color:#FFF;
	background:#5F6062;
	border-color:#cfd0d6;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:auto;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px;
	background:url(images/button_bg.gif) repeat-x left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {background-position:left bottom;}
.buttonImg {vertical-align:bottom;}

