/*  Common Tags  */
html {
    margin: 0;
    padding: 0;
}
body {
    padding: 0;
    margin: 0;
    background-color: #E6C7A0;
    font-family: Arial,Verdana,Tahoma;
}
/*  Core classes  */
.main{
    width: 893px;
    margin: auto;
}
.main .left-shadow{
    float: left;
}
.main .left-shadow .shadow-1{
    background-image: url("../../images/main-frame/left-shadow.jpg");
	background-position: top right;
    background-repeat: no-repeat;
    width: 15px;
    height: 771px;
}
.main .right-shadow{
	float: 				left;
}
.main .right-shadow .shadow-2{
	background-image: 	url("../../images/main-frame/right-shadow.jpg");
	background-position: top left;
	background-repeat: 	no-repeat;
	width: 				15px;
	height: 			771px;
}

.main .content{
	float: 				left;
	width: 				863px;
}

.main .content .header{
	height: 203px;
	font-size: 1px;
}

.main .content .header .content{
}

.main .content .header .content .logo{
	background-color: 	#9AC2B9;
	position: 			relative;
	left: 				73px;
	width: 				133px;
}

.main .content .header .content .left-corner{
	background-image: 	url("../../images/header/left-corner.gif");
	background-position: bottom left;
	background-repeat: 	no-repeat;
}

.main .content .header .content .right-corner{
	background-image: 	url("../../images/header/right-corner.gif");
	background-position: bottom right;
	background-repeat: 	no-repeat;
	height: 			181px;
	text-align: 		center;
}

.main .content .header .content .right-corner IMG{
	margin-top: 		20px;
}

.main .content .menu{
	background-image: 	url("../../images/menu/bg.jpg");
	background-position: top left;
	background-repeat: 	repeat-y;
	background-color: 	#9AC2B9;
    height: 31px;
    max-height: 31px;
    text-align: center;
	/*overflow: 		hidden;*/
}

.main .content .template-body{
	background-image: 	url("../../images/template-body/bg-1.gif");
	background-position: top left;
	background-repeat: 	no-repeat;
	background-color: 	#FFFFFF;
	float: 				left;
}

.main .content .template-body .top-shadow{
	background-image: 	url("../../images/template-body/top-shadow.png");
	background-position: top left;
	background-repeat: 	repeat-x;
	height: 			21px;
	/*background: 		none;*/
	width: 				863px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./public/images/template-body/top-shadow.png', sizingMethod='scale');
}

.main .content .template-body .content{
	padding: 			0px;
}

.main .content .template-body .content .left-column{
	float: 				left;
	margin-left: 		21px;
	width: 				480px;
}

.main .content .template-body .content .left-column H4{
	font-family: 		Arial, Tahoma, Verdana, serif;
	font-size: 			18px;
	font-weight: 		normal;
	color: 				#567A72;
	width: 				100%;
	margin: 			0px;
	padding: 			0px;
	margin-bottom: 		20px;
}

.main .content .template-body .content .left-column SPAN{
	font-family: 		Arial, Tahoma, Verdana, serif;
	font-size: 			12px;
	font-weight: 		normal;
	color: 				#7B7B7B;
	margin: 			0px;
	padding: 			0px;
}

.main .content .template-body .content .left-column .items{
	margin-top: 		15px;
	float: 				left;
	width:  			100%;
}

.main .content .template-body .content .left-column .items .item{
	float: 				left;
	width: 				145px;
}

.main .content .template-body .content .left-column .items .item .picture{
	height: 			167px;
	width: 				120px;
	text-align: 		center;
	margin: 			auto;
}

.main .content .template-body .content .left-column .items .item .title{
	background-color: 	#9AC2B9;
	float: 				left;
	width: 				100%;
}

.main .content .template-body .content .left-column .items .item .title-brown{
	background-color: 	#B5985A;
	float: 				left;
	width: 				100%;
}

.main .content .template-body .content .left-column .items .item .title .left-corner{
	background-image: 	url("../../images/buttons/left-corner.gif");
	background-position:bottom left;
	background-repeat: 	no-repeat;
}

