/* Screen styles */

/* Reset styles import */
@import url("reset.css");

/* Page elements/blocks definition and positioning */
body {font: normal 1em Verdana, arial, sans-serif;background:#fff;}

div#topbar {
	position:fixed;
	width:100%;
	height:22px;
	margin:0;
	background:#7e7e7e;
}

div#header {
	width:100%;
	height:140px;
	background:#fff;
	text-align:center;
	margin:0 auto;
}

div#menu {
	width:100%;
	height:30px;
	background:#fff;
	text-align:center;
	margin:0 auto;
	border: #d1d1d1 solid;
	border-width: 0 0 2px 0;
}

#menulist {
	padding: 0;
	margin:0 auto;
	width:600px;
}

#menulist li {
	list-style: none;
	margin: 0;
	width: 25%;
	*width: 24.9%;
	float: left;
	display: block;
}

#menulist li a {
	height:24px;
	font-weight: bold;
	font-size:.8em;
	display: block;
	text-decoration:none;
	color:#666666;
}

#menulist li a.active, #menulist li a:hover {color:#ffffff; background:url(../img/menu_bg.png) no-repeat bottom center;}
#menulist li a img {display:inline;}

div#header  img.title {
	display:inline;
	margin:60px 10px;
}

div#topbar div {
	position:absolute;
	right: 20px;
	top: 0px;
}

div#content {
	width:100%;
	margin:0;
	background:#7e7e7e;
	border: #d1d1d1 solid;
	border-width: 0 0 2px 0;
}

/* Footer */

div#footer {
	position:fixed;
	bottom: 0px;
	width:100%;
	height:22px;
	margin:0;
	background:#7e7e7e;
}

div#footer div {
	position:absolute;
	right: 20px;
	bottom: 0px;
}

div#detail {
	position:fixed;
	bottom: 20px;
	right:2px;
}

/* Text styles */
h1 {
	margin:0 0 .7em 0;
	font-size:1em;
	font-weight:bold;
}
h2 {
	margin:.6em 0;
	font-size:.85em;
	font-weight:bold;
}
h3 {
	margin:.3em 0;
	font-size:.75em;
	font-weight:bold;
	font-style:italic;
}
p {
	font-size:.8em;
	margin:0 0 .6em 0;
	text-align:left;
}

img			{display:block; margin: 0;}
em 			{font-style:italic;}
strong 		{font-weight:bold;}
ul			{margin: 0 0 0 1em;}
li			{font-size:.8em; margin: 0 0 0 1.3em}
a, a:link 	{color:rgb(45,35,05); text-decoration:none}
a:hover		{color:rgb(147,11,11); text-decoration:underline}
a:visited	{color:rgb(150,114,50);}
a.hide		{display: none;}
