 /* Reset
---------------------------------------- */
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, img, ins, kbd, q, s, samp,
	strike, sub, sup, tt, var,
	center,	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed, 
	figure, figcaption, footer, header, hgroup, 
loc	menu, nav, output, ruby, section, summary,
	time, mark, audio, video {
		margin:0;
		padding:0;
		border:0;
		font-size:100%;
		font:inherit;
		vertical-align:baseline;
	}
	
	/* Html 5 */
		article, aside, details, figcaption, figure, 
		footer, header, hgroup, menu, nav, section {
			display:block;
		}
	
	html {
		font-size:100.01%;
	}
		
	textarea, input, select {
		font-size:1em;
		font-family:inherit;
	}
		
	blockquote, q {
		quotes:none;
	}
		
	q:before, q:after, blockquote:before, blockquote:after {
		content:'';
		content:none;
	}
	
	/* remember to highlight inserts somehow! */
	ins {
		/*text-decoration:none;*/
	}
	
	del {
		text-decoration:line-through;
	}
	
	sup {
		position:relative;
		top:-5px;
		font-size:0.8em;
	}
	
	table {
		border-collapse:separate;
		border-spacing:0;
		margin-left: 10px;
	}
	
	caption, th, td {
		text-align:left;
		padding: 10px 20px
	}
	

/* reset End
---------------------------------------- */
		
/* quotes
---------------------------------------- */
	q:before {
		content:'\00ab';
	}
		
		q q:before {
			content:'\201e';
		}
			
	q:after {
		content:'\00bb';
	}
		
		q q:after {
			content:'\201c';
		}
		
/* links
---------------------------------------- */
	a {
		cursor:pointer;
		text-decoration:none;
		color:#92569E;
	}
		
		a img {
			border:0;
		}
	
	a:link {
		color:#92569E;
	}
		
	a:hover {
		text-decoration:underline;
	}	

/* headers
---------------------------------------- */
	h1 {
		font-size:20px;
		color:#fff;
	}
	
	h2 {
		font-size:28px;
		color:#fff;
	}
	
	h3 {
		font-size:1.2em;
	}

/* helpers
---------------------------------------- */
	.hide {
		visibility:hidden;
	}
	
	.transparent {
		opacity:0;
	}
	
	.clear {
		overflow:hidden;
		height:0;
		width:0;
		font-size:0px;
		line-height:0px;
		clear:both;
		display:block;
	}
	
	.noscript {
		text-align:center;
		background-color:#ffffe1;
		border-bottom:1px solid #aca899;
		font-size:12px;
		padding:5px 0;
		color:#000;
		position:absolute;
		top:0;
		left:0;
		width:100%;
	}
	
		.noscript a {
			text-decoration:underline;
			color:#ff0000;
		}
	
	.left {
		float:left;
	}

	.right {
		float:right;
	}
	
	.space {
		height: 300px;
	}
	
	
/* helpers End
---------------------------------------- */
/* frame
---------------------------------------- */
	html, body {
		height:100%;
	}
	
	body, textarea, input, select {
		font-family:Verdana, Arial, sans-serif;
	}
		
	body {
		background:#141735;
		font-size:62.5%;
		line-height:1;
		color:#565656;
	}

		#main-container {
			min-height:100%;
		}

        #main-container-landing {
            min-height:100%;
            background:#000;
        }
		
		#wrap {
			min-height: 100%;
		}

		#main {
			overflow:auto;
			padding-bottom: 170px;
		}  /* must be same height as the footer */

                #main-landing {
			overflow:auto;
			padding-bottom: 500px; /* 228 px */
                        background:#000;
		}

