
/** GLOBALS ****************************************************/

body {	
	background-color: #000000;
	background-image: url('img/bg.gif');
	background-position: top left;
	margin: 15px;
}

body, input, textarea, select, option, submit {
	font-family:  Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #AAAAAA;
}

* { margin: 0px; padding: 0px; border: 0px; }

form { margin-top: 8px; }

input, textarea, select, submit { 
	border: 1px solid #404040; 
	background: #303030; 
	padding: 2px; 
	margin: 0px; 
}

input.btn { 
	padding: 3px; 
	font-weight: bold; 
	background: #303030; 
	color: #ffffff; 
	border: 1px solid #555555; 
}

label { 
	margin-right: 4px; 
	padding-right: 4px; 
	width: 60px; 
	display: block; 
	float: left; 
	text-align: right; 
	font-weight: bold; 
}

table td { vertical-align: top; }

img { behavior: url('js/iepngfix.htc'); } 

p { 
	margin-bottom: 5px;  
	margin-top: 5px; 
	line-height: 1.3em;
}

html>body p { margin-bottom: 8px; margin-top: 8px; }

strong { color: #C0C0C0; }

a { color: #FFFFFF; text-decoration: underline; }
a:hover { color: red; text-decoration: underline; }

acronym, abbr { cursor: help; border-bottom: 1px dotted #545454; }

h1 {
	color: #FB0102;
	font-size: 180%;
	letter-spacing: -1px;
	margin-top: 3px;
	margin-bottom: 8px;
}

h2 {
	color: #CA1B1B;
	font-size: 110%;
	margin-top: 12px;
	margin-bottom: 5px;
}

h3 {
	color: #ffffff;
	font-size: 100%;
	margin-top: 10px;
	margin-bottom: 4px;
}

ul { 
	list-style-image: url('img/arrow.gif');
	margin-left: 24px; 
	padding: 2px;
}

ul li { padding: 1px; }

.clr { clear: both; }
.toggler { cursor: pointer; }
h4.toggler:hover { color: blue; }
.msg { width: 95%; font-weight: bold; color: red; border: 1px dotted red; padding: 8px; }
.fr { float:right; margin:5px; }
.fl { float:left; margin-right:10px; margin-bottom: 5px; }
.bttlink { text-align:right; clear:both; font-size: x-small; }





/** MAIN DIVISIONS ******************************************/


#main { 
	width: 850px;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
	border: 10px solid #303030;
	background: #000000;
	background-image: url('img/mainbg.gif');
	background-repeat: no-repeat;
	background-position: top center;
}

#header {
	height: 200px;
	width: 100%;
	z-index: 1000;
	background-color: #000000;
}

#nav {
	width: 850px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	top: 191px;
	border-bottom: 1px solid #545454;
	background-image: url('img/nav_bar.jpg');
	background-repeat: repeat-x;
	background-position: center center;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	list-style: none;
}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
}

#nav li a {
	float: left;
	padding: 8px 8px 9px 8px;
	margin-right: 5px;
	color: #FFFFFF;
	text-decoration: none;
	border-top: 1px solid #545454;
}

#nav li a:hover { 
	color: #FFFFFF; 
	background: #404040;
	background-image: url('img/nav_bar2.jpg');
	background-repeat: repeat-x;
	background-position: center center;
}

#nav li#current a { 
	color: red; 
	background: #404040;
	border-top: 1px solid #808080;
	background-image: url('img/nav_bar2.jpg');
	background-repeat: repeat-x;
	background-position: center center;
}

#nav #tools {
	position: absolute;
	top: 78px;
	left: 418px;
}

#nav #tools a {	padding: 2px; color: #B1B1B1; text-decoration: none; }
#nav #tools a:hover { color: #FFFFFF; }
#nav #tools a#current { color: #FFFFFF; }

#content {
	margin: 0px auto;
	margin-bottom: 10px;
	width: 810px;
	height: auto;
	min-height: 300px;
	border: 0px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
	background-image: url('img/cbg.gif');
	background-repeat: no-repeat;
	background-position: top center;
}

#left { width: 68%; float: left; }
#right { width: 29%;  float: right; }
#left2 { width: 58%; float: left; }
#right2 { width: 39%;  float: right; }



#accordion h4 { 
	color: #FFFFFF;
	font-size: 110%;
	margin-top: 2px;
	margin-bottom: 4px;
}

#accordion .element { 
	padding-bottom: 6px;
	margin-bottom: 12px;
}

#footer {
	margin: 0px auto;
	padding-top: 10px;
	padding-left: 10px;
	height: 21px;
	width: auto;
	clear: both;
	background-image: url('img/nav_bar.jpg');
	background-repeat: repeat-x;
	background-position: top center;
}

#footer img { vertical-align: middle; }
#footer span { float: right; margin-right: 15px;}

#rentals td { padding: 2px; margin: 2px; }
#rentals_window {
	overflow: auto;
	width: 100%;
	height: 330px;
	padding:0px;
	margin:0px;
}

#gallery_window {
	overflow: auto;
	width: 100%;
	height: 310px;
	padding: 0px;
	margin: 0px;
}

#gallery_window a img { 
	margin: 2px;
	border: 2px solid #4a4a4a;
	width: 145px;
	height: 145px;
}



.tool-tip {
	color: #fff;
	width: auto;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: white;
	z-index: 13000;
	border: 1px solid black;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: red;
	padding: 5px 5px 2px;
	background: #CA1B1B;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 5px 5px;
	background: #CA1B1B;
}

#slides { line-height: 1.5em; margin-top: 130px; }
#slides img { width: 230px; height: 275px; display: block; margin-bottom: 9px; }
#slides a { 
	padding: 2px; 
	margin: 1px;
	text-decoration: none;
	border: 1px solid #404040; 
	background: #303030; 
}





.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: right;
	margin-right: 10px;
}

.mootabs_title li {
	float: left;
	color: white;
	padding: 6px 6px 6px 6px;
	margin-right: 6px;
	cursor: pointer;
	background: #313131;
}

.mootabs_title li:hover { text-decoration: underline; }
.mootabs_title li:last-child { border: 0px; }

.mootabs_panel {
	display: none;
	width: 100%;
	height: auto;
	clear: both;
	margin-top: -20px;
}

.mootabs_panel.active {
	display: block;
	height: auto;
}






#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading { background: #fff url('img/loading.gif') no-repeat center; }

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink { left: 0; }
#lbPrevLink:hover { background: transparent url('img/prevlabel.gif') no-repeat 0% 15%; }
#lbNextLink { right: 0; }
#lbNextLink:hover { background: transparent url('img/nextlabel.gif') no-repeat 100% 15%; }

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url('img/closelabel.gif') no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber { margin-right: 71px; }
#lbCaption { font-weight: bold; }
