/* global styles */
html{ overflow: -moz-scrollbars-vertical; }
body{
	background-color:#ffffff;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#6e6e6e;
	margin:0px;
	padding:0px;
}
a{
	outline:none;
	cursor:pointer;
}
a,a:link,a:visited{
	color:#990000;
	text-decoration:none;
}
a:hover,a:active{
	color:#990000;
	text-decoration:underline;
}
img{ border:none; }
.float{ float:left; }
.block{ display:block; }
/* boxes */
#wrapperhome,
#wrappercontent{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-500px;
	width:1000px;
	background-repeat:no-repeat;
}
#wrapperhome{
	background-image:url(../pics/top_bg_home.jpg);
	min-height:334px;
}
#wrappercontent{
	background-image:url(../pics/top_bg_content.jpg);
	min-height:221px;
}
#header{
	width:927px;
	margin:51px 0 0 73px;
	height:59px;
}
#mainnav{
	margin:14px 0 0 211px;
	width:430px;
}
#contenthome,
#content,
#contentgallery{
	clear:both;
	margin:40px 73px 0 75px;
	width:852px;
}
#contenthome{
	margin-top:153px;
}
#contentgallery{
	margin:127px 73px 0 69px;
	width:858px;
}
.mainimg,
#googlemap,
#mainimgs{
	float:left;
	border:5px solid #ffffff;
	width:396px;
}
#googlemap{
	height:411px;
}
#subnav{
	float:left;
	margin:40px 0 0 0;
	padding:20px 11px 20px 5px;
	width:154px;
	background-image:url(../pics/bg_gallerynav.jpg);
	background-repeat:no-repeat;
	min-height:300px;
}
#subnav a{
	display:block;
	color:#6e6e6e;
}
#subnav a:link,
#subnav a:visited{
	text-decoration:none;
}
#subnav a:hover,
#subnav a:active{
	text-decoration:underline;
}
#subnav a.active{
	color:#990000;
	text-decoration:underline;
}
#container{
	float:left;
	margin:87px 0 0 19px;
	width:427px;
}
#contenthome #container{
	margin:127px 0 0 19px;
}
#contentgallery #container{
	margin:0;
	width:688px;
}
.galleryimg{
	float:left;
	background-image:url(../pics/bg_galleryimg.jpg);
	padding:7px 7px 6px 6px;
	width:159px;
	height:159px;
}
#content #container{
	background-image:url(../pics/bg_container.jpg);
	background-repeat:no-repeat;
	min-height:330px;
}
#tabnav{
	height:19px;
	margin-bottom:14px;
	width:425px;
	padding:0 1px;
}
#tabnav a,
#tabnav a.active{
	float:left;
	margin-right:2px;
	background-color:#d7d5d5;
	border-top:1px solid #b8b7b7;
	border-right:1px solid #b8b7b7;
	border-bottom:1px solid #e7e7e7;
	border-left:1px solid #b8b7b7;
	height:17px;
	padding:0px 4px;
	text-decoration:none;
	color:#6e6e6e;
}
#tabnav a.active{
	background-color:#ffffff;
	border-top:1px solid #e7e7e7;
	border-right:1px solid #e7e7e7;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #e7e7e7;
	color:#6e6e6e;
}
#tabnav a:hover{
	background-color:#f6f4f3;
	border-bottom:1px solid #e7e7e7;
	color:#6e6e6e;
}
#tabnav a.active:hover{
	background-color:#ffffff;
	border-bottom:1px solid #ffffff;
	color:#6e6e6e;
}
.tit,
.txt,
.img,
#movieplayer,
.link,
.form,
#error,
#confirmation{
	padding:0 13px 0 14px;
	margin-bottom:15px;
	width:400px;
}
.tit{
	margin-bottom:2px;
	font-weight:bold;
}
.txt ul{
	margin:0;
	padding:0 15px;
}
.img{
	display:block;
	margin:15px 0;
}
.link{
	clear:both;
	overflow:hidden;
	margin-bottom:0;
}
.link div{
	float:left;
	width:200px;
}
#error,
#confirmation{
	color:#3b180a;
}
table{
	margin-top:5px;
	border-bottom:2px solid #ebebeb;
}
th{
	height:25px;
	padding:0 5px;
}
.odd{
	background-color:#ebebeb;
}
td{
	height:21px;
	padding:0 5px;
}
#movieplayer{
	height:300px;
}
.formrow{
	margin-bottom:5px;
}
label{
	display:block;
	width:400px;
	cursor:pointer;
	padding:0;
	margin:0;
}
input,
select,
textarea{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	border:1px solid #6e6e6e;
	background-color:ffffff;
	padding:2px;
	width:394px;
	height:14px;
	color:#5c5d58;
}
textarea{
	height:150px;
}
select{
	width:400px;
	height:20px;
}
.button{
	float:left;
	width:118px;
	height:20px;
	margin:0 0 0 5px;
	border:none;
	border-top:1px solid #522d1b;
	border-right:1px solid #453324;
	border-bottom:1px solid #453324;
	border-left:1px solid #522d1b;
	padding:0;
	cursor:pointer;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	color:#ffffff;
	background-color:#6d4d34;
	vertical-align:middle;
}
.button:hover{
	color:#6d4d34;
	background-color:#ffffff;
}

/* footer */
#footer{
	clear:both;
	background-image:url(../pics/bg_footer.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:57px;
	text-align:center;
	padding-top:23px;
	font-size:9px;
	line-height:12px;
}
