
html{
	font-family: arial, tahoma, verdana;
	font-size: 1em;
	}

body{
	background-image: url('images/body_bg.jpg');
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px auto;
	text-align: center;
	padding: 0 0 0 0;
	background-color: #ffffff;
	color: #000000;
	}
	
p{
	margin: 6px;
	text-align:left;
	}
	
a{
	text-decoration: none;
	}
	
a:hover{
	text-decoration: underline;
	}
	
a:visited{
	color: #0000ff;
	}
	
a img{
	border: 0px;
	}
	
.error{
	color: red;
	}

.clear{
	clear:both;
	}
	
.mapicon p{
	margin: 0px 4px;
	}
	
#map{
	margin-top: 0px;
	}
	
.showmap{
	margin:0px; background-color: #660066;
	cursor: pointer;
	}
	
.showmap p{
	font-weight: bold;
	font-size: 0.8em;
	color: #ffffff;
	text-align: right;
	padding: 4px 0px;
	}
	
ul, ol{
	text-align: left;
	margin-left: 50px;
	}
	
table{
	border-collapse: collapse;
	}
	
table tr td{
	vertical-align: top;
	margin: 0px;
	padding: 0;
	}
	
form{
	padding: 12px;
	}
	
form fieldset, fieldset{
	position:relative;
	background-color: #e9b9ff;
	border: 1px solid #cdcdcd;
	}
	
form fieldset legend, fieldset legend{
	background-color: #fff;
	display: block;
	position: absolute;
	top: -10px;
	left: 17px;
	margin:0;
	margin-bottom: 6px;
	padding:1px 3px;
	border: 1px dotted #cdcdcd;
	}
	
form .inner{
	margin: 12px;
	}
		
form p{
	width: 100%;
	text-align:left;
	margin: 1px 0px;
	line-height:1.8em;
	}

form label{
	text-align: right;
	vertical-align: top;
	width: 10em;
	margin-right: 0.5em;
	line-height:1.3em;
	display: inline-block;
	}
	
form input.radio{
	width: auto;
	}

form label.err{
	color:red;
	}

form input.error, form textarea.error {
	background-color: #fcc;
	border: 2px dotted #f20;
	}

form label.error {
	text-align:left;
	color: #f00;
	margin-left: 13px;
	width: auto;
	display: inline;
	}
	
form input, form textarea{
	font-family: arial, tahoma, verdana;
	font-size: 1em;
	width:200px;
	}

	
form input.submit, .but{
	margin-left: 13em;
	margin-right: 0em;
	margin-top: 6px;
	width: 100px;
	background: #ffffff;
	border: 2px solid #cdcdcd;
	}
	
.but{
	margin-left: 0.5em;
	}
	
.captcha{
	margin-left: 10.5em;
	position: relative;
	background-image: url('images/captcha.gif');
	background-repeat: no-repeat;
	height: 123px;
	width: 312px;
	}
	
.captcha .img{
	position: absolute;
	top: 10px;
	left: 10px;
	}
	
.captcha .reload{
	position: absolute;
	top: 44px;
	right: 10px;
	cursor: pointer;
	}
	
.captcha .line{
	font-size: 0.95em;
	position: absolute;
	top: 69px;
	left: 25px;
	border: 0;
	}
	
.captcha input.cap{
	position: absolute;
	top: 90px;
	left: 25px;
	width: 130px;
	}
	
.captcha input.ok{
	font-size: 0.95em;
	position: absolute;
	top: 68px;
	left: 190px;
	width: 115px;
	}
	
.captcha input.reset{
	font-size: 0.95em;
	position: absolute;
	top: 93px;
	left: 190px;
	width: 115px;
	}
	
#info, #error{
	margin: 6px 2px;	
	width: 98%;
	display:none;
	}
	
#info{
	border: 2px solid #ffa54a;
	background-color: #ffffd2;
	}

#error{
	border: 2px solid #f00000;
	background-color: #ffd7d7;
	}
	
#info p, #error p{
	padding: 2px;
	font-size: 0.9em;
	font-weight: bold;
	}
	
