/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	line-height: 18px;
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center -50px;
}
#container {
	position: relative;
	background-repeat: no-repeat;
	min-height: 100%;
	background-position: center 76px;
	background-image: url(../images/bg_cont.jpg);
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 165px;
	text-align: right;
}
#container #header h1 {
	background-image: url(../images/logo.png);
	height: 95px;
	width: 290px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	float: left;
}
#container #header h1 a {
	height: 95px;
	width: 290px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	text-align: left;
}
#container #header h1 a:hover {
	height: 95px;
	width: 290px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	text-align: left;
}
#header-links a:link, #header-links a:visited, #header-links a:active {
	text-indent: -9999px;
	text-align: right;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/bullet_up.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header-links a:hover {
	text-indent: -9999px;
	text-align: right;
	color: #666666;
	text-decoration: none;
	background-image: url(../images/bullet_up.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_cont.png);
	background-repeat: repeat-x;
	height: 520px;
}
#content-inner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 480px;
	padding-top: 40px;
}

#up-content {
	margin: 0px;
	padding: 0px;
	height: 76px;
	width: 976px;
}

#content-left {
	float: left;
	width: 218px;
}

#content-left ul {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#content-left li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
	font-size: 12px;
	text-align: right;
	height: 16px;
}

#content-left li a:link, #content-left li a:visited, #content-left li a:active{
	list-style-type: none;
	display: block;
	color: #AC0F0F;
	text-decoration: none;
	background-image: url(../images/link_.png);
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-top: 0px;
	padding-right: 11px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#content-left li a:hover{
	margin: 0px;
	padding-right: 12px;
	list-style-type: none;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	
}


#content-center {
	float: left;
	width: 722px;
	padding-left: 20px;
}

#about a:link, #about a:visited, #about a:active  {
	background-image: url(../images/btn_about.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 19px;
	width: 218px;
	text-indent: -9999px;
	display: block;
	float: left;

}
#about a:hover {
	background-image: url(../images/btn_about.png);
	background-repeat: no-repeat;
	background-position: 0px -23px;
	height: 19px;
	width: 218px;
	text-indent: -9999px;
	display: block;
	float: left;

}
#aboutCurrent {
	background-image: url(../images/btn_about.png);
	background-repeat: no-repeat;
	background-position: 0px -23px;
	height: 19px;
	width: 218px;
	text-indent: -9999px;
	display: block;
	float: left;
}
#planning a:link, #planning  a:visited, #planning  a:active  {
	background-image: url(../images/btn_planning.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 24px;
	width: 218px;
	text-indent: -9999px;
	display: block;
	float: left;

}
#planning a:hover {
	background-image: url(../images/btn_planning.png);
	background-repeat: no-repeat;
	background-position: 0px -24px;
	height: 24px;
	width: 218px;
	text-indent: -9999px;
	display: block;
	float: left;

}
#planningCurrent {
	background-image: url(../images/btn_planning.png);
	background-repeat: no-repeat;
	background-position: 0px -24px;
	height: 24px;
	width: 218px;
	text-indent: -9999px;
	display: block;
	float: left;
}
#venues a:link, #venues  a:visited, #venues  a:active  {
	background-image: url(../images/btn_venues.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 24px;
	width: 218px;
	text-indent: -9999px;
	display: block;
	float: left;

}
#venues a:hover {
	background-image: url(../images/btn_venues.png);
	background-repeat: no-repeat;
	background-position: 0px -24px;
	height: 24px;
	width: 218px;
	text-indent: -9999px;
	display: block;
	float: left;

}
#venuesCurrent {
	background-image: url(../images/btn_venues.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 24px;
	width: 218px;
	text-indent: -9999px;
	display: block;
	float: left;
}
#portfolio a:link, #portfolio  a:visited, #portfolio  a:active  {
	background-image: url(../images/btn_portfolio.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 24px;
	width: 218px;
	text-indent: -9999px;
	display: block;
	float: left;

}
#portfolio a:hover {
	background-image: url(../images/btn_portfolio.png);
	background-repeat: no-repeat;
	background-position: 0px -24px;
	height: 24px;
	width: 218px;
	text-indent: -9999px;
	display: block;
	float: left;

}
#portfolioCurrent {
	background-image: url(../images/btn_portfolio.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 24px;
	width: 218px;
	text-indent: -9999px;
	display: block;
	float: left;
}
#contact a:link, #contact  a:visited, #contact  a:active  {
	background-image: url(../images/btn_contact.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 24px;
	width: 218px;
	text-indent: -9999px;
	display: block;
	float: left;

}
#contact a:hover {
	background-image: url(../images/btn_contact.png);
	background-repeat: no-repeat;
	background-position: 0px -24px;
	height: 24px;
	width: 218px;
	text-indent: -9999px;
	display: block;
	float: left;

}
#contactCurrent {
	background-image: url(../images/btn_contact.png);
	background-repeat: no-repeat;
	background-position: 0px -24px;
	height: 24px;
	width: 218px;
	text-indent: -9999px;
	display: block;
	float: left;
}

