/**************** GLOBAL: reset margins ******************************/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li,
blockquote, pre, form, label, legend, table, caption, tbody, tfoot, thead,
tr, th, td, article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, section, summary, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html, body{height:100%; width:100%}

html{ 
	position:fixed ;
}

body {
	background: rgb(250,250,250);
	font-family: Helvetica,  Arial, sans-serif;
	font-size: 100%;
	line-height: 1.5em;
	color: rgb(128,128,128);
	font-weight: normal;
	font-style: normal;
}

.clearfix{
	clear: both;
	line-height: 1px;
}

#ini_position{
	position: relative;		
}
#bru_main_container{
	position: relative;
	max-width: 98%;
	margin: 0px auto 0px auto;
	
	/*border: solid green 2px;*/
}

#contact_landing_section{
	position: relative;
	overflow:hidden;
	margin-top: 10px;
	width: 99.7%;
}

#bio_landing_section{
	position: relative;
	margin-top: 50px;
	width: 100%;
}


#video_landing_section{
	position: relative;
	margin-top: -31px;
	width: 99.7%;
	
	border: solid rgb(250,250,250) 1px;
	
	/*border: solid red 1px;*/
}

#video_landing_section_hidden{
	display: hidden
}

nav ul{list-style:none;}
a { text-decoration: none}

nav ul li a {
	color: rgb(200,200,200);
	font-family: Helvetica, Arial ;	
	font-size: .78em;
	text-align:left;
}

nav ul li a.selected { 
	color: rgb(130,130,130);
	font-family: Helvetica, Arial ;
	border-bottom: solid red 1px;
}

nav  ul li a:hover { 
	border-bottom: solid black 1px;
	cursor: pointer;
}

article {
	font-size: .75em;
	width:auto;
	height:auto;
	color: rgb(100,100,100);		
}

article p {margin-bottom: 7px;	}

section .articleHeading {font-weight: bold; font-size: 1.1em;}

input {
	width: 240px;
	height: 25px;
	margin-bottom: 15px;
	z-index:10000; 
}
/**************** GLOBAL: RESET END ******************/

/*************************MENU************************/ 
#bruImagePreloads{
	position: absolute;
	top:90px;
	left:-7000px;
	width: 50px;
	overflow: hidden;
	
}

/*************************STARTER IMAGE************************/ 

#start_image_placement{
	width: 100%;
	padding-top: 10px;
}
#bruStartImage{
	margin: 0 auto;
	width : 80.2%;	
}

#bruSplashImage{ 
	width: 100%;
	display: block;	
}
#start_image_footer{
	/*background: rgb(70, 40, 20);*/
	height: 10%;
	width: 100%;	
	float:left;		
}
#start_image_bottom_pad{
	height: 2px;
	width: 100%;	
	clear: both;	
	
}

#bottom_lock{
	position: fixed;
	bottom: 0px;
	height: 103px;
	width: 100px;	
}

/*-------------------------FOOTER----------------------------*/
#startCopyInfo {
	position: absolute;
	width: inherit;	
	height: 33px;

}
#startCopyInfo ul {
	width: 100%;
	list-style:none;
	font-size: .8em;
	text-align:left;

}
#startcopyright{ 
	float: right; 
	font-size: .7em;
}


/*------------------------Title Card: Image Details ------------------------- */

.titlecard{
	position: absolute;	
	color: rgb(100,100,100);
	font-size: .75em;	

}

#slide_details{
	/*position: absolute;*/	
	/*color: rgb(100,100,100);*/
	/*font-size: .75em;*/	

}

#slide_details {
	top: 240px;
	left: 3px;
	text-align: right;
}
#slide_details div {
	width: 150px;
	margin-bottom: 15px;
}
#details_general p:first-child {
	font-weight: bold;
	color: rgb(100, 100, 100);
	height: 20px;
}
#details_general p:nth-child(2) {
	width: 200px;
}
#copyrightInfo{
	position: absolute;
	width: 200px;	
	color: rgb(210,210,210);
	font-size: .61em;	
	text-align: right;
}

/* slides_submenu*/
#slides_submenu{
	position:absolute;
	width: 150px;
	height: 300px;
	top: 80px;
	left: 25px;	
}
#slides_submenu ul{ width: 100%; height: 100%;}
#slides_submenu ul li{ width:150px; height: 1.3em;	}

/*Menu for CG assets type Char, Veh, Env*/
#assetType_submenu{
	position:absolute;
	width: 150px;
	height: 80px;
	top: 100px;
	left: 25px;
	
}
#assetType_submenu ul{
	position: absolute;
	width: 100%;
	height: 100%;	
}

#assetType_submenu ul li{
	height: 1.3em;	
}

#mask{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	z-index:20000; 	
}







