/* GLOBAL LAYOUT/CONTENT STYLES
=========================================== */
body {
	text-align: center;
	background: #010101 url(../images/bg_body.jpg) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width: 950px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}
#primaryContent {
	float: left;
	width: 347px;
}
#primaryContent h1 {
	background: url(../images/hdr_flashpointLogo.png) no-repeat left bottom;
	text-indent: -9999px;
	margin: 0px;
	padding: 25px 0px 10px;
	height: 80px;
	width: 320px;
}
#primaryContent p {
	font-size: 12px;
	color: #a6a8ab;
	line-height: 16px;
	padding-bottom: 15px;
	padding-right: 55px;
}
#secondaryContent {
	float: left;
	width: 600px;
	padding-top: 3px;
	position: relative;
}
#primaryContent h2 {
	text-transform: uppercase;
	color: #f6921e;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	height: 24px;
}
/*h2#overview {
  background: url(../images/hdr_overview.png) no-repeat left bottom;
}
h2#vfx {
  background: url(../images/hdr_vfx.png) no-repeat left bottom;
}
h2#gameDevelopment {
  background: url(../images/hdr_gameDevelopment.png) no-repeat left bottom;
}
h2#recordingArts {
  background: url(../images/hdr_recordingArts.png) no-repeat left bottom;
}
h2#film {
  background: url(../images/hdr_film.png) no-repeat left bottom;
}*/
#tertiaryContent {
	clear: both;
}
h2#ourCampus {
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	text-align: left;
	background: url(../images/hdr_ourCampus.png) no-repeat right 10px;
	text-indent: -9999px;
	width: 176px;
	padding-bottom: 40px;
}
h2#formHeader {
	padding-top: 20px;
}
h2#formHeader strong {
	font-size: 22px;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
	margin: 0px;
	width: 500px;
	display: block;
	padding: 0px;
}
h2#formHeader span {
	display: block;
	font-size: 16px;
	color: #f6921e;
	font-weight: normal;
}
#contactForm {
	float: left;
	padding-left: 50px;
	width: 590px;
}

form {
	padding: 5px 0 0 5px;
	clear: both;
}
form p {
	float: left;
	width: 195px;
}
label {
	font-size: 13px;
	color: #d0d2d3;
	display: block;
	padding-bottom: 5px;
	text-indent: 2px;
	padding-top: 18px;
}
label span {
	color: #f6921e;
}
input.inputText {
	width: 182px;
	border: 1px solid #4a4a49;
	background: url(../images/bg_inputText.png) repeat-x left top;
	font-size: 17px;
	color: #404041;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
input.inputText:focus {
	border: 1px solid #f6921e;
	color: #e6e7e8;
}
p.error input.inputText {
	border: 1px solid #F00;
	color: #F00;
}
span.select {
	position: absolute;
	width: 152px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	padding: 5px 24px 5px 8px;
	color: #333;
	font: 12px/21px arial, sans-serif;
	background: url(../images/bg_select.gif) no-repeat;
	overflow: hidden;
}
input.inputSubmitImage {
	position: absolute;
	left: 780px;
	top: 563px;
	background:url(../images/btn_getYourInfo.gif) no-repeat top left;
	width: 138px;
	height: 41px;
	border: 0;
	display: block;
	text-indent:-9999px;
	cursor: pointer;
}
#mediaspace {
	padding: 0px;
	height: 330px;
	width: 600px;
	margin: 0px;
}

/* NAVIGATION STYLES
=========================================== */
ul#globalNav {
	position:absolute;
	left: 15px;
	top: 15px;
	z-index: 900;
}
ul#globalNav li {
	float:left;
	height: 30px;
}
ul#globalNav li a {
	float:left;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	height: 30px;
	display: block;
	text-indent: -9999px;
}
ul#globalNav li a#overview {
	background: url(../images/btn_overview.png) no-repeat left top;
	width: 75px;
}
ul#globalNav li a#film {
	background: url(../images/btn_film.png) no-repeat left top;
	width: 108px;
}
ul#globalNav li a#game {
	background: url(../images/btn_game.png) no-repeat left top;
	width: 142px;
}
ul#globalNav li a#recording {
	background: url(../images/btn_recording.png) no-repeat left top;
	width: 95px;
}
ul#globalNav li a#vfx {
	background: url(../images/btn_vfx.png) no-repeat left top;
	width: 148px;
}
#secondaryContent ul#globalNav li a:hover {
	background-position: left center;
}
#secondaryContent ul#globalNav li.selected a{
	background-position: left bottom;
}


/* PIROBOX STYLES
=========================================== */
.pirobox_in {
	float: left;
	width: 300px;
	text-align: center;
	padding-top: 10px;
}
.pirobox_in ul {
	padding-left: 14px;
	padding-top: 10px;
}
.pirobox_in li, .pirobox_in li a, .pirobox_in li img {
	float: left;
}
.pirobox_in li {
	padding-left: 15px;
	padding-bottom: 20px;
}
.bg_thumbs {
	background:#000;/*::::: you can change overlay background-color here ::::::::*/
	position:fixed!important;
	position:absolute;
	top:0;
	left:0!important;
	left:-17px;
	width:100%;
	margin:0;
	padding:0;
	visibility:hidden;
	z-index:1001;
	display:none;
}
.unloader, .img_box, .middle_l, .middle_r {
	background:#000;/*::::: you can change img_box background-color here ::::::::*/
}
.pirobox_in li a {
	border: 1px solid #333;
}
.pirobox_in li a:hover {
	border: 1px solid #f6921e;
}
/*:::: YOU DON'T NEED TO CHANGE NOTHING ELSE IN THE CSS :::*/

