@charset "utf-8";
html,body{
	margin:0;
	padding:0;
	background-color: #FFFFFF;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}
p{
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
}
.title_big_orange     {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #F57915;
}
.title_mini_orange{
	font-size: 12px;
	font-weight: bold;
	color: #F57915;
}
.title_big_white     {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.title_mini_white{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.text_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-indent: 10px;
	margin: auto;
	padding: 5px;
}
div#footer a  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	padding: 3px;
	text-decoration: none;
}
div#footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
	background-color: #999999;
	padding: 3px;
}
div#main a  {
    text-decoration: none;
}
div#main a:hover {
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #F57915;
}
div#right a  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 2px;
	text-decoration: none;
}
div#right a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #999999;
	padding: 2px;
}
img.hp {
	border: 1px solid #AAAAAA;
	text-decoration: none;
}

#header {
	background-color: #F57915;
	height: 170px;
	border-bottom-width: 2px;
	border-bottom-color: #FFFFFF;
}
#header_logo {
	width: 200px;
	height: 170px;
	margin: auto;
	border-right: 2px solid #fff;
	position: absolute;
	left: 0px;
	top: 0px;
}
#header_pic {
	width: 596px;
	height: 170px;
	margin: auto;
	float: left;
	border-right: 2px solid #fff;
	position: absolute;
	top: 0px;
	left: 202px;
}
#header_strip {
	background-image: url(images/strip_orange.png);
	background-repeat: repeat-y;
	width: 200px;
	height: 170px;
	margin: auto;
	clear: left;
	border-right: 2px solid #fff;
	position: absolute;
	left: 797px;
	top: 0px;
}
#menu {
	background-color: #434343;
	height: 30px;
	margin: 0;
	border-top: 6px solid #fff;
	border-bottom: 10px solid #fff;
}
#menu_flash {
	width: 796px;
	height: 30px;
	margin: auto;
	border-top: 6px solid #fff;
	border-bottom: 10px solid #fff;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	position: absolute;
	left: 200px;
	top: 170px;
}
#wrapper{
	float:left;
	width: 1000px;
}
#right{
	margin: 0;
	width:198px;
	height: 450px;
	background-color: #F57915;
	top: 200px;
	right: 800px;
	float: left;
}
#left{
	float:left;
	width:200px;
	height: 450px;
	background-color: #FFFFFF;
	top: 200px;
	right: 0px;
}
#main{
	float:left;
	width:600px;
	height: 450px;
	background-color: #FFFFFF;
	top: 200px;
	right: 200px;
}
#footer{
	clear:left;
	width:100%;
	height: 50px;
	background: #222;
	border-top: 10px solid #fff;
	border-bottom: 20px solid #fff;
}
#footer_left {
	width: 188px;
	height: 50px;
	margin: auto;
	border-right: 2px solid #fff;
	position: absolute;
	left: 0px;
}
#footer_main {
	width: 788px;
	height: 50px;
	margin: auto;
	float: left;
	border-right: 2px solid #fff;
	position: absolute;
	left: 200px;
}
.clear {
    clear: both;
}
