@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
}
body {
	background: #000 url(../images/bg_body.gif) top center repeat-y;
	margin: 0;
	padding: 0;
	font: 16px "Lucida Sans Unicode", Arial;
	color: #ccc;
}
 * html #container {
	height: 100%;
}
#container {
	min-height: 100%;
	background: url(../images/bg_twirl.gif) center top no-repeat;
	padding-bottom: 20px;
}
h1 {
	color: #CAA55C;
	font-size: 24px;
}
img {
	border: none;
}
strong {
	color: #fff;
}
a {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	color: #CAA55C;
}
#box1480 {
	max-width: 1480px;
	min-width: 960px;
	margin: 0 auto;
	padding-bottom: 25px;
	background: url(../images/border_btm.gif) bottom center no-repeat;
}
#banner_bg {
	height: 414px;
}
#banner {
	width: 960px;
	margin: 0 auto;
}
#logo {
	position: absolute;
	top: 0;
	margin-left: 1px;
	z-index: 999;
}
.hd_img {
	margin: 0;
}
.p_pic {
	margin-right: 340px;
}
.img_rgt {
	float: right;
	border: 4px solid #fff;
	margin: 20px 0;
}
#img_rgt_box {
	float: right;
	margin: 20px 0;
	width: 308px;
	text-align: center;
	font-size: 12px;
}
#img_rgt_box img {
	border: 4px solid #fff;
	margin-bottom: 20px;
}
#top a {
	text-decoration: none;
	font-weight: bold;
	color: #CAA55C;
}
#content {
	width: 960px;
	margin: 0 auto;
	text-align: justify;
	line-height: 140%;
}
#content p.page_pad {
	padding-right: 400px;
}
#content p.home_pad {
	padding-right: 175px;
}
#footer, #petties {
	text-align: center;
	font-size: 12px;
	color: #999;
	margin: 30px 0;
}
#footer a, #petties a, #subnav a {
	color: #CAA55C;
	text-decoration: none;
}
#footer a:hover, #petties a:hover, #top a:hover, #subnav a:hover {
	color: #fff;
}

/* Slides */

.slide {
	position: absolute;
	width: 960px;
	height: 414px;
}
#slide-home {
	position: absolute;
	top: 0;
	margin-left: 1px;
	width: 960px;
	height: 414px;
}

/* NAV */

#nav_box {
	background: #CAA55C url(../images/bg_nav.jpg) top left repeat-x;
	height: 35px;
	text-align: center;
	margin-bottom: 20px;
}
#nav {
	list-style: none;
	padding-top: 8px;
	font-size: 12px;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav li {
	margin: 0;
	display: inline;
	font-weight: bold;
}
#nav li a {
	color: #000;
	text-decoration: none;
	padding: 0 12px;
}
#nav li a:hover {
	color: #fff;
	/*background: #151109;*/
}

/* Book Btn */

#book_box {
	float: right;
	margin: 0 0 15px 15px;
	text-align: center;
}
#book {
	margin: 0 auto 16px auto;
	list-style: none;
	overflow: hidden;
	width: 155px;
}
#book ul, #subnav ul {
	margin: 0;
	padding: 0;
	border: none;
}
#book li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	text-align: left;
}
#book a {
	float: left;
	padding: 87px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:87px; /*IE Win */
}
#book a:hover {
	background-position: 0 -87px;
}
#btn_book a {
	background: url(../images/btn_book.png) top left no-repeat;
	width: 155px;
}
#subnav_bdr {
	background: url(../images/bdr_subnav.gif) 0 0 no-repeat;
	height: 9px;
	margin: 10px 0;
	clear: both;
}
#subnav {
	text-align: center;
	font-size: 18px;
	list-style: none;
}
#subnav li {
	display: inline;
	margin: 0;
	padding: 0 12px;
}
#subnav a {
	color: #CAA55C;
	text-decoration: none;
}
#subnav a:hover {
	color: #fff;
}