@charset "utf-8";
/* CSS Document */
@font-face {
				font-family: 'HelveticaNeueLTStd-Th';
				src: url('../fonts/helveticaneueltstdth.eot');
				src: url('../fonts/helveticaneueltstdth.eot?#iefix') format('embedded-opentype'),
						 url('../fonts/helveticaneueltstdth.woff') format('woff'),
						 url('../fonts/helveticaneueltstdth.ttf') format('truetype'),
						 url('../fonts/helveticaneueltstdth.svg#helveticaneueltstdth') format('svg');
				font-weight: normal;
				font-style: normal;
		}
		@font-face {
				font-family: 'Helvetica Bold';
				src: url('../fonts/helveticaneueltstd-bd.eot');
				src: url('../fonts/helveticaneueltstd-bd.eot?#iefix') format('embedded-opentype'),
						 url('../fonts/helveticaneueltstd-bd.woff') format('woff'),
						 url('../fonts/helveticaneueltstd-bd.ttf') format('truetype'),
						 url('../fonts/helveticaneueltstd-bd.svg#helveticaneueltstd-bd') format('svg');
				font-weight: normal;
				font-style: normal;
		}
		@font-face {
				font-family: 'Helvetica Light';
				src: url('../fonts/helveticaneueltstd-lt.eot');
				src: url('../fonts/helveticaneueltstd-lt.eot?#iefix') format('embedded-opentype'),
						 url('../fonts/helveticaneueltstd-lt.woff') format('woff'),
						 url('../fonts/helveticaneueltstd-lt.ttf') format('truetype'),
						 url('../fonts/helveticaneueltstd-lt.svg#helveticaneueltstd-lt') format('svg');
				font-weight: normal;
				font-style: normal;
		}
		@font-face {
				font-family: 'Helvetica Heavy';
				src: url('../fonts/helveticaneueltstdhv.eot');
				src: url('../fonts/helveticaneueltstdhv.eot?#iefix') format('embedded-opentype'),
						 url('../fonts/helveticaneueltstdhv.woff') format('woff'),
						 url('../fonts/helveticaneueltstdhv.ttf') format('truetype'),
						 url('../fonts/helveticaneueltstdhv.svg#helveticaneueltstdhv') format('svg');
				font-weight: normal;
				font-style: normal;
		}
		@font-face {
				font-family: 'Helvetica Roman';
				src: url('../fonts/helveticaneueltstdroman.eot');
				src: url('../fonts/helveticaneueltstdroman.eot?#iefix') format('embedded-opentype'),
						 url('../fonts/helveticaneueltstdroman.woff') format('woff'),
						 url('../fonts/helveticaneueltstdroman.ttf') format('truetype'),
						 url('../fonts/helveticaneueltstdroman.svg#helveticaneueltstdroman') format('svg');
				font-weight: normal;
				font-style: normal;
		}
*{
	padding:0;
	margin:0;
	border:none;
	outline:none;
	text-decoration:none;
}
html{ height:100%;}
body{ background:url(../images/page2-bg.png) repeat top left; height:100%; width:100%; display:block; float:left;}
h1{
	font-family: 'Helvetica Heavy';
	font-size:40px;
	padding:19px 60px 15px 82px;
	background:url(../images/h1-bg.png) no-repeat top left;
	margin:0 0 40px -82px;
}
p{
	color:#424242;
}
#page1-wrap{
	min-width:100%;
	width:100%;
	height:100%;
	float:left;
	display:block;
	background:#aaa url(../images/index-bg.jpg) no-repeat top center;
	padding:0 0 80px 0;
	background-size:cover;
}
#page1-wrap.hover-left{
	width:100%;
	height:100%;
	float:left;
	display:block;
	background:#aaa url(../images/index-left-bg.jpg) no-repeat top center;
	background-size:cover;
	padding:0 0 80px 0;
}
#page1-wrap.hover-right{
	width:100%;
	height:100%;
	float:left;
	display:block;
	background:#aaa url(../images/index-right-bg.jpg) no-repeat top center;
	background-size:cover;
	padding:0 0 80px 0;
}

