@font-face {
    font-family: 'weblysleekuisb';
    src: url('fonts/weblysleekuisb.eot');
    src: url('fonts/weblysleekuisb.eot?#iefix') format('embedded-opentype'),
         url('fonts/weblysleekuisb.woff') format('woff'),
         url('fonts/weblysleekuisb.ttf') format('truetype'),
         url('fonts/weblysleekuisb.svg#weblysleekuisb') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'weblysleekuisli';
    src: url('fonts/weblysleekuisli.eot');
    src: url('fonts/weblysleekuisli.eot?#iefix') format('embedded-opentype'),
         url('fonts/weblysleekuisli.woff') format('woff'),
         url('fonts/weblysleekuisli.ttf') format('truetype'),
         url('fonts/weblysleekuisli.svg#weblysleekuisli') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'weblysleekuili';
    src: url('fonts/weblysleekuili.eot');
    src: url('fonts/weblysleekuili.eot?#iefix') format('embedded-opentype'),
         url('fonts/weblysleekuili.woff') format('woff'),
         url('fonts/weblysleekuili.ttf') format('truetype'),
         url('fonts/weblysleekuili.svg#weblysleekuili') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
        font-family: "WeblySleek UI Semilight";
        src: url('fonts/714111329-weblysleekuisl.eot');
        src: url('fonts/714111329-weblysleekuisl.eot?#iefix') format('embedded-opentype'),
        url('fonts/714111329-weblysleekuisl.svg#WeblySleek UI Semilight') format('svg'),
        url('fonts/714111329-weblysleekuisl.woff') format('woff'),
        url('fonts/714111329-weblysleekuisl.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
@font-face {
        font-family: "WeblySleek UI Light";
        src: url('fonts/639099122-weblysleekuil.eot');
        src: url('fonts/639099122-weblysleekuil.eot?#iefix') format('embedded-opentype'),
        url('fonts/639099122-weblysleekuil.svg#WeblySleek UI Light') format('svg'),
        url('fonts/639099122-weblysleekuil.woff') format('woff'),
        url('fonts/639099122-weblysleekuil.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
body {
	background: #a9d4bb url(../images/bg.jpg) top center no-repeat;
}

html, body, input, textarea, select, form, div, ul, li  {
	font-family: 'weblysleekuisb';
	font-size: 12px;
	padding: 0;
	margin: 0;
	color: #333333;
}

.fancybox {
	outline: none;
	text-decoration: none;
}
	.fancybox img {
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
		.fancybox:hover img {
			filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
			-moz-opacity: 1;
			opacity: 1;
		}


	
img {
	border: 0px;
}
a {
	text-decoration: none;
	color: #574b41;
}
	a:hover {
		text-decoration:underline;
	}
h1, h2 {
	font-family: 'weblysleekuisb';	
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.parentDiv {
	width: 1000px;
	margin: auto;
	overflow: hidden;
	/*outline: 1px solid red;*/
	/*min-height: 2500px;*/
}

	.header {
		height: 255px;
		/*outline: 1px solid green;*/
	}
	.menu {
		margin: 20px 0px 0px 0px;
		padding: 0px;
	}
		.menu ul {
			list-style:  none;
			margin: 0px;
		}
		.menu ul li  {
			margin: 0px 0px 0px 0px;
			padding: 0px;
		}
			.home, .media, .events  {
				width: 65px;
			}
			.about {
				width: 81px;
			}
			.cart{
				width: 110px;
			}
			.gallery {
				width: 100px;
			}
			.info {
				width: 135px;
			}
			.contact {
				width: 90px;
			}
			.menu ul li a {
				padding: 2px 0px 3px 10px;
				margin-bottom: 2px;
				display: block;
				text-decoration: none;
				background: #badcc5;
				font-size: 12px;
				color: #333;
				font-weight: normal;
				-moz-border-radius: 6px;
				-khtml-border-radius: 6px;
				-webkit-border-radius: 6px;
				border-radius: 6px;
				behavior: url(pie/PIE.htc);
			}
				.menu ul li a:hover, .menu ul li a.selected {
					background: -webkit-linear-gradient(#765738, #584b41) ; /* For Safari 5.1 to 6.0 */
					background: -o-linear-gradient(#765738, #584b41); /* For Opera 11.1 to 12.0 */
					background: -moz-linear-gradient(#765738, #584b41); /* For Firefox 3.6 to 15 */
					background: linear-gradient(#765738, #584b41); /* Standard syntax (must be last) */
					color: #fff;
				}
		.logo {
			margin: 20px auto 0 auto;
			width: 392px;
			height: 175px;
		}
	.leftColumn  {
		float: left;
		width: 220px;
		margin: 0px 20px 0px 0px;
		overflow: hidden;
		/*outline: 1px solid blue;*/
	}
	.middleColumn  {
		float: left;
		width: 520px;
		margin: 0px 0px 0px 0px;
		overflow: hidden;
		/*outline: 1px solid yellow;*/
	}
	.rightColumn  {
		float: left;
		width: 220px;
		margin: 0px 0px 0px 20px;
		overflow: hidden;
		/*outline: 1px solid green;*/
	}
	form.search{
	    width: 220px;
	    height: 28px;
	    margin-top: 20px;
	    border: 0;
	    background: #badcc5;
	    border-radius: 5px;
	    
	}
	form.search input[type="text"]{
	    width: 181px;
	    padding-left: 10px;
	    height: 28px;
	    border: 0;
	    background: 0;
	    float: left;
	    display: block;
	    font-family: "WeblySleek UI Semilight";
	    color: #fff;
	}
	form.search input[type="submit"]{
	    display: block;
	    width: 29px;
	    background: url(../images/search--icon.png) no-repeat;
	    border: none;
	    height: 28px;
	    float: left;
	    cursor: pointer;
	}
	.phone_number{
	    width: 220px;
	    height: 34px;
	    float: left;
	    font-family: "WeblySleek UI Semilight";
	    font-size: 30px;
	    text-align: right;
	    margin-top: 20px;
	    color: #574b41;
	}
	.address{
	    width: 220px;
	    height: auto;
	    float: left;
	    margin-top: 5px;
	}
	.address span{
	    display: block;
	    width: 220px;
	    height: auto;
	    float: left;
	    text-align: right;
	    font-size: 14px;
	    font-family: "WeblySleek UI Semilight";
	    color: #574b41;
	}
	.address span a{
	    text-decoration: underline;
	    color: #2d7533;
	}
	.social-buttons{
	    width: 160px;
	    height: 22px;
	    float: right;
	    margin-top: 30px;
	}
	.fb_button{
	    float: left;
	    width: 80px;
	    height: 22px;
	}
	.google_plus_icon{
	    width: 70px;
	    height: 22px;
	    float: right;
	}
	
	.top-menu-home{
	    width: 1010px;
	    height: 45px;
		position: absolute;
		background:url(../images/top-menu-home.png) no-repeat;
		margin: 209px 0px 0px -5px;
	}
	
	.top-menu-sub{
	    width: 1010px;
	    height: 50px;
		position: absolute;
		background:url(../images/top-menu-sub.png) no-repeat;
		margin: 209px 0px 0px -5px;
	}
	
.procedures {
	width: 1000px;
	background: none;
	text-align: center;
	height: 35px;
	margin: 5px 5px;
}

.procedures ul ul {
	display: none;
}

	.procedures ul li:hover > ul {
		display: block;
	}

.procedures ul {
	background: none;
	padding: 0px;
	list-style: none;
	position: relative;
	display: inline-table;
	z-index: 9999;
	width: 1000px;
	margin: 0 auto 0 auto;
}
	.procedures ul:after {
		content: ""; 
		clear: both; 
		display: block;
	}

	.procedures ul li {
		float: left;
		text-align: center;
		border-right: 1px solid #badcc5;
	}
		.procedures ul li:hover {
			background: none;
		}
			.procedures ul li:hover a {
				color: #badcc5;
			}
		
		.procedures ul li a {
			display: block; 
			padding: 6px 0px 0px 0px;
			color: #fff; 
			text-decoration: none;
			height: 34px;
			font-size: 18px;
			width: 249px;
		}
		
		.procedures ul li a.selected {
			color: #badcc5; 
			background: none;
		}
			
	.procedures ul ul {
		background: #594c40; 
		border-radius: 0px; 
		padding: 0;
		position: absolute; 
		top: 100%;
		width: 250px;
	}
		.procedures ul ul li {
			float: none; 
			border-top: 1px solid #fff;
			position: relative;
			z-index: 9999;
		}
			.procedures ul ul li a {
				padding: 7px 0px;
				color: #fff;
				height: auto;
				text-transform:none;
				text-align: center;
				font-size: 16px;
			}	
				.procedures ul ul li a:hover {
					background: #6a523c;
					width: 249px;
					color: #fff;
				}
		
	.procedures ul ul ul {
		position: absolute; left: 100%; top:0;
	}



	.top-menu{
	    width: 1000px;
	    height: 45px;
	    float: left;
	    margin-top: 5px;
	}
	
	
	
	    .top-menu ul li{
		float: left;
		display: block;
		height: 45px;
		font-family: 'weblysleekuisb';
		font-size: 18px;
		text-align: center;
		line-height: 45px;
	    }
	    .top-menu ul li.menu-item-one a{
			width: 250px;
			background: url(../images/menu-item1.png) no-repeat;
	    }
	    .top-menu ul li.home_menu_item1 a{
			background: url(../images/menu-item1-home.png) no-repeat;
	    }
	    .top-menu ul li.menu-item-two a{
			width: 249px;
			background: url(../images/menu-item2.png) no-repeat;
	    }
	    .top-menu ul li.menu-item-three a{
			width: 251px;
			background: url(../images/menu-item3.png) no-repeat;
	    }
	    .top-menu ul li.menu-item-four a{
			width: 250px;
			background: url(../images/menu-item4.png) no-repeat;
	    }
	    .top-menu ul li.home_menu_item2 a{
			background: url(../images/menu-item4-home.png) no-repeat;
	    }
		.top-menu ul li a{
		    display: block;
		    height: 45px;
		    color: #fff;
		    text-decoration: none;
		}
		.top-menu ul li a:hover{
		    color: #dbf0dd;
		}
#banner{
    width: 1000px;
    height: 370px;
    float: left;
    overflow: hidden;
    margin-top: -1px;
}
.slider{
    width: 1000px;
    height: 370px;
    float: left;
    position: relative;
}
.caption{
    width: 380px;
    min-height: 170px;
    position: absolute;
    left: 452px;
    top: 98px;
}

.heading{
    width: 380px;
    height: auto;
    float: left;
    font-size: 30px;
    color: #7e5a36;
    font-family: "WeblySleek UI Light";
    margin-bottom: 16px;
    text-align: right;
}
.caption-text{
    width: 380px;
    height: auto;
    font-size: 14px;
    font-family: "WeblySleek UI Light";
    float: left;
    text-align: right;
}
.caption-text span{
    display: block;
    width: 370px;
    padding-right: 10px;
}
.caption-text.text-white span{
    color: #fff;
}
.caption-text label{
    width: 370px;
    padding-right: 10px;
    display: block;
    height: 30px;
    margin-top: 20px;
}
.caption-text label a{
    display: block;
    width: 110px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: right;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    background: url(../images/read-more.png) no-repeat;
}
.middle-banner{
    width: 520px;
    height: 210px;
    float: left;
    margin-top: 13px;
    margin-bottom: 15px;
}
#middle{
    width: 1000px;
    min-height: 760px;
    float: left;
    /*outline: 1px solid blue;*/
    padding-top: 20px;
}
#left_column{
    width: 200px;
    min-height: 476px;
    float: left;
    border-radius: 10px;
    padding: 0 10px 0 10px;
    margin-right: 20px;
    background: rgb(232,245,237); /* Old browsers */
background: -moz-linear-gradient(top, rgba(232,245,237,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,245,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(232,245,237,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(232,245,237,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(232,245,237,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(232,245,237,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f5ed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.videos{
    width: 200px;
    height: 220px;
    float: left;
}
.videos h2{
    width: 200px;
    height: 35px;
    border-bottom: 1px solid  #7e5a36;
    text-align: center;
    line-height: 35px;
    color: #71553a;
    display: block;
    float: left;
}
.videos span{
    display: block;
    width: 200px;
    height: 28px;
    font-family: "WeblySleek UI Semilight";
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    color: #333333;
    float: left;
}
.video-link{
    display: block;
    width: 200px;
    height: 120px;
    float: left;
}
.videos label{
    display: block;
    width: 200px;
    height: 20px;
    line-height: 20px;
    float: left;
    margin-top: 5px;

}
.videos label a{
    text-decoration: none;
    color: #574b41;
}
.testimonials{
    width: 200px;
    height: 256px;
    float: left;
}
.testimonials h2{
    display: block;
    width: 200px;
    height: 35px;
    float: left;
    text-align: center;
    line-height: 35px;
    color: #71553a;
    border-bottom: 1px solid  #7e5a36;
}
.testimonial_body{
    width: 198px;
    height: auto;
    float: left;
    font-size: 14px;
    font-family: 'weblysleekuisli';
    margin-top: 8px;
    line-height: 20px;
}
.testimonials label{
    display: block;
    width: 200px;
    height: 20px;
    line-height: 20px;
}
.testimonials label a{
    text-decoration: none;
}

.leadersBadge {
	border-top: 1px solid  #7e5a36;
	text-align: center;
	padding: 10px 0px 15px 0px;
}


.middleColumn h1{
    display: block;
    float: left;
    /*outline: 1px solid red;*/
    font-weight: normal;
    font-size: 24px;
    font-family: 'weblysleekuisb';
    width: 520px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #574b41;
}
.para-home{
    width: 520px;
    height: auto;
    font-family: "WeblySleek UI Semilight";
    font-size: 14px;
    line-height: 20px;
    float: left;
}
.para{
    width: 520px;
    height: auto;
    font-family: "WeblySleek UI Semilight";
    font-size: 14px;
    line-height: 20px;
    float: left;
    margin-bottom: 20px;
}
.office-tour{
    width: 520px;
    height: 175px;
    float: left;
    padding-bottom: 20px;
    border-bottom: 1px  dashed #000;
}
.office-tour span{
    display: block;
    width: 520px;
    height: 30px;
    /*outline: 1px solid blue;*/
    font-family: "WeblySleek UI Semilight";
    font-size: 18px;
    color: #574b41;
    margin-top: 20px;
    line-height: 20px
}
.office-tour label{
    display: block;
    width: 96px;
    height: 122px;
    /*outline: 1px solid blue;*/
    margin-right: 10px;
    margin-top: 5px;
    float: left;
}
.office-tour label:last-child{
    margin-right: 0 !important;
}
.middle-column{
    width: 250px;
    height: 340px;
    /*outline: 1px solid red;*/
    margin-right: 20px;
    float: left;
    margin-top: 10px;
}
.column-heading{
    width: 250px;
    height: 60px;
    float: left;
    /*outline: 1px solid red;*/
}
.column-heading label{
    display: block;
    width: 250px;
    font-size: 24px;
    color: #574b41;
}
.margin-reset-right{
    margin-right: 0 !important;
}
.column-text{
    width: 250px;
    height: 112px;
    float: left;
    /*outline: 1px solid black;*/
    font-family: "WeblySleek UI Semilight";
    font-size: 14px;
    padding-top: 10px;
}
.appointment-request{
    width: 220px;
    height: auto;
    float: left;
    background: url(../images/appform-bottom-corner.png) bottom center no-repeat;
}
.form-heading{
    width: 220px;
    height: 33px;
    float: left;
    /*outline: 1px solid blue;*/
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: url(../images/app-form-heading.png) no-repeat;
}
.appointment-request-form{
    display: block;
    width: 197px;
    padding-left: 11px;
    padding-right: 12px;
    min-height: 340px;
    float: left;
    padding-top: 10px;
    background: #fff url(../images/form.png) repeat-x;
    margin-bottom: 10px;
}
.followus{
    width: 220px;
    height: 78px;
    float: left;
    margin-top: 20px;
    background: rgb(232,245,237); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZjVlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(232,245,237,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,245,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(232,245,237,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(232,245,237,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(232,245,237,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(232,245,237,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f5ed', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
    /*outline: 1px solid red;*/
    border-radius: 12px;
}
.followus span{
    display: block;
    width: 220px;
    height: 30px;
    /*outline: 1px solid blue;*/
    float: left;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
}
.social_icons{
    width: 160px;
    height: 33px;
    float: left;
    /*outline: 1px solid red;*/
    margin-left: 34px;
    margin-top: 3px;
}
.social_icons a{
    display: block;
    float: left;
    width: 33px;
    height: 33px;
    /*outline: 1px solid red;*/
    margin-right: 7px;
}

/* Video Styles - Start */

.video-wrapper{
	margin: 0px 8px 15px 0px;
	float: left;
	width: 165px;
	text-align: center;
	overflow: hidden;
}

/* Video Styles - End */

/* Mag Gallery Styles - Start */

.mag-gallery{
	text-align: center;
	width: 500px;
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	position: relative;
}

	.mag-heading {
		margin: 20px 0px 0px 0px;
	}

	/*Gallary */
	.mag-gallery .gallery_background{
		width: 400px;
		height: 176px;
		padding: 7px 0px 0px 8px;
		margin: 0px 0px 0px 50px;
	}
	
		.mag-gallery .stepcarousel{
			position: relative;
			border: 0;
			overflow: scroll;
			width: 400px;
			height: 176px;
		}
	
			.mag-gallery .stepcarousel .belt{
				position: absolute;
				left: 0;
				top: 0;
			}
	
				.mag-gallery .stepcarousel .panel{
					float: left;
					overflow: hidden;
					padding-top: 0px;
					width: 200px;
					height: 176px;
					margin-right: 10px;							
					padding: 0px 6px 0px 0px;
					text-align: center;
					/* color: #0ba2aa;
					font-weight: bold; */
				}
				
					.mag-gallery .galleryThumb {
						width: 200px;
						height: 176px;
						border: 0;
					}

/* Mag Gallery Styles - End */

#footer{
    width: 1000px;
    height: 170px;
    /*outline: 1px solid blue;*/
    float: left;
    background: url(../images/footerbg.png) top  center  no-repeat;
}
#footer_nav{
    display: block;
    float: left;
    height: 20px;
    margin-left: 222px;
    list-style: none;
    margin-top: 35px;
}
#footer_nav li{
    float: left;
    margin-right: 15px;
    font-size: 12px;
    font-family: "WeblySleek UI Semilight";
}
#footer_nav li a{
    color: #fff;
    text-decoration: none;
}
#footer_nav li a.selected{
    color: #2c7533 !important;
}
#footer_nav li a:hover{
    color: #2c7533;
}
#other_links{
    width: 1000px;
    height: 20px;
    float: left;
    margin-top: 5px;
    margin-bottom: 13px;
}
#other_links ul{
    list-style: none;
    display: block;
    float: left;
    margin-left: 388px;
}
#other_links ul li{
    float: left;
    margin-right: 10px;
    color: #63472a;
}
#other_links ul li a{
    text-decoration: underline;
}
#footer span{
    display: block;
    float: left;
    width: 1000px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    font-family: "WeblySleek UI Semilight";
}
a.link_green{
    color: #2d7533;
}
#footer span a{
    text-decoration: underline;
}

.scrollup {
    background: url("../images/icon_gototop.png") no-repeat scroll 0 0 transparent;
    bottom: 20px;
    display: none;
    height: 40px;
    position: fixed;
    right: 40px;
    text-indent: -9999px;
    width: 40px;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}
#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../fancybox/fancybox.png');
}
#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}
#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}
#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}
#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}
#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}
#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}
#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}
#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}
#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}
#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}
#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../fancybox/blank.gif');
	z-index: 1102;
	display: none;
}
#fancybox-left {
	left: 0px;
}
#fancybox-right {
	right: 0px;
}
#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}
#fancybox-left-ico {
	background-image: url('../fancybox/fancybox.png');
	background-position: -40px -30px;
}
#fancybox-right-ico {
	background-image: url('../fancybox/fancybox.png');
	background-position: -40px -60px;
}
#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}
#fancybox-left:hover span {
	left: 20px;
}
#fancybox-right:hover span {
	left: auto;
	right: 20px;
}
.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}
#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../fancybox/fancybox-x.png');
}
#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../fancybox/fancybox.png');
	background-position: -40px -162px;
}
#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../fancybox/fancybox-y.png');
	background-position: -20px 0px;
}
#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../fancybox/fancybox.png');
	background-position: -40px -182px;
}
#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../fancybox/fancybox-x.png');
	background-position: 0px -20px;
}
#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../fancybox/fancybox.png');
	background-position: -40px -142px;
}
#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../fancybox/fancybox-y.png');
}
#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}
.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}
.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}
.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}
#fancybox-title-over {
	padding: 10px;
	background-image: url('../fancybox/fancy_title_over.png');
	display: block;
}
.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}
#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}
#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}
#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../fancybox/fancybox.png') -40px -90px no-repeat;
}
#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../fancybox/fancybox-x.png') 0px -40px;
}
#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../fancybox/fancybox.png') -55px -90px no-repeat;
}
/* IE6 */