/* frame End
---------------------------------------- */
/* Form styles
---------------------------------------- */
	.form-container {
		color:#6c6c6c;
		padding-bottom:5px;
	}

		.form-container input,
		.form-container select,
		.form-container textarea {
			padding:0;
			margin:0;
			margin:0 0 14px;
		}

		.form-container input {
			width:482px;
			height:20px;
			line-height:20px;
			margin-right:12px;
		}

		.form-container select {
			width:317px;
			height:20px;
		}

		.form-container textarea {
			height:106px;
			width:482px;
			overflow:auto;
		}

		.form-container small {
			font-size:0.75em;
			color:#949494;
		}

		/*Checkboxes*/
			.form-container .checkboxes p {
				position:relative;
				padding-left:20px;
			}
				.form-container .checkboxes label {
					cursor:pointer;
				}
					.form-container .checkboxes input {
						width:auto;
						height:auto;
						position:absolute;
						top:2px;
						left:0;
					}

		/*Radio buttons*/
			.form-container .radio-buttons label {
				cursor:pointer;
			}
				.form-container .radio-buttons input {
					width:auto;
					height:auto;
					margin:0 0 0 7px;
					position:relative;
					top:2px;
				}

		/*Fields length*/
			.form-container .half-length {
				width:232px;
			}

			.form-container .third-length {
				width:157px;
			}

			.form-container .custom-194-length {
				width:194px;
			}

			.form-container .custom-95-length {
				width:95px;
			}

		/*placeholder*/
			.form-container .placeholder {
				color:#6c6c6c;
			}

		/*Captcha*/
			.form-container .captcha {
				margin-bottom:14px;
			}
				.form-container .captcha img {
					vertical-align:top;
				}
				.form-container .captcha input {
					position:relative;
					top:13px;
					margin-left:8px;
				}
				.form-container .captcha a {
					color:#759b31;
					font-size:0.75em;
					text-decoration:underline;
				}
				.form-container .captcha a:hover {
					text-decoration:none;
				}

		/*buttons*/
			.form-container .green-button {
				margin:0 20px 0 0;
				font-size:0.916667em;
			}

/* Form styles End
------------------------------------ */
/* Header
------------------------------------ */
	#header {
		background:url(../images/top-header.png) 0 0 no-repeat;
		width:1020px;
		height:577px; /* 546 */
		margin:auto;
		position:relative;
	}
	
	#sub-content {
		background:url(../images/top-subhead.png) 0 0 no-repeat;
		width:1020px;
		min-height:546px;
		margin:auto;
		position:relative;
	}
	
	
		#logo {
			position:absolute;
			left:190px;
			width:620px;
			height:155px;
		}
		
/* Header End
------------------------------------ */
/* Top navigation
------------------------------------ */
	#nav {
		font-size: 14px;
		margin: 0 auto;
		padding: 160px 0 70px;
		width: 900px;
	}

    #nav-header {
        font-size: 14px;
        margin: 0 auto;
        padding: 0px 0px 0px 70px; /* 520px 0px 0px 70px; */
        width: 1020px;
    }

        #nav li, #nav-header li {
			float:left;
			height:42px;
			line-height:42px;
			color:#fff;
			list-style-type:none;
			position:relative;
			padding:0 32px;
		}

        #nav a, #nav-header a {
            color:#fff;
            text-transform: uppercase; 
        }
        
        #nav-header a:hover, #nav a:hover {
            color: #cd4cb1;
            text-decoration: none;
        }


/* Top navigation End
------------------------------------ */
/* Content
------------------------------------ */
	#front-page {
		position:absolute;
		left:130px;
		font-size:12px;
		color: #fff; 
		width: 800px;
		line-height: 15px;
		top: 590px;
		text-align: center;
	}
	
	#sub-page {	
		color: #FFFFFF;
		font-size: 12px;
		left: 130px;
		line-height: 20px;
		position: relative;
		width: 800px;
	}
		#sub-page p {	
			padding-bottom: 15px;
		}
		
			#sub-page a {	
				color: #92569E;
				text-decration: none;
			}
			
			#sub-page a:hover {	
				color: #fff;
				text-decration: underline;
			}
	
	#container {
		background:url(../images/footer-bg.png) center 0 repeat-x;
		margin:auto;
	}
	
        #formContainer {
	float:left;
	width: 430px;
        }	

        .perf
        {
            font-size: 14px;
        }
