/* GENERAL */

/* commented backslash hides from ie5mac \*/ 
html{
	height:100%;
	margin:0;
	padding:0;
} 
/* end hack */ 
html,body {
	padding:0;
	margin:0;
	background-color: #fff;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
body{	
	text-align:left;
	min-width:960px;/* for mozilla*/
	height:100%;
}

#wrapper {
	background: #fff url(images/page-bg.jpg) repeat-x left top;
}

div,p,h1,h2,h3,h4,h5,h6,ul,li {
	margin:0;
	padding:0;
	list-style:none;
}/*clear top margin for mozilla*/

img {
	border:0;
}

html>body #minHeight{
	float:left;
	width:0px;
	height:100%;
	margin:0;
} /*safari wrapper */
#outer{
	height:99.9%;
	min-height:100%;
	width:960px;
	text-align:left;
	margin:auto;
	position:relative;
	overflow:visible;
}
/* mac hide \*/
* html #outer{
	width:960px
}
/* end hide*/

html>body #outer{
	height:auto;
} /*for mozilla as IE treats height as min-height anyway*/

/* mac hide \*/
* html #outer, * html #header {width:960px}
/* end hide*/

/* GENERAL END */

/* HEADER */

#header{
	position:relative;
	width:960px;
	height:494px;
	border:0px solid #000;
	z-index:74;
	background: url(images/header-bg.jpg) no-repeat center 16px;
}
#leftheader, #rightheader {
	border-bottom:1px solid #E9E9E9;
	float:left;
	position:relative;
	width:400px;
}
#rightheader {
	float:right;
	width:560px;
}
#logo {
	float:left;
	position:relative;
	width:166px;
	height:140px;
	text-indent: -5000px;
	z-index:300;
	margin:35px 0px 12px 6px;
	background: url(images/logo.gif) no-repeat left top;
}
.next, .prev{
	cursor:pointer;
}
#slider {
	float:right;
	position:relative;
	width:200px;
	margin:75px 10px 0 0;
	_margin-right:5px;
}
#slider #buttons {
	width:200px;
	position:absolute;
	top:100px;
}
#slider #buttons a {
	margin:10px;
	text-indent: -5000px;
}
#slider .prev {
	float:left;
	width:23px;
	height:25px;
	background: url(images/gallery-left-arrow.gif) no-repeat left top;
}
#slider .next {
	float:right;
	width:23px;
	height:25px;
	background: url(images/gallery-right-arrow.gif) no-repeat left top;
}
#slideshow {
	overflow:hidden;
	width:200px;
}
#slideshow ul {
	width:3000px;
}
#slideshow li {
	float:left;
	margin:0 10px 0 0;
	border:8px solid #fff;
	cursor:pointer;
}
#leftheader-upper, #rightheader-upper {
	height:200px;
}
#leftheader-inner, #rightheader-inner {
	background:#fff;
	clear:both;
	height:225px;
	border-bottom:1px solid #E9E9E9;
}
#leftheader-inner {
	background: #fff url(images/leftheader-inner-shadow.jpg) no-repeat right top;
}
#phototour {
	position:absolute;
	background:#fff;
	border:1px solid #E9E9E9;
	padding: 12px;
	top:87px;
	width:443px;
	height:354px;
	left:0;
	z-index:100;
}
#s3slider { 
   width: 443px; /* important to be same as image width */ 
   height: 354px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}
#s3sliderContent {
   width: 443px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}
.s3slider {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}
.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 417px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;
   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image 
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}
.s3sliderImage span a {
	text-decoration:none;
	color:#fff;
}
.clear {
   clear: both;
}

#leftheader-inner h3 {
	padding: 48px 32px 0 32px;
	font-size:16px;
	color:#4B3F25;
	font-weight:bold;
}
#leftheader-inner p {
	padding: 16px 32px 0 32px;
	font-size:11px;
	color:#7D7A7A;
	font-style:normal;
}
#leftheader-inner a {
	text-decoration:none;
	border:0px solid #000;
	margin:0 10px 0 0;
	padding:0;
	color:#574C34;
	float:right;
}
#header-bottom {
	float:left;
	_float:none;
	width:960px;
	height:65px;
	z-index:20;
	border:0px solid #000;
	background: url(images/header-bottom.jpg) no-repeat left bottom;
}

/* HEADER END */

/* MID */

#mid {
	position:relative;
	width:960px;
	height:73px;
	border:0px solid #000;
}
#ajaxmenu{
	position:relative;
	width:960px;
	height:73px;
	z-index:65;
}

/* MID END */

/* BODY */

#inner{
	position:relative;
	width:960px;
	border:0px solid #000;
}
#left {
	position:relative;
	width:348px;
	float:left;
	border:0px solid #000;
}
#left-inner {
	
}
#left-inner h2, #right-inner h2, #right-inner h3  {
	padding: 32px 32px 0 32px;
	font-size:18px;
	color:#535353;
	font-weight:bold;
	border:0px solid #000;
}
#left-inner h3 {
	padding: 22px 2px 0 32px;
	font-size:14px;
	color:#4B3F25;
	font-weight:bold;
	border:0px solid #000;
}
#left-inner h3 img, #right-inner h3 img {
	padding:6px;
	background:#fff;
	border:1px solid #BEBEBE;
	margin: 0 20px 0 0;
}
#left-inner p, #right-inner p {
	padding: 12px 2px 0 32px;
	color:#7D7A7A;
	border:0px solid #000;
}
#left-inner a.readmore, #right-inner a.readmore {
	text-decoration:none;
	border:0px solid #000;
	padding:0;
	color:#574C34;
	float:right;
}
#right {
	width:608px;
	float:right;
	border:0px solid #000;
}
#right-inner {
	border:0px solid #000;
}
#right-inner h2 {
	padding: 32px 10px 20px 38px;
}
#right-inner h3 {
	font-size:14px;
	padding: 0px 10px 10px 38px;
}
#right-inner p {
	padding: 0px 10px 20px 38px;
}

/* BODY END */

/* FOOTER */

#clearfooter {
	width:100%;
	height:20px;
	clear:both;
} /* to clear footer */
#footer {
	color: #fff;
	width:100%;
	clear:both;
	height:44px;
	background:#AF0290;
}
#footer p {
	margin:0;
	line-height:44px;
	text-align:center;
}
#footer p a {
	text-decoration: none;
	color: #ffffff;
}
* html #footer{
	margin:0;
}/* ie rounding bug*/

/* mac hide \*/
* html #footer {
	/*only ie gets this style*/
	height:44px;
	/* for ie*/
}
/* end hide*/

/* FOOTER END */