/* MOZ */
.win.gecko body {
	font-size: 11px;
	font-family: verdana;
	background-image: url(../img/backdrop.jpg);
}

/* IE 7 */
.win.ie7 body {
	font-size: 11px;
	font-family: verdana;
	background-image: url(../img/backdrop.jpg);
}
/* IE */
.win.ie body {
	font-size: 11px;
	font-family: verdana;
	background-color: #c1cacf;
}

table.maintable {
	width: 924px;
}
td.banner {
	width: 924px;
	height: 81px;
	background-image: url(../img/banner.png);
}

/* ALL */
.navigation {
	width: 924px;
	height: 41px;
	background-image: url(../img/navigation.png);
	background-repeat: no-repeat;
	padding-right: 45px;
	margin-bottom: 20px;
}

/* MOZ */
.win.ie .flash {
	width: 239px;
	height: 410px;
	padding-right: 10px;
	padding-left: 30px;
	background-image: url(../img/flash_bg.png);
	background-repeat: repeat-y;
}
.win.gecko .flash {
	width: 239px;
	height: 410px;
	padding-right: 10px;
	padding-left: 30px;
	background-image: url(../img/flash_bg.png);
	background-repeat: repeat-y;
}

/* MOZ */
.content {
	width: 735px;
	height: 410px;
	background-image: url(../img/content_bg.png);
	background-repeat: repeat-y;
}
.win.ie .content {
	width: 735px;
	height: 410px;
	background-image: url(../img/content_bg.png);
	background-repeat: repeat-y;
}
/***** GALLERY CONTENT *****/
/* IE */
.win.ie .content_gallery {
	width: 730px;
	height: 410px;
	padding-left: 100px;
	background-image: url(../img/content.png);
	background-repeat: repeat-y;
}
.win.gecko .content_gallery {
	width: 730px;
	height: 410px;
	padding-left: 0px;
	background-image: url(../img/content.png);
	background-repeat: repeat-y;
}

/****** EOF GALLERY CONTENT *****/
td.footer {
	width: 924px;
	height: 50px;
	background-image: url(../img/footer.png);
}

#content_area {
	width: 580px;
	height: 311px;
	background-image: url(../img/content_area.gif);
	background-repeat: no-repeat;
	padding: 5px 5px 5px 5px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}
#content_area:hover {
	width: 580px;
	height: 311px;
	background-image: url(../img/content_area.gif);
	background-repeat: no-repeat;
	padding: 5px 5px 5px 5px;
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}
#content_area_gallery {
	width: 570px;
	height: 311px;
	background-image: url(../img/content_area.gif);
	background-repeat: no-repeat;
	padding: 5px 5px 5px 5px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}
#content_area_gallery:hover {
	width: 570px;
	height: 311px;
	background-image: url(../img/content_area.gif);
	background-repeat: no-repeat;
	padding: 5px 5px 5px 5px;
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}

#content_scroll {
	position:relative;
	width: 564px;
	height: 300px;
	z-index: 4;
	overflow-x: hidden;
	overflow-y: hidden;
}

#motiongallery {
	position:absolute;
	width: 560px;
	height: 300px;
	left:0;
	top:0;
	z-index: 5;
	white-space:nowrap;
}

#content_scroll2 {
	position:relative;
	width: 565px;
	height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
}

#gallery_nav {
	float: right;
	margin-right: 55px;
}
#gallery_nav_gallery {

}

#statusdiv{
	position: absolute;
	padding: 2px;
	left: -300px;
	border: 0px solid gray;
	visibility: hidden;
}

#nav_button {
	width: 134px;
	height: 135px;
	background-image: url(../img/nav_backdrop.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}
#nav_button:hover {
	width: 134px;
	height: 135px;
	background-image: url(../img/nav_backdrop.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	opacity: 1.0;
	-moz-opacity:1.0;
	filter: alpha(opacity=100);
}

#fox {
	float: left;
	position: relative;
	left: 6px;
	top: 20px;
	width: 190px;
	height: 225px;
	background-image: url(../img/fox.jpg);
	background-repeat;
}
#image {
	opacity: 0.6;
	-moz-opacity:0.6;
	filter: alpha(opacity=60);
}
#image:hover {
	opacity: 1.0;
	-moz-opacity:1.0;
	filter: alpha(opacity=100);
}

/************ SCROLL DIVS ***************/

a:link  { color:black; text-decoration:none; }
a:visited { color:black; text-decoration:none; }
a:hover { color:white; text-decoration:underline; }
a:active { color:black; text-decoration:none; }
a.gallery:link  { display: block; color:black; text-decoration:none; }
a.gallery:visited { display: block; color:black; text-decoration:none; }
a.gallery:hover { display: block; color:white; text-decoration:underline; }
a.gallery:active { display: block; color:black; text-decoration:none; }

/********************************************/

input,textarea {
	border: 1px solid black;
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
color: #000000;
visibility: hidden;
z-index: 996;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 997;
visibility: hidden;
}
