@charset "utf-8";
/* CSS Document */
/*==================== zero ====================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img {  border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

/* html and body */
html {
	height:100%;
	overflow:hidden;
}
body {
	text-align: center;
	height:100%;
	font-family: "Trebuchet MS", "Lucida Grande", arial, helvetica, sans-serif;
	font-size: 13px;
	background-color:#333333;
	background-image:url(../images/header_bg.gif);
	background-repeat:repeat-x;
}
img { border: 0; display: block; }
em { text-decoration:underline; font-weight:700; }
u { text-decoration: none!important; }


#container {
	width: 960px;
	height:40px;
	position:absolute;
	left:0px;
	top:0px;
	left: 50%;
	margin-left: -480px;
	text-align: left;
}
#header {
	float:left;
	width: 960px;
	height:40px;
}
#logo {
	float:left;
	width:30px;
	height:21px;
	margin:0px 60px 0 0;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
}
#home-link {
	display:block;
	width:30px;
	height:24px;
}
#logo span {
	display:none;
}
#menu {
	float:left;
	width: 960px;
	margin:10px 0 0 0;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu li {
	float:left;
	padding-right: 60px;
	font-weight:bold;
}
#menu li a
{
	float: left;
	display: block;
	text-decoration: none;
	color:#CCCCCC;
}
#menu li a:hover
{
	float: left;
	display: block;
	text-decoration: none;
	color:#FFFFFF;
}
#twitter {
	float:left;
	width:20px;
	height:20px;
	margin:0 0 0 40px;
	background-image:url(../images/TwitterIcon.gif);
	background-repeat:no-repeat;
}
#twitter-link {
	display:block;
	width:30px;
	height:30px;
}
#twitter span {
	display:none;
}
#frame{
	position:absolute;
	top:40px;
	left:0px;
	height:100%;
	width:100%;
	overflow:hidden;
}