/*
Client: Last Call Promotions
Site: www.lastcall.com
Author: Devnuts/mv
Contact: devnuts.com
*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Verdana;
	font-size: 12px;
	background: #000;
	color: #FFF;
}

/* Default Styles */

h2 {
	font-size: 28px;
	font-weight: normal;
	color: #51d3f3;
	border: 1px solid #212224;
	padding: 15px;
	margin: 5px 0 5px 0;
	background: url('/img/h2_bg.jpg') no-repeat right center;
}

p {
	line-height: 1.8em;
	font-size: 1.2em;
}

a img { border: 0; }

a:link, a:visited {
	text-decoration: none;
	color: #51d3f3;
}

a:hover {
	text-decoration: underline;
}

/* Containers and bars */
#menuWrap, .horizontalbar, #branding {
	margin: 0;
	padding: 0;
	width: 100%;
}

#menuWrap {
	height: 36px;
	overflow: hidden;
	background: url('/img/topbar_bg.jpg') repeat-x top left;
}

.horizontalbar {
	height: 9px;
	background: url('/img/midbar_bg.jpg') repeat-x top left;
}

#branding {
	height: 185px;
	background: url('/img/header.jpg') no-repeat top center;
}

#menu, #content, #footer {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 900px;
	text-align: left;
}

#content {
	margin: 25px auto 25px auto;
}

#menu { width: 495px; }

#ColLeft, #ColRight {
	display: inline;
	margin: 5px;
	padding: 0;
}

#ColLeft {
	float: left;
	width: 604px;
}

#ColRight {
	float: right;
	width: 200px;
}

/* Menu */

#menu a:link, #menu a:visited {
	display: inline;
	float: left;
	height: 36px;
	margin: 0 40px 0 40px;
	background-position: 0 0;
	text-indent: -10000px;
}

#menu a:hover {
	height: 32px;
	border-top: 3px solid #FFF;
	border-bottom: 1px solid #FFF;
	background-position: 0 -2px;
}

#menu .menuHome { 
	background-image: url('/img/bt_events.jpg');
	width: 52px;
	}

#menu .menuGuestlist { 
	background-image: url('/img/bt_guestlist.jpg');
	width: 73px;
	}
	
#menu .menuContact { 
	background-image: url('/img/bt_contact.jpg');
	width: 84px;
	}
	
#menu .menuAbout { 
	background-image: url('/img/bt_about.jpg');
	width: 119px;
	}

/* Footer */

a.sociallink:link, a.sociallink:visited {
	display: inline;
	width: 180px;
	height: 75px;
	margin: 0;
	padding: 0;
}

#footer p {
	text-align: center;
	font-size: 11px;
	color: #37393d;
	padding: 20px;
}

#footer p a:link, #footer p a:visited {
	color: #355a7c;
}

/* Misc */

.clear { clear: both; }

/* Events Display */

#MainBox {
	margin: 0;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	width: 602px;
	height: 402px;
}

#MainFrame {
	background: url('/img/event_main_frame.png') no-repeat center center;
	margin: 0;
	padding: 0;
	width: 602px;
	height: 402px;
}

#MainInfoWrap {
	margin: 0 20px 0 20px;	
	height: 350px;
	position: relative;
	top: 20px;
	overflow: hidden;
}

#MainInfo, #MainGlist, #MainConfirm {
	background: #000;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}

#MainGlist form {
	margin: 0;
	padding: 0;
}

.MainLink {
	display: inline;
	float: right;
	margin: 10px;
	position: relative;
	width: 120px;
	background: url('/img/topbar_bg.jpg') repeat-x top left;
	text-align: center;
	cursor: pointer;
}

.MainLink p {
	margin: 0;
	font-size: 12px;
	padding: 8px;
	display: block;
	font-weight: bold;

}

#glistSubmit {
	display: block;
	padding: 5px;
	width: 120px;
	text-align: center;
	cursor: pointer;
	margin: 0 0 0 20px;
	border: 2px solid #FFF;
	color: #FF0000;
	background: #51d3f3;
	font-size: 16px;
	font-weight: bold;
}

.Box {
	margin: 0 5px 15px 5px;
	padding: 0;
	background-position: top center;
	background-repeat: no-repeat;
	width: 262px;
	height: 122px;
	cursor: pointer;
}

.InfoTable {
	margin: 15px;
}

.InfoTable td {
	padding: 5px;
	color: #FFF;
	font-family: Arial;
	font-size: 1.2em;
	background: #000;
}

.InfoTable .Field {
	text-align: right;
	font-weight: bold;
}

.contactBox {
	 display: inline; 
	 float: left; 
	 width: 400px; 
	 margin: 20px;
}

.contactBox h3 {
	font-size: 22px;
	font-weight: normal;
	color: #51d3f3;	
}

