@import "../assets/reset.css";
@import "../assets/960.css";
@import "../assets/text.css";

body {
	background:#151644 url(../images/bg.jpg) repeat-x center top;
	font-family: Arial, Verdana, sans-serif;
}

input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

address { font-style: normal; }

a { color: #2F2F77; text-decoration: none; border: 0; }

.left {float:left;}
.trace {margin: 0; padding: 0; padding: 20px 0; }
.traco {margin: 0 0 20px 0; padding: 0; border-bottom: 1px solid #eee; }
.right {float:right;}
.hidden {display:none;}
.red {color: #fa0000; }
.adverte {font-size: 11px; color: #777; }
hr {display:none;}
h1, h2, h3, h4, h5, h6 { font-weight: lighter; margin: 0 0 16px 0; padding: 0; }
h2 { color: #151644; font-size: 22px; font-weight: bold; font-family: Arial, Helvetica, Verdana, sans-serif; }
h3 { color: #2F2F77; font-size: 22px; font-weight: bold; font-family: Arial, Helvetica, Verdana, sans-serif; }
h4 {}
h5 { color: #000; font-weight: bold; font-size: 14px; }
h6 {}

small {font-style: italic; }

#wrapper {
	position: relative;
	text-align: center;
	overflow:hidden;
	background: #fff;
}
#header {
	height: 160px;	
	position: relative;
}
#branding h1 {
	position: relative;
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
}
#branding h1 a {
	margin: 0 0 0 20px;
}

.address-top {
	position: absolute;
	top: 20px;
	right: 20px;
	text-align: right;
	color: #777;
}
#nav {
	background: #282866;
	float: right;
	margin: 80px 25px 0 0;
	padding: 0 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;	
}
#nav li {
	display: inline;
	float: left;
	font-size: 16px;
	text-transform:lowercase;
	margin: 0;
	padding: 0;
}
#nav li a {
	background: #282866;
	color:#fff;
	height: 35px;
	line-height:35px;
	display: block;
	padding: 0 12px;
	float: left;
}
#nav li a:hover {
	background: #fff;
	color: #151644;
}
#nav li.current a, #nav li.current a:link, #nav li.current a:visited, #nav li.current a:hover, #nav li.current a:active {
	background: #151644;
	color:#fff;
	height: 35px;
	line-height:35px;
	display: block;
	padding: 0 12px;
	float: left;
	text-decoration:none;
}
#container {
	
}
/*--Main Container--*/
.main_view {
	position: relative;	
}
#slider {
	margin: 0;
	padding: 0;
}
/*--Window/Masking Styles--*/
.window {
	height:338px;
	width: 938px;
	border:1px solid #e5e5e5;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0;
	left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 30px;
	right: 1px;
	padding-left: 30px;
	padding-right: 10px;
	height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(../images/paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}

.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #151644;
	border: 1px solid #20345E;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}

#nav-produtos {
	position: relative;
	background: #fff;
	text-align: center;
}
#nav-produtos h2 {
	text-align: left;
	font-size: 12px;
	text-transform:uppercase;
	width: 120px;
	color: #ccc;
	margin: 0;
	padding: 10px;
	font-weight: bold;
}
#nav-produtos h3 a, #nav-produtos h3 a:link, #nav-produtos h3 a:visited {
	text-align: left;
	color: #fff;
	margin: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	background: #151644;
}
#nav-produtos h3 a:hover, #nav-produtos h3 a:active {
	background: #1A1B51 !important;
}
#nav-produtos ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style:none;
}
#nav-produtos ul li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 18px;
	border-bottom:1px solid #323477;
}
#nav-produtos ul li a {
	display: block;
	float: left;
	padding: 5px 10px;
	width: 120px;
	text-align: left;
	color: #fff;
	background:#3B3D84;
}
#nav-produtos ul li a:hover {
	color: #fff;	
	background: #5254A4;
}
#content {
	margin: 0;
	padding: 10px;
	width: 760px;
	text-align:left;
}
.list-item {
	margin:0;
	padding:0;	
	overflow: hidden;
}
.item {
	margin: 0 10px 12px 0;
	padding: 0;	
	height: 270px;
	background: #fff;
	border:1px solid #fff;
	text-align: center;
	position: relative;		
}
.item:hover {
	background: #fafafa;
	border-color:#e5e5e5;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;	
}
.item img {
	border: 0;
	margin: 0 auto;
	position: relative;
	padding: 0;
	display: block;
}
.item h2 {
	font-size: 14px;
	text-transform: uppercase;	
	font-weight: bold;	
	margin: 0;
	padding: 5px 0;
}
.item h2 a {
	color: #2F2F77;
}
.item ul {
	margin: 0 0 5px 0;
	padding: 0;
	list-style:none;
	float: left;
	font-size: 12px;
}
.item ul li {
	color: #555;	
}
.item ul li a {
	color: #2F2F77;
	font-size: 12px;
}
.item ul li strong {
	color: #555;
	font-weight: normal;
	border-bottom: 1px solid #555;	
}
.menor {
	font-size: 11px;
}
#content p {
	font-size: 14px;
	color: #555;
	text-align: justify;
}

