@charset "UTF-8";
body {
	background-color: #4E5771;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#wrapper {
	position: absolute;
	width: 1055px;
	height: 758px;
	left: 100px;
	top: 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 100px 0px;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 343px;
	position: absolute;
	top: 20px;
	background-color: #FFFFFF;
	height: 746px;
	float: left;
	left: 2px;
}
.main {
	left: 349px;
	top: 20px;
	margin-left: 0px;
	padding-left: 0px;
	position: absolute;
	width: 700px;
	height: 630px;
}
#main-text {
	position:relative;
	width:700px;
	height:auto;
	left: 0px;
	top: 0px;
	background-color: #EEE;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #EEE;
}
#main-text-wrapper {
	position:relative;
	width:680px;
	height:auto;
	left: 0px;
	top: 0px;
	background-color: #EEE;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#main-text-text {
	font-family: Verdana, Geneva, sans-serif;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	position: relative;
	top: 0px;
	clear: both;
	background-color: #EEE;
	height: auto;
	width: 680px;
	font-size: 24px;
	color: #686B9F;
}
#main-text-midpage {
	font-family: Verdana, Geneva, sans-serif;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	position: relative;
	top: 7px;
	clear: both;
	background-color: #EEE;
	height: auto;
	width: 680px;
	font-size: 24px;
	color: #686B9F;
}
#main-text-video {
	position:relative;
	width:700px;
	left: 0px;
	top: 0px;
	background-color: #EEE;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	color: #EEE;
}
#main-text-text-video {
	font-family: Verdana, Geneva, sans-serif;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	position: relative;
	top: 20px;
	clear: both;
	background-color: #EEE;
	height: auto;
	width: 680px;
	font-size: 24px;
	color: #686B9F;
}
#page_header_box {
	position:relative;
	width:690px;
	height:21px;
	left: 0px;
	top: 20px;
	background-color: #EEE;
	text-align: left;
	vertical-align: middle;
	margin-top: 0px;
	padding-top: 3px;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	color: #716f5d;
}
#page_header_box_video {
	position:relative;
	width:690px;
	height:70px;
	left: 0px;
	top: 20px;
	background-color: #EEE;
	text-align: left;
	vertical-align: middle;
	margin-top: 0px;
	padding-top: 3px;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #686B9F;
}

#main-pic {
	position:relative;
	width:700px;
	background-color: #C1D5EE;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	height: auto;
	top: 10px;
	clear: both;
	left: 0px;
	right: 0px;
}
#main-pic-wrapper {
	position:relative;
	width:700px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	height: 230px;
	top: 35px;
	left: 0px;
	white-space: nowrap;
	overflow: auto;
}
/*IMAGE THUMNAIL STUFF*/

.thumb
{
	height: 200px;
	width: 180px;
	margin: 10px;
	float: left;
	margin-left: 20px;
}	

/*--------for movies ----------*/

