@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #666;
}

#container { 
	width: 100%; 
	height: 100%; 
	display: table; 
	margin:100px 0 150px;
}

#position { 
	display: table-cell; vertical-align: middle; 
}

#content { 
}

#main_inner {
	width:800px;
	height:560px;
	margin: 0 auto;
}


#contact {
	display: block;
}

#contact a {color:#666;
	text-decoration:none;
}

#contact a:hover {color:#FFFFFF;
}

.contactmenu {vertical-align:middle;
}


/* NAV MENU */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/click_through.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This script and the associated (x)html may be modified in any 
way to fit your requirements. 

Please see 'Terms of use' on stunicholls.com
=================================================================== */

#menu {position:relative; color: #666; font-family:Helvetica, Arial, sans-serif; font-size:12px;}

#menu ul {padding:0; margin:0; list-style:none;}

#menu a {display:block; color:#444; width:125px; text-decoration:none; height:15px; line-height:14px; text-align:left;}
#menu a:active, #menu a:focus {outline:0;}

#sub0 {position:absolute; left:0;}
#sub1 {position:absolute; left:125px;}
#sub2 {position:absolute; left:275px;}

#sub_1 {position:absolute; top:16px;}
#sub_2 {position:absolute; top:30px;}
#sub_21 {position:absolute; top:30px;}


.none {display:none;}
.yes {display:block;}

#menu a:hover,
#menu li.clicked a {color:#fff; background-position:0 -35px; text-decoration:none;}