body { background: url('../../images/bg.jpg') repeat; }


body {

overflow: -moz-scrollbars-vertical;

 }

/* ### general ### */
* { margin: 0px; padding: 0px; }
html, body { font-family: Arial; font-size: 12px; color: #8c806e; }
input, select, textarea { font-family: Arial; font-size: 12px; color: #8c806e; }

img { border: 0px; display: block; }
a, input { outline: none; }

/* ### global classes ### */
.clear { clear: both; height: 0; }

/* ### wrapper ### */
#wrapper { position: relative; display: block; width: 100%; min-height: 100%; background: url('../../images/wrapper_bg.png') repeat-x; }

/* ### main container ### */
#mainCntr { margin: 0 auto; width: 992px; }

	/* ### header container ### */
	#headerCntr { position: relative; width: 992px; height: 132px; }
	#headerCntr a.logo { position: absolute; top: 35px; right: 29px; display: block; width: 217px; height: 100px; text-indent: -9999px; background: url('../../images/logo.png') no-repeat; }
	#headerCntr p { color: #1c2792; position: absolute; top: 98px; left: 0; width: 992px; text-align: center; font-family: 'Conv_MyriadPro-BlackCond'; }
	
		/* ### icon box ### */
		.iconBox { position: absolute; top: 68px; left: 44px; }
		.iconBox ul { list-style: none; overflow: hidden; }
		.iconBox li { float: left; margin-right: 9px; padding-bottom: 10px; }
		.iconBox li a { float: left; border-radius: 5px; }
		.iconBox li a:hover { box-shadow: 1px 2px 5px rgba(0,0,0,0.4); }
	
	/* ### banner container ### */

		#bannerCntr h3 { margin-bottom: 25px; color: #1c2792; font-size: 48px; font-weight: normal; padding-bottom: 4px; font-family: 'Conv_MyriadPro-BlackCond'; text-align: center; }


	#bannerCntr { width: 992px; }
	#bannerCntr .photo { margin: 0 0 15px 12px; box-shadow: 4px 4px 6px rgba(0,0,0,0.4); border-radius: 8px; width: 951px; }
	#bannerCntr .photo img { border-radius: 8px; }
	#bannerCntr p { color: #1c2792; text-align: center; font-size: 20px; font-family: 'Conv_MyriadPro-BoldCond'; padding-bottom: 54px; }
	#bannerCntr p span { font-family: 'Conv_MyriadPro-BlackCond'; }
	
	/* ### content container ### */
	#contentCntr { overflow: hidden; width: 992px; }
	
		/* ### photo box ### */
		.photoBox { overflow: hidden; margin: 0 0 20px 12px; }
		.photoBox ul { list-style: none; }
		.photoBox li { float: left; margin-right: 64px; box-shadow: 4px 4px 4px rgba(0,0,0,0.4); width: 189px; height: 189px; position: relative; border-radius: 7px; margin-bottom: 14px; }
		.photoBox li img { border-radius: 7px; }
		.photoBox li.last { margin-right: 28px; }
		.photoBox span { color: #fff; font-size: 18px; position: absolute; display: block; bottom: 10px; left: 0; background: url('../../images/text1.png') no-repeat; width: 189px; height: 49px; line-height: 57px; text-align: center; cursor: pointer;}
		.photoBox li:hover { box-shadow: none; }
		
		/* ### gallery box ### */
		.galleryBox { margin-bottom: 8px; }
		.galleryBox h3 { color: #1c2792; font-size: 48px; font-weight: normal; padding-bottom: 4px; font-family: 'Conv_MyriadPro-BlackCond'; text-align: center; }
		.galleryBox .slider { width: 952px; height: 515px; margin: 15px 0 20px 13px; box-shadow: 5px 5px 8px rgba(0,0,0,0.4); position: relative; border-radius: 8px; }
		.galleryBox .slider img { border-radius: 8px; }




		.galleryBox .nav { position: absolute; bottom: 40px; right: 20px; z-index: 200; }
		.galleryBox .nav a { float: left; margin-left: 20px; background: url('../../images/nav_bg.png') no-repeat; width: 24px; height: 24px; text-indent: -9999px; }
		.galleryBox .nav a:hover, .galleryBox .nav a.activeSlide { background-position: 0 -24px; }
	
	/* ### footer container ### */
	#footerCntr {
 position:absolute;
left:0px;
top:700px;
   z-index:-1;
  overflow: hidden; width: 100%; margin-top: 100px; padding-bottom: 20px; 


}
	#footerCntr img { margin-left: 13px; }


.galleryBox ul {
    list-style-type: none !important;
}

/* Stylesheet: vanoorschot Modified On 2013-07-29 14:07:47 */