.col2 {
	margin:0;
	padding: 10px;
	width: 350px;	
}
#form-contato {
	background: #fff;
}
#form-contato label {
	color: #777;
	font-weight: bold;
}
#form-contato form textarea, #form-contato form input, #form-contato form select {
	border: 0;
	padding: 5px;
	border:1px solid #e5e5e5;
	font-size:13px;
	font-family: Arial;
	color: #151644;
	-moz-border-radius:6px; 	
}
#form-contato form input:focus, #form-contato form textarea:focus, #form-contato form select:focus {
	background: #fff;
	border-color: #2F2F77;
}
#form-contato form input.fieldWithErrors, #form-contato form textarea.fieldWithErrors, #form-contato form select.fieldWithErrors {
	border: 0;
	padding: 5px;
	border:1px solid #ea0000;
	font-size:13px;
	font-family: Arial;
	color: #151644;
	-moz-border-radius:6px; 	
}
::-moz-selection{
background:#2F2F77;
color:#fff;
}
::selection {
background:#2F2F77;
color:#fff;
}

#form-contato .pequeno {
	width: 30px;
}
#form-contato .medio {
	width: 100px;
}
#form-contato .grande {
	width: 338px;
}

.error {
	color: #ea0000;
	margin: 0;
	font-size: 11px;
	padding: 0;
	display: block;
}

.btn-send {
	background: #f5f5f5;
	color: #555;
	border: 1px solid #555;
	display: block;
	float: left;
	padding: 2px 5px;
	font-size: 10px;
	text-transform:uppercase;
	cursor:pointer;
	font-family: verdana;
	-moz-border-radius:10px;
}
.btn-send:hover {
	border-color: #2F2F77;
	color: #2F2F77;
	background: #fff;
}
.btn-send:active {
	border-color: #2F2F77;
	color: #fff;
	background: #2F2F77;
}
.list-departamento, .list-sessao {
	margin: 0;
	padding: 0;
	list-style:none;
}
.list-departamento li, .list-sessao li {
	margin: 0;
	padding: 0;	
	display: inline;
	float: left;
}
.list-departamento li a {
	display: block;
	background: #151644;	
	float: left;
	padding: 5px;
	width: 760px;
	margin-bottom: 10px;
}
.list-departamento li h2 {
	font-size: 16px;
}
.list-departamento li h2 a {
	color: #fff;
}

.list-sessao li a {
	display: block;
	background: #2F2F77;	
	float: left;
	padding: 5px;
	width: 760px;
	margin-bottom: 10px;
}
.list-sessao li h3 {
	font-size: 16px;
}
.list-sessao li h3 a {
	color: #fff;
}

.list-produto {
	margin: 0 10px 12px 0;
	padding: 0;	
	background: #fff;
	border:1px solid #fff;
	text-align: center;
	position: relative;	
}
.list-produto:hover {
	background: #f5f5f5;
	border-color:#e5e5e5;
}

/* MODAL */
#modal-produtos {
	width: 938px;
	background: #FDFDFD;
	border:1px solid #e5e5e5;
	padding: 10px;
}

#modal-produtos h2 {
	color: #2F2F77;
}
#modal-produtos h3 {
	color: #777;
}

#modal-produtos p {
	margin: 0;
	padding: 0;
	color: #555;
	font-size: 14px;
	text-align: left;
}
#modal-produtos p strong {
	color: #999;
	font-weight: normal;	
}

#sidebar-footer {
	background: #FDFDFD;
	border-top:2px solid #f5f5f5;	
	border-bottom:2px solid #f5f5f5;	
	margin: 20px 0 0 0;
	padding: 10px 0 15px 0;
	position: relative;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#sidebar-footer ul {
	margin: 0 20px 0 0;
	padding: 0;
	position: relative;
	float: left;
	width: 280px;
	list-style:none;
	text-align: left;
}
#sidebar-footer ul li {
	display: inline;
	float: left;
	margin: 0 auto;
	padding: 0 0 0 10px;
	width: 280px;
}
#sidebar-footer ul li a {
	display: block;
	float: left;		
	margin: 0;
	padding: 0;	
	color: #151644;	
}
#sidebar-footer ul li span a {
	float: left;
	border-bottom:1px solid #eee;
}
#sidebar-footer ul li span a:hover {
	border-color:#151644;
}
#sidebar-footer ul li h2, #sidebar-footer ul li h2 a {
	color: #2F2F77;
	font-size: 16px;
	margin:0;
	padding: 0;
}

#footer {
	background: #fff;	
	margin: 0;
	padding: 0;
	position: relative;
}
#footer address {
	margin: 0;
	padding: 10px 0;
	font-size: 12px;
	color: #555;
}
#footer address a {
	color: #151644;
	border-bottom: 1px solid #ddd;
}
#footer address a:hover {
	border-bottom:1px solid #151644;	
}
a#top-page {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #151644;
	border-bottom: 1px solid #ddd;
}
a:hover#top-page {
	border-bottom:1px solid #151644;
}
img.imagem-medida {
	margin-top: 20px;
	margin-left: 10px;
	padding: 10px;
	background: #fff;
	border:1px solid #e5e5e5;
}