* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:910px;
}
body {
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:1em;
	color:#493843;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}
table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}



/*==== GLOBAL =====*/
.container {
	width:910px; 
	margin:0 auto;
	font-size:.8125em;
}

#header {
	height:507px;
	min-width:910px;
}
#content {
	padding:58px 0 70px 0;
}
#footer {
	padding:10px 0 10px 0;
	background:#ff005d;
}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:25px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:16px;
}
.p1 { 
	margin-bottom:8px;
}
.p2 { 
	margin-bottom:16px;
}
.p3 { 
	margin-bottom:24px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#fff; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h2 {
	font-size:30px;
	color:#fff;
	line-height:1.2em;
	text-transform:uppercase;
	margin-bottom:45px;
}
h3 {
	font-size:1em;
	font-weight:normal;
	color:#fff;
	margin-bottom:16px;
}
h4 {
	font-size:1em;
	font-weight:normal;
	color:#fff;
}


.link1 {
	padding-top:30px;
}
	.link1 a {
		font-size:16px;
		color:#ff005d;
	}


.line-hor { 
	background:#1d1018;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:25px 0 25px 0;
}
.line-ver, .line-ver1 { 
	background-image:url(images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}


.address { 
	float:left;
	margin-right:40px;
}
.address.last {
	margin-right:0;
}
	.address dt {
		margin-bottom:16px;
		color:#fff;
	}
	.address dd { 
		clear:both;
	}
		.address dd span { 
			float:left;
			width:70px;
		}
		.address a {
			color:#fff;
		}


/*===== content =====*/
	.gallery {
		width:100%;
		overflow:hidden;
	}
		.gallery li {
			float:left;
			padding:0 7px 7px 0;
		}
		.gallery li.alt {
			padding-right:0;
		}
	
	.list1 li {
		background:url(images/arrow1.gif) no-repeat 0 0;
		padding:0 0 3px 32px;
		border-bottom:1px solid #1d1018;
		overflow:hidden;
		margin-bottom:5px;
		vertical-align:top;
	}
	.list1 li.last {
		border-bottom:none;
	}
		.list1 li a {
			float:left;
			color:#fff;
			text-decoration:none;
			font-size:10px;
			text-transform:uppercase;
		}
		.list1 li a:hover {
			color:#ff005d;
		}
		.list1 li span {
			float:right;
			padding-top:4px;
			width:55px;
		}
			.list1 li span img {
				margin-left:2px;
			}
	
	.list2 li {
		background:url(images/arrow1.gif) no-repeat 0 0;
		padding:0 0 7px 32px;
		border-bottom:1px solid #1d1018;
		overflow:hidden;
		margin-bottom:5px;
		vertical-align:top;
	}
	.list2 li.last {
		border-bottom:none;
	}
		.list2 li a {
			float:left;
			color:#fff;
			text-decoration:none;
			font-size:10px;
			text-transform:uppercase;
		}
		.list2 li a:hover {
			color:#ff005d;
		}
	
	.folio {
		width:100%;
		overflow:hidden;
	}
		.folio dt {
			float:left;
			width:394px;
			margin-right:24px;
		}
		.folio dd {
			float:left;
			width:168px;
		}
			.folio dd li {
				float:left;
				padding-bottom:25px;
			}
			.folio dd li.fright {
				float:right;
			}
				.folio dd li a {
					font-size:16px;
					color:#ff005d;
				}

/*===== footer =====*/
#footer {
	color:#000;
}
	#footer .container {
		font-size:13px;
	}
	#footer a {
		color:#000;
		text-decoration:none;
	}
	#footer a:hover {
		text-decoration:underline;
	}


/*----- forms -----*/
#tickets-form fieldset {
	border:none;
}
	#tickets-form label {
		display:block;
		height:43px;
		overflow:hidden;
	}
		#tickets-form input {
			width:255px;
			padding:2px 0 2px 5px;
			border:1px solid #331721;
			background:#121212;
			color:#fff;
		}
		#tickets-form textarea {
			width:255px;
			padding:2px 0 2px 5px;
			border:1px solid #331721;
			background:#121212;
			color:#fff;
			height:92px;
			margin-bottom:15px;
			overflow:auto;
		}

#contacts-form fieldset {
	border:none;
}
	#contacts-form label {
		display:block;
		height:52px;
	}
	#contacts-form input {
		width:240px;
		padding:2px 0 2px 5px;
		border:1px solid #331721;
		background:#121212;
		color:#fff;
	}
	#contacts-form textarea {
		width:280px;
		padding:2px 0 2px 5px;
		border:1px solid #331721;
		background:#121212;
		overflow:auto;
		height:120px;
		margin-bottom:10px;
		color:#fff;
	}

	#contacts-form .col-1 {
		width:295px !important;
		margin:0 !important;
	}
	#contacts-form .col-2 {
		width:288px !important;
		margin:0 !important;
	}
	#contacts-form .button {
		float:right;
		margin-left:20px;
	}

/*==========================================*/
.Websitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	color: #7D6A70;
}