.sponsor-box{
	width:407px;
	background:url(../images/sponsors-bg.png) repeat;
	padding:30px;
	top:0;
	left:0;
}
.sponsor-box p,
.left-con p,
.right-con p{
	font-family: 'HelveticaNeueLTStd-Th';
	font-size:15px;
	color:#fff;
}
.logo{
	position:relative;
	margin:40px auto 0;
	width:401px;
	height:192px;
}
.logo p,
.left,
.right,
.left-con,
.right-con,
a.link-left,
a.link-right,
.index-arrows,
.index-arrows p,
#page2-wrap,
#page3-wrap,
#page2,
#page3,
.home,
.header,
.hello,
#main-menu-page2,
#main-menu-page3,
#main-menu-page2 li,
#main-menu-page3 li{
	position:relative;
	float:left;
}
.logo p{
	width:210px;
	float:right;
	font-size:14px;
	color:#fff;
	margin:10px -50px 0 0;
}
.central-box{
	margin:50px auto 0;
	width:685px;
	height:455px;
}
.left,
.right{
	width:255px;
}
.right{
	float:right;
}
.left-con,
.right-con{
	background:url(../images/central-box.png) repeat;
	width:210px;
	height:315px;
	padding:25px;
}
.left-con h1,
.right-con h1{
	font-size:30px;
	background:none;
	margin:0;
	padding:0;
}
.left-con h1{
	color:#f3bd02;
}
.right-con h1{
	color:#a2d939;
}
.left-con p,
.right-con p{
	font-size:30px;
}
a.link-left,
a.link-right{
	background:url(../images/link-left.png) no-repeat top left;
	width:260px;
	height:88px;
	display:block;
	margin:3px 0 0 0;
	cursor:pointer;
}
a.link-right{
	background:url(../images/link-right.png) no-repeat top left;
}
.index-arrows{
	background:url(../images/arrows-bg.png) no-repeat top center;
	width:100%;
	margin: -225px 0 0;
	height:154px;
}
.index-arrows p{
	width:70px;
	margin: 36px 0 0 312px;
	font-size:13px;
}
	
/* PAGE 2 */

