/*

--Cor de backgroumd - castanho: #261000;
Cor de backgroumd - cinza: #cacdd2;

Cor de backgroumd do header: #222222;
Cor de backgroumd do header - laranja: #e67111;
Cor de backgroumd do header - tijolo: #c82d00;
Cor de background do footer: #4e4e4e;

Cor de background do container: #222222;
Cor de background do container - highlight: #2d2d2d;
Cor do separador 1px: #303030;
Cor do separadores verticais menus 1px: #434343;
Default text color: #b6b6b6;
títulos/menu: #ffffff;
Subtítulos (categoria da galeria, etc.): #f3f3f3;


*/

html
{
    margin: 0;
    padding: 0;
    height: 100%;
    /* WHITE */
    background: #fff;
    /* BLACK */
    /* background: #cacdd2;*/
    overflow-y: scroll;
}

body
{
    margin: 0;
    padding: 0;
    height: 100%;
    min-width: 1216px;
	}

#body 
{
}

.gradient {
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
/*
add the following override to your HTML to complete the IE9 support:
<!--[if gte IE 9]>
  <style type="text/css">
    .gradient {
       filter: none;
    }
  </style>
<![endif]-->
*/

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZjBmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE5JSIgc3RvcC1jb2xvcj0iI2VmZjBmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYWNkZDIiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(239,240,241,1) 0%, rgba(239,240,241,1) 19%, rgba(202,205,210,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,240,241,1)), color-stop(19%,rgba(239,240,241,1)), color-stop(100%,rgba(202,205,210,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(239,240,241,1) 0%,rgba(239,240,241,1) 19%,rgba(202,205,210,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(239,240,241,1) 0%,rgba(239,240,241,1) 19%,rgba(202,205,210,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(239,240,241,1) 0%,rgba(239,240,241,1) 19%,rgba(202,205,210,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(239,240,241,1) 0%,rgba(239,240,241,1) 19%,rgba(202,205,210,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff0f1', endColorstr='#00cacdd2',GradientType=0 ); /* IE6-8 */
}

/* fonts */
/* font support:
IE9 - woff, eot
FF, SAF, CHR, OPR - ttf, otf
CHR, SAF, OPR - svg
*/
@font-face {
	font-family: ProximaNovaSemiBold;
	src: url('../fonts/proximanova-semibold-webfont.eot');
	src: url('../fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/proximanova-semibold-webfont.woff') format('woff'),
		 url('../fonts/proximanova-semibold-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
	font-family: ProximaNovaLight;
	src: url('../fonts/proximanova-light-webfont.eot');
	src: url('../fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/proximanova-light-webfont.woff') format('woff'),
		 url('../fonts/proximanova-light-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

/* layout */

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    /* WHITE */
    background-color: #f4f4f4;
    /* BLACK */
    /*background: url("../images/header_bg.gif") repeat-x 0 0 scroll;*/
    z-index: 20;
}

#containerheader {
	margin: 0 auto;
    width: 1216px;
    min-width: 1216px;
    height: 80px;
    font-family: arial;
}

#container
{
    position: relative;
    height: auto !important; 
    min-height: 100%;
    padding-top: 0px;
    left: 50%;
    margin-left: -608px;
    width: 1216px;
    min-width: 1216px;
	/*overflow: visible !important;*/
}

#containerinner
{
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 110px;
    margin-bottom: 87px;
	padding-top: 33px;
    padding-bottom: 33px;
    height: auto !important;
    height: 100%;
	background-color: #f8f8f8;
	
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow:  0px 0px 6px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:  0px 0px 6px 2px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 0px 6px 2px rgba(0, 0, 0, 0.2);
}

#footer {
    bottom: 0px;
    height: 48px;
    /* WHITE */
    background-color: #f4f4f4;
    /* BLACK */
    /* background-color: #24242a;*/
    position: fixed;
	left: 0;
	width: 100%;
	z-index:30;
}

#containerfooter {
    bottom: 0px;
    height: 48px;
    /*background-color: #24242a;*/
	margin: 0 auto;
    width: 1216px;
    min-width: 1216px;
}

#footer .PagerComponent {
	padding-left:14px;
	width: 515px;
	padding-top:5px;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}

#copyright {
	float: left;
	padding-bottom: 5px;
}

#copyright_logo {
	background: url("../images/logo_small.png") no-repeat scroll 0 0 transparent;
	float: left;
	height: 28px;
	margin: 10px 14px 10px 5px; /*top right bottom left */
	width: 154px;
}

.copyright_msg {
	float: left;
	padding-left: 6px;
	padding-top: 18px;
	font-size: 10px;
	color: #6c6b6b;
}

form
{
    height: 100%;
    min-height: 100%;
}

#mediacontainer
{
    padding-left:32px;
}

.cleanbttn {
	background: url("../images/clean.png") no-repeat scroll 0 0 transparent !important;
	/*background-color:#ffffff;
	-moz-box-shadow:  0px -2px 2px 1px rgba(0, 0, 0, 0.1) !important;
	-webkit-box-shadow: inset 0px -2px 2px 1px rgba(0, 0, 0, 0.1) !important;
	box-shadow: inset 0px -2px 2px 1px rgba(0, 0, 0, 0.1) !important;*/
}

input[type=submit].cleanbttn:hover
{
    cursor: pointer;
    background-color: #ededed !important;
}

.srchbttn {
	background: url("../images/srch.png") no-repeat scroll 0 0 transparent !important;
	/*-moz-box-shadow:  0px -2px 2px 1px rgba(0, 0, 0, 0.1) !important;
	-webkit-box-shadow: inset 0px -2px 2px 1px rgba(0, 0, 0, 0.1) !important;
	box-shadow: inset 0px -2px 2px 1px rgba(0, 0, 0, 0.1) !important;*/
}

input[type=submit].srchbttn:hover
{
    cursor: pointer;
    background-color: #ededed !important;
}



/* alterações layout */

#slideshow {
	clear:both;
	width:auto;
	height: 160px;
	margin-top: -33px;
	margin-bottom: 33px;
}

