body {
	margin: 0;
	padding: 0;
	background: #3a3a3a url('images/body_bg.gif') repeat;
	font-family: Arial,Helvetica,Veranda,Tahoma,sans-serif;
	font-size: 12px;
	color: #ffffff;
}
a {
color: #f38021; 
font-weight:bold; 
text-decoration: none;
}
a:link {
color: #f38021; 
font-weight:bold; 
text-decoration: none;
}

a:visited {
color: #f38021; 
font-weight: bold; 
text-decoration: none;
}

a:hover {
color: #febf00;
font-weight: bold; 
text-decoration: underline;
}

a:active {
color: #febf00;
font-weight: bold; 
} 

p{
	margin: 0 0 5px 0;
}
#logo{
	padding-top:10px;
	width: 341px;
	height: 111px;
	margin: auto;
}
.pagetitlecenter{
	padding: 10px 0 10px 0;
	font-variant: small-caps;
	font-size: 14px;
	font-family: Arial,Tahoma,Helvetica;
	font-weight: bold;
	color: #febf00;
	width: 360px;
	text-align: center;
}
.pagetitleleft{
	font-variant: small-caps;
	padding: 10px 0 10px 0;
	font-size: 14px;
	font-family: Arial,Tahoma,Helvetica;
	font-weight: bold;
	color: #febf00;
	width: 360px;
	text-align: left;
}
#contactinfo{
	padding: 10px 10px 0 0;
	text-align: right;
	font-family: Arial,Tahoma,Helvetica;
	font-size: 12px;
	color: #ffffff;
}
.contactbold{
	font-weight: bold;
}
.disclaimer{
	font-family: Tahoma,Arial,Helvetica;
	font-size: 10px;
	color: silver;
	font-weight: normal;
	text-align: center;
	margin: auto;
	width: 800px;
}
#wrapper{
	background: #540002 url('images/wrapper_bg.jpg');
	width: 800px;
	height: 702px;
	margin: auto;
}
#loginbox{
	background: black url('images/login_back.jpg');
	width: 286px;
	height: 125px;
	margin: auto;
	padding-top: 90px;
}
#wrapperbottom{
	background: #000000 url('images/wrapper_bottom.jpg');
	width: 800px;
	height: 10px;
	margin: auto;
}
#leftcontent{
	float: left;
	width: 224px;
	height: 700px;
}
.tpplink{
margin-top: 10px;
margin-left: 12px;
}

.mainmenu{
	margin-top:12px;
	margin-left: 28px;
	min-height: 425px;
}

#centercontent{
	float: left;
	width: 390px;
	height: 700px;
}
#rightcontent{
		float: left;
		width: 175px;
		height: 700px;
}
/*#maincontent{
 overflow: scroll;
 height: 500px;
}*/

/* Scrollbar */
#divUpDown {
	position: relative; 
	left: 365px; 
	top: 0px; 
	width: 16px;
	height: 275px; 
	z-index: 2;
}
#divContainer {
	overflow: hidden;
	width: 360px;
	clip: rect(0,360px,360px,0);
	position: relative;
	left: 0px;
	top: -275px;
	height: 350px;
	z-index: 2;
}
#divContent {
	left: 0px;
	position: absolute;
	top: 0px;
	z-index: 2;
}

/* filmstrip */
.filmstrip{
	margin: 15px 0 0 5px;
	width: 171px;
	height: 545px;
	background: #540000 url('images/filmstrip_back.jpg');
}
.filmstripcontainer{
	width: 152px;
	height: 450px;
	background: black;
	margin-left: 10px;
}
.membersonly{
	width: 158px;
	height: 76px;
	border: 0px;
	margin: 5px 0 0 10px;
}

/* video */
.video{
	position: relative; 
	left: 180px; 
	top: 5px; 
	width: 212px;
	height: 137px;
	
}

.scrollvideo{
	position: relative; 
	left: 180px; 
	top: -260px; 
	width: 212px;
	height: 137px;
}


.creditcard{
	margin: auto;
	width: 163px;
	height: 22px;
}

/* GREYBOX STYLES */
#GB_overlay {
    background-color: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}


.GB_Gallery {
    margin: 0 22px 0 22px;
}

.GB_Gallery .content {
    background-color: #fff;
    border: 3px solid #ddd;
}

.GB_header {
    top: 10px;
    left: 0;
    margin: 0;
    z-index: 500;
    position: absolute;
    border-bottom: 2px solid #f38021;
    border-top: 2px solid #f38021;
}

.GB_header .inner {
    background-color: #333;
    font-family: Arial, Verdana, sans-serif;
    padding: 2px 20px 2px 20px;
}

.GB_header table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

.GB_header .caption {
	text-align: left;
	color: #f38021;
	white-space: nowrap;
	font-size: 20px;
}

.GB_header .close {
    text-align: right;
}

.GB_header .close img {
    z-index: 500;
    cursor: pointer;
}

.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}


#GB_middle {
    color: #eee;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {
    padding-right: 10px;
}

#GB_middle .right {
    padding-left: 10px;
}


.GB_Window .content {
	background-color: #fff;
	border: 3px solid ccc#;
	border-top: none;
}

.GB_Window .header {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #999;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
    margin: 0;

    height: 22px;
    font-size: 12px;
    padding: 3px 0;
    color: #333;
}

.GB_Window .caption {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
}

.GB_Window .close { text-align: right; }
.GB_Window .close span { 
    font-size: 12px;
    cursor: pointer; 
}
.GB_Window .close img {
    cursor: pointer;
    padding: 0 3px 0 0;
}

.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }


/* Multithumb 2.0 beta 1.3 */
/*
The comments below are to help you understanding and modifying the look and feel of thumbnails. Borders can be set using the border fields above. You can safely delete these comments.
*/

/*
Styles for the DIV surrounding the image.
*/
div.mtImgBoxStyle {
 margin:5px 5px 5px 5px;
}

/* 
Styles for the caption box below/above the image.
Change font family and text color etc. here.
*/
div.mtCapStyle {
 font-weight: bold;
 color: black;
 background-color: #ddd;
 padding: 2px;
 text-align:center;
 overflow:hidden;
}

