/* @override http://www.drawn2pixels.co.uk/styles/style.css */

/* @override http://drawn2pixels.co.uk/styles/style.css */

/* @override http://drawn2pixels.co.uk/styles/global2.css */

/* CSS Document */

/*****************************************************

* Global

*****************************************************/

* {
	margin: 0pt;
	padding: 0pt;
}

body {
	text-align: center;
	font: normal normal normal 100%/normal "Helvetica Neue", Arial, Helvetica, Georgia;
	background-color: #F1EFF0;
	margin-bottom: 0;
	background-image: url(../images/bg_paper.jpg);
}

.container #mast #logo {
	float: left;
	padding-top: 30px;
}

img {
	border: 0pt none;
}

a {
	outline-color: invert;
	outline-style: none;
	outline-width: medium;

}

#text a, #errortext a {	color: #fc851a;
	text-shadow: rgba(255,255,255,0.1);
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}

div.clear {
	clear: both;
	position: relative;
}

.clear {
/* generic container (i.e. div) for floating buttons */
    overflow: hidden;
	width: 100%;
}

.hidden {
	display: none;
}

/*****************************************************

* Typography

*****************************************************/

#mast h1 {
	background: transparent url(../images/logo.png) no-repeat;
	display: block;
	height: 142px;
	width: 86px;
	margin-top: 35px;
	margin-left: 5px;
}

h1 {
	color: white;
	font-weight: normal;
	font-style: normal;
}

h2, h3 {
	color: #222222;
	margin: 0 0 2px;
	font-size: 20px;
}

h3 {
	color: #3f3f3f;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 0.7em;
	line-height: 55px;
}

h5 {
	font: normal 60% Georgia, "Century Schoolbook", Times, serif;
	color: #fff;
	letter-spacing: 4px;
	margin: 30px 0;
	line-height: 100%;
	text-transform: uppercase;
}

em {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

p {
	font-size: 14px;
	color: black;
	line-height: 22px;
	text-align: left;
}

#copyright p {
	font-size: 12px;
}

#credits p {
	font-size: 12px;
	line-height: 19px;
	color: gray;
	text-shadow: white 0 1px 0;
}

#about h2 {
	text-indent: -7777px;
	background: url(../images/about.gif) no-repeat;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 400px;
}

/*****************************************************
* Linkage
*****************************************************/

#mast h1 a, #mast h1 a:visited {
	border: 0pt none;
	display: block;
	height: 100%;
	text-indent: -7777px;
	width: 100%;
}

/*****************************************************
* Menu
*****************************************************/

#menu {
	list-style: none;
	margin: 2px 0 0;
	width: 256px;
	height: 32px;
	position: relative;
	float: right;
	top: 0;
	display: inline;
}

#menu span {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}

#menu a:hover {
	background-position: left bottom;
}

#menu a:hover span {
	display: block;
}

#menu .home {
	width: 105px;
	height: 32px;
	background: url(../images/buttons/home.gif) no-repeat;
	top: 0;
	left: 0;
	position: relative;
	float: left;
	display: inline;
}



#menu .contact {
	width: 135px;
	height: 32px;
	background: url(../images/buttons/contact.gif) no-repeat;
	right: 0;
	top: 0;
	display: inline;
	float: right;
}

/*****************************************************
* Layout
*****************************************************/

#home {
	margin-top: 35px;

}

div#billboard {
	width: 100%;
	height: 450px;
}

#bottomboard {
	width: 100%;
	height: 165px;
	z-index: -1;
	margin-top: 212px;
	margin-bottom: 0;
	position: absolute;
	text-align: left;
	padding-top: 2px;
}

div.container, div.errorcontainer {
	width: 960px;
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0;
	background: url(../images/back_soon.png) no-repeat 190px;
	z-index: 0;
	height: 800px;
	position: relative;
}

div#mast {
	width: 100%;
	position: relative;
	display: block;
	text-align: left;
	z-index: 4;
}


div#mastlogo {
	width: 600px;
	height: 220px;
	padding-top: 20px;
}

#content {
	width: 960px;
	text-align: left;
	padding: 0;
	background-color: transparent;
	display: table;
	margin-top: 0;
	height: 555px;
}

a img {
	border-style: none;
}

#footer {
	width: 960px;
	height: 188px;
	z-index: 1;
	position: relative;
	padding-top: 10px;
	display: block;
	margin-left: 0;
	margin-right: 0;
	margin-top: -187px;
}

#copyright {
	
}

#credits {
	float: left;
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
	margin-top: 70px;
}

#text {
	position: absolute;
	left: 225px;
	width: 210px;
	top: 80px;
}

#text p {
	line-height: 17px;
	color: #222222;
	margin-bottom: 8px;
	font-size: 13px;
}

#errortext {
	position: absolute;
	top: 85px;
	left: 200px;
	width: 250px;
}


