
.header{
	/*background-color:#BDAEC6;*/
	color: #333;
	font-family: "Myriad Pro",Arial,Helvetica,Tahoma,sans-serif;
	width:100%;
	margin:0px;
}
.header .top{
	color: white;
	height: 26px;
	margin: auto;
	position: relative;
	width: 1000px;
}
.header .top .panel{	
	float:right;
}
.header .top span{
	font-size: 12px;
	margin: 0 5px 0 2px;
	text-shadow: 1px 1px 0 rgba(60, 60, 60, 0.6);	
}
.header .top ul{
	cursor:pointer;
	list-style:none;
}
.header .top li{
	background-color:#222;
	border-radius:1em;
	color:white;
	float:left;
	font-size:14px;
	min-width:40px;
	padding:2px 26px;
	margin-right:10px;
	margin-top:2px;
	margin-bottom:2px;
	text-transform: uppercase;
}
.header .top li:hover{
	color:white;
}
.header .round-navigation {
	border-radius:24px 16px 16px 24px;
	height: 95px;
	margin: 0px auto;
	position: relative;
	width: 1000px;
	z-index: 1;
}
.header .mask {
	overflow: hidden;
}
.header .navigation{
	height: 95px;
	margin: 0px auto;
	width: 1000px;
	z-index: 1;
}
.header .navigation:after{
	background-repeat: no-repeat;
    background-size: 95% 90%;
    border-radius: 16px 16px 16px 16px;
    content: "";
    height: 100%;
    left: 1%;
    position: absolute;
    top: 0;
    width: 98%;
    z-index: 1;
}
.header .navigation a {
	display: inline-block;
	height: 95px;
	position: relative;
	z-index: 2;
}
.header .navigation img.banner{
    position: absolute;
    top: 33px;
}
.header .navigation h1{
	color: white;
    font-size: 62px;
    font-weight: normal;
    margin: 0;
    padding: 30px 0 0;
    text-transform: uppercase;
}
.header .bottom {
	background: url(../image/4.jpg);
	height: 31px;
	margin: 0px auto;
	width: 100%;
}
.header .bottom .bottom-line {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 1000px;
}
.header .bottom ul{
	list-style: none;
	margin: 0px auto ;
	padding: 0px;
	width: 1000px;
}
.header .bottom li{
	float:left;
	font-size:15px;
	text-decoration:none;
	color:#333;
	margin:6px;
	margin-right:25px;
}
.header .bottom li:first-child{
/*	margin-right:10px;
	padding-right:15px;*/
}
.header .bottom li:first-child:after{
 	background: -moz-linear-gradient(center top , #CCCCCC, #BBBBBB) repeat scroll 0 0 transparent;
 	-moz-box-shadow: 0 0 1.2px 0 rgba(100, 100, 100, 0.2);
 	-webkit-box-shadow: 0 0 1.2px 0 rgba(100, 100, 100, 0.2);
    box-shadow: 0 0 1.2px 0 rgba(100, 100, 100, 0.2);
    content: "";
    display: inline-block;
    height: 15px;
    left: 65px;
    position: absolute;
    top: 8px;
    width: 1px;
	
}
.header .bottom li a:hover {
	text-decoration: underline;
}
.header .bottom li.link-navigate {
   /* border-color: #ccc;
    border-image: none;
    border-radius: 0 0 6px 6px;
    border-right: 1px solid #CCCCCC;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0 0 2px 0 rgba(0, 0, 0, 0.1);
   	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
   	-o-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
    color: #333333;
    float: left;
    font-size: 15px;
    margin: 0 3px 0 0;
    position: relative;
    text-decoration: none;
    z-index: 0;*/
}
.header .bottom li.link-navigate a {
	display: block;
}
.header .bottom div.quick_search{
	float:right;
	margin-right: 48px;
    margin-top: 8px;

}
.div-submit-button {
	border: 1px solid black;
	display: inline-block;
	width: 20px;
	height: 21px;
}
#hiddenButton {
	background: none repeat scroll 0 0 #DDDDDD;
    border: 0 none;
    -moz-box-shadow: 0 0 0 transparent inset, 0 0 0 rgba(25, 0, 0, 0);
 	-webkit-box-shadow: 0 0 0 transparent inset, 0 0 0 rgba(25, 0, 0, 0);
    box-shadow: 0 0 0 transparent inset, 0 0 0 rgba(25, 0, 0, 0);
    left: 1px;
    padding: 0;
    position: relative;
    width: 1px;
    visibility: hidden;
}
.header .bottom div.quick_search div.submit-button {
  /*  border: 1px solid #666666;*/
 	border: 1px solid #666;
    border-radius: 0 3px 3px 0;
    -moz-box-shadow: 0 0 0 rgba(25, 0, 0, 0.4) inset, 0 0 0 rgba(25, 0, 0, 0.4);
 	-webkit-box-shadow: 0 0 0 rgba(25, 0, 0, 0.4) inset, 0 0 0 rgba(25, 0, 0, 0.4);
    box-shadow: 0 0 0 rgba(25, 0, 0, 0.4) inset, 0 0 0 rgba(25, 0, 0, 0.4);
    cursor: pointer;
    display: inline-block;
    margin: 0 0 0 0px;
  	padding: 3px;
    position: absolute;
    right: 16px;
    top: 8px;
    width: 26px;
    vertical-align: bottom;	
    z-index: 1;
}
.header .bottom div.quick_search input[type="button"].submit-button {
  /*  border: 1px solid #666666;*/
 	 border: 0px;
    border-radius: 0 3px 3px 0;
    -moz-box-shadow: 0 0 0 rgba(25, 0, 0, 0.4) inset, 0 0 0 rgba(25, 0, 0, 0.4);
 	-webkit-box-shadow: 0 0 0 rgba(25, 0, 0, 0.4) inset, 0 0 0 rgba(25, 0, 0, 0.4);
    box-shadow: 0 0 0 rgba(25, 0, 0, 0.4) inset, 0 0 0 rgba(25, 0, 0, 0.4);
    cursor: pointer;
    display: inline-block;
    margin: 0 0 0 0px;
    left: -5px;
  /*  padding: 0.25em;*/
    position: relative;
    top: 0px;
    width: 26px;
    vertical-align: bottom;	
}
.header .bottom div.quick_search input[type="button"]{
	background: #ddd;
	background-image: url("../image/lupa.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #666666;
    border-radius: 0 3px 3px 0;
    -moz-box-shadow: 0 0 0 rgba(25, 0, 0, 0.4) inset, 0 0 0 rgba(25, 0, 0, 0.4);
 	-webkit-box-shadow: 0 0 0 rgba(25, 0, 0, 0.4) inset, 0 0 0 rgba(25, 0, 0, 0.4);
    box-shadow: 0 0 0px rgba(25, 0, 0, 0.4) inset, 0 0 0px rgba(25, 0, 0, 0.4);
	cursor:pointer;
	display: none;
    height: 22px;
    margin: 0 0 0 -4px;
    padding: 0 9px;
    position: relative;
    top: 1px;
}
.header .bottom div.quick_search input[type="button"]:hover {
	/*background: #4F1B55;
	background-image: url("../image/lupa_light.png");	
	background-position: center center;
    background-repeat: no-repeat;*/
}

.header .bottom div.quick_search .submit-button:hover {
	/*background: #4F1B55;*/
	/*background-image: url("../image/lupa_light.png");	
	background-position: center center;
    background-repeat: no-repeat;*/
}

.header .bottom div.quick_search input[type="text"]{
	background-position: 5px center;
    background-repeat: no-repeat;
    border: 1px solid #666666;
    border-radius: 3px 0 0 3px;
    -moz-box-shadow: 0 0 3px rgba(25, 0, 0, 0.4) inset, 0 0 0 rgba(25, 0, 0, 0.4);
 	-webkit-box-shadow: 0 0 3px rgba(25, 0, 0, 0.4) inset, 0 0 0 rgba(25, 0, 0, 0.4);
    box-shadow: 0 0 3px rgba(25, 0, 0, 0.4) inset, 0 0 0px rgba(25, 0, 0, 0.4);
    color: #333;
    font-size: 12px;
    padding: 0.25em;
    position: relative;
    top: 0px;
    width: 180px;
    vertical-align: bottom;
}
/*
.header .bottom div.quick_search input[type="text"]:focus{
	content:"";
	width:220px;
}*/
.header .bottom div.quick_search img{
	background: #732C7B;
	background-position:center;
	border:1px solid #ccc;
	border-radius:0px 3px 3px 0px;
	-moz-box-shadow: 0 0 3px rgba(25, 0, 0, 0.4) inset, 0 0 2px rgba(25, 0, 0, 0.4);
 	-webkit-box-shadow: 0 0 3px rgba(25, 0, 0, 0.4) inset, 0 0 2px rgba(25, 0, 0, 0.4);
    box-shadow: 0 0 3px rgba(25, 0, 0, 0.4) inset, 0 0 2px rgba(25, 0, 0, 0.4);
    display:none;
	height:21px;
}
.header .bottom a{
	text-decoration:none;
	color:inherit;
}
.header .bottom .link-help {
	color: #fff;
	font-size: 13px;
	margin-right: 13px;
	position:absolute;
	right: 0px;
	top: -30px;
	z-index: 10;
}
.header .bottom .link-about {
	color: #fff;
	font-size: 13px;
	position: absolute;
	right: 40px;
	top: -30px;
	z-index: 10;
}

.header .bottom .link-about-alone {
    color: #fff;
    font-size: 13px;
    margin-right: 13px;
    position: absolute;
    right: 0px;
    top: -30px;
    z-index: 10;
}

/* Login */
.header .top label, .header .top div a {
	color: white;
	font-size: 12px;
	margin: 0 3px 0 2px;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(60, 60, 60, 0.6);	
}
.header .top div a:hover {
	text-decoration: underline;
}
.header .top label:after {
	content: ":";
}
.header .login-bar {
	float: right;
    margin-right: 10px;
}
.header .login-bar div {
	cursor: pointer;
	display: inline-block;
    margin: 4px 0 0 4px;
}
.header .login-full {
	background: #aaaaaa; /* Old browsers */
	background: -moz-linear-gradient(top, #dddddd 0%, #aaaaaa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#aaaaaa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dddddd 0%,#aaaaaa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dddddd 0%,#aaaaaa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dddddd 0%,#aaaaaa 100%); /* IE10+ */
	background: linear-gradient(to bottom, #dddddd 0%,#aaaaaa 100%); /* W3C */
    border: 1px solid #666666;
    border-radius: 0 0 10px 10px;
    -moz-box-shadow: 0 0 0 4px rgba(50, 50, 50, 0.5);
 	-webkit-box-shadow: 0 0 0 4px rgba(50, 50, 50, 0.5);
    box-shadow: 0 0 0 4px rgba(50, 50, 50, 0.5);
    float: right;
    margin-top: -1px;
    padding: 7px 24px 17px 8px;
    position: absolute;
    right: 0px;
    top: -60px;
    z-index: 11;
}
.header .login-full #back {
	background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../image/closeIcon.png");
    background-origin: padding-box;
    background-position: 0 3px;
    background-repeat: no-repeat;
    background-size: 16px auto;
    cursor: pointer;
    display: inline-block;
    height: 19px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 11px;
    width: 19px;
}
.header .login-full #back:hover {
	 background-position: 0 -16px;
	 top: 14px;
}
 .header .login-full input[type="text"], .header .login-full input[type="password"] {
 	border: 1px solid #666666;
    border-radius: 3px 3px 3px 3px;
    -moz-box-shadow: 0 0 3px rgba(25, 0, 0, 0.4) inset, 0 0 0 rgba(25, 0, 0, 0.4);
 	-webkit-box-shadow: 0 0 3px rgba(25, 0, 0, 0.4) inset, 0 0 0 rgba(25, 0, 0, 0.4);
    box-shadow: 0 0 3px rgba(25, 0, 0, 0.4) inset, 0 0 0 rgba(25, 0, 0, 0.4);
    color: #333333;
    font-size: 12px;
    margin: 4px 0 0;
    padding: 1px 1px 2px;
    width: 100px;
}
.header .login-full input[type="button"] {
	background: #f9f8f6; /* Old browsers */
	background: -moz-linear-gradient(top, #f9f8f6 0%, #e4e1db 47%, #dad5ce 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f8f6), color-stop(47%,#e4e1db), color-stop(100%,#dad5ce)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f9f8f6 0%,#e4e1db 47%,#dad5ce 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f9f8f6 0%,#e4e1db 47%,#dad5ce 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f9f8f6 0%,#e4e1db 47%,#dad5ce 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f9f8f6 0%,#e4e1db 47%,#dad5ce 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f8f6', endColorstr='#dad5ce',GradientType=0 ); /* IE6-9 */
    border: 1px solid #666666;
    border-radius: 4px 4px 4px 4px;
    color: #333333;
    cursor: pointer;
    display: inline;
    font-family: "Myriad Pro",Arial,Helvetica,Tahoma,sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin: 2px 0 0 5px;
    padding: 1px 3px 0;
}
.header .login-full input[type="button"]:hover {
	background: #f9f8f6; /* Old browsers */
	background: -moz-linear-gradient(top, #f9f8f6 0%, #e4e1db 47%, #f5f5f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f8f6), color-stop(47%,#e4e1db), color-stop(100%,#f5f5f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f9f8f6 0%,#e4e1db 47%,#f5f5f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f9f8f6 0%,#e4e1db 47%,#f5f5f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f9f8f6 0%,#e4e1db 47%,#f5f5f3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f9f8f6 0%,#e4e1db 47%,#f5f5f3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f8f6', endColorstr='#f5f5f3',GradientType=0 ); /* IE6-9 */
}
.header .login-bar div {
	display: inline-block;
	
	
}
.header .login-bar div.link, .header .login-full div.link {
	cursor: pointer;
	margin: 4px 0px 0px 4px;
	
}
.header .login-bar div.link:hover, .header .login-full div.link:hover {
	text-decoration: underline;
	
}
.header .login-full div .new-pass {
 	cursor: pointer;
    display: inline-block;
    margin-left: 182px;
    position: absolute;
    top: 31px;
}
.header .login-full div .new-pass:hover {
	text-decoration: underline;
}
.header .login-full a.login-button:hover { text-decoration: none ; }
.bottom div.quick_search section {
 	background: none repeat scroll 0 0 white;
    border: 1px solid #666;
    border-radius: 3px 0 0 3px;
    -moz-box-shadow: 0 0 3px rgba(25, 0, 0, 0.4) inset, 0 0 0 rgba(25, 0, 0, 0.4);
 	-webkit-box-shadow: 0 0 3px rgba(25, 0, 0, 0.4) inset, 0 0 0 rgba(25, 0, 0, 0.4);
    box-shadow: 0 0 3px rgba(25, 0, 0, 0.4) inset, 0 0 0 rgba(25, 0, 0, 0.4);
    display: inline-block;
    float: left;
    padding: 3px;
}
#menuSearchInputText {
	border: 0px;
	-moz-box-shadow: none;
 	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0px;
}

