/* body elements */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background: #000000 url('../images/bg_main.gif') repeat-x top center;
	margin: 0px;
	height: 100%;
}
a:link {
	color: #FDA700;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FDA700;
}
a:hover {
	text-decoration: underline;
	color: #FDA700;
}
a:active {
	text-decoration: none;
	color: #FFCC69;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #CF8900;
	font-size: 28px;
	line-height: 18px;
}
h1 a:link {
	text-decoration: none;
	color: #CF8900;
}
h1 a:visited {
	text-decoration: none;
	color: #CF8900;
}
h1 a:hover {
	text-decoration: underline;
	color: #CF8900;
}
h1 a:active {
	text-decoration: underline;
	color: #FDA700;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #CF8900;
	font-size: 22px;
	line-height: 14px;
}
h2 a:link {
	text-decoration: none;
	color: #CF8900;
}
h2 a:visited {
	text-decoration: none;
	color: #CF8900;
}
h2 a:hover {
	text-decoration: underline;
	color: #CF8900;
}
h2 a:active {
	text-decoration: underline;
	color: #FDA700;
}
h3 {
	font-weight: bold;
	color: #FFCC69;
	font-size: 14px;
}
h3 a:link {
	text-decoration: none;
	color: #FFCC69;
}
h3 a:visited {
	text-decoration: none;
	color: #FFCC69;
}
h3 a:hover {
	text-decoration: underline;
	color: #FFCC69;
}
h3 a:active {
	text-decoration: underline;
	color: #FFCC69;
}
/* texts */

.more {
	display: compact;
	background: url(../images/arrw_r.gif) no-repeat left center;
	padding-left: 10px; 
	font-size: 10px;
	color: #FDA700;
}
a.more:link {
	color: #FDA700;
	text-decoration: none;
}
a.more:visited {
	color: #FDA700;
	text-decoration: none;
}
a.more:hover {
	color: #FDA700;
	text-decoration: underline;
}
a.more:active {
	color: #FFCC69;
	text-decoration: underline;
}
.back {
	display: compact;
	background: url(../images/arrw_l.gif) no-repeat left center;
	padding-left: 10px; 
	font-size: 10px;
	color: #FDA700;
}
a.back:link {
	color: #FDA700;
	text-decoration: none;
}
a.back:visited {
	color: #FDA700;
	text-decoration: none;
}
a.back:hover {
	color: #FDA700;
	text-decoration: underline;
}
a.back:active {
	color: #FFCC69;
	text-decoration: underline;
}
.prev {
	background: url(../images/arrw_prev.gif) no-repeat left center;
	padding-left: 10px; 
	font-size: 10px;
	color: #FDA700;

}
a.prev:link {
	color: #FDA700;
	text-decoration: none;
}
a.prev:visited {
	color: #FDA700;
	text-decoration: none;
}
a.prev:hover {
	color: #E31205;
	text-decoration: none;
}
a.prev:active {
	color: #E31205;
	text-decoration: none;
}
.next {
	background: url(../images/arrw_next.gif) no-repeat right center;
	padding-right: 10px; 
	font-size: 10px;
	color: #FDA700;

}
a.next:link {
	color: #FDA700;
	text-decoration: none;
}
a.next:visited {
	color: #FDA700;
	text-decoration: none;
}
a.next:hover {
	color: #E31205;
	text-decoration: none;
}
a.next:active {
	color: #E31205;
	text-decoration: none;
}
.yell {
	color: #FDA700;
}
a.yell:link {
	color: #FDA700;
	text-decoration: none;
}
a.yell:visited {
	color: #FDA700;
	text-decoration: none;
}
a.yell:hover {
	color: #FDA700;
	text-decoration: underline;
}
a.yell:active {
	color: #FFCC69;
	text-decoration: underline;
}

.small {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
/* lightbox */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/* objects */

#base {
	width: 845px;
	margin: 0px auto;
	position:relative;
}
#header {
	text-align: center;
}
#header img {
	border: none;
}
#logo {
	float: left;
	border: none;
}
#prod {
	float: left;
	margin-left: 110px;
}
#lang {
	float: right;
	display: compact;
}
#body {
	background: url(../images/bg_body.gif) no-repeat top center;
	height: 434px;
	text-align: left;
}
#body_1 {
	background: url(../images/bg_opt1.jpg) no-repeat top center;
	height: 434px;
	text-align: left;
}
#body_2 {
	background: url(../images/bg_opt2.jpg) no-repeat top center;
	height: 434px;
	text-align: left;
}

