/* CSS For RCT */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #f2f0dc;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	text-align: center;
}

#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 980px;
	background: url(images/wrap-bg.jpg) no-repeat left top;
}

#header {
	height: 124px;
	
}

#header h1 {
	position: relative;
	overflow: hidden;
	width: 248px;
	height: 124px;
	float: left;
}

#header h1 a {
	font-size: 16px;
	text-decoration: none;
}

#header h1 a span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(images/logo.jpg) no-repeat left top;
}

#header #nav {
	height: 21px;
	float: left;
	margin-left: 70px;
	background: #795231 url(images/ul-left.png) no-repeat left top;
}

#header #navigation {
	padding: 0 20px 0 30px;
	height: 21px;
	background: url(images/ul-right.png) no-repeat right top;
	list-style-type: none;
}

#header #navigation li {
	float:  left;
	padding-right: 10px;
	_width: 90px;
	_text-align: center
}

#header #navigation li.longie {
	_width: 140px;
}

#header #navigation li a {
	display: block;
	padding: 0 7px;
	text-decoration: none;
	color: #f2efdb;
	text-transform: uppercase;
	height: 21px;
	line-height: 21px;
	font-size: 11px;
}

#header #navigation li a:hover {
	background: url(images/ul-hover.png) repeat-x left top;
}

#header #navigation:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

#header #navigation {
	min-height: 0;
}

/* iemac no see \*/
* html #navigation { height: 1%; }
/* iemac see again */

#content {
	padding: 35px;
}

.main {
	width:  540px;
	float: left;
}

.main8 {
	width: 645px;
	float: left;
}

.main h3, .main8 h3 {
	color: #9f7854;
	font-size: 18px;
	padding-bottom: 5px;
}

.main h2, .main8 h2 {
	color: #5d3f26;
	font-size: 27px;
	padding-bottom: 12px;
}

.main h4, .main8 h4 {
	color: #5d3f26;
	font-size: 14px;
}

.main p, .main ul, .main ol, .main8 p, .main8 ul, .main8 ol {
	padding-bottom: 10px;
	font-size: 13px;
	line-height: 1.3;
}

.main a, .main8 a  {
	color: #5d3f26;
	text-decoration: none;
	padding: 2px;
}

.main a:hover, .main8 a:hover {
	text-decoration: underline;
}

.main p img, .main8 p img {
	padding-right: 5px;
}


.main2 {
	width:  880px;
	float: left;
}

.main2 h3 {
	color: #9f7854;
	font-size: 18px;
	padding-bottom: 5px;
}

.main2 h2 {
	color: #5d3f26;
	font-size: 27px;
	padding-bottom: 12px;
}

.main2 h4 {
	color: #5d3f26;
	font-size: 14px;
}

.main2 p, .main2 ul, .main2 ol {
	padding-bottom: 10px;
	font-size: 13px;
	line-height: 1.3;
	width: 600px;
}

.main2 a {
	color: #5d3f26;
	text-decoration: none;
	padding: 2px;
}

.main2 a:hover {
	text-decoration: underline;
}

.main2 p img {
	padding-right: 5px;
}


.main2 img {
	padding: 2px;
}

.sidebar {
	width: 250px;
	float: right;
}

.sidebar div {
	padding-bottom: 15px;
}

.sidebar div img {
	float: right;
	margin: 0 0 10px 10px;
	border: 10px solid #fff;
}

.sidebar div h3 {
	color: #9f7854;
	padding-bottom: 5px;
	font-size: 18px;
}

.sidebar div p, .sidebar div ul, sidebar div ol {
	padding-top: 10px;
	font-size: 13px;
	line-height: 1.3;
}

.sidebar div a {
	color: #5d3f26;
	text-decoration: none;
	padding: 2px;
}

.sidebar div a:hover {
	text-decoration: underline;
}

/* @group subpage-classes */

.sidebar div.side-img img {
	float: none;
	margin: 0;
	border: 0;
}

.imgside {
	width: 344px;
	margin-top: 70px;
}

.sidebar div.big {
	
	width: 344px;
}





.sidebar div.small-left {
	float: left;
	width: 165px;
}

.sidebar div.small-right {
	float: right;
	width: 165px;
}

.sidebar div.side-img p {
	height: 31px;
	padding: 4px;
	margin-top: -3px;
	color: #fff;
	background: url(images/side-p.png) repeat-x left top;
}

.imgside:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.imgside {
	min-height: 0;
}

/* iemac no see \*/
* html .imgside { height: 1%; }
/* iemac see again */

/* @end */

#content:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

#content {
	min-height: 0;
}

/* iemac no see \*/
* html #content { height: 1%; }
/* iemac see again */

#footer {
	padding: 5px 0 20px;
	border-top: 2px solid #b99488;
	font-size: 11px;
}

#footer .copy-note {
	float: left;
	display: block;
}

#footer .design-note {
	float: right;
	display: block;
	color: #5d3f26;
}

#footer .design-note a {
	text-decoration: none;
	color: #5d3f26;
}

#footer:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

#footer {
	min-height: 0;
}

#main img {
padding: 3px;
}

/* iemac no see \*/
* html #footer { height: 1%; }
/* iemac see again */



/*new for lightbox*/
#gallery {
	list-style: none;
	margin: 0;
	width: 100%;
	overflow: hidden;
}
	#gallery li {
		float: left;
		margin: 0 10px 10px 0;
		
	}
		#gallery a:link, #gallery a:visited {
			display: block;
			float: left;
			/*width: 103px;
			height: 80px;*/
			padding: 1px 0 0 2px;
			/*background: url(../img/frame-1.png) no-repeat 0 0;*/
		}
			#gallery a:link img, #gallery a:visited img {
				border: solid 1px #FFFFFF;
			}
			#gallery a:link:hover img, #gallery a:visited:hover img {
				border-color: #4e8bd5;
			}
			
.main5 {
	width:  450px;
	float: left;
}
.main6 {
	width:  450px;
	float: right;
}