.main .content .template-body .content .left-column .items .item .title .right-corner{
	background-image: 	url("../../images/buttons/right-corner.gif");
	background-position:bottom right;
	background-repeat: 	no-repeat;
	text-align: 		center;
	padding: 			1px 10px;
	padding-top:  		0px;
	padding-bottom: 	2px;
}

.main .content .template-body .content .left-column .items .item .title .right-corner A{
	font-family: 		Arial, Tahoma, Verdana, serif;
	font-size: 			12px;
	color: 				#FFFFFE;
	text-decoration: 	none;
}

.main .content .template-body .content .left-column .items .item .title .right-corner A:HOVER{
	font-family: 		Arial, Tahoma, Verdana, serif;
	font-size: 			12px;
	color: 				#FFFFFE;
	text-decoration: 	none;
}

.main .content .template-body .content .left-column .items .item .title-brown .left-corner{
	background-image: 	url("../../images/buttons/left-corner-brown.gif");
	background-position:bottom left;
	background-repeat: 	no-repeat;
}

.main .content .template-body .content .left-column .items .item .title-brown .right-corner{
	background-image: 	url("../../images/buttons/right-corner-brown.gif");
	background-position:bottom right;
	background-repeat: 	no-repeat;
	text-align: 		center;
	padding: 			1px 10px;
	padding-top:  		0px;
	padding-bottom: 	2px;
}

.main .content .template-body .content .left-column .items .item .title-brown .right-corner A{
	font-family: 		Arial, Tahoma, Verdana, serif;
	font-size: 			12px;
	color: 				#FFFFFE;
	text-decoration: 	none;
}

.main .content .template-body .content .left-column .items .item .title-brown .right-corner A:HOVER{
	font-family: 		Arial, Tahoma, Verdana, serif;
	font-size: 			12px;
	color: 				#FFFFFE;
	text-decoration: 	none;
}

.height-relaxator{
	clear: 				both;
	height: 			1px;
	margin-bottom: 		19px;
	font-size: 			1px;
}

.main .content .template-body .content .right-column{
	float: 				right;
	margin-right: 		10px;
}

.main .content .template-body .content .left-column .items .last{
	margin-right:		0px;
}

.main .content .template-body .content .left-column .items .central{
	margin-left: 		10px;
	margin-right: 		10px;
}
.main .content .template-body .content .footer
{
	float: 				left;
	width: 				835px;
	padding: 			23px 13px;
}

.main .content .template-body .content .footer .margin-footer
{
	float: 				left;
	width: 				100%;
}

.blue-frame{
	background-color: 	#9AC2B9;
	float: 				left;
	width: 				100%;
}

.blue-frame .top-left-corner{
	background-image: 	url("../../images/blue-frame/top-left-corner.gif");
	background-position:left top;
	background-repeat: 	no-repeat;
	width: 				100%;
	float: 				left;
}

.blue-frame .top-left-corner .top-right-corner{
	background-image: 	url("../../images/blue-frame/top-right-corner.gif");
	background-position:right top;
	background-repeat: 	no-repeat;
	width: 				100%;
	float: 				left;
}

.blue-frame .top-left-corner .top-right-corner .bottom-left-corner{
	background-image: 	url("../../images/blue-frame/bottom-left-corner.gif");
	background-position:left bottom;
	background-repeat: 	no-repeat;
	width: 				100%;
	float: 				left;
}

.blue-frame .top-left-corner .top-right-corner .bottom-left-corner .bottom-right-corner{
	background-image: 	url("../../images/blue-frame/bottom-right-corner.gif");
	background-position:right bottom;
	background-repeat: 	no-repeat;
	width: 				100%;
	float: 				left;
}

.blue-frame .top-left-corner .top-right-corner .bottom-left-corner .bottom-right-corner .frame-content{
	padding: 			10px;
}

.footer-links{
	text-align: 		right;
	font-family: 		Arial, Tahoma, Verdanam serif;
	font-size: 			10px;
	color: 				#FFFFFF;
}

.footer-links A{
	color: 				#FFFFFF;
	text-decoration: 	none;
}

.footer-links A:HOVER{
	color: 				#FFFFFF;
	text-decoration: 	underline;
}

.red-frame{
	background-color: 	#EBDBC9;
	float: left;
}