.fancybox-ie6 #fancybox-close {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../fancybox/fancy_close.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-left-ico {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../fancybox/fancy_nav_left.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-right-ico {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../fancybox/fancy_nav_right.png', sizingMethod='scale');
}.
.fancybox-ie6 #fancybox-title-over {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../fancybox/fancy_title_over.png', sizingMethod='scale');
	zoom: 1;
}
.fancybox-ie6 #fancybox-title-float-left {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../fancybox/fancy_title_left.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-float-main {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../fancybox/fancy_title_main.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-title-float-right {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../fancybox/fancy_title_right.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
 height: expression(this.parentNode.clientHeight + "px");
}
#fancybox-loading.fancybox-ie6 {
	position: absolute;
	margin-top: 0;
 top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}
#fancybox-loading.fancybox-ie6 div {
	background: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../fancybox/fancy_loading.png', sizingMethod='scale');
}
/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg {
	background: transparent !important;
}
.fancybox-ie #fancybox-bg-n {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../fancybox/fancy_shadow_n.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-ne {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../fancybox/fancy_shadow_ne.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-e {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../fancybox/fancy_shadow_e.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-se {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../fancybox/fancy_shadow_se.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-s {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../fancybox/fancy_shadow_s.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-sw {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../fancybox/fancy_shadow_sw.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-w {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../fancybox/fancy_shadow_w.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-nw {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../fancybox/fancy_shadow_nw.png', sizingMethod='scale');
}
/*Responsive Styles*/
.banner-mobile { display:none; }
