/*css document*/

body{
	margin:0 0 0 0;
	padding:0 0 0 0;
	background-color:#000000;
	color:#dddddd;
	font-family: Geneva, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	background-image:url(layout_images/gray_bg.jpg);
}

/*Used to break-away from floated elements. Use as an empty div.*/
.clearfloat {
	clear:both;
    	height:0;
    	font-size: 1px;
    	line-height: 0px;
}

/*This id as a div will contain all content on the page.*/
#bigwrapper{
	width:1200px;
	height:859px;
	padding:0 0 0 0;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#000000;
	background-repeat:no-repeat;
}

.navbar{
	width:475px;
	height:83px;
	color:#dddddd;
	background-color:transparent;
	margin:0 0 0 0;
	padding:0 0 0 0;
	overflow:hidden;
	position:relative;
	left:354px;
	top:144px;
}

.home_section{
	width:70px;
	height:87px;
	padding:0 0 70px 0;
	margin:0 0 0 0;
	overflow:hidden;
	background-color:transparent;
	background-repeat:no-repeat;
	position:absolute;
	left:2px;
	top:0px;
}

.about_section{
	width:68px;
	height:87px;
	padding:0 0 70px 0;
	margin:0 0 0 0;
	overflow:hidden;
	background-color:transparent;
	background-repeat:no-repeat;
	position:absolute;
	left:83px;
	top:0px;
}

.projects_section{
	width:68px;
	height:87px;
	padding:0 0 70px 0;
	margin:0 0 0 0;
	overflow:hidden;
	background-color:transparent;
	background-repeat:no-repeat;
	position:absolute;
	left:164px;
	top:0px;
}

.events_section{
	width:68px;
	height:87px;
	padding:0 0 70px 0;
	margin:0 0 0 0;
	overflow:hidden;
	background-color:transparent;
	background-repeat:no-repeat;
	position:absolute;
	left:245px;
	top:0px;
}

.shop_section{
	width:68px;
	height:87px;
	padding:0 0 70px 0;
	margin:0 0 0 0;
	overflow:hidden;
	background-color:transparent;
	background-repeat:no-repeat;
	position:absolute;
	left:325px;
	top:0px;
}

.contact_section{
	width:68px;
	height:87px;
	padding:0 0 70px 0;
	margin:0 0 0 0;
	overflow:hidden;
	background-color:transparent;
	background-repeat:no-repeat;
	position:absolute;
	left:407px;
	top:0px;
}

/*Link formatting for the HOME page*/
a.home:link{
	text-decoration:none;
	background-image:url(button_images/home_button_standard.png);
	background-repeat:no-repeat;
	padding-bottom:70px;
	border:none;
	outline:none;
}

a.home:visited{
	text-decoration:none;
	background-image:url(button_images/home_button_standard.png);
	background-repeat:no-repeat;
	padding-bottom:70px;
	border:none;
	outline:none;
}

a.home:hover{
	text-decoration:none;
	background-image:url(button_images/home_button_hover.png);
	background-repeat:no-repeat;
	padding-bottom:70px;
	border:none;
	outline:none;
}

a.home:active{
	text-decoration:none;
	background-image:url(button_images/home_button_hover.png);
	background-repeat:no-repeat;
	padding-bottom:70px;
	border:none;
	outline:none;
}

/*Link formatting for the ABOUT page*/
a.about:link{
	text-decoration:none;
	background-image:url(button_images/about_button_standard.png);
	background-repeat:no-repeat;
	padding-bottom:70px;
	border:none;
	outline:none;
}

a.about:visited{
	text-decoration:none;
	background-image:url(button_images/about_button_standard.png);
	background-repeat:no-repeat;
	padding-bottom:70px;
	border:none;
	outline:none;
}

a.about:hover{
	text-decoration:none;
	background-image:url(button_images/about_button_hover.png);
	background-repeat:no-repeat;
	padding-bottom:70px;
	border:none;
	outline:none;
}

a.about:active{
	text-decoration:none;
	background-image:url(button_images/about_button_hover.png);
	background-repeat:no-repeat;
	padding-bottom:70px;
	border:none;
	outline:none;
}

/*Link formatting for the PROJECTS page*/
a.projects:link{
	text-decoration:none;
	background-image:url(button_images/projects_button_standard.png);
	background-repeat:no-repeat;
	padding-bottom:70px;
	border:none;
	outline:none;
}

a.projects:visited{
	text-decoration:none;
	background-image:url(button_images/projects_button_standard.png);
	background-repeat:no-repeat;
	padding-bottom:70px;
	border:none;
	outline:none;
}