.red-frame .top-left-corner{
	background-image: 	url("../../images/red-frame/top-left-corner.gif");
	background-position:top left;
	background-repeat: 	no-repeat;
	width: 				100%;
}

.red-frame .top-left-corner .top-right-corner{
	background-image: 	url("../../images/red-frame/top-right-corner.gif");
	background-position:top right;
	background-repeat: 	no-repeat;
	width: 				100%;
}

.red-frame .top-left-corner .top-right-corner .bottom-left-corner{
	background-image: 	url("../../images/red-frame/bottom-left-corner.gif");
	background-position:bottom left;
	background-repeat: 	no-repeat;
}

.red-frame .top-left-corner .top-right-corner .bottom-left-corner .bottom-right-corner{
	background-image: 	url("../../images/red-frame/bottom-right-corner.jpg");
	background-position:bottom right;
	background-repeat: 	no-repeat;
	width: 				100%;
}

.red-frame .top-left-corner .top-right-corner .bottom-left-corner .bottom-right-corner .content-margin{
	padding: 			10px;
}

.news-frame{
	padding: 			5px;
	margin: 0;
	float: left;
	background-image: 	url("../../images/news-frame.jpg");
	background-position:top left;
	background-repeat: 	repeat-x;
}

.text{
	clear: 				both;
	padding-top: 		5px;
	width: 				300px;
}

.text SPAN{
	font-family: 		Arial, Tahoma, Verdana, serif;
	font-size: 			14px;
	color: 				#6F561F;
}

.text P{
	font-family: 		Arial, Tahoma, Verdana, serif;
	font-size: 			12px;
	color: 				#4C4C4C;
	margin: 			5px 0px;
}

.text A{
	font-family: 		Arial, Tahoma, Verdana, serif;
	font-size: 			12px;
	color: 				#337675;
	text-decoration: 	underline;
}

.text A:HOVER{
	font-family: 		Arial, Tahoma, Verdana, serif;
	font-size: 			12px;
	color: 				#337675;
	text-decoration: 	none;
}

.info{
	clear: 				both;
	padding-top: 		10px;
	width: 				320px;
}

.container{
	float: 				left;
}

.container .photo{
	float: 				left;
	padding-bottom:		10px;
	padding-right:		10px;
}

.container .about{
	float: 				left;
	width: 190px;
}

.container .about SPAN{
	font-family: Arial, Tahoma, Verdana, serif;
	font-size: 14px;
	color: #FFFFFF;
}

.container .about P{
	font-family: Arial, Tahoma, Verdana, serif;
	font-size: 12px;
	color: #4C4C4C;
	margin: 5px 0px;
	margin-bottom: 0px;
}

.container .about A{
	font-family: Arial, Tahoma, Verdana, serif;
	font-size: 12px;
	color: #337675;
	text-decoration: underline;
}

.container .about A:HOVER{
	font-family: Arial, Tahoma, Verdana, serif;
	font-size: 12px;
	color: #337675;
	text-decoration: none;
}

