/* Default CSS */

body { font-family: "Arial", "Verdana"; }
img { border-style: none; }
.page { margin: auto; width: 900px; }
.contentbody {margin: 0px; width: 900px; position: relative; }
.contentbodyhome {margin: 0px; width: 900px; height: 1100px; position: relative; }

.headerbox { border-bottom: thin solid #555555; width: 900px; height: 20px; }
.headerbox a { color: #000; text-decoration: none; }
.footerbox { border-top: thin solid #555555; width: 900px; height: 20px; }
.footerbox a { color: #000; text-decoration: none; }
.mtlink { float: left; }
.mtlink a { font-weight: bold; }

.homepagebox { position: absolute; }
.homepagebox h2 { font-size: 200%; padding: 5px; margin: 0px; }

#homepageboxa { background: #0374ff; width: 300px; height: 250px; top: 0px; color: white; }
#homepageboxb { background-image: url("/img/4kgaming.gif"); width: 600px; height: 250px; left: 300px; top: 0px; color: white; }
#homepageboxc { background-image: url("/img/wowhealer.gif"); width: 300px; height: 600px; top: 250px; color: white; }
#homepageboxd { background: #c7ff02; width: 300px; height: 250px;  top: 250px; left: 300px; }
#homepageboxe { background-image: url("/img/boatinternet.gif"); width: 300px; height: 250px; top: 500px; left: 300px; color: white; }
#homepageboxf { background: #ff9102; width: 300px; height: 100px; top: 750px; left: 300px; color: white; }
#homepageboxg { width: 300px; height: 600px; top: 250px; left: 600px; }
#homepageboxh { width: 300px; height: 250px; top: 850px; }
#homepageboxi { background-image: url("/img/vrgoggles.gif"); width: 600px; height: 250px; top: 850px; left: 300px; color: black; }

.shareright { width: 900px; }

.adfloatright { float: right; padding-left: 15px; }

#facebookcontainer { float:right; }
#twitter99 { float:right; width:90px; }
#facebook99 { float:right; }
#google99 { float:right; width:78px; }
#reddit99 { float:right; }
#tumblr99 { float:right; }
.spacer { float:right; width:10px;}

.headermenu {
	float: right;
	position:relative;
}
.headermenu ul { 
	position:absolute;
	left: -222px;
	top: 4px;
	width: 250px;
	background: #eee;
	border-style: solid;
	border-width: 1px;
	visibility: hidden;
  list-style: none;
	transition-delay: 250ms;
	padding: 0;
	z-index: 999;
}
.headermenu ul li { 
	display: inline-block;
	padding: 8px 8px 8px 8px;
	width: 234px;
}
.headermenu ul li:hover { 
	background: #ddd;
}
.headermenu:hover ul {
	visibility: visible;
	transition-delay: 0ms;
}