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

body {
	background: url(img/bg.png);
	background-repeat: repeat;
	margin: 0 0;
	padding: 0 0 0 0;
}
.mndiv {
	position: absolute;
	left: 50%;
	margin-left: -399px;
	width: 797px;
	background-color: #FFF;
	padding: 0 0 0 0;
}
.header {
	background: url(img/header.png);
	background-repeat: no-repeat;
	padding: 0 0 0 0;
	margin: 0 0;
	width: 797px;
	height: 181px;
}
.menu {
	width: 100%;
	height: 35px;
	background: url(img/menu_unselected_bg.png);
	background-repeat: repeat-x;
	padding: 0 0 0 0;
	margin: 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.menu_item {
	width: 129px;
	height: 35px;
	padding: 0 0 0 0;
	margin: 0 0;
	background: url(img/menu_unselected_bg.png);
	background-repeat: repeat-x;
	text-align: center;
	line-height: 30px;
	color: #FFF;
	float: left;
	cursor: hand;
	cursor: pointer;
}
.menu_item a {
	color: #FFF;
	text-decoration: none;
}
.menu_item a:hover {
	color: #FFF;
	text-decoration: none;
}
.menu_item a:visited {
	color: #FFF;
	text-decoration: none;
}
.menu_item_sel {
	width: 129px;
	height: 35px;
	padding: 0 0 0 0;
	margin: 0 0;
	background: url(img/menu_selected_bg.png);
	background-repeat: repeat-x;
	text-align: center;
	line-height: 30px;
	color: #FFF;
	float: left;
	cursor: hand;
	cursor: pointer;
}
.menu_item_sel a {
	color: #FFF;
	text-decoration: none;
}
.menu_item_sel a:hover {
	color: #FFF;
	text-decoration: none;
}
.menu_item_sel a:visited {
	color: #FFF;
	text-decoration: none;
}
.menu_item_sep {
	width: 1px;
	height: 35px;
	padding: 0 0 0 0;
	margin: 0 0;
	background: url(img/menu_separator.png);
	background-repeat: no-repeat;
	float: left;
	cursor: default;
}
.content {
	padding: 0 0 0 0;
	margin: 0 auto -50px;
	width: 797px;
	min-height: 100%;
	height: 100%;
	background-color: #000;
}
.sidebar {
	float: left;
	width: 268px;
	height: 100%;
	background: url(img/sidebar_bg.png);
	background-repeat: repeat-x;
	background-color: #000;
	padding: 0 11px 0 11px;
	margin: 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.sidebar a {
	color: #FFF;
}
.sidebar a:hover {
	color: #FFF;
}
.sidebar a:visited {
	color: #FFF;
}
.main_content {
	float: right;
	width: 485px;
	height: 100%;
	min-height: 100%;
	background: url(img/main_bg.png);
	background-repeat: repeat-x;
	background-color: #151a1a;
	padding: 0 11px 0 11px;
	margin: 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 20px;
}
.model {
	float: left;
	width: 134px;
	height: 140px;
	text-align: center;
	vertical-align: middle;
	padding: 0 0 0 0;
	margin: 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 23px;
	color: #FFF;
}
.model p {
	text-decoration: underline;
	padding: 0 0 0 0;
	margin: 0 0;
}
.push {
	clear: both;
	background: none;
	height: 50px;
}
.footer {
	width: 100%;
	height: 50px;
	background: url(img/footer_bg.png);
	background-repeat: repeat-x;
	vertical-align: middle;
	padding: 0 0 0 0;
	margin: 0 0;
}
.copy1 {
	float: left;
	width: auto;
	height: 40px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin: 0 0;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.copy2 {
	float: right;
	width: auto;
	height: 30px;
	padding-left: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-right: 20px;
	margin: 0 0;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
}

