@charset "utf-8";

/*
	PS 450
	Author : Joey Avino
	Copyright : Amedia Creative
	Link : www.amediacreative.com
	Email : info@amediacreative.com
	Phone : 310/651/8733
	Fax : 310/388/1210

*/

/* LAYOUT */

html, body {

	height: 100%;
	margin: 0px;
  	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	color: #ff9200;
	width: 100%;
	background: url('../../images/main/bg.jpg') repeat top left;

}

div {

	position: relative;
	text-align: left;

}

img { border: 0px; }

.clear { clear: both; }
.left { float: left; }
.right { float: right; }

div#nonFooter {

	min-height: 100%;
	top: 0px;
	
}

* html div#nonFooter {

	height: 100%;
	margin: 0px;
	padding: 0px;

}

div#block {

	width: 900px;
	height: 100%;
	margin: auto;
	padding: 30px 0px;

}

div#logo {

	width: 289px;
	height: 106px;
	margin: auto;
	margin-left: -150px;
	left: 50%;
	background: url('../../images/main/logo.png') no-repeat top left;

}

div#logobtm {

	width: 289px;
	height: 24px;
	margin: auto;
	background: url('../../images/main/logo_btm.png') no-repeat top left;

}

div#menu {

	width: auto;
	height: auto;
	float: left;
	margin: auto;

}

/* MENU PAGE */

#menu2 .main {
	margin-top: 22px;
}

#menu2 div.thumb { 

	float: left;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 10px;
	/*width: 550px;
	height: 70px;
	margin: 6px auto;
	position: absolute;
	cursor: pointer;*/

}

#menu2 div.thumb img, #menu2 div.thumb a span {

	width: 159px;
	height: 159px;
	z-index: 2;
	position: abosolute;
	cursor: pointer;

}

/*
#t1 { left: 0px;		bottom: 10px; 		z-index: 1; }
#t2 { left: 100px; 		top: 20px; 			z-index: 2; }
#t3 { left: 255px; 		top: 25px; 			z-index: 3; }
#t4 { right: 240px; 	top: 100px; 		z-index: 4; }
#t5 { right: 100px; 	top: 110px; 		z-index: 3; }
#t6 { right: 0px; 		top: 0px; 			z-index: 1; }
#t7 { left: 220px; 		bottom: 0px; 		z-index: 2; }
*/

#menu2 div.thumb a span {
	
	color: black;
	background: #ff910f;
	filter: alpha(opacity=70);
	opacity: .7;
	-moz-opacity: .7;
	display: block;
	position: absolute;
	visibility: hidden;
	z-index: 3;
	font-size: 22px;
	
}
	
	/*#menu2 div.thumb a:hover span {
	
		display: block;
		z-index: 4;
	
	}*/


/* GALLERY */
#gallery2 { width: 840px; }

#gallery2 div.imgHolder { 

	width: 840px; 
	height: 450px;

}


/* PRESS */


#press div.thumb {

	width: 109px;
	height: 109px;
	margin-right: 25px;
	margin-bottom: 25px;
	float: left;

}

#press p.spacer {

	height: 21px;
	margin: 0px;
	padding: 0px;

}

/* DIRECTIONS */

#directions .center_wrapper { width: 450px; float: left; }

#directions #map {

	width: 350px;
	height: 448px;
	float: right;
	background: url('../../images/page/map.gif') no-repeat top left;

}

#mapLink {

	float: right;
	width: 350px; 
	text-align: left

}

/* CONTACT */

#contact .left { width: 450px; }
#contact .right { width: 350px; }

form { float: right; }

input, textarea, select {

	width: 200px;
	height: 18px;
	background: #321d00;
	border: 0px;
	color: #ffdd9a;
	font: 11px Arial, Helvetica, sans-serif;

}

textarea {

	height: 75px;
	overflow: auto;

}

input.submit, input.submit_over  {

	width: auto;
	padding: 2px 10px;
	margin: 0px;
	color: #ff5a00;
	background: #321d00;
	font-weight: bold;
	display: block;
	cursor: pointer;

}

input.submit_over {

	color: #321d00;
	background: #ff5a00;

}


/* EVENTS */

#events .left { width: 200px; }
#events .right { width: 640px; }
#events span { font-size: 18px; }

h2 {

	font-size: 25px;
	color: #ffdd9a;
	font-weight: normal;
	margin: 0px;

}

h3 {

	font-weight: normal;
	font-size: 16px;

}

.style1 { color: #ffdd9a; }

a {

	color: #ff5a00;
	text-decoration: none;

}

a:hover { color: white; }

/* FOOTER */
div#footer {

	margin-top: -25px;
	font-size: 11px;
	color: white;

}

#music_player, #amctag { position: absolute; }

#amctag {

	width: 300px;
	text-align: right;
	right: 5px;
	font-size: 11px;

}

#main {

	background: #1c0a05;
	padding: 20px 30px;
	width: 840px;

}

.top, .btm {

	width: 900px;
	height: 10px;

}

.top {	background: url('../../images/main/main_top.png') no-repeat top left; margin-top: 20px; }
.btm {	background: url('../../images/main/main_btm.png') no-repeat top left; }

.tool-tip {
	background-color: #1d0a06;
}

.tool-tip .tip {
	margin: 8pt;
}

.tool-tip .tip-title {
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 2pt;
}