/* @group Fonts */
@charset "utf-8";
@font-face {
	font-family:'lgregular';
	src: url('../../fonts/bryant/BryantWebRegular.eot');
	src: local('?'), 
		url('../../fonts/bryant/BryantLG-Regular.otf') format('truetype'),
		url('../../fonts/bryant/BryantLG-Regular.woff') format('woff');
	font-weight:normal;
	font-style:normal;
}

body { 
	background: url("../images/bg.jpg") no-repeat scroll 50% 0px #fff; 
	color: #6b747c; 
	font: 100 100%/1em 'lgregular', Arial; 
	margin: 0px; 
	padding: 0px; 
	height: 1100px; 
}

a { font-weight: bold; color: #d80546; outline: none; text-decoration: underline; }
a:visited { text-decoration: none; }
a:active { text-decoration: underline; }
a:hover { /* color: #8D8E87;  */text-decoration: none; }
p { font-size: 13px; line-height: 17px; margin: 0 0 20px; }
h2 { color: #d80546; font-size: 17px; font-weight: bold; margin: 0; line-height: 1.5em; margin: 0; padding: 0; }

#content {
	height: 100%;
	margin: 0 auto;
	position: relative;
	top: 51px;
	width: 980px;
}

#header {
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 550px;
}
h1,
.subtitle { 
	color: #fff;
	margin: 0;
}
h1 {
	display: block;
	font-size: 24px;
	line-height: 100%; 
	text-transform: uppercase;
	position: relative;
}
.subtitle { font-size: 15px; height: 60px; line-height: 19px; }

#video_cont {
	margin: 50px auto 0;
	width: 640px;
}
#video { 
	display: inline-block; 
	height: 360px;
	
	-webkit-box-shadow: 0 0 29px #111;
		 -moz-box-shadow: 0 0 29px #111;
			 -o-box-shadow: 0 0 29px #111;
					box-shadow: 0 0 29px #111;
}
/* 
#video iframe {
	visibility: hidden;
}
 */
.text-top,
.text-base {
	background: url("../images/text-outlines.png") no-repeat;
	float: left;
	margin: 0 0 0 9px;
	position: relative;
	width: 959px;
}
.text-top {
	height: 26px;
	margin-top: 20px;
}
.text-base {
	background-position: 0 -36px;
	height: 7px;
}

#texts {
	background: #fff;
	border-left: 8px solid #d1cdca;
	clear: both;
	display: block;
	float: left;
	margin: 0 0 0 9px;
	padding: 14px 23px 30px;
	width: 904px;
}
#text_left { width: 437px; margin: 0 30px 0 0; }
#text_right { width: 430px; }
.left { float: left; }

#images {
	float: left;
	margin: 0;
  position: relative;
}
#images img{ border: 1px solid #d1cdca; display: block; float: left; margin: 20px 34px 0 0; }
#images img.last{ margin: 20px 0 0; }