@charset "UTF-8";

/* HTML Reset Begin */

html, body, h1, h2, h3, object {
	margin: 0;
	padding: 0;
}

a { 
	outline: none;
}

/* HTML Reset End */



/* Site Structure Elements Begin */

html {
	background: url(../../images/structure/global/site_background.jpg) repeat-x left top;
}

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #636363;
	font-size: 12px;
	line-height: 18px;
}

#container {
	width: 800px;
	background: #fff;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	margin: 0 auto 0 auto;
}

#mast {
	width: 800px
	height: 266px; 
}



#live_area {
	width: 760px;
	padding: 20px;
}

#left_column {
	width: 220px;
	padding: 30px 0 0 0;
	float: left;
}

#right_column {
	width: 530px;
	padding: 30px 0 0 0;
	float: right;
}

#media_box {
	width: 720px;
	clear: both;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
}

#footer {
	width: 880px;
	margin: 0 auto 0 auto;
	maring: 10px 0 10px 0;
	padding: 10px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

/* Site Structure Elements End */

/* Standard HTML Elements Begin */

h1 {
	
}

h2 {
	font-size: 22px;
	color: #ed1e24;
	font-weight: normal;
}

h3 {
	font-size: 12px;
	color: #ed1e24;
	font-weight: strong;
	text-transform: uppercase;
}

a {
	font-weight: bold;
	color: #636363;
	text-decoration: none;
}

/* Standard HTML Elements End */

/* Navigation CSS is in a seperate style sheet: navigation.css */

/* Mast Definitions are in a seperate style sheet: mast.css */

/* Element Specific Definitions Begin */

	/* Mast Head Items */
	a.site_logo {
		width: 219px;
		height: 213px;
		float: left;
		text-indent: -9999px;
		border-right: solid 1px #fff;
		margin: 0;
		padding: 0;
		background: url(../../images/structure/global/premium_seats_logo.jpg) no-repeat left top;
	}
	
	/* Left Column Rollovers */
	a.predators_schedule:link, a.predators_schedule:visited, a.predators_schedule:active {
		width: 186px;
		height: 50px;
		text-indent: -9999px;
		float: left;
		margin: 0 0 20px 0;
		background: url(../../images/structure/left_side_bar/predators_schedule.jpg) no-repeat left top;
	}
	
	a.predators_schedule:hover {
		width: 186px;
		height: 50px;
		text-indent: -9999px;
		float: left;
		margin: 0 0 20px 0;
		background: url(../../images/structure/left_side_bar/predators_schedule_over.jpg) no-repeat left top;
	}
	
	a.sommet_calendar:link, a.sommet_calendar:visited, a.sommet_calendar:active {
		width: 186px;
		height: 50px;
		text-indent: -9999px;
		float: left;
		margin: 0 0 20px 0;
		background: url(../../images/structure/left_side_bar/sommet_calendar.jpg) no-repeat left top;
	}
	
	a.sommet_calendar:hover {
		width: 186px;
		height: 50px;
		text-indent: -9999px;
		float: left;
		margin: 0 0 20px 0;
		background: url(../../images/structure/left_side_bar/sommet_calendar_over.jpg) no-repeat left top;
	}
	
	a.online_video:link, a.online_video:visited, a.online_video:active {
		width: 186px;
		height: 50px;
		text-indent: -9999px;
		float: left;
		margin: 0 0 20px 0;
		background: url(../../images/structure/left_side_bar/online_video.jpg) no-repeat left top;
	}
	
	a.online_video:hover {
		width: 186px;
		height: 50px;
		text-indent: -9999px;
		float: left;
		margin: 0 0 20px 0;
		background: url(../../images/structure/left_side_bar/online_video_over.jpg) no-repeat left top;
	}
	
	a.premium_seats {
		width: 186px;
		height: 123px;
		float: left;
		margin-top: 50px;
		text-indent: -9999px;
		background: url(../../images/structure/left_side_bar/premium_seats_icon.jpg) no-repeat left top;
	}
	
	/* Paragraph Intro */
	
	.p_intro {
		font-weight: bold;
		color: #68c81b;
	}
	
	/* Photo Gallery */
	#photo_gallery {
		width: 720px;
		margin: 10px 0 0 25px;
	}
	
	#photo_gallery img {
		padding: 3px;
		float: left;
	}
	
	#content_photo_gallery {
		width: 500px;
		margin: 10px 0 0 25px;
	}
	
	#content_photo_gallery img {
		padding: 3px;
		float: left;
	}
	
	/* In-Line Photos */
	.in_line_imgs {
		float: right;
		border: solid 1px #CCCCCC;
		padding: 5px;
		background: #fff;
		margin: 15px 0 10px 10px;
	}
	
	/* Bold/Headers */
	.header {
		font-weight: bold;
	}
	
	/*Contact Form Validation */
	.LV_validation_message{
	font-weight:bold;
	margin:0 0 0 5px;
	position: absolute;
	right: auto;
	}
	
	.LV_valid {
		color:grren;
	}
		
	.LV_invalid {
		color:red;
	}
		
	.LV_valid_field, input.LV_valid_field:hover, input.LV_valid_field:active, textarea.LV_valid_field:hover, textarea.LV_valid_field:active {
		border: 1px solid #00CC00;
	}
		
	.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active, textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active {
		border: 1px solid #CC0000;
	}
	
	/* Clear Fix */
	#clear_fix {
		clear: both;
	}

/* Element Specific Definitions End */