/*css layout formatting done by mtness.net*\
    for mirstation.co.uk
\*              2007-12-18                */

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

html { height: 100%; }

body
{
 	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 1em;
}

.keywords, .hidden { display: none; }

a:link   { text-decoration: none;}
a:visited{ text-decoration: none;}
a:hover  { text-decoration: underline;}
a:active { text-decoration: none;}

#pagetitle
{
	position: absolute;
	top: 0px;
	left: 0;
	width: 169px;
	height: 42px;
	color: #eee;
	
}
#valign-b { position: absolute; bottom: 0; right: 0; }

#logo
{
	position: absolute;
	top: 54px;
	left: 120px;
	width: 145px;
	height: 21px;
	color: #eee;
	background: transparent;
}

#logo_index
{
	position: absolute;
	top: 325px;
	left: 120px;
	width: 145px;
	height: 21px;
	color: #eee;
	background: transparent;
	z-index: 23;
}


#wrapper
{
	width: 100%;
	height: 100%;
	background: #2e2d2f;
}

#wrapper td
{
	vertical-align: middle;
	text-align: center;
}
	
#container
{
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 600px;
	border: 1px solid #3E3E3E;
	background: top left no-repeat url();
}

#top
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 100px;
	background: top left repeat-x url(../images/htg_header.gif);
}

#left
{
	position: absolute;
	top: 140px;
	left: 0px;
	width: 900px;	/* mind the padding! IE6 handles it different! */
	height: 320px;	/* mind the padding! IE6 handles it different! */
	padding: 0px;
	overflow:auto;
	z-index: 1;
}

#content
{
	position: absolute;
	top: 140px;
	left: 176px;
	width: 724px;	/* mind the padding! IE6 handles it different! */
	height: 324px;	/* mind the padding! IE6 handles it different! */
	padding: 0px;
	color: #d9dadb;
	z-index: 2;
	overflow: auto;
	font-size:  11px;
}

#content h1 { font-size: 1.2em;  font-weight: normal; color: #C48F1D; padding: 0 0 8px 0; }
#content h2 { font-size: 1.15em; font-weight: normal; color: #C48F1D; }
#content h3 { font-size: 1.1em;  font-weight: normal; color: #C48F1D; }
#content h4 { font-size: 1.05em; font-weight: normal; color: #C48F1D; }
#content h5 { font-size: 1.05em; font-weight: normal; color: #C48F1D; }
#content h6 { font-size: 1em;    font-weight: normal; color: #C48F1D; }
#content p  { padding: 0 0 12px 0; width: 484px; clear: both; }
#content a  { color: #777; margin: 4px 0 4px 0; }
#content em { font-style: normal; color: #fff; }
#content ul { list-style: none; }
#content li { margin-bottom: 5px; }

#content a:link		{ text-decoration: none;}
#content a:visited	{ text-decoration: none;}
#content a:hover  	{ text-decoration: none; color: #fff; }
#content a:active 	{ text-decoration: none; color: #C48F1D; }


/* typo3 style modifications */
.csc-menu-4 { margin-top: 64px; width: 484px; }
.proj_overview { float: right; padding: 0 0 8px 8px; }

.tx-photoblog-pi1 { position: relative; }
.photo {  position: relative; width: 484px; text-align: right; }
.blogDescription { position: absolute; left: 496px; bottom: 0; }
* html .blogDescription { position: absolute; left: 496px; bottom: 34px; }
	#content .image_title h2 { font-size: 1em; }
	#content .description p { width: 228px; }
	.previous {}
	.next {}
	.time { display: none; }

	.align-right { text-align: right; }
#menu_area
{
	position: absolute;
	top: 500px;
	left: 0px;
	width: 900px;
	height: 100px;	/* mind the padding! IE6 handles it different! */
	padding: 0px;	/* mind the padding! IE6 handles it different! */
	background: #97380C;
	z-index: 23;
}



#menu_area_index /* this is needed here only for debugging purpose, w/o online use */
{
	position: absolute;
	top: 360px;
	left: 0px;
	width: 900px;
	height: 100px;	/* mind the padding! IE6 handles it different! */
	padding: 0px;	/* mind the padding! IE6 handles it different! */
	background: #97380C;
	z-index: 23;
}

/* menu ******************************************************************** */
#menu
{
	position: relative;
	top: 0px;
	padding-left: 119px;
	height: 32px;
	z-index: 24;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
/* main navigation: son of suckerfish dropdowns */
/* ************************************************************************* */

#nav
{
	list-style-type: none;
	font-size: 9px;
}

#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1;
	padding: 0;
	margin: 0;
/*           -moz-opacity:0.99;
*/	}

#nav li.firstlevel { height: 100px; 	display: block; }
#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px 40px 0 0;
}

#nav a.daddy {
	background: url(../images/rightarrow.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li ul {
	position: absolute;
	top: 16px;
	left: -999em;
	height: auto;
	width: 200px;
	font-weight: normal;
	border-width: 1px;
	margin: 0;
	padding: 0;
}

#nav li li {
	margin: 0;
	padding-right: 0em;
	width: 200px;
}

#nav li ul a {
	width: 200px;
	padding: 0.25em 0.25em 0.25em 0;
}

#nav li ul ul {
	margin: -1.25em 0 0 7.5em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -99999em;
}

#nav li.selected ul, #nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #97380C;
}
#nav li a:hover {
	color: #C48F1D;
}


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



#home_area
{
	position: absolute;
	top: 468px;
	left: 120px;
}

#home_area a
{
	color:#8D8E90;
	font-size:10px;
	padding:0px 18px 0px 0px;
	text-decoration:none;
}

#home_area a:hover
{
	color:#fff;
	text-decoration:none;
}
#home_area a:active
{
	color:#C48F1D;
	text-decoration:none;
}





#legal
{
	position: fixed;
	bottom: 4px;
	left: 4px;
	border: 0px solid #000000;
	font: 8px mini;
	z-index: 21;
}
#legal a { color: #060606; }
#legal a:link{ text-decoration: none;}
#legal a:visited{ text-decoration: none;}
#legal a:hover  { text-decoration: underline;}
#legal a:active { text-decoration: none;}

#mtness
{
	position: fixed;
	bottom: 3px;
	right: 0;
	border: 0px solid #000000;
	z-index: 23;
}
