/*=============================================================================*/
/*======= Basic style reset ===================================================*/
/*=============================================================================*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}


/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
img {
	vertical-align: bottom;
}

/*=============================================================================*/
/*======= Basic tag style definition ==========================================*/
/*=============================================================================*/

body {
    font-size: 12px;
    line-height: 16px;
	width: 100%;
	height: 100%;
    font-family: Verdana, Arial, Tahoma;
}

h1, h2, h3, h4 {
	font-family: "Times New Roman", Georgia;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	font-family: Verdana;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
/*=============================================================================*/
/*======= Custom style definition =============================================*/
/*=============================================================================*/

#loadOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 50;
}
.blockMsg {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}
#container {
	top: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	min-height: 100%;
}
#root {
	padding: 0;
	margin: 0 auto;
	width: 1040px;
	position: relative;
}

/*
 * 1040px page width
 * 797px page height
 * */

#shadow {
	position: absolute;
	left: 80px;
	margin: 0 auto;
	padding: 0;
	width: 881px;
	height: 770px;
	background: url('../images/page_shadow.png') no-repeat center top;
}
#mainPage {
	position: relative;
	width: 1041px;
	height: 754px;
	margin: 0 auto;
	padding: 8px 0;
	background: url('../images/pageBkg.jpg') no-repeat;
	background-position: center;
}

#content {
	width: 826px;
	height: 594px;
	margin: 0 auto;
	position:relative;
}
#leftDeco {
	background: transparent url('../images/leftDeco.png') no-repeat center top;
	width: 39px;
	height: 325px;
	position: absolute;
	top: 34px;
	left: 38px;
	z-index: -100;
}
#rightDeco {
	background: transparent url('../images/rightDeco.png') no-repeat center top;
	width: 39px;
	height: 325px;
	position: absolute;
	top: 34px;
	right: 40px;
	z-index: -100;
}
.paperScroll {
	background: transparent url('../images/paperScroll.png') no-repeat;
	background-position: top;
	width: 1040px;
	height: 80px;
}
.paperScroll p {
	width: 500px;
	height: 70px;
	float: right;
	font-size: 11px;
	line-height: 70px;
	text-align: right;
	padding-right: 100px;
	color: #8e2811;
}
.marginTop {
	background-position: top;
	position: relative;
	top: 6px;
}

/*=============================================================================*/
/*======= Logo Definition =====================================================*/
/*=============================================================================*/

#logo {
	width: 600px;
	height: 123px;
	margin: auto;
	position: relative;
	top: -18px;
	background: transparent url('../images/logo.png') no-repeat center top;
}
#logo div {
	border: 1px solid blue;
	line-height: 28px;
	font-size: 28px;
}
#logo h2, #logo h3, #logo div {
	position: relative;
	top: 38px;
	font-weight: bold;
	color: #8e2811;
	text-align: center;
	padding: 0;
	margin: 0;
}
#logo h2 {
	line-height: 28px;
	font-size: 28px;
}
#logo h3 {
	line-height: 16px;
	font-size: 16px;
}

/*---- Menu -----*/
#menu {
	width: 403px;
	height: 33px;
	background: transparent url('../images/menu.png') no-repeat top;
	margin: auto;
	top: -57px;
	z-index: 1;
	position: relative;
}
#sliderNav {
	height: 33px;
	z-index: 1;
	position: relative;
}
#sliderNav ul {
	z-index: 2;
	position: relative;
	top: -23px;
	list-style: none;
	overflow: hidden;
	margin: auto;
	width: 334px;
}
#sliderNav ul li {
	display: inline;
}
#sliderNav ul li a {
	float: left;
	display: block;
	height: 34px;
	line-height: 34px;
	padding: 0 6px;
	font-family: Georgia, "Times New Roman";
	font-size: 11px;
	font-weight: bold;
	color: #4f310e;
}
#sliderNav ul li a:hover, #sliderNav ul li a.on {
	text-decoration: none;
	color: #c3541d;
}

