

* {
	padding: 0;
	margin: 0;
	outline:none;
}
html {
	overflow-y: scroll;
}
body, td, th, input {
	color: #626262;
}

html, body{ height:100%;}

select {
	color: #626262;
	width: 140px;
}

body {
	background-image:url(/img/bk_body.gif);
	background-color: #E5E3DF;
	font-family:trebuchet ms, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#626262;
}

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px;}
.noscript p { margin:0; }


a{ color:#a6a6a6; text-decoration: none; font-weight:bold; outline:none}
a:hover{ color:#1f1f1f; text-decoration:underline}


h1, h2, h3, h4, h5, h6, .big_tittle{ font-size:60px; color:#1c1c1c; line-height:80px; padding:24px 0 9px 0; font-weight: 700; text-transform:uppercase; display:block}
h1{ font-size:40px; line-height:50px;}
h2{ font-size:18px; line-height:25px; color:#abaaaa; padding:19px 0 11px 0}
h3{ font-size:32px; line-height:40px; color:#abaaaa}
h4{ font-size:30px; line-height:36px; color:#2c2c2c}
h5{ font-size:24px; line-height:30px; color:#0072b6}
h6{ font-size:21px; line-height:28px; color:#a7a6a6; text-transform:none; font-weight:400}

.drop-arrow {
	font-family: "Times New Roman", Times, serif;
	position: relative;
	top: -1px;
	left: 3px;
}

#menu a   {
	color: #626262;
	text-decoration: none;
	font-weight: normal;
}

#menu a:hover   {
	color: #86A3C3;
	text-decoration: none;
}

#menu ul  {
	margin: 0;
	padding: 0;
	list-style: none;
	
}

#menu li  {
	float: left;
	padding: 3px 20px;
	background: none;
}

#menu ul ul  {
	position: absolute;
	margin-left: -20px;
	
}

#menu ul ul li  {
	float: none;
	margin: 0;
	height: 0;
	transition: height 0.5s ease-in-out 0s;
	-webkit-transition: height 0.5s ease-in-out 0s;
	-moz-transition: height 0.5s ease-in-out 0s;
	-o-transition: height 0.5s ease-in-out 0s;
	overflow: hidden;
	background: #fff;
}
   
#menu li:hover  {
	
}

#menu li:hover ul li  {
	height: 20px;
}

#menu ul ul li a:hover  {
	background: #fff;
	font-weight: bold;
    color: #626262;
}






div.backgroundpage {
        /*width: 1046px;*/
        margin:0 auto; 
        background:url(/img/bk_backgroundpage.png) 0 0 repeat-x;
        
		box-shadow: 0 0 0px rgba(0, 0, 0, .2);
		position: relative;
}

#outer {
	width:960px;
	border-left: 0px dotted #eee;
	border-right: 0px dotted #eee;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	text-align:left;
	background-color: none;
}

#inner {
	padding: 0 5px 5px 5px;
}

#header {
        height:120px;
        position:relative;
		background:none;
}

#logo { clear:both;
        background-color:none;
        position: absolute;
        top: 8px; 
        left: 0px; 
        width: 228px; 
        height: 54px; 
        border:none;
        overflow: visible;
        display:block;
}

#menu { clear:both;
        background-color:none;
        position: absolute;
        top: 21px; 
        right: 0px; 
        z-index:50;
        height: 24px; 
        border:none;
        overflow: visible;
        display:block;
}

#submenu { clear:both;
        background: #ccc;
        position: absolute;
        top: 45px; 
        right: 0px; 
        
        height: 24px; 
        border:none;
        overflow: visible;
        display:block;
}

#box_content {
    background:none;
	width:960px;
	min-height:610px;
	float:left;
	
}

.box_content_1 {
    overflow: hidden;
    width: 100%;
    padding-bottom: 30px;
    position: relative;
	clear: both;
}

.box_content_1_1 {
	width: 410px;
	display: inline;
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
}

.box_content_1_2 {
	width: 20px;
	display: inline;
    float: left;
    margin-left: 60px;
    margin-right: 60px;
    position: relative;

}

.box_content_1_3 {
	width: 280px;
	display: inline;
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
}









.ff01_clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}