/** Eric Meyers' CSS Reset **/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/** Now, our custom styling begins... **/

/* for wrapper that will extend across the page */
html,body {
	/*width:95%;
	height:95%;*/
}

/* general page/text colors and styles */
body {
	/*background: url('http://massiveblack.com/MBwebolution/images/MBnationHOME4big.jpg') no-repeat center top fixed;*/
	background-image: url(http://massiveblack.com/MBwebolution/images/logo_header.gif) no-repeat center top fixed;
	background-color: #000;
	color: #dbd5ce;
	font-family: "Arial";
	font-size: 10px;
}

#matted-content {
	background-image: url(http://massiveblack.com/MBwebolution/img/matte.png);
	padding: 0px;
	margin: 5px;
	border: 0px solid #dbd5ce;
}

#matted-content img {
	vertical-align: top;
	text-align: center;
	/*border: 1px solid #dbd5ce*/
	padding: 10px;
}

/* plain old hyperlinks */
a:link {
	color: #ddd;
	text-decoration: none;
}
 a:visited {
	text-decoration: none;
	color: #868a71;
}
a:hover {
	color: #fffac5;
	text-decoration: none;
}
a:active {
	color: #f00;
}
a.current-page {
   /*color: #fffac5;*/
   color:#eeee44;
	cursor: pointer;
	padding: 2pt;
		margin-left: 5px;
}

/* links wrapping menu images */
.menu-item {
	cursor: pointer;
	padding: 2pt;
	margin-left: 5px;
}
.menu-item2 {
	cursor: pointer;
	padding: 2pt;
	float: left;
	margin-left: 5px;
}
.menu-item-company {
	cursor: pointer;
	padding: 2pt;
	margin-left: 5px;
}

/* links wrapping menu images for the current page */
.selected-menu-item {
	cursor: pointer;
	padding: 2pt;
	margin-left: 5px;
}
.gallery {
	text-decoration: line-through;
}

#main-wrapper {
	position: absolute;
	/*height: 90%;
	width: 100%;*/
	top: 110px;
	left: 15px;
}


#sidebar {
	background-attachment: scroll;
	background-image: url(images/scrollnotify2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 750px;
	width: 185px;
	margin-left: 15px;
	margin-top: 12px;
	float: left;
	margin-bottom: 20px;
}

#sidebar_projects {
	background-attachment: scroll;
	background-image: url(images/copyright.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 2000px;
	width: 185px;
	margin-left: 15px;
	margin-top: 12px;
	float: left;
	margin-bottom: 20px;
	}

#sidebar_right {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 12px;
	text-align: right;
	z-index: 5;
	width: 185px;
	position: absolute;
	text-align: left;
	}

#gallery, #lotr_gallery {
	overflow: visible;
	position: absolute;
	height: 666px;
	left: 206px;
	text-align: left;
	
	margin-top: 10px;
	float: left;
	}
#gallery .galleryimage {
	float: left;
	font-size: 9.5px;
	text-transform: uppercase;
	line-height: 8px;
}

#gallery img {
	margin-bottom: 10px;
	margin-right: 75px;
}

#lotr_gallery img {
	margin-right: 25px;
	}
	
#header {
	background-attachment: scroll;
	background-image: url(images/logo_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 90px;
}

#mainpage_header {
	height: 90px;
	}
	
table {
	font-size: 11px;
	}
#gallery .mail {
	font-size: 14px;
	color: #fffac5;
	font-weight: normal;
}

#gallery a:hover.mail {
	color: #979A83;
	}
#gallery .fax {
	font-size: 12.5px;
	color: #fffac5;
}

	
#gallery .phone {
	font-size: 15.5px;
	font-weight: normal;
	color: #fffac5;
}

.post {
	font-size: 12px;
	color: #fffac5;
	text-transform: uppercase;
	}
	
.entry {
	padding-bottom: 30px;
	}
	
.MsoNormal {
	font-size: 11px;
	}
	
	.alignright {
   float: right;
   margin-right: 2px;
   padding-bottom: 15px;
   }

.alignleft {
   float: left;
   margin-left: 2px;
   padding-bottom: 15px;
   }  
   
#projects a:link, #projects a:visited {color: #fffac5;}

#projects a:hover {color: #868a71;} 

#quotes {
	margin-left: 675px;
	width: 400px; 
	color: #b7b7b7;
	}
	
#FLVplayer, #movie  {
	left: 500px;
	top: 106px;
	z-index: 100;
	position: absolute;
	} 

/* links wrapping menu images for the current page */
.selected-menu-item {
	cursor: pointer;
	padding: 2pt;
	margin-left: 5px;
}
.gallery {
	text-decoration: line-through;
}

#main-wrapper {
	position: absolute;
	/*height: 90%;
	width: 100%;*/
	top: 110px;
	left: 15px;
}

/* other shit */

#services1 {
	font-color: #000;
   font-size: 18px;
   line-height: 20px;
   float: left;
   margin-right: 2px;
   padding-top: 15px;
   }
#services2 {
   font-size: 12px;
   line-height: 19px;
   float: left;
   padding-left: 0px;
   padding-top: 15px;
   padding-bottom: 20px;
   }
#main-columns {
	position: relative;
	width: 100%;
	height: 90%;
	min-height: 100%;
	min-width: 700px;
}

#main-nav {
	/*position: relative;
	float: left;
	line-height: 3em;
	z-index: 1;
	height: 90%;
	min-height: 100%;
	margin-right: 5%;*/
	position: fixed;
	left: 10px;
	top: 78px;
	width: 165px;
	line-height: 16pt;
	z-index: 3;
	padding-top: 20;
	padding: 2px;
	background-color:#000;
}

#main-content {
	/*position: relative;
	z-index: 0;
	height: 90%;
	min-height: 100%;*/
	position: absolute;
	left: 185px;
	top: 65px;
	border: none;
}

#matted-content {
	min-width: 800px;
	min-height: 450px;
	width: 785px;
	border: none;
	padding: 0px;	
}

.nav-paging {
	margin-left: 17px;
	line-height: 2em;
	max-width: 120px;
	column-width: 12em;
	column-count: 3;
}

#video1 {
	border-color:#FFF;
	border: none;
	padding: 0px;
}
	