#intro {
	background: url(../images/bg_body.gif) no-repeat top center;
	height: 434px;
	text-align: center;

}
#intro img {
	border: #212121 1px solid;
	display: inline;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 4px;
}

#video {
	margin-bottom: 5px;
	margin-top: 21px;
}
#movie {
	margin-bottom: 15px;
	margin-top: 21px;
}
#skip {
	height: 16px; 
	margin-bottom: 3px; 
	margin-top: 3px; 
	display: block;
}
#post {
	background: url(../images/bg_body.gif) no-repeat top center;
	height: 433px;
	text-align: center;
	padding-top: 1px;
}
#post img {
	border: none;
	display: inline;
	
}
#roll img {
	border: #212121 1px solid;
	display: inline;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 6px;
}
#menu {
	background: url(../images/bg_menu.gif) no-repeat top center;
	/*height: 50px;*/
	text-align: center;
	padding-top: 1px;
	padding-bottom: 15px;
}
#menu img {
	border: none;
}

#scroll {
	width: 771px;
	height: 394px;
	margin-left: 22px;
	margin-top: 22px;
	overflow: auto;
	/*background: #333333;*/
	padding-left: 10px;
	padding-right: 20px;
	scrollbar-face-color: #767676;
	scrollbar-highlight-color: #767676;
	scrollbar-3dlight-color: #767676;
	scrollbar-darkshadow-color: #767676;
	scrollbar-shadow-color: #767676;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #222222; 
	
}
#fans {
	background: url(../images/bg_fans.jpg) no-repeat top center;
	height: 434px;
	text-align: left;
}
#fans_1 {
	background: url(../images/bg_opt4.jpg) no-repeat top center;
	height: 434px;
	text-align: left;
}
#fans_2 {
	background: url(../images/bg_opt3.jpg) no-repeat top center;
	height: 434px;
	text-align: left;
}
#fanscr {
	width: 771px;
	height: 350px;
	margin-left: 22px;
	overflow: auto;
	padding-left: 10px;
	padding-right: 20px;
	scrollbar-face-color: #767676;
	scrollbar-highlight-color: #767676;
	scrollbar-3dlight-color: #767676;
	scrollbar-darkshadow-color: #767676;
	scrollbar-shadow-color: #767676;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #222222; 
	
}
#fanscr img {
	border: #941108 1px solid;
}
#fansub {
	width: 650px; 
	margin-top: 19px; 
	margin-left: 180px; 
	margin-bottom: 19px;
}
#fansub img{
	border: none;
	display: inline;
}
.gall img {
	border: #941108 1px solid;
	display: inline;
	margin: 4px;
}
.gallc img {
	border: #941108 1px solid;
	display: inline;
	margin: 3px;
}

#casa {
	background: url(../images/bg_casanova.jpg) no-repeat top center;
	height: 434px;
	text-align: left;
}
#casascr {
	width: 542px;
	height: 320px;
	margin-left: 267px;
	overflow: auto;
	padding-left: 6px;
	padding-right: 10px;
	scrollbar-face-color: #767676;
	scrollbar-highlight-color: #767676;
	scrollbar-3dlight-color: #767676;
	scrollbar-darkshadow-color: #767676;
	scrollbar-shadow-color: #767676;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #222222; 
	
}
#vidtn {
	float: right; 
	width: 130px; 
	margin-top: 5px;
	margin-left: 13px;
}
#vidtn img {
	margin-bottom: 10px;
}
#casascr img {
	border: #941108 1px solid;
}
#casasub {
	width: 560px; 
	margin-top: 19px; 
	margin-left: 260px; 
	margin-bottom: 48px;
}
#casasub img{
	border: none;
	display: inline;
}
#edem {
	background: url(../images/bg_medea.jpg) no-repeat top center;
	height: 434px;
	text-align: left;
}
#macb {
	background: url(../images/bg_macbeth.jpg) no-repeat top center;
	height: 434px;
	text-align: left;
}
.pages {
	float: right;
	text-align: right;
	font-size: 10px;
	margin-right: 22px;
	margin-top: 20px;
}
.hr {
	height: 1px;
	font-size: 0px;
	background: #767676;
}
/* forms */