#slideshow-holder { 
	width:1204px;
	height:160px;
	position:relative;
}

#slideshow-holder  img {
	-moz-border-radius: 15px 15px 0px 0px;
	-webkit-border-radius: 15px 15px 0px 0px;
	border-radius: 15px 15px 0px 0px;
}

#progress {
	position:absolute;
	width:100%;
	text-align:center;
	color:#999;
	top:100px;
}

/* width 1024 */
@media (max-width: 1024px)
{
    
 
body {
	min-width: 960px;
}

#containerheader {
	width: 960px;
	min-width: 960px;
}

#container {
	margin-left: -480px;
	width: 960px;
	min-width: 960px;
}

#slideshow-holder { 
	width:948px;
}
	
#containerfooter {
	width: 960px;
	min-width: 960px;
}


#footer .PagerComponent {
	width: 259px;
}
   
#mediacontainer {
	padding-left:0px;
}

/* override form pesquisa @media1024 */		
div.mmform_options {
	width:878px;
}

.DBSelect {
    width: 738px;
}

.DBSelect select {
    width:396px;
}

.tbSearchFirst {
    width:394px;
}

.tbSearchFirst input {
	width:383px;
}

.ddlKeysHeader {
	width: 72px;
}

.ddlKeys {
    width: 220px;
}

.ddlKeys select {
	width: 209px;
}

.tbSearch {
	width:394px;
	padding-right: 87px;
}

.tbSearch input {
	width:383px;
}

.lblLanguage {
	width: 49px;
}

.filterlanguage {
    width: 140px;
}

.filterlanguage select {
	width: 142px;
}

.lblCountry {
	width: 72px;
}

.filtercountry {
	width: 257px;
}

.filtercountry select {
	width: 246px;
}


}