a.projects:hover{
	text-decoration:none;
	background-image:url(button_images/projects_button_hover.png);
	background-repeat:no-repeat;
	padding-bottom:70px;
	border:none;
	outline:none;
}

a.projects:active{
	text-decoration:none;
	background-image:url(button_images/projects_button_hover.png);
	background-repeat:no-repeat;
	padding-bottom:70px;
	border:none;
	outline:none;
}

/*Link formatting for the EVENTS page*/
a.events:link{
	text-decoration:none;
	background-image:url(button_images/events_button_standard.png);
	background-repeat:no-repeat;
	padding-bottom:70px;
	border:none;
	outline:none;
}

a.events:visited{
	text-decoration:none;
	background-image:url(button_images/events_button_standard.png);
	background-repeat:no-repeat;
	padding-bottom:70px;
	border:none;
	outline:none;
}

a.events:hover{
	text-decoration:none;
	background-image:url(button_images/events_button_hover.png);
	background-repeat:no-repeat;
	padding-bottom:70px;
	border:none;
	outline:none;
}

a.events:active{
	text-decoration:none;
	background-image:url(button_images/events_button_hover.png);
	background-repeat:no-repeat;
	padding-bottom:70px;
	border:none;
	outline:none;
}

/*Link formatting for the SHOP page*/
a.shop:link{
	text-decoration:none;
	background-image:url(button_images/shop_button_standard.png);
	background-repeat:no-repeat;
	padding-bottom:70px;
	border:none;
	outline:none;
}

a.shop:visited{
	text-decoration:none;
	background-image:url(button_images/shop_button_standard.png);
	background-repeat:no-repeat;
	padding-bottom:70px;
	border:none;
	outline:none;
}

a.shop:hover{
	text-decoration:none;
	background-image:url(button_images/shop_button_hover.png);
	background-repeat:no-repeat;
	padding-bottom:70px;
	border:none;
	outline:none;
}

a.shop:active{
	text-decoration:none;
	background-image:url(button_images/shop_button_hover.png);
	background-repeat:no-repeat;
	padding-bottom:70px;
	border:none;
	outline:none;
}

/*Link formatting for the CONTACT page*/
a.contact:link{
	text-decoration:none;
	background-image:url(button_images/contact_button_standard.png);
	background-repeat:no-repeat;
	padding-bottom:70px;
	border:none;
	outline:none;
}

a.contact:visited{
	text-decoration:none;
	background-image:url(button_images/contact_button_standard.png);
	background-repeat:no-repeat;
	padding-bottom:70px;
	border:none;
	outline:none;
}

a.contact:hover{
	text-decoration:none;
	background-image:url(button_images/contact_button_hover.png);
	background-repeat:no-repeat;
	padding-bottom:70px;
	border:none;
	outline:none;
}

a.contact:active{
	text-decoration:none;
	background-image:url(button_images/contact_button_hover.png);
	background-repeat:no-repeat;
	padding-bottom:70px;
	border:none;
	outline:none;
}

#leftarrow_box{
	width:60px;
	height:60px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	position:relative;
	left:327px;
	top:226px;
	background-color:transparent;
	outline:none;
}

#rightarrow_box{
	width:60px;
	height:60px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	position:relative;
	left:803px;
	top:166px;
	background-color:transparent;
	outline:none;
}

#slide_box{
	width:423px;
	height:183px;
	max-height:423px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	margin:0 0 0 0;
	background-color:transparent;
	position:relative;
	top:80px;
	left:381px;
	overflow:hidden;
}

p.slide_view{
	width:2630px;
	text-indent:0px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	word-spacing:0px;
	position:relative;
	top:0px;
	left:0px;
	outline:none;
}

.slider_detail{
	margin-left:6px;
}

#caption_box{
	width:410px;
	height:270px;
	padding:10px 10px 10px 10px;
	margin:0 0 0 0;
	position:relative;
	top:127px;
	left:378px;
	font-size:14pt;
	overflow:hidden;
	background-color:transparent;
	outline:none;
	opacity:1.0;
	filter:alpha(opacity=100);
}

.caption_title{
	font-weight:bold;
}

p.caption{
	text-indent:20px;
}

p.caption_small{
	text-indent:20px;
	font-size:12pt;
}

p.big_title{
	font-size:15pt;
	font-weight:bold;
	text-align:center;
}

p.about_us{
	text-indent:20px;
	text-align:justify;
	font-size:12pt;
}

.smaller_caption{
	font-size:13pt;
}