/*:::: PREV/NEXT inside rules ::::*/
.box_next_in {
	position:absolute;
	top:2px!important;
	top:2px;
	height:90%;
	width:74px;
	right:2px!important;
	right:0px;
	overflow:hidden;
	z-index:1010;
	background:none;
	display:none;
}
a.next_in {
	position:absolute;
	z-index:1011;
	height:100%;
	width:74px;
	right:-74px;
	text-indent:-999em;
	display:block;
	background:url(next_in_b.png) top right no-repeat!important;
	background:url(next_in_b.gif) top right no-repeat;
}
.box_previous_in {
	position:absolute;
	top:2px!important;
	top:2px;
	z-index:100012;
	height:90%;
	left:2px!important;
	left:2px;
	width:74px;
	overflow:hidden;
	background:none;
	display:none;
}
a.previous_in {
	position:absolute;
	z-index:100013;
	left:-74px;
	height:100%;
	width:74px;
	text-indent:-999em;
	display:block;
	background:url(prev_in_b.png) top left no-repeat!important;
	background:url(prev_in_b.gif) top left no-repeat;
}
/*:::: PREV/NEXT outside rules ::::*/

.box_next {
	position:fixed!important;
	position:absolute;
	top:0;
	height:100%;
	width:81px;
	right:0px!important;
	right:16px;
	overflow:hidden;
	z-index:1006;
	visibility:hidden
}
a.next {
	position:fixed!important;
	position:absolute;
	text-indent:-999em;
	display:block;
	top:0;
	height:100%;
	width:81px;
	right:-81px;
	z-index:1007;
	background:url(next_o_b.gif) center right no-repeat;
}
a:hover.next {
	background:url(next_o_b_h.gif) center right no-repeat;
}
.box_previous {
	position:fixed!important;
	position:absolute;
	top:0;
	height:100%;
	left:0;
	width:81px;
	overflow:hidden;
	z-index:1008;
	visibility:hidden
}
a.previous {
	z-index:1009;
	position:fixed!important;
	position:absolute;
	top:0;
	height:100%;
	width:81px;
	left:-81px;
	text-indent:-999em;
	display:block;
	background:url(prev_o_b.gif) center left no-repeat;
}
a:hover.previous {
	background:url(prev_o_b_h.gif) center left no-repeat;
}
/*:::: END PREV/NEXT rules ::::*/


/*:::: IMG_BOX rules ::::*/

.img_box {
	position:absolute;
	margin-top:-2px;
	margin-left:-2px;
	width:50px;
	height:50px;
	visibility:hidden;
	overflow:hidden;
	z-index:1002;
	*left: 0; /* IE6/7 HACK */
}
.img_box img {
	float:left;
	position:relative;
	z-index:1100;
	border:none;
	padding:0;
	z-index:1003;
}
/*:::: END IMG_BOX rules ::::*/

/*:::: CLOSE, LOADING rules ::::*/

.thumbs_close {
	position:absolute;
	bottom:0;
	right:0;
	height:18px;
	width:81px;
	color:#fff;
	cursor:pointer;
	margin:0 10px 10px 0!important;
	margin:0 12px 10px 0;
	z-index:100014;
	background:url(close_b.gif) center right no-repeat;
	visibility:hidden;
}
.loader {
	position:fixed!important;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-30px;
	margin-left:-33px;
	width:80px;
	height:80px;
	display:block;
	z-index:1007;
	background:url(bg_loader_b.png) center no-repeat!important;
	background:url(bg_loader_b.gif) center no-repeat;
}
.loader span {
	position:absolute;
	width:80px;
	height:80px;
}
.unloader {
	visibility:visible;
}
.thumbs {
	visibility:hidden;
}
.caption {
	position:absolute;
	bottom:0;
	left:0;
	margin:0 0 8px 5px!important;
	margin:0 0 8px 5px;
	color:#fff;
	visibility:hidden;
	display:block;
	padding:3px;
	z-index:100013;
	cursor:text;
}
.caption p {
	display:block;
	margin:0;
	padding:0;
	margin-right:88px;
	font-size: 11px;
	text-align: left;
}
.pre {
	visibility:hidden;
	display:none;
}
.end {
	display:none;
}
.begin {
	display:none;
}
/*::::, ROUNDED CORNERS ::::*/

.all {
	position:fixed!important;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-40px;
	margin-left:-45px;
	width:80px;
	height:80px;
	padding:10px;
	z-index:1002;
}
.t_l {
	position:absolute;
	height:30%;
	width:90%;
	padding:0!important;
	padding:10px;
	top:0;
	left:0;
	background: url(bg_b.png) top left no-repeat!important;
	background: url(bg_b.gif) top left no-repeat;
}
.t_r {
	position:absolute;
	height:30%;
	width:30%;
	top:0;
	right:0;
	background: url(bg_b.png) top right no-repeat!important;
	background: url(bg_b.gif) top right no-repeat;
}
.middle_l {
	position:absolute;
	width:50%;
	height:80%;
	left:0;
	top:10px;
	z-index:998;
}
.middle_r {
	position:absolute;
	width:50%;
	height:80%;
	right:0;
	top:10px;
	z-index:999;
}
.t_l_b {
	position:absolute;
	height:80%;
	width:91%;
	padding:0!important;
	padding:10px;
	bottom:0;
	left:0;
	background: url(bg_b.png) bottom left no-repeat!important;
	background: url(bg_b.gif) bottom left no-repeat;
}
.t_r_b {
	position:absolute;
	height:90%;
	width:40%;
	bottom:0;
	right:0;
	background: url(bg_b.png) bottom right no-repeat!important;
	background: url(bg_b.gif) bottom right no-repeat;
}
/* GENERAL STYLES
=========================================== */
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}