/*=============================================================================*/
/*======= Top Background Color Selector Definition ============================*/
/*=============================================================================*/

.whiteBkg {	background: #fff url('../images/whiteBkg.jpg') no-repeat top center; }
.blackBkg {	background: #000 url('../images/blackBkg.jpg') no-repeat top center; }
.redBkg { background: #3c1212 url('../images/redBkg.jpg') no-repeat top center; }
.aquaBkg { background: #172126 url('../images/aquaBkg.jpg') no-repeat top center; }
.pinkBkg { background: #382a35 url('../images/pinkBkg.jpg') no-repeat top center; }

ul#colorSwitch {
	overflow: hidden;
	width: 200px;
	list-style: none;
	padding: 2px;
	position: relative;
	left: 100px;
	top: 28px;
}
ul#colorSwitch li {	float: left; }
ul#colorSwitch li a {
	display: block;
	text-indent: -9999px;

	border: 1px solid #ccc;
	width: 16px;
	height: 16px;
	margin-right: 4px;
}
ul#colorSwitch li a:hover {
	border: 1px solid #fff;
}
ul#colorSwitch li#black a {	background: #000; }
ul#colorSwitch li#red a { background: #3c1212; }
ul#colorSwitch li#white a {	background: #fff; }
ul#colorSwitch li#aqua a {	background: #172126; }
ul#colorSwitch li#pink a {	background: #382a35; }

/*=============================================================================*/
/*======= Main Content Definition =============================================*/
/*=============================================================================*/
#pageSlider {
	position: absolute;
	top: 110px;
	left: 9px;
	margin: 0 auto;
	width: 798px;
	height: 480px;
	background: #ead7be;
	border: 1px solid #986e3f;
	padding: 4px;
}
#pageSlider #pageSliderWrap {
	border: 1px solid #ccaa83;
	margin: 0 auto;
	width: 786px;
	height: 470px;
	padding: 4px;
	background: #d7b995;
}
#sliderScreen {
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 786px;
}
#sliderBand {
	margin: 0;
	padding: 0;
	width: 786px;
}
#sliderBand .slide {
	float: left;
	margin: 0;
	width: 786px;
	height: 470px;
	background: #fff;
	font-size: 11px;
	overflow: hidden;
}


/*=============================================================================*/
/*======= Slider Definition ===================================================*/
/*=============================================================================*/

.slide h1 {
	font-family: Georgia;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	background: #8e2811;
	margin: 30px 3px;
	padding: 4px 4px 4px 46px;
	text-transform: uppercase;
	color: #fff;
}
.slide h2 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	color: #b34d36;
	margin: 0 0 10px 0;
}
.slide div.content {
	margin: 0 36px 0 50px;
	overflow: hidden;
}

div.content div {
	clear: left;
	overflow: hidden;
	margin-bottom: 30px;
}
div.content a {
	font-weight: bold;
	color: #8e2811;
}
.slide div.content img, .readMoreDialog img, #galleryBand .galleryPage img {
	border: 1px solid #dcd7d0;
	padding: 3px;
}
.slide div.content img.leftFloat, .readMoreDialog img.leftFloat { float: left; margin: 0 26px 0 0; }
.slide div.content img.rightFloat, .readMoreDialog img.rightFloat { float: right; margin: 0 0px 0 20px; }

.readMoreDialog {
	padding: 6px;
}

.slide div.content p {
	margin-bottom: 8px;
}
.slide br {
	margin-bottom: 4px;
}

.readMoreDialog {
	display: none;
	width: 400px;
	font-size: 11px;
}
.readMoreDialog img {
	margin: 16px !important;
}
.readMoreDialog p {
	margin: 16px 10px ;
}

/*=============================================================================*/
/*======= Gallery Definition ===================================================*/
/*=============================================================================*/