div.movie_container {
	/* Set it so we could calculate the offsetLeft */
  position: absolute;
	height: 641px;
	width: 700px;
	top: 105px;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #686B9F;
}
ul.movie_container {
	display: block;
	height: 250px;
	/* Max width here, for users without Javascript */
  width: 1500px;
	padding: 15px 0 0 15px;
	/* Remove default margin */
  margin: 0;
	list-style: none;
}
.movie_container li {
	display: block;
	float: left;
	padding: 0 4px;
	color: #686B9F;
}
.movie_container a {
	display: block;
	text-decoration: none;
	color: #686B9F;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
.movie_container span {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

/*--------movie info below the movie clie ----------*/

div.movie_info {
	/* Set it so we could calculate the offsetLeft */
  position: relative;
	height: 120px;
	width: 672px;
	top: 25px;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #686B9F;
	left: 10px;
}
ul.movie_info {
	display: block;
	padding: 15px 0 0 15px;
	/* Remove default margin */
  margin: 0;
	list-style: none;
}
.movie_info li {
	display: block;
	float: left;
	padding: 0 4px;
	color: #686B9F;
}
.movie_info a {
	display: block;
	text-decoration: none;
	color: #686B9F;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
.movie_info span {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}


/*-------------------------*/

#mov {
	position:relative;
	width:672px;
	height:420px;
	left: 10px;
	top: 10px;
	border-top-style: none;
	color: #716F5D;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}



/*------------------------------*/

div.info {
	/* Set it so we could calculate the offsetLeft */
  position: relative;
	height: 350px;
	width: 700px;
	top: 5px;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #686B9F;
	overflow: auto;
}
ul.info {
	display: block;
	height: 200
];
	/* Max width here, for users without Javascript */
  width: 670px;
	padding: 15px 0 0 15px;
	/* Remove default margin */
  margin: 0;
	list-style: none;
}
.info li {
	display: block;
	float: left;
	padding: 0 4px;
	color: #686B9F;
	width: 200px;
}
.info a {
	display: block;
	text-decoration: none;
	color: #686B9F;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
.info span {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}



/*------------------------------*/


div.artwork_menu {
	/* Set it so we could calculate the offsetLeft */
  position: relative;
	height: 290px;
	width: 700px;
	top: 15px;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	scrollbar-base-color: #4E5771;
}
ul.artwork_menu {
	display: block;
	height: 290px;
	/* Max width here, for users without Javascript */
  width: 650px;
	padding: 15px 0 0 15px;
	/* Remove default margin */
  margin: 0;
	list-style: none;
	margin-left: 67px;
}
.artwork_menu li {
	display: block;
	float: left;
	padding: 0 4px;
	color: #686B9F;
	width: 200px;
	height: 290px;
}
.artwork_menu a {
	display: block;
	text-decoration: none;
	color: #686B9F;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
.artwork_menu span {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}


/*------------------------------*/


div.artwork_menu_bottom {
	/* Set it so we could calculate the offsetLeft */
  position: absolute;
	height: 994px;
	width: 1049px;
	top: 849px;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	scrollbar-base-color: #4E5771;
	left: -1px;
}
ul.artwork_menu_bottom {
	display: block;
	height: 920px;
	/* Max width here, for users without Javascript */
  width: 1070px;
	padding: 15px 0 0 15px;
	/* Remove default margin */
  margin: 0;
	list-style: none;
	position: absolute;
	margin-left: 0px;
	left: 3px;
	top: 7px;
}
.artwork_menu_bottom li {
	display: block;
	float: left;
	padding: 0 4px;
	color: #686B9F;
	width: 200px;
	height: 310px;
}
.artwork_menu_bottom a {
	display: block;
	text-decoration: none;
	color: #686B9F;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
.artwork_menu_bottom span {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}


/*------------------------------*/
.arrowlistmenu{
	width: 180px; /*width of accordion menu*/
	color: #7F7F7F;
	background-color: #FFFFFF;
	opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	top: 110px;
	left: 0px;
	font-weight: normal;
	text-decoration: none;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: white;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: pointer;
	background-color: #378DC7;
	font-weight: bolder;
}


.arrowlistmenu .menuheader a{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: white;
	margin-bottom: 10px;
	text-decoration: none;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: pointer;
	font-weight: bolder;
	padding-left: 0px;
}

.arrowlistmenu .menuheader a:hover{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: white;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-decoration: none;
	font-weight: bolder;
}

.arrowlistmenu .menuheader a:visited{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: white;
	margin-bottom: 10px;
	font-weight: bolder;
}


.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	background-image: url(images/menu/plus_v2.jpg);
	background-repeat: no-repeat;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	background-image: url(images/menu/minus_v2.jpg);
	background-repeat: no-repeat;
}

.arrowlistmenu ul li a{
	color: #393939;
	display: block; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #dadada;
	padding: 2px 0;
	margin-left: 4px;
	padding-left: 6px;
}

.arrowlistmenu ul li a:visited{
	color: #393939;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	background-color: #393939;
	color: #FFFFFF;
}
.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
/*	background-image: url(images/menu/plus.jpg);*/
	color: #7F7F7F;
}
.arrowlistmenu ul li a.subexpandableCLOSE:hover {
/*	background-image: url(images/menu/minus.jpg);*/
	color: #7F7F7F;
}
#downloads {
	position:relative;
	width:200px;
	height:115px;
	left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-color: #418ECB;
	float: inherit;
	top: auto;
}
#mov_thumb1 {
	position:absolute;
	width:200px;
	height:130px;
	z-index:2;
	left: 100px;
	top: 20px;
	border-top-style: none;
	outline-width: thin;
	outline-style: dotted;
	background-color: #000;
}
#mov_thumb2 {
	position:absolute;
	width:200px;
	height:130px;
	z-index:3;
	left: 320px;
	top: 20px;
	border-top-style: none;
	outline-width: thin;
	outline-style: dotted;
	background-color: #000;
}
#mov_thumb3 {
	position:absolute;
	width:200px;
	height:130px;
	z-index:4;
	left: 100px;
	top: 170px;
	border-top-style: none;
	outline-width: thin;
	outline-style: dotted;
	background-color: #000;
}
#mov_thumb4 {
	position:absolute;
	width:200px;
	height:130px;
	z-index:5;
	left: 319px;
	top: 170px;
	border-top-style: none;
	outline-width: thin;
	outline-style: dotted;
	background-color: #000;
}
.input {
	border: 1px solid #006;
	background: #ffc;
	color: #999999;
}
.button {
	border: 1px solid #666;
	color: #FFFFFF;
	background-color: #378DC7;
}
.homethumbnail
{
float: left;
width: 300px;
border: 1px solid #999;
margin: 0 15px 15px 0;
}

.thumbnail
{
float: left;
width: 60px;
border: 1px solid #999;
margin: 0 15px 15px 0;
}
#more_movs {
	position:absolute;
	width:119px;
	height:20px;
	z-index:1;
	left: 609px;
	top: 523px;
	overflow: auto;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #393939;
	background-color: #FFF;
	float: none;
	text-align: right;
}

#page-wrap {
	width: 660px;
	background: white;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 470px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
	background-color: #C1D5EE;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 70px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}
#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #999;
	background-color: #FFF;
	position: relative;
	width: 250px;
	height: 17px;
	left: 770px;
	top: 1630px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: right;
	vertical-align: bottom;
}
#footer-pages {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #999;
	background-color: #FFF;
	position: relative;
	width: 250px;
	height: 17px;
	left: 779px;
	top: 740px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: right;
	vertical-align: bottom;
}
.textboxes {
	width: 600px;
	text-align: left;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	height: auto;
	padding-top: 10px;
}
.textboxes a:link{
	font-family: Verdana, Geneva, sans-serif;
	color: #6492D9;
	text-decoration: none;
}
.textboxes a:hover{
	text-decoration: underline;
}

.thumb thumb
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
.thumb a:hover thumb 
{border: 1px solid #0000ff;}
.desc
{
	text-align: center;
	width: 120px;
	margin: 2px;
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	color: #0098bc;
	background-color: #FFF;
}
a:link {
	font-family: Verdana, Geneva, sans-serif;
	color: #408DC5;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #478DC3;
	text-decoration: underline;
}