#error p{
	color: #f00000;
	}
	
.title{
	font-weight: bold;
	font-size: 1.3em;
	}
	
.container, .credit{
	margin: 0px auto;
	border: 0px solid #e2e2e2;
	width: 960px;
	position:relative;
	}
	
.bar{
	height: 40px;
	width: 960px;
	}
	
.bar .img{
	display: inline-block;
	text-align: left;
	float: left;
	clear: right;
	
	}
	
.bar div.tel{
	display: inline-block;
	height: 40px;
	float: right;
	clear: right;
	line-height: 40px;
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
	}

.menu{
	width: 100%;
	display: block;
	z-index: 10;
	height: 25px;
	}
	
.menu ul{
	margin:5px 0px;
	padding: 0px;
	}
	
.menu li{
	margin:1px 2px 1px 0px;
	padding: 0px 8px;
	list-style:none;
	display:inline-block;
	float:left;
	clear:right;
	position: relative;
	}
	
.menu li a{
	text-align:center;
	display:block;
	color:#000000;
	font-size: 0.9em;
	font-weight: bold;
	padding: 0px;
	margin: 0 0px;
	position: relative;
	}
	
.menu li a:hover{
	text-decoration: underline;
	}

.menu li.current, .menu li:hover{
	}
	
.menu li.current a, .menu li:hover a{
	}
	
.menu li.hasmore{

	}
	
ul.dropdown{
	background-color: #ffffff;
	border: 1px solid #660066;
	margin:0px;
	padding:5px;
	display:block;
	position:absolute;
	z-index: 1000;
	top: 100%;
	display:none;
	left:0px;
	overflow:hidden;
	}
	
ul.dropdown ul.dropdown{
	top:0;
	left:95%;
	}
	
ul.dropdown li{
	background-image: none;
	text-align:left;
	margin:0px; 
	padding: 2px 3px;
	float: none;
	position:relative;
	list-style:none;
	display:block;
	border-bottom:1px solid #cdcdcd;
	}
	
ul.dropdown li.last{
	border:0;
	}

ul.dropdown li a{
	text-align:left;
	background-image: none;
	border: 0px;
	padding: 0 6px;
	color:#292b75;	
	display:block;
	position:relative;
	z-index: 0;
	}

.vimeo{
	width: 458px;
	display: inline-block;
	float:left;
	clear:right;
	margin-top: 6px;
	margin-bottom: 12px;
	border: 1px solid #660066;
	}
	
.slider{
	width: 960px;
	height: 260px;
	overflow: hidden;
	}
	
.slider .slides .slide, .slider .slides .slide .slideImage{
	width: 960px;
	height: 260px;
	}
	
.half_img{
	width: 458px;
	height: 340px;
	display: inline-block;
	float:left;
	clear:right;
	margin-right: 0px;
	margin-top: 12px;
	margin-bottom: 12px;
	overflow: hidden;
	border: 1px solid #660066;
	}
	
.half_img .slide{
	width: 460px;
	height: 340px;
	}
	
.half_img .slide .slideImage{
	width: 460px;
	height: 340px;
	}
	
.sidetext{
	width: 500px;
	display: inline-block;
	float:left;
	clear:right;
	font-size: 0.9em;
	margin: 10px 0px;
	}
	
.text{
	width:100%;
	margin:  10px 0px;
	font-size: 0.9em;
	}
	
.venue_list{
	list-style: none;
	margin-top: 50px;
	margin-left: 24px;
	padding: 0px;
	font-weight: bold;
	}
	
.region_map{
	float: right;
	margin: 0 12px;
	}
	
.right_holder{
	width: 240px;
	margin-left: 15px;
	margin-top: 20px;
	float: left;
	clear: right;
	}
	
.events_holder{
	border:1px solid #660066;
	margin-bottom: 20px;
	}
	
.events, .eventsbody, .eventsfoot{
	width: 100%;
	}

.events{
	margin-top: 12px;
	}
	
