html, body {
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {background-color:#131313;}
h1, h2, h3, h4, h5 {margin: 10px 0 0 0; text-indent: -9999px;}
img {border: 0;}
a {color: #9333f3;}

.content-wrap {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

.nav-wrap {
	width: 960px;
	margin: 0 auto;
}

.content-nav {
	padding: 0 20px;
}

.content-inside {padding: 0 20px 10px 20px;}

#header {
	background: url(../images/header.jpg) no-repeat top center #000;
	height: 298px;
}

#header2 {
	background: url(../images/header_inside.jpg) no-repeat top center #000;
	height: 152px;
}

.carousel_container {
	float: right;
	display: inline;
}

#nav {
	background-color: #0d0d0d;
	border-bottom: 1px solid #1f1f1f;
}

#nav a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 30px;
	height: 30px;
	padding: 0 10px;
	float: left;
	display: inline;
}

#nav a:hover {
	background-color: #666;
}

.column1, .column2, .column3 {
	width: 33%;
	float: left;
	display: inline;
}

.column1-large {
	width: 66%;
	float: left;
	display: inline;
	line-height: 18px;
}

.column1-large h2 {
	text-indent: 0;
	color: #9333f3;
	font-weight: normal;
	text-transform: uppercase;
}

.column1-large strong {
	color: #0075c0;
}

.column1, .column1-large, .column2 {
	background: url(../images/divider.gif)  top right no-repeat;
}

#optionsbox {
	background-color: #111;
	border: solid 1px #222;
	padding: 0 10px;
}

#location-title, #time-title, #details-title, #more-title {
	height: 15px;
}

#location-title {background: url(../images/title-location.gif) top left no-repeat;}
#time-title 	{background: url(../images/title-time.gif) top left no-repeat; margin-top: 20px;}
#details-title {background: url(../images/title-details.gif) top left no-repeat; margin-top: 20px;}
#more-title {background: url(../images/title-more.gif) top left no-repeat;}

#footer {
	background-color: #0d0d0d;
	border-top: 1px solid #1f1f1f;
	min-height: 100px;
}

#module-contact {
	float: left;
	display: inline;
}

#module-design {
	float: right;
	display: inline;
}

.warning {
	color: #f00 !important;
}

/* jquery */
.boxgrid{
	width: 200px;
	height: 250px;
	margin:10px;
	float:left;
	background:#161613;
	border: solid 2px #ccc;
	overflow: hidden;
	position: relative;
}
.boxgrid img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
.boxcaption{
	float: left;
	position: absolute;
	background: #000;
	height: 50px;
	width: 100%;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 }
 
.boxcaption h3 {
	text-indent: 20px;
}
 	
.captionfull .boxcaption {
	top: 260px;
	left: 0;
}
.caption .boxcaption {
	top: 220;
	left: 0;
}

.comingsoon {
	margin: 10px;
	float: left;
	display: inline;
}