.main .content .template-body .content .left-column .before-after h1{
    padding:0;;
    margin:0;
    color:  #567a72;
    font-weight:normal;
    font-size:18px;
}
.main .content .template-body .content .left-column .before-after span{
    font-size:14px;
    color:#FFFFFF;
}
.main .content .template-body .content .left-column .before-after {
    color:#7b7b7b;
    font-size:12px;
}
.main .content .template-body .content .left-column .before-after{
    position:relative;
}
.main .content .template-body .content .divider{
    width: 40%;
}
.right-column-left,.right-column-right{
    width: 40%;
    float:left;
    margin-right: 10px;
    text-align:center;
    position:relative;
}
.right-column-divider{
    width:100%;
     background-image:url(../../images/before-after/before-after-border.jpg);
     background-position: left bottom;
     background-repeat:no-repeat;
     clear:both;
     position:relative;

     font-size:1px;
     height:10px;
}
.main .content .template-body .content .ba{
    color:#567a72;
    font-size:18px;
    width: 50%;
    position:relative;
    float:left;
    padding-left: 25px;
}
.r-c-row{
    margin-bottom:10px;
    clear:left;
    width:100%;
    position:relative;

}
.picture-divider{
    clear:left;

    background-image:url(../../images/before-after/picturre-divider.jpg);
    background-position: bottom left;
    width:100%;
    background-repeat:no-repeat;
    position:relative;
    float:left;
    height: 10px;
    font-size:10px;
}
.slide-picture{

    float:left;
    position: relative;
}
.ba-picture{
    float:left;
    position:relative;
    width: 140px;
    height:140px;
    padding: 3px;
    margin: 3px;
    background-color:#d4d4d4;
}
.ba-picture a:hover img {
	border: 3px solid #6a6a6a;
	margin: -3px 0 0 -3px;
	
}
.left-top-part{
    position:absolute;
    clear:left;
    float:left;
    top: 0px;
    left:0px;
    z-index:1112;
}
.right-top-part{
    position:absolute;
    top: 0px;
    right:0px;
    z-index:1111;
}
.left-bottom-part{
    position:absolute;
    clear:left;
    float:left;
    top: +135px;
    left:0px;
    z-index:1112;
}
.right-bottom-part{
    clear:left;
    float:right;

    position:absolute;
    top: 135px;
    right:0px;
    z-index:2;
}
.main .content .ba-template-body{
    background:none;
    background-position: top left;
    background-repeat:  no-repeat;
    background-color:   #FFFFFF;
    float:              left;
}

.main .content .template-body .content .left-column .before-after h1{
    padding:0;
    margin:0;
    color:  #567a72;
    font-weight:normal;
    font-size:18px;
}
.main .content .template-body .content .left-column .before-after span{
    font-size:14px;
    color:#FFFFFF;
}

.main .content .template-body .content .left-column .before-after {
    color:#7b7b7b;
    font-size:12px;
}

.main .content .template-body .content .divider{
    width: 45%;
}
.main .content .template-body .content P {
    padding-right: 20px;
}
.right-column-left,.right-column-right{
    width: 40%;
    float:left;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align:left;
    position:relative;
}
.right-column-divider{
    width:100%;
     background-image:url(../../images/before-after/before-after-border.jpg);
     background-position: left bottom;
     background-repeat:no-repeat;
     clear:both;
     position:relative;

     font-size:1px;
     height:10px;
}
.main .content .template-body .content .ba{
    color:#567a72;
    font-size:18px;
    width: 45%;
    position:relative;
    float:left;
    margin-left:20px;

    background-image:url(../../images/before-after/divider-ba-page.jpg);
    background-position: top left;
    background-repeat:no-repeat;

}
.r-c-row{
    margin-bottom:10px;
    clear:left;
    width:100%;
    position:relative;

}
.picture-divider{
    clear:left;
    line-height: 0;
    height: 2px;
    background: url("../../images/before-after/picture-divider.gif") repeat-x left center;
    margin-bottom: 10px;
    width:85%;
    float:left;
}
.slide-picture{

    float:left;
    position: relative;
}
.ba-picture{
    float:left;
    position:relative;
    width: 140px;
    height:140px;
    padding: 3px;
    margin: 3px;
    background-color:#d4d4d4;
}
.left-top-part{
    position:absolute;
    clear:left;
    float:left;
    top: 0px;
    left:0px;
    z-index:1;
}
.right-top-part{
    position:absolute;
    top: 0px;
    right:0px;
    z-index:1;
}
.left-bottom-part{
    position:absolute;
    clear:left;
    float:left;
    top: +135px;
    left:0px;
    z-index:1;
}
.right-bottom-part{
    clear:left;
    float:right;
    position:absolute;
    top: 135px;
    right:0px;
    z-index:1;
}
.main .content .ba-template-body{
    background:none;
    background-position: top left;
    background-repeat:  no-repeat;
    background-color:   #FFFFFF;
    float:              left;
}

#form_box input, #form_box select, #form_box textarea {
	margin: 1px;
	border: 1px solid #000000;
	background: #efefef;
}

#form_box textarea {
	width: 213px;
	height: 65px;
}

#form_box th {
	text-align: right;
	font-size: 12px;
	vertical-align: top;
}

#form_box td {
	font-size: 12px;
}

img {
	border: 0;
}

a {
	color: #6F561F;
}

/* LIGHTBOX STYLES */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../../lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
