/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face{
	font-family:'MavenProBold';
	src:url('../fonts/mavenpro-bold-webfont.eot');
	src:url('../fonts/mavenpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/mavenpro-bold-webfont.woff') format('woff'),
		url('../fonts/mavenpro-bold-webfont.ttf') format('truetype'),
		url('../fonts/mavenpro-bold-webfont.svg#MavenProBold') format('svg');
	font-weight:normal;
	font-style:normal;
}
@font-face{
	font-family:'MavenProMedium';
	src:url('../fonts/mavenpro-medium-webfont.eot');
	src:url('../fonts/mavenpro-medium-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/mavenpro-medium-webfont.woff') format('woff'),
		url('../fonts/mavenpro-medium-webfont.ttf') format('truetype'),
		url('../fonts/mavenpro-medium-webfont.svg#MavenProMedium') format('svg');
	font-weight:normal;
	font-style:normal;
}
@font-face{
	font-family:'RokkittBold';
	src:url('../fonts/rokkitt-bold-webfont.eot');
	src:url('../fonts/rokkitt-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/rokkitt-bold-webfont.woff') format('woff'),
		url('../fonts/rokkitt-bold-webfont.ttf') format('truetype'),
		url('../fonts/rokkitt-bold-webfont.svg#RokkittBold') format('svg');
	font-weight:normal;
	font-style:normal;
}
/* global reset */
html,
body{min-width:1020px;}
body{
	margin:0;
	background:#2c2c2c url(../images/bg-page.gif);
	color:#363636;
	font:14px/21px 'MavenProBold', Arial, Helvetica, sans-serif;
}
img{
	border-style:none;
	vertical-align:top;
}
a{
	text-decoration:none;
	color:#005030;
}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
input[type=submit]:hover{cursor:pointer;}
form,
fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/* wrapper */
#wrapper{
	width:100%;
	overflow:hidden;
	position:relative;
}
/* header */
#header{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	background:url(../images/bg-nav.png) repeat-x 0 29px;
}
.header-holder{
	width:980px;
	margin:0 auto;
	overflow:hidden;
}
/* logo */
.logo{
	float:left;
	text-indent:-9999px;
	overflow:hidden;background:url(../images/sprite.png) no-repeat;
	width: 354px;
	height:148px;
	margin:0 5px 0 0;
}
.logo a{
	display:block;
	height:100%;
}
/* nav */
#nav{
	float:left;
	padding:57px 0 0;
}
#nav li{
	float:left;
	padding:0 0 0 38px;
	text-transform:uppercase;
	font-size:16px;
	line-height:20px;
}
#nav a{color:#fff;}
#nav a.current{ text-decoration:underline;}

