/** 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('/images/MBnationHOME4big.jpg') no-repeat center top fixed;
	background-color: #000;
	color: #dbd5ce;
	font-family: "Arial";
	font-size: 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;
}

/* 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;
   }
