/*
 * @author ( Push I.C.T. )
*/

/* ##########################  general  ########################### */


@font-face {
	font-family: 'Century Gothic';
	src: url("../fonts/CenturyGothic.eot");
	src: local('Century Gothic'), local('CenturyGothic'), 
		url("./fonts/CenturyGothic.ttf") format("truetype"), 
		url("./fonts/CenturyGothic.otf") format("opentype"), 
		url("./fonts/CenturyGothic.woff") format("woff");

}

/* ##########################  ie6 hack  ########################## */

* html
{
height: 100%;
}

* #pagebody
{
height: 90%;
}

/* ############################  body  ############################ */
html
{
	height: 100%;
}

body
{
	height: 100%;
	background: #ff6600 url(background.gif) center center no-repeat;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-family: 'Century Gothic',  'Arial Bold';
	font-size: 0.6em;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#pagebody
{
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	text-align: left;
}

#mainbody
{
	display: block;
	position: relative;
	width: 980px;
	height: 760px;
	margin: auto;
	padding: 0px;
}

#mainbodytransbox
{
	display: block;
	position: absolute;
	top: 60px;
	left: 20px;
	width: 940px;
	height: 680px;
	margin: 0px;
	padding: 0px;

	background: #000;
	opacity: 0.6;
	filter:alpha(opacity=95); /* For IE8 and earlier */

	text-align: center;
}

#mainbodytitle
{
	display: block;
	position: relative;

	margin: 0px 20px;

	height: 180px;
}

#mainbodytitlespecs
{
	display: block;
	position: relative;

	top: -20px;
	margin: 0px 30px 0px 0px;

	text-transform: lowercase;
	text-align: right;
	font-weight: normal;
	font-size: 19em;
	line-height: 1em;
}

#mainbodytitleandmore
{
	display: block;
	position: relative;

	top: -60px;
	margin: 0px 70px 0px 0px;

	text-transform: lowercase;
	text-align: right;
	font-weight: normal;
	font-size: 6em;
	color: #666;
	line-height: 1em;
}

#mainbodyline
{
	display: block;
	position: relative;

	width: 980px;
	height: 20px;

	background: #333;
}

#mainbodyline hr
{
	display: none;

	background: #333;
	color: #333;
	border: 0;
}

#mainbodyleft
{
	float: left;
	left: 20px;
	width: 400px;
	height: 480px;
	margin: 0px 0px 0px 20px;
	padding: 10px 50px 20px 20px;

	background: #000;
	color: #ccc;

	text-align: justify;
	font-size: 2.3em;
}

#mainbodyleft li
{
	padding-bottom: 1em;
	font-size: 0.8em;
}

#mainbodypictureholder
{
	position: absolute;
	top: 320px;
	left: 380px;
	z-index: 1;
}

#mainbodypicture
{
	
}

#mainbodyright
{
	float: right;
	left: 20px;
	width: 460px;
	height: 500px;
	margin: 0px 20px 0px 0px;
	padding: 10px 0px 0px 0px;

	text-align: justify;
	color: #fff;
	font-size: 1em;
}

#contactdetails
{
	position: absolute;
	bottom: 45px;
	color: #fff;
	z-index: 2;
}

tr.e-mailrow > td
{
	vertical-align: top;
}

tr.e-mailrow > td a
{
	text-decoration: none;
	color: #fff;
}

.bigat
{
	display: inline;
	position: relative;
	top: -10px;
	left: 0px;
	vertical-align: top;
	font-size: 4em;
	line-height: .7em;
}

tr.spacedrow > td
{
	padding-top: 1em;
	padding-bottom: 1em;
}

#mainbodybottom
{
	position: relative;
	top: 30px;
	right: 20px;
	text-align: right;
}

#mainbodybottom a:link,
#mainbodybottom a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: #c00;
}

#mainbodybottom a:hover,
#mainbodybottom a:active,
#mainbodybottom a:focus
{
	text-decoration: none;
	font-weight: bold;
	color: #ccc;
}

