/* Default Stylesheet */
@font-face {
  font-family: "Futura";
  src: url(http://www.burningoakstudios.com/fonts/Futura.dfont) format("truetype");
}

															/** BODY ELEMENTS **/
body {
	font-size: 12px;
	letter-spacing: 2px;
	text-align: left;
	background-color: #080808;
	font-family:"Futura", Arial, Helvetica, sans-serif;
}
a img {
	border: none;
}
/** MAIN CONTAINERS **/
div#container {
	width: 900px;
	margin: 0px;
	padding: 0px;
	margin: 50px auto;
	text-align: left;
}
div#header {
}
div#outline {
	border: solid #FFFFFF 1px;
	height: 450px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	margin: 0px 0px 0px 50px;
}
/*index page*/
#outer {
position: relative;
display: table; 

width:100%
height: auto;
padding: 0;
}
#verticalalign{
position: absolute;
top: 50%;
display: table-cell;
vertical-align: middle;

 width: 100%;
}

#verticalalign p{
position: relative;
top: -50%;
text-align: center;
width: 300px;
margin: 0 auto;
} 

div#inner a:hover{
		/* for IE */
  filter:alpha(opacity=60);
	/* CSS3 standard */
  opacity:0.6;
}
div#contentindex {
	 width: 300px ;
  margin-left: auto ;
  margin-right: auto ;


}
a.raised{
	position: relative;
	bottom: 32px;
}
/*main page*/
div#content {
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 602px;
	background-repeat: no-repeat;
	background-image: url(../images/bg_index.jpg);
}
div#bottommenu {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 170px;
	position: absolute;
	top: 442px;
	font-family:"Futura", Arial, Helvetica, sans-serif;
}
h1.bottommenuheader {
	font-size: 14px;
	background-color:#FFFFFF;
	padding: 3px 0px 3px 5px;
}
div#news {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 350px;
	height: 100px;
	margin: 0px 0px 0px 10px;
}
div#news p{
	background-color: #FFFFFF;
	padding: 10px 12px 10px 10px;
}
div#dvd {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 360px;
	height: 100px;
	margin: 0px 10px 0px 0px;
}
#dvd ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
	
	
}
#dvd li {
	
	display: block;
	margin: 0px;
	padding: 0px;
	padding: 2px 0px 1px 10px;
	float: left;
	width: 350px;
	background-color: #FFFFFF;
}
div#dvd a {
	text-decoration: none;
	background-color: none;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 12px;
}


/*about page*/
div#aboutcontent {
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 602px;
	background-repeat: no-repeat;
	background-image: url(../images/bg_about.jpg);
}

div#aboutphotos {
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 400px;
	bottom: 200px;
}

/*contact page*/
div#contactcontent {
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 602px;
	background-repeat: no-repeat;
	background-image: url(../images/bg_contact.jpg);
}

/*work page*/
div#workcontent {
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 602px;
	background-repeat: no-repeat;
	background-image: url(../images/bg_work.jpg);
}

/*services page*/
div#servicescontent {
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 602px;
	background-repeat: no-repeat;
	background-image: url(../images/bg_services.jpg);
}

/*navigation*/
#navcontainer {
	float: right;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -21px;
	left: 1px;

}
#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#navcontainer li {
	text-transform: uppercase;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: auto;
}
#navcontainer a {
	color: #000000;
	display: block;
	width: auto;
	text-decoration: none;
	text-align: center;
	background: #ffffff;
	margin: 0px;
	padding: 1px 10px 2px 10px;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #aaaaaa;
	/* for IE */
  filter:alpha(opacity=80);
	/* CSS3 standard */
  opacity:0.8;
}
#navcontainer a:hover, #navcontainer a:active {
	background-color: #BBBBBB;
	/* for IE */
  filter:alpha(opacity=60);
	/* CSS3 standard */
  opacity:0.6;
}
#navcontainer a.active:link, #navcontainer a.active:visited {
	position: relative;
	z-index: 102;
	background-color: #BBBBBB;
	font-weight: bold;
}
/*contact*/

#contactcontainer {
	text-transform: uppercase;
	width: 250px;
	color: #ffffff;
	z-index: 1;
	position: relative;
	left: 0px;
	top: 0px;
	padding: 10px 0px 0px 8px;
}
#contactcontainer p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#contactcontainer h1 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 8px;
}
p#email{
	font-size: 10px;
	padding: 10px 0px 10px 0px;
}
#mapbox {
	width: 197px;
	height: 107px;
	position:absolute;
	top: 190px;
}
#mapbox a:hover{
	/* for IE */
  filter:alpha(opacity=60);
	/* CSS3 standard */
  opacity:0.6;
}
/*work*/
#reelcontainer {
padding: 0px;
margin: 0px;
	width:740px;
	padding-left: 20px;
position: absolute;
top: 240px;
}
#reel {
padding: 0px;
margin: 0px;
	
	float: right;
	z-index: 1;
}
#workcopy {
padding: 0px;
margin: 0px;
	float: left;
	width: 230px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}
#workcopy p {
	margin: 0;
	padding:0;
}
#workcopy a {
	margin: 0;
	padding:0;
	color: #000000;
}

/*services*/
#servicescontainer {
	padding-right: 80px;
	padding-top: 85px;
}
#servicescopy {
	float: right;
	width: 210px;
	border: solid;
	border-width: 1px;
	border-color:#333333;
	padding: 20px;
	background-color: #FFFFFF;
}
#servicescopy p {
	color: #424242;
	font-family: "Futura", Arial, Helvetica, sans-serif;
	letter-spacing:0.1em;
	text-align:center;
	margin: 10px auto;
	text-transform: uppercase;
	line-height: 100%;
	font-size: 12pt;
}
#servicescopy h1 {
	color: #424242;
	font-family: "Futura", Arial, Helvetica, sans-serif;
	letter-spacing:0.1em;
	text-align:center;
	margin: 10px auto;
	text-transform: uppercase;
	line-height: 100%;
	font-size: 14pt;
}
/*about*/
#aboutcontainer {
	margin: 0px;
	padding: 0px;
	width: 380px;
	height: 300px;
	margin: 0px 0px 0px 10px;
}
#aboutcopy p {
	color: #FFFFFF;
	font-family: "Futura", Arial, Helvetica, sans-serif;
	letter-spacing:0.2em;
	text-align:left;
	text-transform: uppercase;
	line-height: 150%;
	font-size: 1em;
	msrgin: 20px 0px 0px 0px;
}
#aboutcopy b{
text-decoration:none;
}
#aboutcopy h1 {
	color: #ffffff;
	font-family: "Futura", Arial, Helvetica, sans-serif;

	text-align:left;
	margin: 4px 0px 4px 0px;
	text-transform: uppercase;
	line-height: 100%;
	font-size: 10pt;
}

#aboutcontainer img{
	padding: 4px 4px;
}

#aboutcontainer a:hover {
	/* for IE */
  filter:alpha(opacity=60);
	/* CSS3 standard */
  opacity:0.6;
}
div#footer {
	color: #FFFFFF;
	font-size: 11px;
	padding: 10px 0px 0px 0px;
}
div#footer p {
	padding: 2px;
	margin: 0px;
	text-align: center;
}




															/** END **/
