html {
	margin:0;
	padding:0;
}

body {
	height:99%;
	width:99%;
	background-color: #ffffff;
}

div,p,form,ul {
	margin:0;
	padding:0;
}

img {
	border:none;
}

a {
	cursor: pointer;
}

.background {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 0;
	display:none;
}

#bg1 {
	background-color: #f0ebda;
}
#bg2 {
	background-color: #eef2f3;
}
#bg3 {
	background-color: #e7ecf0;
}
#bg4 {
	background-color: #e7ecf0;
}
#bg5 {
	background-color: #f0ebda;
}


#home {
	position: absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background-color: #ffffff;
	z-index:2;
}

#home_content {
	position: absolute;
	left:50%;
	top:50%;
	width:620px;
	height:480px;
	margin-left:-310px;
	margin-top:-240px;
}

#home_content img {
	position:absolute;
	top:60px;
	left:60px;
	border:none;
}

#wrap {
	position: absolute;
	left:50%;
	top:50%;
	width:620px;
	height:480px;
	margin-left:-310px;
	margin-top:-240px;
	z-index: 1;
}

#main_title {
	font: normal 26px/22px "Arial Narrow", "Myriad Web Pro Condensed";
	color:#990000;
	text-align:left;
	width:200px;
	float:left;
	clear:none;
}

.content {
	position:absolute;
	top:26px;
	left:0;
	display:none;
	width:620px;
}


#leftpanel {
	position:absolute;
	top:40px;
	left:50px;
	width:257px;
	height:342px;
}

#leftpanel #title {
	width:188px;
	height:21px;
	margin-bottom:6px;
	float:right;
}


#rightpanel {
	position:absolute;
	top:110px;
	left:320px;
	width:257px;
	height:342px;
}

#rightpanel #title {
	float:right;
	width:120px;
	height:21px;
	margin-top:6px;
}

.still {
	width:620px;
	height:480px;
	position:absolute;
	top:0;
	left:0;
	background-color: #ffffff;
}
.movie {
	width:620px;
	height:480px;
	position:absolute;
	top:0;
	left:0;
	background-color: #ffffff;
}

.thumbswrapper {
	margin-top: 6px;
	width:194px;
	height:274px;
}

.thumbs {
	position:relative;
	float:left;
	width:55px;
	height:47px;
	margin:0 9px 9px 0;
	z-index: 1;
}

.thumbs img {
	width:55px;
	height:47px;
}

.full_image {
	position:relative;
	float:right;
	width:378px;
	height:454px;
	background-color: #e6dbd2;
	font: normal 12px/14px "Arial Narrow", "Myriad Web Pro Condensed";
	text-align: center;

}

#content4 .full_image {
	background-color: #e7ecf1;
	width:480px;
	height:380px;
}

.full_image .bigimage {
	position:absolute;
	top:0;
	left:0;
	width:378px;
	height:454px;
	display:none;

}

.contactbox {
	float:right;
	width:370px;
	height:455px;
	margin-right:4px;
	background-image: url('images/contact_bg.jpg');
}

.contactbox h1 {
	font: normal 24px/24px "Arial Narrow", "Myriad Web Pro Condensed";
	color:#1b5d04;
	margin:14px 0 0 0;
}
.contactbox h2 {
	font: normal 23px/23px "Arial Narrow", "Myriad Web Pro Condensed";
	color:#515688;
	margin:12px 0 0 0;
}
.contactbox p {
	font: normal 18px/18px "Arial Narrow", "Myriad Web Pro Condensed";
	color:#515688;
	margin:2px 0 0 0;
}

.contactbox a {
	color:#515688;
	text-decoration: none;
}

.page_title {
	font: normal 24px/24px "Arial Narrow", "Myriad Web Pro Condensed";
	color:#515688;
}

.title_block {
	position:relative;
	float:right;
	clear:right;
	text-align:right;
	width:378px;
	height:20px;
	font: normal 20px/20px "Arial Narrow", "Myriad Web Pro Condensed";
	color:#1b5d04;
	margin: 6px 0 0 0;
}

#content4 .title_block {
	margin-top: 30px;
}


.title_block .image_title {
	position:absolute;
	width:378px;
	height:20px;
	top:0;
	right:0;
	display:none;
}

.navbutton {
	width:172px;
	margin:4px 0;
	padding:5px;
	background-color: #e6dbd2;
}

.navbutton a {
	font: normal 24px/24px "Arial Narrow", "Myriad Web Pro Condensed";
	color:#2f3777;
}

a:hover {
	color:#EE0000;
}

#menu {
	width:400px;
	float:right;
	clear:none;
	text-align:right;
	height:21px;
	margin-bottom:10px;
}
#menu a{
	margin:0 5px;
	padding: 5px;
	color:#333366;
	font: normal 14px/14px "Arial Narrow", "Myriad Web Pro Condensed";
	text-decoration: none;
}
#menu a:hover{
	background-color:#333366;
	color:#fff;
}
#menu a.active {
	background-color:#333366;
	color:#fff;
}


.full_image .video_content {
	position: absolute;
	top:20px;
	left:0;
	width:480px;
	height:410px;
	display:none;
}