#page2-wrap,
#page3-wrap{
	background:url(../images/page2-bg.png) repeat top left;
    height: auto;
    width: 100%;
}
#page2-wrap h1{
	color:#f3bd02;
}
#page2,
#page3{
	background:url(../images/page2-top-line.png) no-repeat top center;
	height:auto;
	width:100%;
}
.page2-con,
.page3-con{
	width:1024px;
	margin:0 auto;
}
.home{
	float:right;
}
a.home{
	display:block;
	background:url(../images/home.png) no-repeat top center;
	height:40px;
	width:40px;
	margin:10px 0 0 0;
}
.header{
	width:1024px;
	padding:0px 0 25px 0;
}
.page2-main-menu,
.page3-main-menu{
	position:relative;
	float:right;
	margin:45px 0 0 58px;
}
#main-menu-page2 li,
#main-menu-page3 li{
	display:inline;
	margin:0 7px 0 0;
}
#main-menu-page2 li:last-child,
#main-menu-page3 li:last-child{
	margin:0;
}
#main-menu-page2 li a,
#main-menu-page3 li a{
	background:url(../images/menu-item-bg.png);
	padding:14px 10px;
	font-family: 'HelveticaNeueLTStd-Th';
	font-size:22px;
	color:#424242;
	display:block;
}
#main-menu-page2 li a:hover,
#main-menu-page3 li a:hover{
	background:url(../images/menu-item-hover-bg.png);
	color:#f3bd02;
}
#main-menu-page2 li a.active cufon,
#main-menu-page3 li a.active cufon{
	border-bottom:1px solid #7f7f7f;
}
.page2-logo,
.page3-logo{
	position:relative;
	float:left;
	width:210px;
}
.page2-logo p,
.page3-logo p{
	font-size:14px;
	margin:15px 0 0 0;
}
.hello{
	background:url(../images/rec.png) no-repeat top center;
	height:97px;
	width:343px;
	padding:40px 40px 10px;
	margin:0 0 0 300px;
}
#page2-wrap .hello h1,
#page3-wrap .hello h1{
	text-align:center;
	background:none;
	padding:0;
	margin:0;
	font-size:30px;
	color:#424242;
	font-family: 'HelveticaNeueLTStd-Th';
}
.hello h1 span{
	color:#f3bd02;
}
.hello p{
	text-align:center;
	color:#727272;
	font-size:20px;
}
.breadcrumbs{
	position:absolute;
	right:20px;
	top:165px;
	width:365px;
	height:240px;
	background:#ccc;
}
#b1.breadcrumbs{
	background:url(../images/breadcrumb-festivals.png) no-repeat top center;
}
.main-wrap,
.main{
	position:relative;
	float:left;
}
.main-wrap{
	width:1024px;
}
.festivals{
	position:relative;
	float:left;
	width:505px;
	height:315px;
}
.main-con{
	position:relative;
	float:left;
}
.main .main-con .festivals p{
	font-size:22px;
	padding:15px 0;
	text-align:center;
	position:relative;
	float:left;
}
.festivals a.fest{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	background:none;
	width:505px;
	height:168px;
}
a.fest img{
	margin:0;
}
.festivals a{
	text-align:center;
	margin-left:130px;
	position:relative;
	float:left;
	display:block;
	height:22px;
	padding:10px 0;
	width:244px;
	background:#f3bd02;
	font-family: 'Helvetica Heavy';
	font-size:17px;
	color:#424242;
}
.right{
	float:right;
}
.footer-wrap{
	background:url(../images/footer-bg.png) top left repeat-x;
	height:118px;
	position:relative;
	float:left;
	width:100%;
}
.footer{
	width:1024px;
	margin:0 auto;
}
.footer-con{
	position:relative;
	float:left;
	width:100%;
	padding:45px 0 0 0;
}
.footer-con p{
	position:relative;
	float:right;
	font-size:14px;
	padding:20px 0 0 0;
	color:#cccccc;
}
.footer-con p a{
	color:#ccc;
	text-decoration:underline;
}
.footer-con p a cufon{
	border-bottom:1px solid #aaa;
}
.footer-logo{
	position:relative;
	float:left;
	width:322px;
	height:63px;
}
.footer-logo img{
	position:relative;
	float:left;
	margin:0 10px 0 0;
}
.footer-con .footer-logo p{
	padding:15px 0 0 0;
	float:left;
	position:relative;
	width:215px;
}
span.mask{
	top:0px;
	background: url(../images/overlay.png) no-repeat top left;
	display:none;
	width:505px;
	height:168px;
	position:absolute;
}
/* PAGE 3 */
#page3-wrap h1{
	color:#a2d939;
	background:url(../images/h1-green-bg.png) no-repeat top left;
}
#page3-wrap h1,
#page2-wrap h1{
	text-transform:uppercase;
}
#page3{
	background:url(../images/page2-top-line-green.png) no-repeat top center;
}
#page3 a.home{
	background:url(../images/home-green.png) no-repeat top center;
}
#page3 .hello h1 span{
	color:#a2d939;
}
.page3-main-menu{
	float:right;
}
#main-menu-page3 li{
	margin: 0 7px 0 0;
	position:relative;
	float:left;
}
#main-menu-page3 li.parent ul{
	background:url(../images/ul-bg.png) no-repeat top left;
	position:absolute;
	visibility:hidden;
	top:41px;
	width:210px;
	z-index:100;
	padding:35px 0 20px 20px;
}
#main-menu-page3 li.parent:hover > ul{
	visibility:visible;
}
#main-menu-page3 li ul li{
	display:block;
	border-left:1px solid #686868;
	width:100%;
}
#main-menu-page3 li ul li a{
	font-size:16px;
	background:none;
	padding:2px 0 2px 15px;
	background:url(../images/ul-a-bg.png) no-repeat left center;
}
#main-menu-page3 li ul li:last-child{
	height:10px;
}
#main-menu-page3 li ul li a:hover,
#page3 #main-menu-page3 li.parent:hover ul li a{
	background:url(../images/ul-a-bg.png) no-repeat left center;
}
#main-menu-page3 li:last-child{
	margin:0;
}
#main-menu-page3 li a{
	display:block;
}
#page3 #main-menu-page3 li a:hover,
#page3 #main-menu-page3 li.parent:hover a{
	color:#a2d939;
}
#page3 #main-menu-page3 li.parent:hover a{
	background:url(../images/menu-item-hover-bg.png);
}
#main-menu-page3 li a:active{
	text-decoration:underline;
}
.main
.main-con p{
	font-family: 'HelveticaNeueLTStd-Th';
	font-size:22px;
	padding:0 0 35px 0;
}
.main{
	padding:0 0 50px 0;
	min-height:300px;
}
.main-con img{
	float:right;
	margin:0 0 5px 10px;
}
#c1.breadcrumbs{
	background:url(../images/breadcrumb-about-us.png) no-repeat top left;
}
#c2.breadcrumbs{
	background:url(../images/breadcrumb-contact-us-o.png) no-repeat top left;
}
#c3.breadcrumbs{
	background:url(../images/breadcrumb-clients-o.png) no-repeat top left;
}
#c4.breadcrumbs{
	background:url(../images/breadcrumb-services-o.png) no-repeat top left;
}
a.article-img{
	position:relative;
	float:right;
}
span.overlay-small{
	display:none;
	background:url(../images/overlay-small-bg.png) no-repeat bottom right;
	position:absolute;
	width:50px;
	height:50px;
	bottom:5px;
	right:0;
}
#b2.breadcrumbs{
	background:url(../images/breadcrumb-about-us-v.png) no-repeat top left;
}
#b3.breadcrumbs{
	background:url(../images/breadcrumb-contact-us-v.png) no-repeat top left;
}
#b4.breadcrumbs{
	background:url(../images/breadcrumb-working-with-us-v.png) no-repeat top left;
}
.form-messages{
	float:left;
	display:block;
}
.form-messages span{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0 0 10px 0;
	color:#424242;
	float:left;
}
.main-con form{
	clear:left;
	position:relative;
	float:left;
	width:430px;
}
.main-con form input[type="text"],
.main-con form textarea{
	background:url(../images/input-bg.png);
	margin:0 0 10px 0;
	color:#fff;
	width:380px;
	font-family: 'HelveticaNeueLTStd-Th';
	font-size:25px;
	padding:15px;
}
.main-con form input[type="submit"]{
	background:url(../images/submit-bg.png) no-repeat top left;
	width:174px;
	height:97px;
	font-size:26px;
	font-family: 'HelveticaNeueLTStd-Th';
	color:#fff;
	text-transform:uppercase;
	float:right;
	margin:-42px 0 0 0;
}
.main-con form input[type="submit"]:hover{
	cursor:pointer;
}
.main-con form textarea{
	min-height:185px;
	max-height:185px;
	min-width:380px;
	max-width:380px;
}
.form-text{
	width:533px;
	position:relative;
	float:left;
	padding:0 0 0 60px;
}
.form-text p.large{
	font-family: 'HelveticaNeueLTStd-Th';
	font-size:30px;
}
span.roman{
	font-family: 'Helvetica Roman';
}