#container #content #content-inner #content-center p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
p.italic  {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
#content-bottom {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_bottom.png);
	background-repeat: repeat;
	color: #FFFFFF;
}
#content-bottom-inner {
	width: 338px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 622px;
}
#content-bottom p {

	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#header-links {
	margin: 0px;
	height: 90px;
	padding-top: 5px;
}
#footer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#footer-inner {
	width: 723px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 14px;
	padding-bottom: 23px;
	color: #FFFFFF;
	padding-left: 237px;
}
#footer-inner ul {
	margin: 0px;
	padding: 0px;
	height: 121px;
}
#footer-inner li {
	margin: 0px 1px 0px 0px;
	padding: 3px 6px 6px;
	display: inline;
	float: left;
	width: 127px;
	list-style-type: none;
	color: #B49955;
}
#footer-inner a:link, #footer-inner  a:visited, #footer-inner a:active  {
	color: #666666;
	text-decoration: none;

}
#footer-inner a:hover {
	color: #000000;
	text-decoration: none;

}

#footer-inner h3 {
	font-size: 16px;
	font-weight: normal;
	color: #B59A56;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer-inner ul ul {
	font-size: 11px;
	color: #B49955;
}
#footer-inner li li {
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
	list-style-type: none;
	color: #B49955;
}
#footer-inner li li a:link, #footer-inner li li a:visited, #footer-inner li li a:active {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	list-style-type: none;
	color: #999999;
}
#footer-inner li li a:hover {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	list-style-type: none;
	color: #FFFFFF;
}
#footer-sign {
	color: #FFFFFF;
	display: block;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../images/bg_bottom.png);
	background-repeat: repeat;
}
#content-center h2 {
	font-size: 23px;
	margin: 0px 0px 10px;
	padding: 0px;
	font-weight: normal;
}
#footer-sign-inner {
	width: 723px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #666666;
	padding-left: 237px;
	padding-right: 0px;
}
p.deepsun {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
p.rights {
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
}
#footer-sign-inner a:link, #footer-sign-inner a:visited, #footer-sign-inner a:active  {
	color: #FFFFFF;
	text-decoration: none;


}
#footer-sign-inner a:hover {
	color: #333333;


}
#subnavCurrent {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#container #content #content-inner #content-left .undernavCur {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	float: right;
	width: 218px;
	text-align: right;
	margin-top: 0px;
}
.newspaper {
	font-style: italic;
	font-weight: bold;
}



#container #content #content-inner #content-left .undernav {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	float: right;
	width: 218px;
	text-align: right;
	margin-top: 0px;
}
#container #content #content-inner #content-center .more a {
	font-size: 12px;
	color: #AC0F0F;
	text-decoration: none;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 9px;
}
#container #content #content-inner #content-center .more a:hover {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
ul.one-day  {
	display: block;
	padding: 0px;
	float: left;
	width: 325px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.one-day li {
	display: block;
	margin-left: 10px;
	list-style-type: none;
	font-style: italic;
	background-image: url(../images/bg_li.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
}
.one-day-inner li {
	display: block;
	margin-left: 10px;
	list-style-type: none;
	font-style: italic;
	background-image: url(../images/bg_li.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
}

ul.one-day-inner  {
	display: block;
	padding: 0px;
	width: 325px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.specials li {
	display: block;
	margin-left: 0px;
	font-style: italic;
	padding-left: 0px;
	list-style-type: none;
}

ul.specials {
	display: block;
	padding: 0px;
	float: left;
	width: 305px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
ul.specials-inner  {
	display: block;
	width: 295px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.specials-inner li {
	display: block;
	margin-left: 0px;
	font-style: italic;
	padding-left: 0px;
	list-style-type: none;
}


#container #content #content-inner #content-center h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
}
#container #content #content-inner #content-center h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content-bottom-inner h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.contact-form {
	display: inline;
}

.contact-form label {
	font-weight: normal;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 2px;
	font-style: italic;
	width: 100px;
	float: left;
}
.contact-form p {
	margin: 0px;
	float: left;
	width: 300px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.inputField {
	height: 18px;
	width: 190px;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	background-color: #FFFFFF;
	border: 1px solid #ffffff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.btn_submit {
	float: left;
	display: block;
	padding: 0px;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 384px;
}
.form {
	display: inline;
}
p.sent {
	margin-bottom: 20px;
	width: 425px;
	color: #257cdd;
	padding-bottom: 20px;
	height: 300px;
}

.inputField-big {
	height: 80px;
	width: 290px;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #ffffff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#name {
	height: 18px;
	width: 190px;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	background-color: #FFFFFF;
	border: 1px solid #ffffff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#phone {
	height: 18px;
	width: 190px;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	background-color: #FFFFFF;
	border: 1px solid #ffffff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#email {
	height: 18px;
	width: 190px;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	background-color: #FFFFFF;
	border: 1px solid #ffffff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#location {
	height: 18px;
	width: 190px;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	background-color: #FFFFFF;
	border: 1px solid #ffffff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#message {
	height: 80px;
	width: 290px;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #ffffff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content-bottom2 {
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_bottom.png);
	background-repeat: repeat;
	color: #FFFFFF;
	height: 770px;
}
#content-bottom-inner2 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 238px;
}
#container #content-bottom2 #content-bottom-inn {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#content-bottom2 p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#container #content-bottom2 #content-bottom-inner2 .content-bottom-1 {
	float: left;
	width: 361px;
}

#footer-inner h3 a:link, #footer-inner h3 a:visited, #footer-inner h3 a:active {
	font-size: 16px;
	font-weight: normal;
	color: #B59A56;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer-inner h3 a:hover {
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