#top_contactbox{
	width:452px;
	height:112px;
	padding:7px 10px 10px 10px;
	margin:0 0 0 0;
	position:relative;
	top:176px;
	left:356px;
	font-family: Geneva, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
	overflow:visible;
	background-color:transparent;
}

#bottom_contactbox{
	width:453px;
	height:654px;
	padding:10px 10px 10px 10px;
	margin:0px;
	position:relative;
	top:220px;
	left:356px;
	overflow:auto;
	background-color:transparent;
	font-size:11pt;
}

#top_eventsbox{
	width:452px;
	height:150px;
	padding:10px;
	margin:0px;
	position:relative;
	top:176px;
	left:356px;
	overflow:hidden;
	background-color:transparent;
}

#top_shopbox{
	width:452px;
	height:150px;
	padding:10px;
	margin:0px;
	position:relative;
	top:176px;
	left:356px;
	overflow:hidden;
	background-color:transparent;
}

#top_thanksbox{
	width:474px;
	height:170px;
	padding:10px;
	margin:0px;
	position:relative;
	top:176px;
	left:356px;
	overflow:hidden;
	background-color:transparent;
}

#top_aboutbox{
	width:476px;
	height:130px;
	padding:0px;
	margin:0px;
	position:relative;
	top:176px;
	left:356px;
	overflow:hidden;
	word-spacing:0px;
	letter-spacing:0px;
	background-color:transparent;
	
}

#bottom_aboutbox{
	width:456px;
	height:351px;
	padding:10px 10px 10px 10px;
	margin:0px;
	position:relative;
	top:218px;
	left:356px;
	overflow:hidden;
	background-color:transparent;
	font-size:11pt;
	
}


#bottom_thanksbox{
	width:465px;
	height:150px;
	padding:5px 10px 10px 0px;
	margin:0px;
	position:relative;
	top:205px;
	left:356px;
	overflow:hidden;
	background-color:transparent;
	font-size:12pt;
}

#bottom_eventsbox{
	width:452px;
	height:150px;
	padding:5px 10px 10px 0px;
	margin:0px;
	position:relative;
	top:226px;
	left:356px;
	overflow:hidden;
	background-color:transparent;
	font-size:12pt;
}

#bottom_shopbox{
	width:452px;
	height:150px;
	padding:5px 10px 10px 0px;
	margin:0px;
	position:relative;
	top:226px;
	left:356px;
	overflow:hidden;
	background-color:transparent;
	font-size:12pt;
}

#top_projectbox{
	width:439px;
	height:236px;
	padding:15px 10px 10px 25px;
	margin:0px;
	position:relative;
	top:176px;
	left:356px;
	overflow:hidden;
	background-color:transparent;
}

#top_projectbox_first{
	width:439px;
	height:236px;
	padding:15px 10px 10px 25px;
	margin:0px;
	position:relative;
	top:176px;
	left:356px;
	overflow:hidden;
	background-color:transparent;
}

#preproduction_box_first{
	width:338px;
	height:138px;
	padding:0px;
	margin:0px;
	position:relative;
	top:-510px;
	left:-999em;
	overflow:hidden;
	background-color:transparent;
}

#preproduction_box{
	width:338px;
	height:138px;
	padding:0px;
	margin:0px;
	position:relative;
	top:-589px;
	left:-999em;
	overflow:hidden;
	background-color:transparent;
}

#bottom_projectbox_first{
	width:475px;
	height:440px;
	padding:0px;
	margin:0px;
	position:relative;
	top:211px;
	left:355px;
	overflow:hidden;
	background-color:transparent;
}

#bottom_projectbox{
	width:475px;
	height:355px;
	padding:0px;
	margin:0px;
	position:relative;
	top:211px;
	left:355px;
	overflow:hidden;
	background-color:transparent;
}

#image_box{
	width:455px;
	height:334px;
	margin:0 0 0 0;
	position:relative;
	top:10px;
	left:10px;
	overflow:hidden;
	background-color:transparent;
	z-index:1;
}

#image_box_sf{
	width:455px;
	height:334px;
	margin:0 0 0 0;
	position:relative;
	top:-324px;
	left:10px;
	overflow:hidden;
	background-color:transparent;
	z-index:-1;
	opacity:0.0;
	filter:alpha(opacity=0);
	display:none;
}

#image_box_water{
	width:455px;
	height:334px;
	margin:0 0 0 0;
	position:relative;
	top:-324px;
	left:10px;
	overflow:hidden;
	background-color:transparent;
	z-index:-1;
	opacity:0.0;
	filter:alpha(opacity=0);
	display:none;
}

p.project_heading{
	text-align:center;
	font-weight:bold;
	font-size:16pt;
}

