@import url("global.css");

/* ===================================== Welcome and Virtual Gallery ==================================== */

#WelcomeGalleryBox {
	width:986px;
	margin:0 auto;
}

/* Welcome */

#Welcome {
	width:510px;/* 598px */
	float:left;
	background:url(../images/WelcomeBG.jpg) repeat-x #000;
	padding:50px 30px 90px 48px;
}

#Welcome .Header {
	margin:0 0 18px 0;
}

/* Virtual Gallery */

#VirtualGallery {
	width:356px; /* 391px */
	background:url(../images/VIrtualGalleryBG.jpg) repeat-x #000;
	float:left;
	padding:50px 0 60px 35px;
	margin:0 0 0 6px;
}	
#VirtualGalleryBox {
	background:url(../_homeimages/VirtualGalleryBox.jpg) no-repeat;
	width:342px;
	height:295px;
}
#VirtualGallery .Header {
	margin:0 0 24px 0;
}

/* ======================================== Media ====================================== */

#Media {
	background:url(../images/MediaBG.jpg) repeat-x #a29090;
	width:918px; /* 986px */
	margin:0 auto;
	padding:20px 20px 20px 48px;
}
#Media .Header {
	display:block;
}
#VideoBox {
	float:left;
	width:38%;
	margin-top:18px;
}
#VideoDescript {
	float:left;
	margin-top:18px;
	width:62%;
}
#VideoThumbs img {
	margin:0 10px 0 0;
}
#VideoThumbs a img {
	border:1px solid #45364d;
}
#VideoThumbs a:hover img {
	border:1px solid #fff;
}
/* ========================================== Articles and Gallery Preview ======================================== */

#ArticleGalleryBox {
	width:986px;
	margin:0 auto;
}

/* Articles */

#Articles {
	background:url(../images/ArticlesBG.jpg) repeat-x #000;
	width:364px; /* 414px */
	float:left;
	margin:0 0 0 6px;
	padding:45px 20px 20px 30px;
}	

#Articles .Header {
	margin:0 0 18px 0;
}	

#Articles .ReadMoreBTN {
	margin:30px 0 0 0;
}	
/* Gallery Preview */

#GalleryPreview {
	background:url(../images/ArticlesBG.jpg) repeat-x #000;
	width:498px; /* 566px */
	float:left;
	padding:45px 20px 20px 48px;
}
#GalleryPreview .Header {
	margin:0 0 14px 0;
}
#GalleryPreview .MorePhotosBTN {
	margin:12px 0 0 0;
}


