html,body {
	height: 100%;
	margin: 0;
}
body {
	font:11px arial,sans-serif;
	color:#000;
	background:#fff;
	margin:0;
	min-width:960px;
}
a {
	text-decoration:none;
	color:#000;
}
a:hover {text-decoration:underline;}
a:focus {outline:none}
input, textarea, select {
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
img {border-style:none}
#main {
	width:100%;
	min-height:100%;
	position:relative;
}
* html #main {height:100%}
/* logo */
.logo {
    clear:both;
	position:absolute;
	top:0;
	left:24px;
}
.logo a {
	display:block;
	background:url(../images/logo.png) no-repeat;
	width:430px;
	height:144px;
	text-indent:-9999px;
	overflow:hidden;
}
/* header */
#header {
	background:url(../images/bg-header.jpg) repeat-x 50% 0;
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
#inner #header {background:url(../images/bg-header-inner.jpg) repeat-x 50% 0}
.header {
	width:670px;
	padding:0 0 0 375px;
	height:117px;
	margin:0 auto;
	position:relative;
}
#inner .header {height:134px}
.head {
	float:left;
	width:630px;
}
.header:after,
.head:after {
	clear:both;
	display:block;
	content:"";
}
.head-info {
	width:630px;
	overflow:hidden;
	height:71px;
	margin:5px 0 0;
}
#inner .head-info {height:27px}
.head-info .list {
	float:right;
	padding:0;
	margin:0 -3px 0 0;
	display:inline;
	list-style:none;
}
.head-info .list li {
	float:left;
	padding:0 6px 0 8px;
	background:url(../images/head-separator.gif) no-repeat 0 7px;
}
.head-info .list li:first-child {
	padding:0 6px 0 0;
	background:none;
}
.head-info .list li a {
	font:bold 12px/16px Arial, Helvetica, sans-serif;
	color:#fff;
}
.search-box {
	width:630px;
	overflow:hidden;
	height:44px;
}
.search-box .search {
	float:right;
	background:url(../images/bg-search.png) no-repeat;
	width:165px;
	height:21px;
	padding:5px 4px 0 18px;
}
.search-box .search div {
	width:100%;
	overflow:hidden;
	position:relative;
}
.search-box .search input {float:left}
.search-box .search .txt {
	float:left;
	font:13px/16px Arial, Helvetica, sans-serif;
	color:#3b2e28;
	width:148px;
	padding:0;
	border:none;
	background:none;
	letter-spacing:1px;
}
/* menu */
.menu {
	width:630px;
}
.menu:after {
	clear:both;
	display:block;
	content:"";
}
.page .menu {
	margin:44px 0 0;
}
#menu {
	float:right;
	padding:0;
	margin:0;
	list-style:none;
}
#menu li {
	float:left;
	padding:0 0 0 1px;
    position:relative;
	z-index:100;
}
#menu li.hover div,
#menu li:hover div {
	display:block;
}
#menu li.hover a,
#menu li:hover a {
	background:#fff url(../images/bg-menu-a.gif) repeat-x;
}
#menu li.hover ul a,
#menu li:hover ul a {
	background:none;
}
#menu li.hover ul a:hover,
#menu li:hover ul a:hover {
	background:#383838;
	color:#fff;
}
#inner #menu li.hover a,
#inner #menu li:hover a {
	background:#fff url(../images/bg-menu-a-inner.gif) repeat-x;
}
#inner #menu li.hover ul a,
#inner #menu li:hover ul a {
	background:none;
}
#inner #menu li.hover ul a:hover,
#inner #menu li:hover ul a:hover {
	background:#383838;
	color:#fff;
}
#menu li a {
	float:left;
	font:bold 14px/28px Arial, Helvetica, sans-serif;
	color:#3b2412;
	background:url(../images/bg-menu.gif) repeat-x;
	padding:4px 10px 0 9px;
	text-decoration:none;
}
#menu li a.who {
	font:bold 16px/24px Arial, Helvetica, sans-serif;
	padding:5px 7px 3px;
}
#inner #menu li a {
	background:url(../images/bg-menu-inner.gif) repeat-x;
	font:bold 14px/26px Arial, Helvetica, sans-serif;
}
#inner #menu li a.who {
	font:bold 16px/24px Arial, Helvetica, sans-serif;
	padding:4px 7px 2px;
}
#menu li.active a {
	color:#2d201c;
	background:#fff url(../images/bg-menu-a.gif) repeat-x;
}
#inner #menu li.active a {background:#fff url(../images/bg-menu-a-inner.gif) repeat-x}
#menu li a:hover {background:#fff url(../images/bg-menu-a.gif) repeat-x}
#inner #menu li a:hover {background:#fff url(../images/bg-menu-a-inner.gif) repeat-x}
#menu div {
	display:none;
	position:absolute;
	top:32px;
	left:1px;
}
#inner #menu div {top:30px}
#menu div ul {
	background:url(../images/bg-menu.png) repeat;
	width:198px;
	padding:0;
	margin:0;
	list-style:none;
	overflow:hidden;
}
#menu div ul li {
	width:198px;
	padding:0;
}
#menu div ul li a,
#inner #menu div ul li a {
	display:block;
	float:none;
	cursor:pointer;
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#3b2412;
	background:none;
	width:179px;
	padding:5px 10px 5px 9px;
}
.breadcrumbs {
	position:absolute;
	top:139px;
	left:304px;
	padding:0;
	margin:0;
	list-style:none;
}
.breadcrumbs li {
	float:left;
	font:13px/16px Arial, Helvetica, sans-serif;
	color:#3b2412;
	padding:0 8px 0 13px;
	background:url(../images/arrow03.gif) no-repeat 0 50%;
}
.breadcrumbs li:first-child {
	padding:0 8px 0 0;
	background:none;
}
.breadcrumbs li a {
	font:13px/16px Arial, Helvetica, sans-serif;
	color:#3b2412;
}
/* content */
#content {
	width:100%;
	padding:117px 0 638px;
	overflow:hidden;
}
#inner #content {padding:134px 0 638px}
/* home-box */
.home-box {
	background:#d0d0d0 url(../images/bg-home.gif) no-repeat 50% 0;
	width:100%;
	overflow:hidden;
}
.home {
	width:960px;
	margin:0 auto;
	overflow:hidden;
}
.home-gallery {
	width:9999px;
	height:352px;
	padding:0;
	margin:0;
	list-style:none;
}
.home-gallery li {
	background:#d0d0d0;
	float:left;
	width:960px;
}
.home .text {
	float:left;
	width:337px;
	padding:0 0 0 7px;
	margin:62px 0 0;
}
.home .text h1 {
	font:26px/30px Verdana, Arial, Helvetica, sans-serif;
	color:#45301c;
	margin:0;
	letter-spacing:-1px;
}
.home .text p {
	font:13px/24px Verdana, Arial, Helvetica, sans-serif;
	color:#3b2412;
	margin:17px 0 0;
	letter-spacing:-1px;
}
.home .text .links {
	width:347px;
	overflow:hidden;
}
.home .text .links ul {
	float:left;
	padding:0;
	margin:4px 0 0;
	width:150px;
	list-style:none;
}
.home .text .links .one {width:190px}
.home .text .links ul li {
	width:100%;
	overflow:hidden;
	margin:20px 0 0;
}
.home .text .links ul li a {
	font:14px/16px Arial, Helvetica, sans-serif;
	color:#3b2412;
	padding:0 0 0 11px;
	background:url(../images/arrow01.gif) no-repeat 0 50%;
}
.home .text .more {
	width:287px;
	padding:0 0 0 60px;
	overflow:hidden;
	margin:18px 0 0;
}
.home .text .more a {
	display:block;
	cursor:pointer;
	background:url(../images/btn-learn-more.png) no-repeat;
	width:161px;
	height:33px;
	text-indent:-9999px;
}
.home .text .more a:hover {background:url(../images/btn-learn-more-over.png) no-repeat}
.home .photo {
	float:right;
	width:600px;
	margin:6px 0 0;
	
}
.home .photo img {display:block}
/* nav-box */
.nav-box {
	background:url(../images/bg-nav.gif) repeat-x;
	height:43px;
	width:100%;
	overflow:hidden;
	margin:-10px 0 0;
	position:relative;
}
.nav {
	width:960px;
	overflow:hidden;
	margin:0 auto;
	position: relative;
	text-align: center;
}
.nav-text {
	left: 50%;
	float: left;
	position: relative;
	text-align: center;
}
#nav {
	left: -50%;
	float: left;
	position: relative;
	padding:0 10px 0 0;
	margin:0;
	list-style:none;
	text-align:left;
}
#nav li {
	float: left;
	padding:0 9px;
}
#nav li a {
	float: left;
	cursor:pointer;
	text-decoration:none;
}
#nav li a:hover {background:url(../images/bg-nav-over.gif) repeat-x}
#nav li.active a {background:url(../images/bg-nav-over.gif) repeat-x}
#nav li a span {
	float: left;
	font:14px/24px Arial, Helvetica, sans-serif;
	color:#fff;
	padding:12px 16px 0;
}
#nav li a:hover span {
	color:#3b2412;
	background:url(../images/arrow02.gif) no-repeat 50% 0;
}
#nav li.active a span {
	color:#3b2412;
	background:url(../images/arrow02.gif) no-repeat 50% 0;
}
/* look-box */
.look-box {
	background:url(../images/bg-look.jpg) repeat-x 50% 0;
	width:100%;
	height:111px;
	overflow:hidden;
}
.look-box .look {
	width:930px;
	padding:0 12px 0 18px;
	margin:0 auto;
	overflow:hidden;
}
.look-box .look .text {
	float:left;
	width:687px;
	margin:14px 15px 0 0;
	background:url(../images/border01.gif) no-repeat 100% 0;
	min-height:77px;
	padding:11px 10px 0 0;
}
* html .look-box .look .text {height:77px}
.look-box .look .text h2 {
	font:bold 24px/28px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	margin:0;
	letter-spacing:-1px;
}
.look-box .look .text h3 {
	font:bold 15px/22px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	margin:5px 0 0;
	letter-spacing:-1px;
}
.look-box .look .text h3 strong {
	font:bold 20px/22px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	letter-spacing:-1px;
}
.look-box .tour {
	float:left;
	margin:20px 0 0;
	width:215px;
}
.look-box .tour .photo {
	float:left;
	width:94px;
	padding:2px;
	margin:0 19px 0 0;
	background:#fff;
	border:1px solid #ccc;
}
.look-box .tour .photo img {display:block}
.look-box .tour .description {
	float:left;
	width:96px;
	margin:-2px 0 0;
}
.look-box .tour .description h3 {
	font:16px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	margin:0;
	letter-spacing:-1px;
}
.look-box .tour .description p {
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#fff;
	margin:0 5px 0 0;
}
.look-box .tour .watch {
	width:100%;
	overflow:hidden;
	margin:6px 0 0;
}
.look-box .tour .watch a {
	float:left;
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#d8ffd2;
	padding:0 0 0 10px;
	background:url(../images/arrow03.gif) no-repeat 0 50%;
}
/* context-box */
.context-box {
	width:100%;
	padding:0 0 33px;
	overflow:hidden;
}
#content .upper {padding:0 0 6px}
#content .ups {padding:0 0 6px}
#content .none {padding:0}
#content .upps {padding:0 0 26px}
.context {
	width:960px;
	overflow:hidden;
	margin:0 auto;
}
.chapters {
	width:960px;
	overflow:hidden;
	margin:11px 0 0;
}
#content .upper .chapters {margin:61px 0 0}
#content .ups .chapters {margin:15px 0 0}
#content .upps .chapters {margin:15px 0 0}
.chapters .info {
	float:left;
	width:710px;
	padding:0 14px 0 0;
}
/* welcome-box */
.welcome-box {
	width:694px;
	overflow:hidden;
	padding:0 8px 8px;
	border-bottom:1px solid #ccc;
	margin:15px 0 0;
}
.welcome-box h2 {
	font:26px/28px Verdana, Arial, Helvetica, sans-serif;
	color:#3b2412;
	margin:0;
	letter-spacing:-1px;
}
.welcome-box p {
	font:15px/22px Arial, Helvetica, sans-serif;
	color:#3b2412;
	margin:10px 0 0 4px;
}
.welcome-box p a {
	font:15px/22px Arial, Helvetica, sans-serif;
	color:#7e9689;
}
/* offer-box */
.offer-box {
	width:694px;
	padding:0 8px;
	overflow:hidden;
	margin:17px 0 0;
}
.offer-box h3 {
	font:20px/22px Verdana, Arial, Helvetica, sans-serif;
	color:#3b2412;
	margin:0;
	letter-spacing:-1px;
}
.offer-box p {
	font:15px/22px Arial, Helvetica, sans-serif;
	color:#3b2412;
	margin:10px 0 0;
}
/* columns */
.columns {
	width:700px;
	padding:0 2px 0 8px;
	overflow:hidden;
	margin:25px 0 0;
}
.columns .column {
	float:left;
	width:213px;
	padding:0 7px 0 0;
	margin:0 0 0 20px;
	display:inline;
}
.columns .one {margin:0}
.columns .column h3 {
	font:20px/22px Verdana, Arial, Helvetica, sans-serif;
	color:#3b2412;
	margin:0;
	letter-spacing:-1px;
}
.columns .column h4 {
	font:11px/14px Arial, Helvetica, sans-serif;
	color:#3b2412;
	margin:3px 0 0 1px;
}
.columns .column .photo {
	width:213px;
	overflow:hidden;
	margin:23px 0 0;
}
.columns .column .photo img {
	display:block;
	margin:0 auto;
}
.columns .column .text {
	width:213px;
	overflow:hidden;
	margin:18px 0 0;
}
.columns .column .text p {
	font:15px/22px Arial, Helvetica, sans-serif;
	color:#3b2412;
	margin:0;
}
.columns .column .text .view {
	width:213px;
	overflow:hidden;
	margin:8px 0 0;
}
.columns .column .text .view a {
	float:left;
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#7e9689;
	padding:0 0 0 10px;
	background:url(../images/arrow03.gif) no-repeat 0 50%;
}
/* post-box */
.post-box {
	width:710px;
	overflow:hidden;
	margin:70px 0 0;
}
.chapters .top {margin:0}
.post-box .heading {
	width:710px;
	overflow:hidden;
	border-bottom:1px solid #ccc;
}
.post-box .heading .date {
	float:left;
	background:url(../images/bg-date.gif) no-repeat;
	width:66px;
	height:51px;
	padding:11px 0 0;
}
.post-box .heading .date h3 {
	font:16px/22px Verdana, Arial, Helvetica, sans-serif;
	color:#3b2412;
	margin:0;
	text-align:center;
	letter-spacing:-1px;
}
.post-box .heading .description {
	float:left;
	padding:0 0 0 19px;
	width:620px;
}
.post-box .heading .description h2 {
	font:26px/30px Verdana, Arial, Helvetica, sans-serif;
	color:#594932;
	margin:3px 0 0;
	letter-spacing:-1px;
}
.post-box .heading .description p {
	font:11px/14px Arial, Helvetica, sans-serif;
	color:#3b2412;
	margin:5px 0 0;
}
.post-box .heading .description p span {color:#7e9689}
.post-box .heading .description p a {color:#7e9689}
.post-box .text {
	width:703px;
	padding:0 0 0 10px;
	overflow:hidden;
}
.post-box .text .photo {
	width:694px;
	overflow:hidden;
	border:1px solid #ccc;
	margin:40px 0 0;
	padding:2px;
}
.post-box .text .photo img {display:block}
.post-box .text p {
	font:15px/22px Arial, Helvetica, sans-serif;
	color:#3b2412;
	margin:30px 0 0;
}
.post-box .text p a {color:#7e9689}
.post-box .more-box {
	background:url(../images/bg-more-box.gif) no-repeat;
	width:678px;
	height:28px;
	padding:12px 21px 0;
	overflow:hidden;
	margin:20px 0 0;
}
.post-box .more-box .more {
	float:left;
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#7e9689;
	width:255px;
}
.post-box .more-box .more a {
	float:left;
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#7e9689;
	padding:0 0 0 10px;
	background:url(../images/arrow03.gif) no-repeat 0 50%;
}
.post-box .more-box ul {
	float:left;
	padding:0;
	margin:0;
	list-style:none;
}
.post-box .more-box ul li {
	float:left;
	padding:0 7px 0 8px;
	background:url(../images/separator01.gif) no-repeat 0 3px;
}
.post-box .more-box ul li:first-child {background:none}
.post-box .more-box ul li a {
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#7e9689;
}
.post-box .more-box .comments {
	float:right;
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#7e9689;
}
.post-box .more-box .comments a {
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#7e9689;
}
/* entries-box */
.entries-box {
	width:700px;
	padding:0 5px;
	margin:40px 0 0;
	overflow:hidden;
}
.entries-box a {
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#7e9689;
}
.entries-box a.prev {
	float:left;
	background:url(../images/arrow04.gif) no-repeat 0 50%;
	padding:0 0 0 10px;
}
.entries-box a.next {
	float:right;
	background:url(../images/arrow03.gif) no-repeat 100% 50%;
	padding:0 10px 0 0;
}
/* project-box */
.project-box {
	width:710px;
	overflow:hidden;
}
.project-box .heading {
	width:710px;
	overflow:hidden;
	border-bottom:1px solid #ccc;
}
.project-box .lower {
	margin:20px 0 0;
	border-bottom:none;
	border-top:1px solid #ccc;
}
.project-box .heading .sort-list {
	float:left;
	padding:0;
	margin:24px -3px 0 0;
	list-style:none;
}
.project-box .lower .sort-list {margin:12px 0 0}
.project-box .heading .sort-list li {
	float:left;
	font:13px/16px Arial, Helvetica, sans-serif;
	color:#7e9689;
	padding:0 9px 0 9px;
	background:url(../images/separator02.gif) no-repeat 0 50%;
}
.project-box .heading .sort-list li:first-child {background:none}
.project-box .heading .sort-list li a {color:#7e9689}
.project-box .heading .title {float:left}
.project-box .heading .title h1 {
	font:bold 49px/54px Verdana, Arial, Helvetica, sans-serif;
	color:#e8ecea;
	margin:0;
	letter-spacing:-2px;
}
.project-box .heading .tabset {
	float:right;
	padding:9px 0 0 14px;
	margin:15px 0 0;
	list-style:none;
	background:url(../images/bg-part01.gif) no-repeat;
	width:76px;
	height:30px;
}
.project-box .lower .tabset {
	background:url(../images/bg-part02.gif) no-repeat;
	margin:0;
}
.project-box .heading .tabset li {
	float:left;
	padding:0 0 0 4px;
}
.project-box .heading .tabset li a {
	display:block;
	width:24px;
	height:23px;
	cursor:pointer;
	text-indent:-9999px;
}
.project-box .heading .tabset li.item1 a {background:url(../images/btn-prev-active.png) no-repeat}
.project-box .heading .tabset li.item1.disabled a {background:url(../images/btn-prev.png) no-repeat}
.project-box .heading .tabset li.item2 a {background:url(../images/btn-next.png) no-repeat}
.project-box .heading .tabset li.item2.disabled a {background:url(../images/btn-next-disable.png) no-repeat}
.project-box .projects {
	width:710px;
	overflow:hidden;
	margin:-8px 0 0;
}
/* project */
.project-box .project {
	background:url(../images/project-box-bg.gif) repeat-y;
	width:710px;
	overflow:hidden;
	margin:26px 0 0;
}
.project-box .project-bg {
	background:url(../images/project-box-top.gif) no-repeat;
}
.project-box .project-text {
	background:url(../images/project-box-foot.gif) no-repeat 0 100%;
	width:670px;
	padding:0 16px 20px 24px;
	overflow:hidden;
	min-height:250px;
}
* html .project-box .project-text {
	overflow:visible;
	height:250px;
}
.project-box .project .photo {
	float:left;
	width:444px;
	margin:20px 0 0;
	position:relative;
	border:1px solid #ccc;
	padding:2px;
	background:#fff;
}
.project-box .project .photo img {display:block}
.project-box .project .photo .winner {
	position:absolute;
	top:-2px;
	right:-2px;
}
* html .project-box .project .photo .winner {right:-3px}
.project-box .project .winner div {
	background:url(../images/item-winner.png) no-repeat;
	width:65px;
	height:65px;
	overflow:hidden;
	text-indent:-9999px;
}
.project-box .project .description {
	float:left;
	width:195px;
	padding:0 0 0 20px;
	margin:20px 0 0;
}
.project-box .project .description .holder {
	width:195px;
	overflow:hidden;
	min-height:213px;
}
* html .project-box .project .description .holder {
	overflow:visible;
	height:213px;
}
.project-box .project .description h2 {
	font:20px/24px Verdana, Arial, Helvetica, sans-serif;
	color:#3b2412;
	margin:0;
	letter-spacing:-1px;
}
.project-box .project .description h3 {
	font:11px/14px Arial, Helvetica, sans-serif;
	color:#3b2412;
	margin:3px 0 0 1px;
}
.project-box .project .description h3 span {color:#7e9689}
.project-box .project .description h3 a {color:#7e9689}
.project-box .project .description p {
	font:15px/22px Arial, Helvetica, sans-serif;
	color:#3b2412;
	margin:11px 0 0;
}
.project-box .project .description .view {
	width:195px;
	overflow:hidden;
}
.project-box .project .description .view a {
	float:left;
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#7e9689;
	padding:0 0 0 10px;
	background:url(../images/arrow03.gif) no-repeat 0 50%;
}
/* related-box */
.related-box {
	width:710px;
	background:url(../images/project-box-bg.gif) repeat-y;
	overflow:hidden;
	margin:9px 0 0;
}
.related-box-bg {
	background:url(../images/project-box-top.gif) no-repeat;
	width:100%;
}
.related-box-info {
	width:668px;
	padding:0 21px 20px;
	background:url(../images/project-box-foot1.gif) no-repeat 0 100%;
	overflow:hidden;
	min-height:185px;
}
* html .related-box-info {
	overflow:visible;
	height:185px;
}
.related-box .heading {
	width:668px;
	overflow:hidden;
	margin:11px 0 0;
}
.related-box .heading h3 {
	font:20px/26px Verdana, Arial, Helvetica, sans-serif;
	color:#3b2412;
	margin:0;
	letter-spacing:-1px;
}
.related-box .heading div {
	float:right;
	margin:7px 0 0;
}
.related-box .heading div a {
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#7e9689;
}
.related-box .text {
	width:668px;
	overflow:hidden;
	margin:-3px 0 0;
}
.related-box .related-list {
	width:668px;
	margin:20px 0 0;
	padding:0;
	overflow:hidden;
	list-style:none;
}
.related-box .related-list li {
	float:left;
	width:210px;
	padding:0 0 0 19px;
}
.related-box .related-list li:first-child {padding:0}
.related-box .related-list .photo {
	float:left;
	width:83px;
	padding:2px;
	background:#fff;
	border:1px solid #ccc;
}
.related-box .related-list .photo img {display:block}
.related-box .related-list .description {
	float:left;
	width:110px;
	padding:0 0 0 10px;
}
.related-box .related-list .description h4 {
	font:bold 12px/16px Arial, Helvetica, sans-serif;
	color:#3b2412;
	margin:0;
}
.related-box .related-list .description h4 a {color:#3b2412}
.related-box .related-list .description p {
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#7e9689;
	margin:2px 0 0;
}
.related-box .related-list .description p a {color:#7e9689}
.related-box .related-list .description .view {
	width:100%;
	overflow:hidden;
	margin:6px 0 0;
}
.related-box .related-list .description .view a {
	float:left;
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#7e9689;
	padding:0 0 0 10px;
	background:url(../images/arrow03.gif) no-repeat 0 50%;
}
/* quote-box */
.quote-box {
	width:710px;
	overflow:hidden;
	margin:5px 0 0;
}
.quote-box .place {
	width:700px;
	padding:0 10px 0 0;
	margin:0;
	overflow:hidden;
	list-style:none;
}
.quote-box .place ul {
	float:right;
	padding:0;
	margin:0;
	list-style:none;
}
.quote-box .place ul li {
	font:12px/16px Verdana, Arial, Helvetica, sans-serif;
	color:#7e9689;
	letter-spacing:-1px;
	float:left;
	padding:0 6px 0 1px;
	background:url(../images/separator03.gif) no-repeat 100% 50%;
}
.quote-box .place ul li a {
	font:12px/16px Verdana, Arial, Helvetica, sans-serif;
	color:#7e9689;
}
/* block */
.quote-box .block {
	background:url(../images/quote-block-bg.gif) repeat-y;
	width:710px;
	overflow:hidden;
	margin:2px 0 0;
}
.quote-box .block-bg {background:url(../images/quote-block-top.gif) no-repeat}
.quote-box .block-info {
	background:url(../images/quote-block-foot.gif) no-repeat 0 100%;
	width:670px;
	padding:0 20px 10px;
	overflow:hidden;
	min-height:510px;
}
* html .quote-box .block-info {
	overflow:visible;
	height:510px;
}
.quote-box .block .text {
	width:670px;
	overflow:hidden;
}
.quote-box .block .text h1 {
	font:26px/30px Verdana, Arial, Helvetica, sans-serif;
	color:#3b2412;
	margin:13px 0 0;
	letter-spacing:-1px;
}
/* carousel-box */
.quote-box .carousel-box {
	width:670px;
	overflow:hidden;
	margin:12px 0 0;
}
.quote-box .carousel {
	width:670px;
	height:410px;
	overflow:hidden;
}
.quote-box .carousel ul {
	width:670px;
	height: 100%;
	padding:0;
	margin:0;
	position:relative;
	overflow:hidden;
	list-style:none;
}
.quote-box .carousel ul li.active {
	z-index: 2;
}
.quote-box .carousel ul li {
	z-index: 1;
	position:absolute;
	width:670px;
	height: 100%;
	top: 0;
	left: 0;
}
.quote-box .carousel ul li .photo {
	float:left;
	width:663px;
	padding:2px;
	border:1px solid #ccc;
	background:#fff;
}
.quote-box .carousel ul li .photo img {display:block}
.quote-box .block .inform {
	width:670px;
	overflow:hidden;
	margin:35px 0 0;
}
.quote-box .block .inform .counter {
	float:left;
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#7e9689;
	width:300px;
}
.quote-box .block .inform ul {
	float:left;
	padding:0;
	margin:2px 0 0;
	list-style:none;
}
.quote-box .block .inform ul li {
	float:left;
	padding:0 0 0 10px;
}
.quote-box .block .inform ul li a {
	display:block;
	background:url(../images/item-gallery.gif) no-repeat;
	width:10px;
	height:10px;
	font-size:6px;
	text-indent:-9999px;
}
.quote-box .block .inform ul li.active a {background:url(../images/item-gallery-active.gif) no-repeat}
.quote-box .block .inform .large {
	float:right;
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#7e9689;
}
.quote-box .quote-text {
	width:701px;
	padding:0 0 35px 9px;
	overflow:hidden;
	margin:11px 0 0;
}
.quote-box .quote-text .text {
	float:left;
	width:460px;
	padding:0 20px 0 0;
	margin:11px 0 0;
}
.quote-box .quote-text .text p {
	font:15px/22px Arial, Helvetica, sans-serif;
	color:#3b2412;
	margin:0;
}
.quote-box .quote-text .bar-side {
	float:left;
	width:220px;
}
.quote-box .quote-text .list {
	width:220px;
	padding:0;
	margin:0;
	overflow:hidden;
	list-style:none;
}
.quote-box .quote-text .list li {
	float:left;
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#3b2412;
	width:220px;
	padding:15px 0 17px;
	border-bottom:1px solid #ccc;
}
.quote-box .quote-text .list li a {color:#7e9689}
.quote-box .quote-text .list li a.online {
	font-weight:bold;
	color:#900;
}
.quote-box .quote-text .list ul {
	width:100%;
	padding:0;
	margin:0;
	overflow:hidden;
	list-style:none;
}
.quote-box .quote-text .list ul li {
	width:auto;
	padding:0 7px 0 8px;
	background:url(../images/separator04.gif) no-repeat 0 3px;
	border-bottom:none;
}
.quote-box .quote-text .list ul li:first-child {
	padding:0 7px 0 0;
	background:none;
}
/* sidebar */
.chapters .sidebar {
	float:right;
	width:236px;
}
/* follow-box */
.follow-box {
	background:url(../images/bg-follow-box.gif) no-repeat;
	width:172px;
	padding:0 22px;
	margin:0 0 0 9px;
	height:84px;
	overflow:hidden;
}
.page .follow-box {margin:28px 0 0 9px}
.follow-box h3 {
	font:bold 13px/16px Verdana, Arial, Helvetica, sans-serif;
	color:#7e9689;
	margin:6px 0 0;
	letter-spacing:-1px;
	text-align:center;
}
.page .follow-box h3 {color:#666}
.follow-box ul {
	width:100%;
	padding:0;
	margin:5px 0 0;
	list-style:none;
	overflow:hidden;
}
.follow-box ul li {float:left}
.follow-box ul li img {display:block}
/* testimonial-box */
.testimonial-box {
	background:url(../images/quote.gif) no-repeat;
	width:226px;
	padding:8px 0 0 10px;
	overflow:hidden;
	margin:23px 0 0;
}
.page .testimonial-box {background:url(../images/quote1.gif) no-repeat}
.testimonial-box h3 {
	font:18px/32px Verdana, Arial, Helvetica, sans-serif;
	color:#3b2412;
	margin:0;
	letter-spacing:-1px;
}
.testimonial-box h3 span {
	font:18px/32px Verdana, Arial, Helvetica, sans-serif;
	color:#3b2412;
	padding:0 0 0 48px;
}
.testimonial-box h3 strong {
	font:bold 21px/32px Verdana, Arial, Helvetica, sans-serif;
	color:#3b2412;
}
.testimonial-box p {
	font:11px/14px Arial, Helvetica, sans-serif;
	color:#3b2412;
	margin:7px 0 0 7px;
}
.testimonial-box p a {
	font:11px/14px Arial, Helvetica, sans-serif;
	color:#7e9689;
}
/* latest-box */
.latest-box {
	width:230px;
	padding:0 0 0 3px;
	overflow:hidden;
	margin:19px 0 0;
}
.page .latest-box {margin:57px 0 0}
.latest-box .tabset {
	width:230px;
	padding:0;
	margin:0;
	overflow:hidden;
	list-style:none;
}
.latest-box .tabset li {
	float:left;
	padding:0 0 0 10px;
}
.latest-box .tabset li:first-child {padding:0}
.latest-box .tabset li a {
	display:block;
	width:110px;
	height:39px;
	text-indent:-9999px;
}
.latest-box .tabset li #nav1 {background:url(../images/tab01.gif) no-repeat}
.latest-box .tabset li #nav1.active {background:url(../images/tab01.gif) no-repeat 0 100%}
.latest-box .tabset li #nav2 {background:url(../images/tab02.gif) no-repeat}
.latest-box .tabset li #nav2.active {background:url(../images/tab02.gif) no-repeat 0 100%}
.latest-box .tab-info {
	background:url(../images/bg-tabs-info.gif) repeat-y;
	width:230px;
	overflow:hidden;
}
.latest-box .news-list {
	width:228px;
	padding:0 1px;
	margin:0;
	overflow:hidden;
	list-style:none;
}
.latest-box .news-list li {
	float:left;
	width:210px;
	padding:17px 9px;
	border-top:1px solid #ccc;
	background:#fff;
}
.latest-box .news-list .photo {
	float:left;
	width:61px;
	padding:2px;
	background:#fff;
	border:1px solid #ccc;
	margin:0 18px 0 0;
}
.latest-box .news-list .photo img {display:block}
.latest-box .news-list .description {
	float:left;
	width:123px;
}
.latest-box .news-list .description p {
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#3b2412;
	margin:0;
}
.latest-box .news-list .description .more {
	width:100%;
	overflow:hidden;
}
.latest-box .news-list .description .more a {
	float:left;
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#7e9689;
	padding:0 0 0 11px;
	background:url(../images/arrow03.gif) no-repeat 0 50%;
}
.latest-box .view-box {
	background:url(../images/bg-tabs-bottom.gif) no-repeat;
	width:213px;
	height:40px;
	padding:0 10px 0 7px;
	overflow:hidden;
}
.latest-box .view-box ul {
	float:left;
	padding:0;
	margin:10px 0 0;
	list-style:none;
}
.latest-box .view-box ul li {
	float:left;
	padding:0 0 0 3px;
}
.latest-box .view-box ul li a {
	display:block;
	cursor:pointer;
	width:24px;
	height:24px;
	text-indent:-9999px;
}
.latest-box .view-box ul li a.prev {background:url(../images/btn-prev-active.gif) no-repeat}
.latest-box .view-box ul li.disabled a.prev {background:url(../images/btn-prev.gif) no-repeat}
.latest-box .view-box ul li a.next {background:url(../images/btn-next.gif) no-repeat}
.latest-box .view-box ul li.disabled a.next {background:url(../images/btn-next-disable.gif) no-repeat}
.latest-box .view-box .view {
	float:right;
	margin:13px 0 0;
}
.latest-box .view-box .view a {
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#7e9689;
}
/* twitter-box */
.twitter-box {
	width:230px;
	padding:0 0 0 6px;
	overflow:hidden;
	margin:22px 0 0;
}
.twitter-box .heading {
	background:url(../images/img-twiiter.gif) no-repeat 100% 0;
	width:200px;
	padding:7px 20px 15px 10px;
	overflow:hidden;
	border-bottom:1px solid #ccc;
}
.twitter-box .heading h3 {
	font:17px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#3b2412;
	margin:0;
	letter-spacing:-1px;
}
.twitter-box .heading h3 span {
	padding:0 0 0 10px;
	background:url(../images/arrow03.gif) no-repeat 0 50%;
}
.twitter-box .text {
	width:212px;
	padding:0 9px;
	overflow:hidden;
	margin:14px 0 0;
}
.twitter-box .text h3 {
	font:15px/22px Arial, Helvetica, sans-serif;
	color:#3b2412;
	margin:0;
}
.twitter-box .text h3 a {color:#7e9689}
.twitter-box .text p {
	font:11px/16px Arial, Helvetica, sans-serif;
	color:#7e9689;
	margin:4px 0 0;
}
.twitter-box .text p a {color:#7e9689}
.twitter-box .text .follow {
	width:212px;
	overflow:hidden;
	margin:9px 0 0;
}
.twitter-box .text .follow a {
	float:left;
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#7e9689;
	padding:0 0 0 10px;
	background:url(../images/arrow03.gif) no-repeat 0 50%;
}
/* categories-box */
.categories-box {
	width:230px;
	padding:0 0 0 6px;
	overflow:hidden;
	margin:40px 0 0;
}
.categories-box .heading {
	width:200px;
	padding:7px 20px 15px 10px;
	overflow:hidden;
	border-bottom:1px solid #ccc;
}
.categories-box .heading h3 {
	font:17px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#3b2412;
	margin:0;
	letter-spacing:-1px;
}
.categories-box .heading h3 span {
	padding:0 0 0 10px;
	background:url(../images/arrow03.gif) no-repeat 0 50%;
}
.categories-box .text {
	width:210px;
	padding:0 10px;
	overflow:hidden;
	margin:9px 0 0;
}
.categories-box .text ul {
	width:210px;
	padding:0;
	margin:0;
	overflow:hidden;
	list-style:none;
}
.categories-box .text ul li {
	width:210px;
	margin:9px 0 0;
	overflow:hidden;
}
.categories-box .text ul li a {
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#3b2412;
}
/* album-box */
.album-box {
	width:230px;
	padding:0 0 0 6px;
	overflow:hidden;
	margin:40px 0 0;
}
.album-box .heading {
	width:200px;
	padding:7px 20px 15px 10px;
	overflow:hidden;
	border-bottom:1px solid #ccc;
}
.album-box .heading h3 {
	font:17px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#3b2412;
	margin:0;
	letter-spacing:-1px;
}
.album-box .heading h3 span {
	padding:0 0 0 10px;
	background:url(../images/arrow03.gif) no-repeat 0 50%;
}
.album-box .text {
	width:230px;
	overflow:hidden;
}
.album-box .album-list {
	width:255px;
	padding:0;
	margin:0 0 0 -20px;
	list-style:none;
	overflow:hidden;
}
.album-box .album-list li {
	float:left;
	width:100px;
    height: 106px;
	padding:20px 0 0 20px;
}
.album-box .album-list .photo {
	width:106px;
	overflow:hidden;
    height: 106px;
}
.album-box .album-list .photo img {
	padding:2px;
	border:1px solid #ccc;
	display:block;
}
.album-box .text .link {
	width:220px;
	padding:0 0 0 10px;
	margin:15px 0 0;
	overflow:hidden;
}
.album-box .text .link a {
	float:left;
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#7e9689;
	padding:0 0 0 10px;
	background:url(../images/arrow03.gif) no-repeat 0 50%;
}
/* tag-box */
.tag-box {
	width:230px;
	padding:0 0 0 6px;
	overflow:hidden;
	margin:40px 0 0;
}
.tag-box .heading {
	width:200px;
	padding:7px 20px 15px 10px;
	overflow:hidden;
	border-bottom:1px solid #ccc;
}
.tag-box .heading h3 {
	font:17px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#3b2412;
	margin:0;
	letter-spacing:-1px;
}
.tag-box .heading h3 span {
	padding:0 0 0 10px;
	background:url(../images/arrow03.gif) no-repeat 0 50%;
}
.tag-box .text {
	width:222px;
	padding:0 0 0 8px;
	margin:8px 0 0;
	overflow:hidden;
}
* html .tag-box .text {margin:6px 0 0}
* +html .tag-box .text {margin:6px 0 0}
.tag-box .text ul {
	width:222px;
	padding:0;
	margin:0;
	overflow:hidden;
	list-style:none;
}
.tag-box .text ul li {
	display:inline;
	padding:0 3px 0 0;
}
.tag-box .text ul li a {
	color:#3b2412;
	line-height:28px;
	font-family:Arial, Helvetica, sans-serif;
}
* html .tag-box .text ul li a {line-height:31px}
* +html .tag-box .text ul li a {line-height:31px}
/* archive-box */
.archive-box {
	width:230px;
	padding:0 0 0 6px;
	overflow:hidden;
	margin:35px 0 0;
}
.archive-box .heading {
	width:200px;
	padding:7px 20px 15px 10px;
	overflow:hidden;
	border-bottom:1px solid #ccc;
}
.archive-box .heading h3 {
	font:17px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#3b2412;
	margin:0;
	letter-spacing:-1px;
}
.archive-box .heading h3 span {
	padding:0 0 0 10px;
	background:url(../images/arrow03.gif) no-repeat 0 50%;
}
.archive-box .text {
	width:210px;
	padding:0 10px;
	overflow:hidden;
	margin:9px 0 0;
}
.archive-box .text ul {
	width:210px;
	padding:0;
	margin:0;
	overflow:hidden;
	list-style:none;
}
.archive-box .text ul li {
	width:210px;
	margin:8px 0 0;
	overflow:hidden;
}
.archive-box .text ul li a {
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#3b2412;
}
/* list-box */
.list-box {
	width:236px;
	overflow:hidden;
	margin:25px 0 -10px;
}
.list-box ul {
	width:236px;
	padding:0;
	margin:0;
	overflow:hidden;
	list-style:none;
}
.list-box ul li {
	float:left;
	width:216px;
	padding:14px 10px;
	border-bottom:1px solid #ccc;
}
.list-box ul li a {
	float:left;
	font:16px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#7e9689;
	padding:0 0 0 12px;
	letter-spacing:-1px;
	background:url(../images/arrow03.gif) no-repeat 0 5px;
	text-decoration:none;
}
.list-box ul li a:hover {
	color:#3b2412;
	background:url(../images/arrow05.gif) no-repeat 0 5px;
	text-decoration:none;
}
.list-box ul li.active a {
	color:#3b2412;
	background:url(../images/arrow05.gif) no-repeat 0 5px;
}
/* gallery-box */
.gallery-box {
	background:url(../images/gallery-box-bg.gif) repeat-x;
	width:960px;
	overflow:hidden;
	margin:19px 0 0;
}
.gallery-info {
	width:924px;
	padding:0 15px 6px 21px;
	overflow:hidden;
	background:url(../images/gallery-box-bottom.gif) no-repeat 0 100%;
	min-height:250px;
}
* html .gallery-info {
	overflow:visible;
	height:250px;
}
.gallery-box .title {
	width:924px;
	overflow:hidden;
	margin:13px 0 0;
}
.gallery-box .title h2 {
	font:bold 24px/30px Verdana, Arial, Helvetica, sans-serif;
	color:#3b2412;
	margin:0;
	letter-spacing:-1px;
}
#gallery {
	position:relative;
	width:934px;
	overflow:hidden;
	margin:8px 0 0 -10px;
}
#gallery .gallery {
	width:944px;
	height:180px;
	overflow:hidden;
}
#gallery .gallery ul{
	width:9999px;
	height:180px;
	margin:0;
	padding:0;
	list-style:none;
}
#gallery .gallery ul li {
	overflow:hidden;
	float:left;
	width:216px;
	padding:0 10px;
}
#gallery .gallery .photo {
	background:#fff;
	padding:2px;
	width:209px;
	position:relative;
	border:1px solid #ccc;
}
#gallery .gallery .photo img {display:block}
#gallery .gallery .photo .winner {
	position:absolute;
	top:-2px;
	right:-2px;
}
* html #gallery .gallery .photo .winner {right:-3px}
#gallery .gallery .photo .winner div {
	background:url(../images/item-winner.png) no-repeat;
	width:65px;
	height:65px;
	overflow:hidden;
	text-indent:-9999px;
}
#gallery .gallery .description {
	width:216px;
	overflow:hidden;
	margin:9px 0 0;
}
#gallery .gallery .description h3 {
	font:bold 12px/16px Arial, Helvetica, sans-serif;
	color:#3b2412;
	margin:0;
}
#gallery .gallery .description h3 a {
	font:bold 12px/16px Arial, Helvetica, sans-serif;
	color:#3b2412;
}
#gallery .gallery .description .data {
	float:right;
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#7e9689;
}
.gallery-view {
	width:100%;
	overflow:hidden;
}
.gallery-view .counter {
	float:left;
	font:12px/22px Arial, Helvetica, sans-serif;
	color:#3b2412;
	width:430px;
	padding:0 0 0 5px;
}
.gallery-view ul {
	float:left;
	padding:0;
	margin:0;
	list-style:none;
}
.gallery-view ul li {
	float:left;
	padding:0 0 0 4px;
}
.gallery-view ul li a {
	display:block;
	width:24px;
	height:23px;
	text-indent:-9999px;
}
.gallery-view ul li a.btn-prev {
	cursor:pointer;
	background:url(../images/btn-gallery-prev.png) no-repeat;
}
.gallery-view ul li a.btn-next {
	cursor:pointer;
	background:url(../images/btn-gallery-next.png) no-repeat;
}
.gallery-view a.view {
	float:right;
	display:inline;
	margin-right: 10px;
	font:12px/22px Arial, Helvetica, sans-serif;
	color:#3b2412;
}
/* quotepage-box */
.quotepage-box {
	width:960px;
	overflow:hidden;
	margin:47px 0 0;
}
.quotepage-box .info {
	float:left;
	width:804px;
}
/* main-box */
.main-box {
	background:url(../images/quotepage-bg.gif) repeat-y;
	width:804px;
	overflow:hidden;
}
.main-box-bg {background:url(../images/quotepage-top.gif) no-repeat}
.main-box-info {
	background:url(../images/quotepage-foot.gif) no-repeat 0 100%;
	width:802px;
	padding:0 1px 38px;
	overflow:hidden;
}
.main-box .tabset {
	width:802px;
	padding:1px 0 0;
	margin:0;
	height:57px;
	overflow:hidden;
	list-style:none;
}
.main-box .tabset li {float:left}
.main-box .tabset li a {
	float:left;
	display:inline;
	cursor:pointer;
	position:relative;
	text-decoration:none;
}
.main-box .tabset li #nav2.active {margin:0 0 0 -30px}
.main-box .tabset li a span {
	display:block;
	font:26px/32px Verdana, Arial, Helvetica, sans-serif;
	color:#fdfbfb;
	height:43px;
	letter-spacing:-1px;
	height:43px;
	letter-spacing:-1px;
}
.main-box .tabset li a.active span {color:#3e2715}
.main-box .tabset li #nav1 span {
	padding:7px 0 0 78px;
	width:336px;
}
.main-box .tabset li #nav1.active {background:url(../images/quotepage-tab01.gif) no-repeat}
.main-box .tabset li #nav1.active span {background:url(../images/quotepage-tab01-r.gif) no-repeat 100% 0}
.main-box .tabset li #nav2 span {
	width:316px;
	padding:7px 0 0 72px;
}
.main-box .tabset li #nav2.active {background:url(../images/quotepage-tab02.gif) no-repeat}
.main-box .tabset li #nav2.active span {
	background:url(../images/quotepage-tab02-r.gif) no-repeat 100% 0;
	padding:7px 0 0 102px;
}
.main-box .title {
	width:802px;
	overflow:hidden;
	height:58px;
}
.main-box .textbox {
	width:754px;
	padding:22px 22px 0 26px;
	position:relative;
}
.main-box .textbox:after {
	clear:both;
	display:block;
	content:"";
}
.main-box .textbox h2 {
	font:22px/26px Verdana, Arial, Helvetica, sans-serif;
	color:#3b2412;
	margin:0 0 0 6px;
	letter-spacing:-1px;
}
.main-box .textbox h3 {
	font:17px/20px Verdana, Arial, Helvetica, sans-serif;
	color:#7e9689;
	margin:0;
	letter-spacing:-1px;
}
.main-box .textbox .lightbox {
	position:absolute;
	top:0px;
	display: none;
	right:30px;
	z-index: 10;
}
.slide {
	overflow: hidden;
	width: 100%;
}
.main-box .textbox .lightbox-top {
	background:url(../images/lightbox-top.png) no-repeat;
	width:252px;
	height:2px;
	overflow:hidden;
}
.main-box .textbox .lightbox-info {
	background:url(../images/lightbox-bg.png) repeat-y;
	width:252px;
}
.main-box .textbox .lightbox-info:after {
	clear:both;
	display:block;
	content:"";
}
.main-box .textbox .lightbox-text {
	float:left;
	width:222px;
	padding:0 0 0 20px;
	position:relative;
	margin:3px 0 -3px;
}
.main-box .textbox .lightbox-text p {
	font:bold italic 12px/16px Arial, Helvetica, sans-serif;
	color:#fff;
	margin:0;
	text-align:center;
}
.main-box .textbox .lightbox-foot {
	background:url(../images/lightbox-foot.png) no-repeat;
	width:252px;
	height:25px;
	overflow:hidden;
}
.main-box .accordion-list {
	width:649px;
	padding:0 62px 0 43px;
}
.main-box .accordion-list .list:after {
	display: block;
	content: "";
	clear: both;
}
.main-box .accordion-list .list {
	width:649px;
	padding:0;
	margin:8px 0 0;
	list-style:none;
	position: relative;
}
.main-box .accordion-list .list li {
	float:left;
	overflow: hidden;
	width:609px;
	padding:19px 0 20px 40px;
	background:url(../images/dots.gif) repeat-x 0 100%;
}
.main-box .accordion-list .list li.open {
	width:624px;
	padding:19px 0 14px 25px;
	background:url(../images/dots.gif) repeat-x 0 100%;
}
.main-box .accordion-list .list li a.link {
	display:block;
	font:17px/20px Verdana, Arial, Helvetica, sans-serif;
	color:#3b2412;
	letter-spacing:-1px;
	width:175px;
	background:url(../images/ico-plus.gif) no-repeat 100% 1px;
}
.main-box .accordion-list .list li.open a.link {
	background:url(../images/ico-minus.gif) no-repeat 100% 50%;
	width:182px;
}
.main-box .accordion-list .list .form {
	clear:both;
	margin:3px 0 0;
	padding:0 0 0 23px;
	overflow:hidden;
	list-style:none;
}
.main-box .accordion-list .list li.open .form {display:block}
.main-box .accordion-list .list .form li {
	width:100%;
	padding:0;
	background:none;
	margin:4px 0 0;
}
.main-box .accordion-list .list .form li input {
	float:left;
	width:14px;
	height:15px;
	margin:2px 13px 0 0;
}
.main-box .accordion-list .list .form li label {
	float:left;
	font:17px/20px Verdana, Arial, Helvetica, sans-serif;
	color:#3b2412;
	width:95%;
	letter-spacing:-1px;
}
.main-box .accordion-list .list .form li label span {color:#7e9689}
/* total-box */
.total-box {
	background:url(../images/totalbox-top.gif) no-repeat;
	width:802px;
	overflow:hidden;
	margin:52px 0 0;
}
.total-info {
	background:url(../images/totalbox-foot.gif) no-repeat 0 100%;
	width:802px;
	padding:15px 0 4px;
	overflow:hidden;
}
.total-box h2 {
	font:26px/30px Verdana, Arial, Helvetica, sans-serif;
	color:#dc0a1d;
	letter-spacing:-1px;
	margin:0 0 0 29px;
}
.total-box .heading {
	background:url(../images/totalbox-heading.gif) no-repeat 0 100%;
	width:760px;
	padding:0 21px 5px;
	overflow:hidden;
	margin:10px 0 0;
}
.total-box .heading div {
	float:left;
	width:253px;
}
.total-box .heading h3 {
	font:17px/20px Verdana, Arial, Helvetica, sans-serif;
	color:#3b2412;
	margin:0;
	letter-spacing:-1px;
	text-align:center;
}
.total-box .heading h4 {
	font:13px/16px Verdana, Arial, Helvetica, sans-serif;
	color:#7e9689;
	margin:5px 0 0;
	letter-spacing:-1px;
	text-align:center;
}
.total-box .heading h4 a {color:#7e9689}
.price-boxes {
	background:url(../images/price-bg.gif) repeat-y;
	width:762px;
	overflow:hidden;
	margin:7px 0 0 20px;
}
.price-boxes-bg {
	background:url(../images/price-top.gif) no-repeat;
	width:762px;
	overflow:hidden;
}
.price-boxes-info {
	background:url(../images/price-foot.gif) no-repeat 0 100%;
	width:762px;
	padding:15px 0 17px;
	overflow:hidden;
}
.price-boxes .cost {
	float:left;
	width:254px;
}
.price-boxes .cost h3 {
	font:26px/30px Verdana, Arial, Helvetica, sans-serif;
	color:#3b2412;
	margin:0;
	letter-spacing:-1px;
	text-align:center;
}
.thank-box {
	width:758px;
	padding:0 22px;
	overflow:hidden;
	margin:4px 0 0;
}
.thank-box h4 {
	font:bold italic 15px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#7e9689;
	margin:0;
	text-align:right;
	letter-spacing:-1px;
}
.thank-box p {
	font:11px/14px Verdana, Arial, Helvetica, sans-serif;
	color:#7e9689;
	margin:3px 0 0;
	text-align:right;
}
.quotepage-box .sidebar {
	float:left;
	width:143px;
	padding:0 0 0 13px;
}
.quotepage-box .sidebar ul {
	width:143px;
	padding:0;
	margin:0;
	overflow:hidden;
	list-style:none;
}
.quotepage-box .sidebar ul li {
	width:143px;
	margin:57px 0 0;
}
.quotepage-box .sidebar ul li img {display:block}

.form-box {
	background:url(../images/totalbox-foot.gif) no-repeat 0 100%;
	width:738px;
	padding:10px 32px 20px;
	overflow:hidden;
}
.form-box .description {
	float:left;
	width:355px;
}
.form-box .description h3 {
	font:bold 12px/16px Arial, Helvetica, sans-serif;
	color:#505044;
	margin:0;
}
.form-box .description .email {
	width:355px;
	overflow:hidden;
	margin:11px 0 0;
	padding:0 0 8px;
}
.form-box .description .email input {
	float:left;
	font:11px/14px Arial, Helvetica, sans-serif;
	color:#000;
	border:1px solid #a0a19c;
	width:249px;
	height:14px;
	padding:3px 5px;
	background:#fff;
}
.form-box .description .row {
	width:355px;
	overflow:hidden;
	margin:9px 0 0;
}
.form-box .description .row .file {
	float:left;
	width:214px;
	font:11px/20px Arial, Helvetica, sans-serif;
	color:#000;
}
* html .form-box .description .row .file {height:20px}
.form-box .description .row label {
	float:left;
	font:12px/22px Arial, Helvetica, sans-serif;
	color:#727268;
	width:53px;
}
.form-box .description .row .text {
	float:left;
	font:11px/14px Arial, Helvetica, sans-serif;
	color:#000;
	border:1px solid #a0a19c;
	width:196px;
	height:14px;
	padding:3px 5px;
	background:#fff;
}
.form-box .input-box {
	float:left;
	width:382px;
}
.form-box .input-box h3 {
	font:bold 12px/16px Arial, Helvetica, sans-serif;
	color:#505044;
	margin:0 0 8px;
}
.form-box .input-box textarea {
	font:11px/14px Arial, Helvetica, sans-serif;
	color:#000;
	border:1px solid #a0a19c;
	width:372px;
	height:101px;
	padding:3px 5px;
	background:#fff;
	overflow:auto;
}
.form-box .input-box .submit {
	width:382px;
	margin:10px 0 0;
	overflow:hidden;
}
.form-box .input-box .submit input {float:right}

/* footer */
#footer{
	font:15px/22px Arial, Helvetica, sans-serif;
	color: #b9bb96;
	background: url(../images/bg.jpg);
	width: 100%;
	height: 638px;
	position: relative;
	margin:-638px 0 0;
	z-index:1;
}
.footer-container{
	width: 100%;
	background: url(../images/bg-footer.gif) repeat-x;
	height: 638px;
	overflow: hidden;
}
.footer-holder1{
	background: url(../images/newsletter-form.gif) no-repeat 50% 0;
	width: 100%;
}
.footer-holder{
	width: 960px;
	margin: 0 auto;
}
/* newsletter-box start */
.newsletter-box{
	overflow: hidden;
	height: 1%;
	padding: 21px 8px 0;
	color: #7e9689;
	font-size: 12px;
	line-height: 18px;
	min-height: 79px;
}
* html .newsletter-box{
	height: 79px;
}
.newsletter-box .title{
	float: left;
	width: 210px;
}
.newsletter-box h4{
	color: #3b2412;
	margin: 0 0 5px;
	font: bold 20px/22px Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
.newsletter-box p{
	margin: 0;
}
.newsletter-form{
	float: right;
	width: 702px;
	padding-top: 9px;
	
}
.newsletter-form .btn-sign-up{
	float: right;
	margin-top: 3px;
	background:url(../images/btn-sign-up.gif) no-repeat;
	width:224px;
	height:44px;
	overflow:hidden;
	text-indent:-9999px;
}
.newsletter-form .btn-sign-up:hover{background:url(../images/btn-sign-up.gif) no-repeat 0 100%}
.newsletter-form .box{
	float: left;
	width: 239px;
}
.newsletter-form .box .txt{
	overflow: hidden;
	height: 1%;
	background: url(../images/bg-input1.gif) no-repeat;
	margin-bottom: 11px;
}
.newsletter-form .box .txt input,
.widgets .txt input{
	background: none;
	border: none;
	color: #7e9689;
	font-size: 12px;
	width: 190px;
	padding: 6px 15px;
	float: left;
}
.newsletter-form .radio{
	overflow: hidden;
	height: 1%;
	padding-bottom: 5px;
}
.newsletter-form .radio input{
	padding: 0;
	margin: 0 6px 0 0;
	display: inline;
	float: left;
}
.newsletter-form .radio .rad {
	width:14px;
	height:15px;
}
.newsletter-form .radio label{
	float: left;
	line-height: 15px;
}
.newsletter-form .radio label.subscribe{
	padding-right: 49px;
}
/* newsletter-box end */
/* widgets start */
.widgets{
	overflow: hidden;
	height: 1%;
	padding: 22px 0 41px;
}
.widgets-columns{
	overflow: hidden;
	width: 980px;
	margin-left: -20px;
}
.widgets .column{
	width: 220px;
	float: left;
	padding-left: 20px;
}
.widgets .wide{
	width: 230px;
}
.widgets .title{
	border-bottom: 1px solid #444;
	padding-bottom: 18px;
}
.widgets .about-column .title{
	padding-left: 10px;
}
.widgets h5{
	margin: 0 0 3px;
	font: 19px/20px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #7e9689;
}
.widgets h5 a{
	color: #7e9689;
}
.widgets .title span{
	font-size: 12px;
	line-height: 14px;
	display: block;
	word-spacing: -1px;
}
.widgets .about-column .info{
	overflow: hidden;
	height: 1%;
	padding: 14px 0 0 10px;
}
.widgets .info .img-holder{
	float: left;
	border: 1px solid #ccc;
	margin: 5px 20px 0 0;
	display: inline;
}
.widgets .info .img-holder img{
	display: block;
	border: 2px solid #fff;
}
.widgets .info p{
	margin: 0;
}
.widgets .post-info{
	padding-top: 10px;
}
.widgets .post-info div{
	padding-bottom: 21px;
}
.widgets .post-info a{
	color: #7e9689;
	font-size: 12px;
	padding-left: 11px;
	background: url(../images/arrow1.gif) no-repeat 0 4px;
}
.widgets .post-info p a{
	background: none;
	padding: 0;
	color: #b9bb96;
	font-size: 15px;
}
.widgets .post-info p{
	margin: 0 0 1px;
}
.widgets .post-info .post p{
	font-style: italic;
}
.widgets .post-info span{
	display: block;
	font-size: 11px;
}
.widgets .post-info strong{
	font-weight: normal;
	color: #7e9689;
}
.widgets .post-info span em{
	font-style: normal;
	color: #7e9689;
}
.widgets fieldset{
	padding: 17px 10px 0 0;
}
.widgets .txt{
	overflow: hidden;
	height: 1%;
	background: url(../images/bg-input2.gif) no-repeat;
	margin-bottom: 10px;
}
.widgets .txt input{
	color: #b9bb96;
}
.widgets .textarea{
	background: url(../images/bg-textarea.gif) no-repeat;
	height: 1%;
	margin-bottom: 9px;
}
.widgets textarea{
	color: #b9bb96;
	font-size: 12px;
	line-height: 16px;
	padding: 5px 15px;
	width: 190px;
	height: 201px;
	background: none;
	border: none;
	overflow: auto;
}
.widgets fieldset .btn{
	overflow: hidden;
	height: 1%;
	font-size: 11px;
	line-height: 11px;
}
.widgets fieldset .btn .send{
	float: right;
	background:url(../images/btn-send.gif) no-repeat;
	width:65px;
	overflow:hidden;
	height:20px;
	text-indent:-9999px;
}
.widgets fieldset .btn .send:hover{
	background:url(../images/btn-send.gif) no-repeat 0 100%;
}
.widgets fieldset .btn a{
	float:left;
	font-size: 11px;
	color: #b9bb96;
}
/* widgets end */
/* footer-menu start */
.footer-menu{
	overflow: hidden;
	height: 1%;
	border-top: 1px solid #444;
	font-size: 11px;
	line-height: 14px;
	padding-top: 7px;
}
.footer-menu p{
	float: right;
	margin: 0;
}
.footer-menu ul{
	padding: 0;
	list-style: none;
	margin: 0;
	overflow: hidden;
	height: 1%;
}
.footer-menu ul li{
	display: inline;
	padding: 0 8px 0 10px;
	background: url(../images/sep-footer.gif) no-repeat 0 2px;
	margin-left: -1px;
}
.footer-menu ul a{
	color: #b9bb96;
	text-transform: uppercase;
}
/* footer-menu end */
/* footer end */



.popup-table{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	min-width:900px;
	z-index:100;
	background:url(../images/none.gif);
	display:none;
}
#popup-table{background: url(../images/bg.png)}
/* popup */
.mypopup{
	position:absolute;
	left:0;
	top:225px;
	z-index:200;
	display:none;
	width:100%;
}
.login-popup {
	width:340px;
	margin:0 auto;
}
.login-popup-top {
	background:url(../images/login-popup-top.png) no-repeat;
	width:340px;
	height:12px;
	overflow:hidden;
}
.login-popup-info:after {
	content:'';
	clear:both;
	display:block;
}
.login-popup-info {
	background:url(../images/login-popup-bg.png) repeat-y;
	width:340px;
}
.login-popup-text {
	float:left;
	width:298px;
	padding:0 12px 0 30px;
	position:relative;
	margin:-2px 0 -360px;
}
.login-popup .heading {
	width:298px;
	padding:0 0 10px;
	overflow:hidden;
	border-bottom:1px solid #ccc;
}
.login-popup .heading .myclose {
	width:298px;
	overflow:hidden;
}
.login-popup .heading .myclose a {
	float:right;
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#03f;
}
.login-popup .heading h3 {
	font:26px/32px Verdana, Arial, Helvetica, sans-serif;
	color:#303030;
	margin:15px 0 0;
	letter-spacing:-1px;
}
.login-popup .text {
	width:280px;
	padding:0 18px 0 0;
	overflow:hidden;
	margin:20px 0 0;
}
.login-popup p {
	font:15px/22px Arial, Helvetica, sans-serif;
	color:#666;
	margin:0;
}
.login-popup .login-form {
	width:280px;
	overflow:hidden;
	margin:15px 0 0;
}
.login-popup .login-form .item {
	width:280px;
	overflow:hidden;
	margin:16px 0 0;
}
.login-popup .login-form .txt {
	display:block;
	background:url(../images/bg-input-login.png) no-repeat;
	width:248px;
	padding:7px 16px 6px;
	height:14px;
}
.login-popup .login-form .txt input {
	float:left;
	position:relative;
	font:12px/14px Arial, Helvetica, sans-serif;
	color:#666;
	width:248px;
	padding:0;
	background:none;
	border:none;
}
.login-popup .login-form .part {
	width:260px;
	padding:0 10px;
	overflow:hidden;
	margin:9px 0 0;
}
.login-popup .login-form .part input {
	float:left;
	width:14px;
	height:15px;
	margin:0 6px 0 0;
}
.login-popup .login-form .part label {
	float:left;
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#666;
}
.login-popup .login-form .part a {
	float:right;
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#0033ff;
}
.login-popup .login-form .btn {
	width:214px;
	padding:0 0 0 66px;
	overflow:hidden;
	margin:23px 0 0;
}
.login-popup .login-form .btn a {
	display:block;
	cursor:pointer;
	background:url(../images/btn-login.png) no-repeat;
	width:150px;
	height:45px;
	overflow:hidden;
	text-indent:-9999px;
}
.login-popup-foot {
	background:url(../images/login-popup-foot.png) no-repeat;
	width:340px;
	height:388px;
	overflow:hidden;
}
.show-popup {
	width:700px;
	overflow:hidden;
	margin:0 auto;
}
.show-popup-top {
	background:url(../images/show-popup-top.png) no-repeat;
	width:700px;
	height:14px;
	overflow:hidden;
}
.show-popup-info {
	background:url(../images/show-popup-bg.png) repeat-y;
	width:700px;
}
.show-popup-info:after {
	clear:both;
	display:block;
	content:"";
}
.show-popup-text {
	float:left;
	width:676px;
	padding:0 12px;
	position:relative;
	margin:-5px 0 -422px;
}
.show-popup-text .heading {
	width:676px;
	overflow:hidden;
	padding:0 0 8px;
}
.show-popup-text .heading a {
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#03f;
}
.show-popup-text .heading .myclose {float:right}
.show-popup-text .text {
	width:676px;
	overflow:hidden;
}
.show-popup-text .video {
	width:676px;
	overflow:hidden;
}
.show-popup-text .video img {display:block}
.show-popup-foot {
	background:url(../images/show-popup-foot.png) no-repeat;
	width:700px;
	height:436px;
	overflow:hidden;
}

/*tab Chabge */
.newsTabs {
	position:relative;
	width:230px;
	height:356px;
	overflow:hidden;
}
.newsItem {
	position:absolute;
	height:100%;
	width: 100%;
}

/*tab Chabge */
.gallery02  .link-next{
	display:none;
}
.quote-hold{
	width: 236px;
	height: 181px;
	overflow: hidden;
	position:relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.quote-hold li{
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}