/* Content End
------------------------------------ */

/* Slider
------------------------------------ */
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
	}
		
	#slider, #slider li{  
		width:495px; 
		height:120px;
		overflow:hidden; 
	}
		
	#slider li{ 
		font-size: 12px;
		line-height: 20px;
		color: #bebebe;
	}
		
	#slider li h2{ 
		margin:0 20px;
		padding-top:20px;
	}
		
	span#prevBtn,
	span#nextBtn{
		position: absolute;
		top: 15px;
	}

	span#prevBtn {
		left: 210px;
	}
	
	span#nextBtn {
		left: 230px;
	} 
		

/* Slider End
------------------------------------ */
#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper {width:506px; margin:50px auto; display:none}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:500px; height:300px; padding:2px; border:1px solid #ccc; background:#000}
#information {position:absolute; bottom:0; width:500px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:4px 8px 3px; font-size:14px}
#information p {padding:0 8px 8px}
#image {width:500px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(images/left.gif) left center no-repeat}
#imgnext {right:0; background:url(images/right.gif) right center no-repeat}
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(images/link.gif) center center no-repeat}
#thumbnails {margin-top:15px}
#slideleft {float:left; width:20px; height:81px; background:url(images/scroll-left.gif) center center no-repeat; background-color:#222}
#slideleft:hover {background-color:#333}
#slideright {float:right; width:20px; height:81px; background:#222 url(images/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#333}
#slidearea {float:left; position:relative; width:456px; margin-left:5px; height:81px; overflow:hidden}
/*#slider-media {position:absolute; left:0; height:81px}
#slider-media img {cursor:pointer; border:1px solid #666; padding:2px}*/


/* Columns
------------------------------------ */
	#content {
		width:900px;
		padding-left: 160px;
		margin: 0 auto;
	}
	
	.box {
		float:left;
	}
	
	.box h2 {
		margin-bottom: 10px;
	}	
	
	.box p {
		color: #fff;
		line-height: 20px;
		font-size: 12px;
	}
	
	.small {
		width:250px;
		margin:20px 30px 0 0;
		padding:10px 0 0 0;
		clear: both;
	}
	
		.date {
			background: url("../images/date-bg.jpg") no-repeat scroll center bottom;
			float: left;
			padding: 0;
			position: relative;
			width: 60px;
			height: 42px;
			color: #FFFFFF;
			text-align: center;
			text-transform:uppercase;
			font-size: 10px;

		}
				.date p {
					font-size: 10px;
					font-weight: bold;
				}
				
				.date span {
					font-size: 18px;
				}
	
		.loc a {
		        float: left;
			padding: 12px 0px 0px 10px;
			position: relative;
			text-align: center;
			text-transform:uppercase;
			font-size: 14px;
			color: #92569E;
		}
		
		.music {
			float: left;
			padding: 0;
			position: relative;
			width: 60px;
			height: 42px;
			color: #FFFFFF;
			text-align: center;
			text-transform:uppercase;
			font-size: 10px;
		}
		
	.medium {
		background: url("../images/divider.png") repeat-y scroll 0 40px transparent;
		margin: 20px 0 0;
		padding: 10px 0 0 40px;
		position: relative;
		width: 370px;
	}

	.large,
	.large-footer {
		width:495px; 
		margin:20px 0 0 0;
		background:url(../images/divider.png) 0px 40px no-repeat;
		padding:10px 0 0 40px;
		 position: relative;
	}
	
 	.large-footer{
		margin:20px 0 27px;
	}
	
	
/* Columns End
------------------------------------ */

/* Footer
------------------------------------ */
#footer {
	position: relative;
	margin-top: -170px;  /* negative value of footer height */
	height: 170px;
	clear:both;
} 

	.footer {
		width:760px;
		font-size: 12px;
		margin:5px auto 0;
		padding:43px 0 0 0;
		clear: both;
		height: 30px;
		color: #fff;
	}

	.footer img{
		margin: -5px 5px 0;
	}

/* Footer End
------------------------------------ */