#galleryScreen {
	clear: both;
	padding: 0;
	padding-left: 2px;
	width: 656px;
	height: 264px;
	margin: 10px 0px 10px 56px;
	display: inline;
	float: left;
	overflow: hidden;
}
#galleryNav {
	float: right;
	z-index: 0;
	margin-right: 54px;
	margin-top: 6px;
	width: 13px;
	height: 268px;
	padding: 2px;
}
#galleryNav a {
	margin-top: 6px;
	display: block;
	width: 13px;
	height: 22px;
	background: url('../images/icons.gif') no-repeat center top;
	background-position: -13px 0px;
}
#galleryNav a#down { margin-top: 212px;	background-position: -13px -22px; }
#galleryNav a#up:hover { background-position: 0px 0px; }
#galleryNav a#down:hover { background-position: 0px -22px; }

#galleryBand .galleryPage {
	width: 660px;
	height: 276px;
}
#galleryBand .galleryPage img {	 }
#galleryBand .galleryPage ul { list-style: none;  }
#galleryBand .galleryPage ul li {
	display: inline;
	float: left;
	padding: 4px 0 14px 6px;
}

#galleryInfo {
	clear: left;
	height: 12px;
	margin: 50px 50px 0 58px;
	padding: 4px;
	line-height: 10px;
	color: #999;
}
#galleryInfo span { margin-left: 6px; }

/*=============================================================================*/
/*======= Gallery Definition 2===================================================*/
/*=============================================================================*/

#galleryScreen1 {
	clear: both;
	padding: 0;
	padding-left: 2px;
	width: 656px;
	height: 264px;
	margin: 10px 0px 10px 56px;
	display: inline;
	float: left;
	overflow: hidden;
}
#galleryNav1 {
	float: right;
	z-index: 0;
	margin-right: 54px;
	margin-top: 6px;
	width: 13px;
	height: 268px;
	padding: 2px;
}
#galleryNav1 a {
	margin-top: 6px;
	display: block;
	width: 13px;
	height: 22px;
	background: url('../images/icons.gif') no-repeat center top;
	background-position: -13px 0px;
}
#galleryNav1 a#down1 { margin-top: 212px;	background-position: -13px -22px; }
#galleryNav1 a#up1:hover { background-position: 0px 0px; }
#galleryNav1 a#down1:hover { background-position: 0px -22px; }

#galleryBand1 .galleryPage1 {
	width: 660px;
	height: 276px;
}
#galleryBand1 .galleryPage1 img {	 }
#galleryBand1 .galleryPage1 ul { list-style: none;  }
#galleryBand1 .galleryPage1 ul li {
	display: inline;
	float: left;
	padding: 4px 0 14px 6px;
}

#galleryInfo1 {
	clear: left;
	height: 12px;
	margin: 50px 50px 0 58px;
	padding: 4px;
	line-height: 10px;
	color: #999;
}
#galleryInfo1 span { margin-left: 6px; }

/*=============================================================================*/
/*======= Contact Definition ==================================================*/
/*=============================================================================*/

#leftColumn {
	clear: both;
	float: left;
	padding: 10px;
	width: 300px;
	height: 340px;
	margin: 0 0 0 70px;
	display: inline;
}
label, input, textarea, a.button { margin: 0; font-family: Verdana; font-size: 11px; }
input, textarea {
	border: 1px solid #edc4bb;
	background-color: #fffbf5;
	padding: 4px;
	width: 200px;
	font-family: inherit;
	font-size: inherit;
}
textarea { width: 280px; }
a.button {
	float: left;
	background: url("../images/button.gif") no-repeat center;
	color: #fff;
	display: block;
	width: 117px;
	height: 34px;
	margin: 10px 10px 0 0;
	text-align: center;
	line-height: 34px;
}
a.button:hover { text-decoration: none; background: url("../images/buttonOver.gif") no-repeat center; }
a.button.over { background: url("../images/buttonOver.html") no-repeat center; }

#rightColumn {
	float: left;
	padding: 10px;
	width: 280px;
	height: 340px;
	margin: 0 0 0 30px;
}
#rightColumn p br {	margin: 0; }
#rightColumn p { margin-top: 30px; line-height: 12px; }


