@CHARSET "UTF-8";





/***************header******************/
#header div
{
	float:left;
}
#header {
	width: 980px;
	height: 127px;
	margin: 0 0 5px 0;
	position: relative;
}

#header .left {
	width: 11px;
	height: 127px;
	background-image: url(/media/images/header_left.png);
	background-repeat: no-repeat;
	background-position: 0 34px;
}

#header .center {
	width: 952px;
	height: 127px;
	background-image: url(/media/images/header_vertical.png);
	background-repeat: repeat-x;
	background-position: 0 34px;
}
#header ul
{
	margin:0;
}
#header .right {
	width: 17px;
	height: 127px;
	background-image: url(/media/images/header_right.png);
	background-repeat: no-repeat;
	background-position: 0 34px;
}

#buttons {
	float: right;
	width: 787px;
	height: 127px;
}

#buttons ul {
	list-style: none;
	float: right;
}

#buttons ul li {
	display: block;
	float: left;
	width:auto;
}

#buttons ul li a {
	height: 46px;
	padding-top: 1em;
	margin: 2em 2em 0 0;
	text-align: center;
	width: 100%;
	background-repeat: repeat-x;
	text-decoration: none;
	color: white;
	font-family: Tahoma;
	font-size: 18px;
	float: left;
	

}

#buttons ul li a:hover {
	color: white;
	background-image: url(/media/images/nav_button_hover.png);
	background-position: 0 -2px;
	
}

#buttons ul li a:active {
	color: white;
	background-image: url(/media/images/nav_button_active.png);
	background-position: 0 -2px;
	outline:none;
}

#buttons ul li a:focus
{
	outline:none;

}
#buttons ul li a.active
{
	background-image: url(/media/images/nav_button_active.png);
	background-position: 0 -2px;
}
/***************tab******************/
#underNavWrapper
{
	position:relative;
}
#underNav
{

	position:absolute;


	width:980px;


}
#tabWrapper {

	height: 24px;
	text-align: center;
	position: relative;
	top: -22px;
	list-style:none;
	float:right;

}

#tabWrapper li
{
	float: left;
	height: 22px;
}
#tabWrapper li div
{
	float: left;

}
#tabWrapper a:active
{
	outline:none;
}
#tabWrapper a:focus
{
	outline:none;
}
#tabWrapper .center
{
	padding:0 1em;
}
#tabWrapper li div
{
	height: 22px;
}

#tabWrapper li div.left {
	width: 7px;

	background-image: url(/media/images/tab_inactive_left.png);
}

#tabWrapper li div.center {


	background-image: url(/media/images/tab_inactive_center.png);
	background-repeat: repeat-x;
}

#tabWrapper li div.center a,#tabWrapper li div.center a:visited {
	color: white;
	text-decoration: none;
}

#tabWrapper li.active div.center a,#tabWrapper li.active div.center a:visited
{
	color: black;
}

#tabWrapper li .right {
	width: 8px;

	background-image: url(/media/images/tab_inactive_right.png);
}

#tabWrapper li.active div
{

	height: 24px;

}

#tabWrapper li.active div.left {
	width: 11px;

	background-image: url(/media/images/tab_active_left.png);
}

#tabWrapper li.active div.center {


	background-image: url(/media/images/tab_active_center.png);
	background-repeat: repeat-x;
}

#tabWrapper li.active div.right {
	width: 8px;

	background-image: url(/media/images/tab_active_right.png);

}

body code {
	background-color: #f9f9f9;
}

body pre {
	padding: 1em;
	border: 1px dashed #2f6fab;
	color: black;
	background-color: #f9f9f9;
	line-height: 1.1em;
}