/* promo */
.promo{
	width:100%;
	background:url(../images/bg-promo.png) repeat-x 0 100%;
	padding:0 0 41px;
	margin:0 0 -31px;
	position:relative;
	z-index:2;
}
.promo-holder{background:url(../images/bg-main.gif);}
.promo img{
	display:block;
	margin:0 auto;
}
/* page-heading */
.page-heading{
	color:#dbcab9;
	background:#372118;
	width:100%;
}
.page-heading .holder{
	padding:26px 9px 22px 11px;
	width:960px;
	margin:0 auto;
	overflow:hidden;
}
.link,
.more,
.links a{
	float:right;
	color:#005030;
	font-size:15px;
	line-height:18px;
	padding:4px 32px 3px 0;
	text-transform:uppercase;
	background:url(../images/arrow-sprite.png) no-repeat 100% -200px;
}
.link:hover,
.more:hover,
.links a:hover{
	text-decoration:none;
	color:#003f26;
	background-position:100% -300px;
}
.page-heading .link{
	color:#c48267;
	font-size:17px;
	line-height:25px;
	padding:0 33px 0 0;
	margin:13px 0 0;
	background-position:100% 0;
}
.page-heading .link:hover{
	color:#dca48d;
	background-position:100% -100px;
}
.page-heading h2{font:35px/43px 'RokkittBold', "Times New Roman", Times, serif;}
/* main */
#main{
	width:100%;
	background:url(../images/bg-main.gif);
	padding:54px 0 0;
}
.home #main{padding:31px 0 0;}
/* container */
.container{
	width:980px;
	margin:0 auto;
}
.container .heading{
	overflow:hidden;
	padding:0 9px 33px 17px;
}
.container h1,
.container h2,
.container h3{
	color:#372118;
	font:35px/39px 'RokkittBold', "Times New Roman", Times, serif;
}
.container h2{font:28px/32px 'RokkittBold', "Times New Roman", Times, serif;}
.container h3{
	font:15px/21px 'MavenProBold', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.container p{margin:0 0 20px;}
/* photos */
.photos{padding:0 0 34px;}
/* photo-list */
.photo-list{
	overflow:hidden;
	width:990px;
	margin:0 -10px 46px 0;
}
.photo-list li{
	float:left;
	width:186px;
	height:186px;
	overflow:hidden;
	position:relative;
	margin:0 12px 0 0;
}
.photo-list a{
	float:left;
	position:relative;
	cursor:pointer;
}
.photo-list .mask{
	position:absolute;
	top:0;
	left:0;
	background:url(../images/photo-mask.png) no-repeat;
	width: 186px;
	height: 186px;
}
.link-all{
	overflow:hidden;
	padding:0 9px 0 0;
}
.more,
.links a{
	float:none;
	display:inline-block;
	vertical-align:top;
}
/* pictures */
.pictures{padding:2px 0 30px;}
.pictures .heading{padding:0 9px 46px 17px;}
.pictures .info-text{
	float:right;
	color:#363636;
	font-size:12px;
	line-height:16px;
	text-transform:uppercase;
	margin:16px 0 0;
}
/* picture-list */
.picture-list{
	width:1050px;
	margin:0 -70px 0 0;
}
.picture-list li{
	display:inline-block;
	vertical-align:top;
	width:262px;
	padding:0 73px 71px 10px;
}
*+html .picture-list li{
	display:inline;
	padding-right:78px;
}
.picture-list a{
	display:block;
	position:relative;
	cursor:pointer;
}
.picture-list a:hover{text-decoration:none;}
.picture-list .picture{
	background:url(../images/bg-picture.jpg) no-repeat;
	width: 250px;
	height: 137px;
	padding:5px 7px 7px 5px;
	margin:0 0 18px;
}
.picture-list .picture .holder{
	width: 250px;
	height: 137px;
	overflow:hidden;
	position:relative;
}
.picture-list .detail{
	position:absolute;
	left:0;
	bottom:0;
	width:206px;
	height:31px;
	padding:15px 44px 0 0;
	overflow:hidden;
	background:url(../images/sprite.png) no-repeat 0 -320px;
	color:#c48267;
	font-size:15px;
	line-height:19px;
	text-transform:uppercase;
	text-align:right;
}
.picture-list .detail em{font-style:normal;}
.picture-list h2{
	font-size:24px;
	line-height:29px;
	margin:0 0 0 18px;
}
/* info-box */
.info-box{
	overflow:hidden;
	padding:0 10px 64px 0;
}
.info-box .holder{width:100%;}
.info-box .holder:after{
	content:"";
	display:block;
	clear:both;
}
/* picture-box */
.info-box .picture-box{
	float:left;
	width:380px;
}
.info-box .picture{
	border:5px solid #fbf7f1;
	width:357px;
	height:177px;
	overflow:hidden;
	margin:0 0 19px;
}
/* map-section */
.info-box .map-section{
	float:right;
	width:541px;
	position:relative;
	margin:-23px 0 0;
}
.info-block{padding:0 10px 14px 17px;}
.info-block .heading{padding:0 9px 22px 0;}
.info-block h1{margin:0 0 21px;}
.info-block .row{
	width:100%;
	padding:0 0 45px;
}
.info-block .row:after{
	content:"";
	display:block;
	clear:both;
}
/* text-block */
.info-block .text-block{
	float:left;
	width:580px;
}
.info-block .text-block p{margin:0 0 21px;}
.info-block .text-block p.small{font:13px/20px 'MavenProMedium', Arial, Helvetica, sans-serif;}
/* info */
.info-block .info{
	float:right;
	width:320px;
}
.info-block .info-left{
	float:left;
	width:320px;
}
.info-list a{color:#363636;}
/* picture-block */
.picture-block{
	float:right;
	background:url(../images/bg-picture2.jpg) no-repeat;
	width: 306px;
	height: 219px;
	padding:5px 7px 7px 7px;
	margin:5px 0 0;
}
.picture-block .holder{
	width: 306px;
	height: 219px;
	position:relative;
	overflow:hidden;
}
/* list */
.list{padding:14px 0 0;}
.list li{
	padding:0 0 14px 18px;
	background:url(../images/bullet2.gif) no-repeat 0 3px;
	font-size:14px;
	line-height:18px;
	text-transform:uppercase;
}
.list a{color:#363636;}
.info-block .info .contact-info{padding:0 0 50px;}
.info-block .info .tel,
.info-block .info .mail{
	display:block;
	color:#363636;
	font:18px/22px 'MavenProBold', Arial, Helvetica, sans-serif;
	margin:0 0 9px;
}
.info-block .info .mail{
	color:#005030;
}
.info-block .location-info h3{margin:0 0 16px;}
.info-block .location-info h2{
	font:24px/28px 'RokkittBold', "Times New Roman", Times, serif;
	margin:0 0 33px;
}
/* links */
.info-block .links{padding:0 0 23px;}
.info-block .links li{padding:0 0 23px;}
/* user-panel */
.user-panel{width:100%;}
/* add this mail icon*/
.at300bs { background:none;}
/* menu */
.user-panel .menu{overflow:hidden;}
.user-panel .menu li{
	float:left;
	height:27px;
	padding:0 28px 0 0;
}
.user-panel .menu a{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	width:27px;
	height:27px;
	background:url(../images/sprite.png) no-repeat -368px -125px;
}
.user-panel .menu .mail{
	width:30px;
	height:19px;
	margin:4px 4px 0 0;
	background-position:-405px -125px;
}
.user-panel .menu .print{
	width:28px;
	background-position:-443px -125px;
}
/* image-box */
.info-block .image-box{
	float:left;
	background:url(../images/bg-image-box.jpg) no-repeat;
	width: 575px;
	height: 320px;
	padding:5px 7px 7px 5px;
	margin:0 0 0 -7px;
	position:relative;
}

.info-block .image-box-right{
	float:right;
	background:url(../images/bg-image-box.jpg) no-repeat;
	width: 575px;
	height: 320px;
	padding:5px 7px 7px 5px;
	margin:0 0 0 -7px;
	position:relative;
}
.info-block .image-holder{
	width: 575px;
	height: 320px;
	position:relative;
	overflow:hidden;
}
/* slide-block */
.slide-block{
	overflow:hidden;
	padding:0 0 44px 10px;
}
.slide-block .heading{padding:0 9px 43px 7px;}
.slide-block .link{margin:19px 0 0;}
.slide-block h1{font:39px/41px 'RokkittBold', "Times New Roman", Times, serif;}
.slide-block .holder{overflow:hidden;}
.slide-holder{
	float:left;
	background:url(../images/bg-image-box.jpg) no-repeat;
	width: 575px;
	height: 320px;
	padding:5px 7px 7px 5px;
	position:relative;
	overflow:hidden;
}
/* slide-show */
.slide-show{
	width: 575px;
	height: 320px;
	position:relative;
	overflow:hidden;
}
.slide-show li{
	position:absolute;
	top:0;
	left:0;
	width: 575px;
	height: 320px;
}
/* switcher */
.switcher{
	float:right;
	width:330px;
	position:relative;
	overflow:hidden;
	padding:5px 0 0;
}
.switcher li{
	float:left;
	width:100px;
	height:100px;
	overflow:hidden;
	position:relative;
	padding:0 10px 10px 0;
}
.switcher a{
	float:left;
	position:relative;
	cursor:pointer;
}
.switcher .mask{
	position:absolute;
	top:0;
	left:-9999px;
	width:100px;
	height:100px;
	background:url(../images/sprite.png) no-repeat -190px -206px;
}
.switcher a:hover{
	text-decoration:none;
	background:url(../images/none.gif);
}
.switcher a:hover .mask,
.switcher .active .mask{left:0;}
/* section */
.section{
	width:100%;
	color:#e3e3e3;
	background:#2a4028;
	font-size:16px;
	line-height:22px;
}
.section-holder{
	width:980px;
	margin:0 auto;
	position:relative;
	padding:48px 0 35px;
}
.section .arrow{
	position:absolute;
	top:-7px;
	left:50%;
	margin:0 0 0 -46px;
	background:url(../images/sprite.png) no-repeat -400px 0;
	width:90px;
	height:29px;
}
.section h2{
	color:#fff;
	text-align:center;
	font:30px/34px 'RokkittBold', "Times New Roman", Times, serif;
	margin:0 0 56px;
}
/* columns */
.section .columns{
	overflow:hidden;
	width:994px;
	margin:0 -14px 0 0;
}
.section .column{
	padding:0 33px 0 34px;
	width:430px;
	float:left;
}
.section .columns img{
	display:block;
	margin:0 auto 25px;
}
/* footer */
#footer{
	width:100%;
	background:url(../images/bg-footer.gif) repeat-x;
	padding:42px 0 30px;
}
.footer-holder{
	width:980px;
	margin:0 auto;
	color:#9e9d9d;
}
.footer-frame{
	overflow:hidden;
	position:relative;
	margin:0 0 -58px;
}
.footer-holder h3{
	margin:0 0 19px -10px;
	position:relative;
	color:#fff;
	font:13px/19px 'MavenProBold', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.footer-holder .tel{
	display:block;
	color:#c9c8c8;
	font:19px/23px 'MavenProBold', Arial, Helvetica, sans-serif;
	padding:6px 0 18px 48px;
	background:url(../images/arrow-sprite.png) no-repeat 0 -400px;
}
/* contact-info */
.footer-holder .contact-info{
	float:right;
	width:249px;
	padding:0 0 0 10px;
}
.credit a{ color:#9E9D9D; font:11px/19px 'MavenProMedium', Arial, Helvetica, sans-serif;}
/* contact-form */
.contact-form{
	width:184px;
	overflow:hidden;
}
.contact-form .text{
	overflow:hidden;
	width:184px;
	height:25px;
	background:url(../images/sprite.png) no-repeat -306px -162px;
	margin:0 0 9px;
}
.contact-form .text input{
	position:relative;
	float:left;
	overflow:hidden;
	width:164px;
	padding:6px 8px 5px 12px;
	background:url(../images/none.gif);
	border:0;
	margin:0;
	color:#c9c8c8;
	font-size:11px;
}
.contact-form .area{
	overflow:hidden;
	width:184px;
	height:86px;
	background:url(../images/sprite.png) no-repeat -306px -220px;
	margin:0 0 11px;
}
.contact-form .area textarea{
	position:relative;
	background:url(../images/none.gif);
	border:0;
	overflow:auto;
	width:170px !important;
	height:77px !important;
	margin:0;
	padding:7px 2px 2px 12px;
	font-size:11px;
	color:#c9c8c8;
}
.contact-form .row{overflow:hidden;}
.contact-form .submit{
	float:right;
	text-indent:-9999px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	position:relative;
	cursor:pointer;
	background:url(../images/sprite.png) no-repeat -414px -49px;
	width:76px;
	height:25px;
	border:0;
	margin:0;
	padding:0;
}
.contact-form .submit:hover{background-position:-414px -90px;}

/* ######## Contact Page ######## */

#contact p {clear:both; display:block; padding-bottom:5px; margin:0; }

#contact fieldset { border: none;}

#contact #message { margin: 10px 0; padding: 0; }

#contact .error_message { display: block; width:162px; line-height: 22px; background: #FBE3E4; padding: 3px 10px 3px 10px; color:#8a1f11;border: 1px solid #FBC2C4; -moz-border-radius:5px; -webkit-border-radius:5px; }

#contact ul.error_messages { margin: 0; padding: 0; list-style-type:none; }
#contact ul.error_messages li { height: 22px; line-height: 22px; color:#333; }

#contact .loader { padding: 0 10px; }

#contactForm .sexy .list-wrapper ul {list-style-type:none; padding:0; margin:0; height:200px;}

#contactForm .errorText {text-align:right; clear:both; display:block; color:#FE3131; display:none; font-size:11px; line-height:12px;}

#contactForm p {clear:both; display:block; height:26px; padding-bottom:5px; margin:0;}
#contactForm .messageBox {clear:both; overflow:hidden; margin-bottom:0; padding-bottom:20px; height:168px;}
#contactForm .responseText {display:none; clear:both; font-weight:bold; color:#006600; margin-top:20px;}
#contactForm .loadingImage {margin:4px 2px 0 0px; display:block; float:right; display:none;}
#contactForm .formText {float:left; line-height:26px;}


/* footer nav */
.footer-holder .nav{overflow:hidden;}
.footer-holder .nav li{
	float:left;
	padding:0 56px 0 9px;
	font:13px/19px 'MavenProBold', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.footer-holder .nav a{color:#c9c8c8;}
.footer-block{
	font:12px/19px 'MavenProMedium', Arial, Helvetica, sans-serif;
	padding:34px 300px 0 8px;
}
.footer-block ul{padding:1px 0;}
.footer-block ul a{color:#9e9d9d;}
#footer .logo{
	position:relative;
	background-position:0 -200px;
	width:169px;
	height:68px;
	margin:-34px 31px 0 0;
}
.footer-block ul{
	overflow:hidden;
	position:relative;
	left:-7px;
}
.footer-block li{
	float:left;
	padding:0 8px 0 12px;
	margin:0 4px 0 -4px;
	background:url(../images/bullet.gif) no-repeat 0 7px;
}
/* lightbox */
.lightbox{
	margin:0 auto;
	width:1018px;
	position:absolute;
	top:-99999px;
	left:-99999px;
	background:url(../images/bg-lightbox.png) no-repeat;
	padding:16px 0 0;
}
.lightbox .holder{
	background:url(../images/bg-lightbox.png) no-repeat -2200px 100%;
	padding:0 0 16px;
}
.lightbox .frame{
	background:url(../images/bg-lightbox.png) repeat-y -1100px 0;
	padding:0 16px 0 17px;
	width:985px;
	position:relative;
}
.lightbox .btn-close{
	position:absolute;
	top:-21px;
	right:-5px;
	text-indent:-9999px;
	overflow:hidden;
	width:30px;
	height:30px;
	background:url(../images/sprite.png) no-repeat -225px -162px;
}
.lightbox .image{
	width:985px;
	overflow:hidden;
	text-align:center;
}