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

input[type="text"],
input[type="search"],
input[type="password"],
input[type="image"],
textarea,
select {
    outline: none;
}
body{
overflow-x: hidden;

}


header{
	position:fixed;
	min-height: 100%;
    height: 100%;
	width:238px;
	background:url(../images/background.png) repeat;
	border-right:4px solid #0071BC;
	z-index:300;
}
header #inner{
	height:100%;
	background:url(../images/paper.png) no-repeat -60px 540px;
}

header #logo{
	text-align:center;
	padding:71px 0px;
}
header nav{
	margin-top:20px;
}

#main>li {
	font-size:15px;	
}
#main>li:hover{
	background:#0071BC;

	
}
#main>li a:hover{
	color:#fff;

	
}
header ul>li#active{
	background:#0071BB;
}
header ul>li#active a{
	color:#fff;
}
		
	
header ul li a{
	color:#323232;
	background:url(../images/nav_bg.png) no-repeat;
	background-position:-238px;
	text-decoration:none;
	display:block;
	padding:8px 0px 8px 30px;

}

	
header ul ul{
	position:absolute;
	top:0;
	left:238px;
	width:260px;
	background:#0071BC;
	height:100%;
	border-left:4px solid #0071BC;
	padding-top:235px;
	
	box-shadow:rgb(0, 0, 0) 9px 0px 24px -13px inset;
	-webkit-box-shadow:rgb(0, 0, 0) 9px 0px 24px -13px inset;
	-moz-box-shadow:rgb(0, 0, 0) 9px 0px 24px -13px inset;
	display:none;
}
header ul ul#c02 {
	top: -72px;
}
header ul ul#c03 {
	top: -72px;
}
header ul ul li.child{
	text-indent:1.3em;
	
}
header ul ul li a{
	color:#fff;
	background:url(../images/nav_bg02.png) no-repeat;
	background-position:-260px;
}
header ul ul li.nolink{
	color:#fff;
	padding:8px 0px 8px 30px;
}

header input[type=search]{
	width:140px;
	vertical-align:16px;
	height:38px;
	background:none;
	border:1px solid #999;
	border-radius:5px 0px 0px 5px;
	-webkit-border-radius:5px 0px 0px 5px;
	-moz-border-radius:5px 0px 0px 5px;
	
	padding-left:10px;
	font-size:14px;
}
header #main{
	margin-bottom:30px;
}


	
#search{
	padding-left:20px;
}

#duplo {
	padding-top: 46px;
	text-align: center;
}

#container{
	margin-left:242px;
	padding-bottom:60px;
	max-width:1160px;
	min-width:740px;
}



#name{
	background:url(../images/background.png) repeat;
	padding:15px 30px 15px 30px;
	height:30px;
    position:relative;
	margin-bottom:40px;
}
#name h3{
	font-weight:normal;
	font-size:24px;
	float:left;
}
#name div{
	font-weight:normal;
	font-size:24px;
	float:left;
}
#name p{
	font-weight:normal;
	font-size:14px;
	float:right;
	padding-top:5px;
}
#name p a{
	color:#646464;
	text-decoration:none;
}
#name p a:hover{
	text-decoration:underline;
}

#name:before, #name:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:5px;
    left:30px;
    right:30px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
#name:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}


footer{
	margin-left:242px;
		max-width:1160px;
	min-width:740px;
}
footer nav{
	background-color:#0071BC;
	text-align:center;
	padding:25px 0;
}
footer nav ul li a{
	color:#fff;
	text-decoration:none;
}
footer nav ul li a:hover{
	text-decoration:underline;
}
footer nav ul li{
	display:inline;
	border-right:1px solid #fff;
	padding:0 20px;
	font-size:14px;
}
footer nav ul li:last-child{
	border:none;
}
footer nav ul li#dupro{
	background:url(../images/icon-dupro.gif) no-repeat right;
}
footer #middle {
	position:relative;
	border-bottom:solid 1px #ddd;
	height:70px;
}
footer #middle .inner{
	width:500px;
	margin:0 auto;
}
footer #middle div.left{
	width:185px;
	float:left;
}
footer #middle div.left img{
	padding-top:20px;
}
footer #middle div.right{
	width:300px;
	float:right;
	padding-top:18px;
}
footer #middle div.right p{
	font-size:12px;
}
footer #middle #pagetop{
	position:absolute;
	right:0px;
}
footer small{
	color:#646464;
	display:block;
	padding:10px 0px 10px 20px;
	font-size:11px;
}

@media print {
footer #middle .inner{
	width:540px;
}
footer #middle div.right{
	width:340px;
}
}