.events a{
	color: #ffffff;
	font-size: 0.9em;
	font-weight: bold;
	}
	
.eventsfoot{
	margin-bottom: 0px;
	}

.events, .eventsfoot{
	padding:1px 0;
	margin:0px;
	line-height: 0.8em;
	background-color:#660066;
	}
	

.eventsbody{
	margin: 0px;
	height: 130px;
	overflow:auto;
	}

.eventsbody p{
	font-size: 0.8em;
	color: #000000;
	}
	
.eventsbody ul{
	list-style: none;
	margin:0px;
	padding: 0px;
	}
	
.eventsbody ul li{
	display:block;
	height: 130px;
	}
	
.list_dates{
	clear: both;
	}
	
.list_dates ul{
	list-style: none;
	margin: 12px;
	padding: 0px;
	font-weight: bold;
	}
	
.list_dates ul li{
	background-color: #e9b9ff;
	}
	
.list_dates ul li p{
	line-height: 20px;
	font-size: 0.9em;
	padding: 4px 2px;
	}
	
.list_dates ul li p img{
	vertical-align: middle;
	}

	
/* EVENTS LIST */

.events_list{
	border: 0px solid #000000;
	}
	
.events_list ul{
	list-style: none;
	margin:0px;
	padding: 0px;
	}
	
.events_list ul li{
	margin-bottom: 12px;
	}
	
.events_list li .title{
	margin: 4px 6px;
	}
	
.events_list li p{
	margin: 4px 6px;
	}

.pagination {list-style:none; margin:0px; padding:0px;}  
.pagination li{float:left; margin:3px;}  
.pagination li a{   display:block; padding:3px 5px; color:#fff; background-color:#660066; text-decoration:none;}  
.pagination li a.active {border:1px solid #000; color:#000; background-color:#fff;}  
.pagination li a.inactive {background-color:#eee; color:#777; border:1px solid #ccc;}

/* EVENTS ADS */

.events_ads{
	padding-left: 10px;
	width: 960px;
	}
	
.events_ads .event{
	display: block;
	cursor: pointer;
	width: 225px;
	float: left;
	clear: right;
	border: 1px solid #660066;
	margin-right: 10px;
	margin-bottom: 10px;
	}
	
.events_ads .event .img{
	height: 150px;
	width: 100%;
	background-repeat: no-repeat;
	}
	
.events_ads .event .text{
	background-color: #660066;
	margin: 0px;
	padding: 2px 0;
	}
	
.events_ads .event .text p{
	font-size: 0.75em;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	margin: 2px;
	}
	
/* CART */

.cart{
	width: 700px;
	}
	
.cart .head{
	background-color:#660066;
	}
	
.cart .head p{
	color: #ffffff;
	font-weight: bold;
	}

.cart .row{
	border-top: 2px solid #ffffff;
	background-color: #e9b9ff;
	}
	
.cart .row p{
	font-size: 0.9em;
	font-weight: bold;
	padding: 0px;
	margin: 0px 6px;
	line-height: 24px;
	}
	
.cart select{
	font-size: 12px;
	}
	
.credit{
	background-image: url('images/credit_bg.jpg');
	background-position: top;
	background-repeat: no-repeat;
	background-color:#660066;
	margin-top: 12px;
	padding-top: 4px;
	padding-bottom: 2px;
	position: relative;
	}
	
.credit p{
	text-align: left;
	font-size: 0.75em;
	font-weight: bold;
	margin: 0px 6px 4px 6px;
	color:#ffffff;
	}
	
.credit a{
	color:#ffffff;
	}
	
.credit ul{
	width: 480px;
	float:left;
	clear: right;
	font-size: 0.75em;
	margin: 6px;
	padding: 0px;
	}
	
.credit li{
	list-style:none;
	display:inline-block;
	float:left;
	clear:right;
	margin-right: 12px;
	color: #ffffff;
	}
	
.credit li a{
	text-align:left;
	color: #ffffff;
	padding:0px;
	margin: 0 0px;
	}

.credit .info{
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	position: absolute;
	top: 48px;
	left: 230px
	}