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

img{
	border:0;
}

body{
	margin:auto auto;
	background-image:url(images/background.png);
	background-repeat:repeat;
}

.subbackground{
	margin:0 auto;
	width:1052px;
	height:291px;
	background-image:url(images/leaf.png);
	background-repeat:no-repeat;
	background-position:top right;
}

.content{
	margin:-250px auto 0 auto;
	width:952px;
	height:auto;
}

.header{
	width:952px;
	height:146px;
	background-image:url(images/contact-arrow.png);
	background-repeat:no-repeat;
	background-position:760px 70px;	
}

.menu{
	width:641px;
	height:70px;
	float:right;
	padding-left:25px;
	background-color:#FFFFFF;
}

.logo{
	width:286px;
	height:76px;
	float:left;
}

.menu  ul{
	list-style-type:none;
	margin:24px 0;
	padding:0;	
}

.menu li{
	display:inline;
	margin:auto 12px;
	padding:10px;
	
}

.menu li:hover{
	color:#EF3E61;
}

.menu .active-menu-item{
	display:inline;
	margin:auto 12px;
	padding:10px;
	background-color:#EF3E61;
	color:#FFFFFF;
}
.menu .active-menu-item:hover{
	color:#fff;	
}

a{
	font-family:PT-Sans;
	font-size:14px;
	text-decoration:none;
	color:#000000;
}

a:hover{
	color:#FFFFFF;
}

.container{
	width:952px;
	height:auto;	
}

.container-left{
	float:left;
	padding-top:44px;
	width:512px;
	height:auto;
}

.container-left-top{
	width:502px;
	height:68px;
	background-image:url(images/note-top.png);
	background-repeat:no-repeat;
}

.container-left-content{
	width:438px;
	height:auto;
	padding:0px 32px;
	background-color:#FFFFF4;
	font-family:PT-Sans;
	text-align:center;
	font-size:18px;
}

.container-left-bottom{
	position:relative;
	width:512px;
	height:265px;
	background-image:url(images/note-bottom.png);
	background-repeat:no-repeat;
}

.contact-button{
	display:block;
	margin-top:170px;
	float:right;
	background-image:url(images/contact-button.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	width:284px;
	height:88px;
	z-index:2;
	position:relative;
}

.container-right{
	float:left;
	width:440px;
	height:810px;
	background-image:url(images/gallery.png);
}

hr{
	background-image:url(images/horizontal-rule.png);
	background-repeat:no-repeat;
	width:149px;
	height:5px;
	border:none;
}

.footer{
	margin:650px auto 0 auto;
	background-image:url(images/footer.png);
	background-position:center;
	width:auto;
	height:428px;
}

.footer-content{
	margin:0 auto;
    padding-top:200px;
	width:952px;
	height:auto;
}

.footer-left{
	float:left;
	width:auto;
	height:auto;
}

.footer-right{
	float:right;
	width:auto;
	height:auto;
}

p{
	color:#FFFFFF;
	font-family:Arial;
	font-size:11px;	
}

a.link{
	font-size:11px;
	color:#EF3E61;
	text-decoration:underline;
}

a.link:hover{
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	background-color:transparent;
}

a.disabled{
	background-color:transparent;
}

a.disabled:hover{
	background-color:transparent;
}

.venraylogo {
	position:absolute;
	left:5px; 
	bottom:-66px;	
	z-index:1;
}