#pit_projectbox{
	width:475px;
	height:164px;
	padding:0px;
	margin:0px;
	position:relative;
	top:212px;
	left:355px;
	overflow:hidden;
	background-color:transparent;
	background-image:url(layout_images/gray_bg.jpg);
}

p.thumbs{
	padding-top:3px;
	word-spacing:10px;
	letter-spacing:10px;
	outline:none;
	text-align:center;
}

.highlight{
	opacity:0.4;
	filter:alpha(opacity=40);
	cursor:auto;
	outline:none;
}

.bannerpro{
	opacity:0.4;
	filter:alpha(opacity=40);
	cursor:pointer;
	outline:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.bannerpro_preproduction{
	opacity:0.4;
	filter:alpha(opacity=40);
	outline:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.bannerinside{
	opacity:1.0;
	filter:alpha(opacity=100);
	outline:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

a.normal:link{
	color:#dddddd;
	font-family: Geneva, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

a.normal:visited{
	color:#dddddd;
	font-family: Geneva, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

a.normal:hover{
	color:#ffffff;
	font-family: Geneva, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	background-color:#000000;
}

a.normal:active{
	color:#dddddd;
	font-family: Geneva, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}



a.inside:link{
	color:transparent;
	border:none;
	outline:none;
	text-decoration:none;
	background-color:transparent;
	padding:0px;
	margin:0px;
}

a.inside:visited{
	color:transparent;
	border:none;
	outline:none;
	text-decoration:none;
	padding:0px;
	margin:0px;
}

a.inside:hover{
	color:transparent;
	border:none;
	outline:none;
	text-decoration:none;
	padding:0px;
	margin:0px;
}

a.inside:active{
	color:transparent;
	border:none;
	outline:none;
	text-decoration:none;
	padding:0px;
	margin:0px;
}

#footer{
	padding:0 0 0 0;
	margin:0 0 0 0;
	color:#898989;
	font-size:10pt;
	position:relative;
	background-color:transparent;
	left:424px;
	top:145px;
	width:370px;
	height:20px;
	overflow:visible;
}

#frontimage{
	position:absolute;
	top:20px;
	left:20px;
	z-index:3;
	opacity:1.0;
	filter:alpha(opacity=100);
	
}

#backimage{
	position:absolute;
	top:20px;
	left:20px;
	z-index:2;
	opacity:1.0;
	filter:alpha(opacity=100);
}

p.small_content{
	padding-left:10px;
	text-indent:10px;
	font-size:11pt;
}

li{
	text-indent:0px;
	margin-left:0px;
	line-height:30px;
}

li.mem {
	text-indent:0px;
	margin-left:0px;
	line-height:40px;
	font-size:14pt;
	list-style:none;
}

.field{
	font-size:11pt;
	font-family: "Courier New", Courier, monospace;
	background-color:#ececec;
}

.fielderr{
	font-size:11pt;
	font-family: "Courier New", Courier, monospace;
	background-color:#FF0000;
}

.errmessage{
	font-family: Geneva, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#e5325e;
	font-size:11pt;
}

#contact{
	table-layout:fixed;
	width:305px;
	height:125px;
	font-size:12pt;
}

.contact_indent{
	margin-left:3px;
}

.area{
	font-size:12pt;
	background-color:#ececec;
	font-family: "Courier New", Courier, monospace;
	margin-left:3px;
}

.area_error{
	font-size:12pt;
	background-color:#FF0000;
	font-family: "Courier New", Courier, monospace;
	margin-left:3px;
}

.button_subb{
	background-color:#000000;
	padding:0px;
	background-image:url(button_images/submit_standard.jpg);
	background-repeat:no-repeat;
	width:104px;
	height:49px;
}

.button_rezz{
	background-color:#000000;
	padding:0px;
	background-image:url(button_images/reset_standard.jpg);
	background-repeat:no-repeat;
	width:104px;
	height:49px;
}

#button_tab{
	table-layout:fixed;
	width:250px;
	height:48px;
}

#company{
	outline:none;
	opacity:1.0;
	filter:alpha(opacity=100);
}

#members{
	cursor:auto;
	outline:none;
	opacity:0.4;
	filter:alpha(opacity=40);
}

#leftarrow_box_projects{
	width:60px;
	height:60px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	position:relative;
	left:317px;
	top:-313px;
	background-color:transparent;
	outline:none;
}

#rightarrow_box_projects{
	width:60px;
	height:60px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	position:relative;
	left:810px;
	top:-371px;
	background-color:transparent;
	outline:none;
}