a#submit-form{
	background:url(../images/submit-bg.png) no-repeat top left;
	width:174px;
	height:97px;
	font-size:26px;
	line-height:90px;
	text-align:center;
	font-family: 'HelveticaNeueLTStd-Th';
	color:#fff;
	text-transform:uppercase;
	float:right;
	margin:-42px 0 0 0;
}

#slider{
	width:1024px;
	min-height:160px;
	padding:0 0 0 0;
}
#slider-nav-ul{
	border-bottom:3px solid #737373;
}
h2.title{
	display:none;
}
li.one-o{
	background:url(../images/o-one.png) no-repeat top right;
}
li.two-o{
	background:url(../images/o-two.png) no-repeat top right;
}
li.three-o{
	background:url(../images/o-three.png) no-repeat top right;
}
li.four-o{
	background:url(../images/o-four.png) no-repeat top right;
}
li.five-o{
	background:url(../images/o-five.png) no-repeat top right;
}
li.one-v{
	background:url(../images/v-one.png) no-repeat top right;
}
li.two-v{
	background:url(../images/v-two.png) no-repeat top right;
}
li.three-v{
	background:url(../images/v-three.png) no-repeat top right;
}
li.four-v{
	background:url(../images/v-four.png) no-repeat top right;
}
li.five-v{
	background:url(../images/v-five.png) no-repeat top right;
}
span.menu-arrow{
	background:url(../images/span-menu-bg.png) no-repeat center center;
}
a:hover span.menu-arrow,
#page3 #main-menu-page3 li.parent:hover span.menu-arrow{
	background:url(../images/span-menu-hover-bg.png) no-repeat center center;
}
.footer-logo a{
	position:relative;
	float:left;
}
	 
.clr{
	clear:both;
}