 #todoform input.botao	{
background:#000000; 
/* a cor do fundo do botão */

color:black; /* a cor das letras Enviar */
border:2px solid #000000;
/* uma borda de 2px solida branca no botão*/
	}  	

/* Default ------------------------------------------------------------- */

HTML {
	height								: 100%;
	overflow							: auto;
	overflow-x							: hidden;
	font		 						: 1.34em Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	height								: auto;
	height								: 100%;
	min-height							: 100%;
	overflow-y:scroll;	
}

HTML * {
	margin								: 0;
	padding								: 0;
	text-decoration						: none;
	border								: 0;
}

BR {
	clear:both;
}

/* Structure ---------------------------------------------------------------- */

BODY {
	width								: 100%;
	height								: 100%;
	font-size							: .5em;
	line-height							: 1.5em;
	background:#292929;
}

#structure {
	width:768px;
	background:#111111;
	height: auto !important;
	height: 400px;
	min-height: 400px;
	position:absolute;
	left:50%;
	margin-left:-384px;
	padding: 0 0 0 0;
} img.scaled {
	width: 100%;
}

/* ToolBar ---------------------------------------------------------------- */


#toolBar {
	width:#100%;
	background:#a4c5ff;
	height:28px;
}

#toolBar #align {
	width:770px;
	position:absolute;
	left:50%;
	margin-left:-385px;

}

#toolBar UL.menuTool {
	list-style:none;
	float:left;
	background:;
	position:relative;
	left:10px;
	top:6px;
	width:290px;
}

#toolBar UL.menuTool LI {
	float:left;
	display:block;
	border-left:1px solid;	
}

#toolBar UL.menuTool A {
	color:#000000; /**/
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.8em;
	padding:4px 6px 2px 6px;	
}

#toolBar UL.menuTool A:HOVER {
	color:#FFFFFF; 
	background:#1a4a83; 
}

#toolBar A IMG {
	float:left;
	display:block;
}

#toolBar FORM#formUsuario,
#toolBar FORM#formBusca {
	width:215px;
	display:block;
	position:relative;	
	top:7px;
	border-left:1px solid;
	border-right:1px solid;
	height:17px;
	float:left;
}

#toolBar FORM#formUsuario {
	margin-left:9px;
	padding-left:5px;
}

#toolBar FORM#formBusca {
	width:100px;
	border:0px;
	padding-left:5px;
}

FORM#formUsuario INPUT,
FORM#formBusca INPUT {
	width:50px;
	float:left;
	font-size:.8em;
	height:14px;
	padding-top:2px;
}

FORM#formBusca INPUT {
	width: 70px;
}

FORM#formUsuario INPUT.submit,
FORM#formBusca INPUT.submit {
	width:20px;
	float:left;
	display:block;
	margin-left:3px;
	background:#000000;
	color:#FFF;
	cursor:pointer;
	padding:0px;
	height:16px;
}

FORM#formUsuario LABEL {
	width:40px;
	display:block;
	float:left;
	text-align:right;
	margin-right:3px;
	position:relative;
	top:-1px;
	cursor:pointer;
}

#toolBar .border { /* Cor das bordas do menu + usuario + busca */
	border-color:#194a84;
}

/* TOP ---------------------------------------------------------------- */

#structure #top {
	width:100%;
	height:78px;
}

A.logo {
	float:left;
	position:relative;
	left:00xpx;
	top:00px;
	width:270px;
	height:60px;
	background:#d1d1d1;
	display:block;
	text-align:left;
	z-index:1;
}

A.logo IMG {
	display:block;
}

A.bannerTop {
	width:468px;
	height: 60px;
	background:#f1f1f1;
	float:right;
	position:relative;
	top:10px;
	right:10px;
	display:block;
}

/* MENU ---------------------------------------------------------------- */

#structure #menu {
	float:left;
	height:auto !important;
	height:200px;
	min-height:200px;
	width:160px;
	/*margin-bottom:8px;*/
	padding-left:10px;
	
}

#menu A.item:ACTIVE,
#menu A.item:LINK,
#menu A.item:VISITED {
	width:152px;
	display:block;
	height:19px;
	float:left;
	text-align:left;
	font-size:1em; /**/
	color:#1a4b86; /**/
	padding-top:5px;
	padding-left:10px;
}

#menu A.item:HOVER {
	background:#FFF; /**/
	color:#333; /**/
}

#menu A.border {
	border-bottom:1px solid;
	border-color:#f1f1f1;
}

#menu .submenu /*1,
#menu #submenu2,
#menu #submenu3,
#menu #submenu4,
#menu #submenu5*/ {
	width:125px;
	position:absolute;
	left:100px;
	top:20px;
	background:#f1f1f1;
	border:1px solid #d1d1d1;
	z-index:99;
	display:none;
}
/*
#menu #submenu1 {
	top: 75px;
}

#menu #submenu2 {
	top: 95px;
}

#menu #submenu3 {
	top: 125px;
}

#menu #submenu4 {
	top: 145px;
}

#menu #submenu5 {
	top: 165px;
}*/

.submenu A /*,
#submenu2 A,
#submenu3 A,
#submenu4 A,
#submenu5 A */{
	color:#1a4b86;
	width:115px;
	display:block;
	padding: 3px 0 3px 0;
	padding-left:10px;
	border-bottom:1px dashed #e1e1e1;
}

.submenu A:HOVER /*,
#submenu2 A:HOVER,
#submenu3 A:HOVER,
#submenu4 A:HOVER,
#submenu5 A:HOVER */{
	background:#FFF;
	color:#000;
}

/* FOCUS ---------------------------------------------------------------- */

#structure #focus {
	width:575px;
	height:200px;
/*	background:URL(../imagens/background/bg_focus.jpg) #FFF no-repeat center top;   */
	position:relative;
	right:10px;
	float:right;
}

#structure .focusInside {
	display:none;
}

/* Colunas ---------------------------------------------------------------- */

#structure #content {
	width:595px;
	float:right;
	height: auto !important;
	height:200px;
	min-height:200px;
}

#content .col {
	width: 180px;
	height: auto !important;
	height:200px;
	min-height:200px;
	float:left;
	padding-left:10px;
	color:#FFFFFF; /**/
	font-size:.8em;
	padding-top:10px;
	margin-right:5px;
}

#content .col A {
	color:#000000;
}

#content .col .box {
	line-height:14px;
	font-size:1.2em;
	margin-bottom:10px;
	text-align:justify;	/**/
}

#content .col .box IMG {
	border:1px solid #d1d1d1; /**/
	margin: 0 0 10px 0;
}

#content H1.areaTittle {
	font-size:1.4em;
	width:100%;
	display:block;
	margin-bottom:3px;
	padding-bottom:3px;
	font-family:Arial, Helvetica, sans-serif;
} 

#content .border {
	border-right:0px /**/
}

#content .middle IMG {
	width:100%;
	height:89px;
	margin: 0 8px 0px 0;
}

#content .col .huge IMG {
	height:184px;
	width:100%;
}

#content .col .tpl2 {
	display:none;
}

IMG.imgContent {
	display:none;
}

#content .col .shortBox2 {
	display:none;
}

#content .col .imgRight {
	position:absolute;
	left:10px;
	top:290px;
}

#content .col .imgRight IMG {
	width:160px;
	height:160px;
	margin-bottom:20px;
	display:block;
}

#content .col .left IMG,
#content .col .left2 IMG {
	float:left;
	width:165px;
	height:89px;
	margin: 0 8px 0px 0;
}

#content .col .left H1,
#content .col .left2 H1 {
	display:inline;
}

#content .col .left {
	float:left;
}

#menu .box {
	position:relative;
	left:0px;
	top:0px;
	float:left;
}

#systemMessages {
	position:absolute;
	left:210px;
	top:200px;
	background:red;
	width:200px;
	height:50px;
	padding-top:18px;
	text-align:center;
	border:2px solid #0f621a;
	background:#FFF;
	font-weight:2em;
	font-weight:bold;
}	

#systemMessages A {
	color:#0f621a;
}


/* CONTACT --------------------------------------------------------------- */

.textContact {
	width:250px !important;
	float:left;
}

FORM#contact {
	width:315px;
	float:left;
	display:block;
	float:right;
}

FORM#contact LABEL {
	display:block;
	width:80px;
	text-align:right;
	float:left;
	cursor:pointer;
}

FORM#contact INPUT,
FORM#contact TEXTAREA {
	float:right;
	width:225px;
	display:block;
	border:1px solid #d1d1d1;
	margin-bottom:3px;
	font-size:1.1em;
	background:#f5f5f5;
}

FORM#contact SELECT {
	float:left;
	width:225px !important;
	float:right;
}

FORM#contact TEXTAREA {
	height: 150px;
	overflow:auto;
	font-size: 11px !important;
	font-family:Verdana, Arial, Helvetica, sans-serif !important;
}

#cttContent DIV.textContact {
	float:left;
	width:350px;
	display:block;
} 

FORM#contact INPUT.submit {
	width:50px;
	background:#deebfb;
	color:#000;
	font-size:1em;
	cursor:pointer;
}

/* Bottom ---------------------------------------------------------------- */

#structure #bottom {
	width:728px;
	height:60px;
	padding: 10px 10px 0 10px;
	text-align:right;
	border-top:2px solid #f1f1f1; /**/
	margin:30px 0 0 10px;

}

#bottom {
	color:#000; /**/
	font-size:.8em;
}

#bottom STRONG {
	text-transform:uppercase
}


/* CSS PADRAO */

BODY {
	background: URL(../../../tpl_corporate/main/imagens/background/bg_body.jpg) right top #FFFFFF repeat-x ;
	/*background:#FFF;*/
}
#structure {
	/*background: URL(../../../tpl_corporate/main/imagens/background/bg_estrutura.jpg) #fff center bottom no-repeat;*/
	background:#FFF;
}

/* CLIENTES ---------------------------------------------------------------- */

#content #breadcrumb {
	position:relative;
	top:25px;
	left:21px;
	margin-bottom:-15px;
	height:15px;
	color:#666;
	font-size:.9em;
	font-family:tahoma;	
	font-weight:bold;
}

#content #breadcrumb A {
	color:#666;
	font-size:.9em;
	font-family:tahoma;
	letter-spacing:normal;
	font-weight:normal;	
}


#cttContent {
	width:95%;
	float:right;
	padding-right:10px;
}

#cttContent H1 {
	font-size:1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:20px;
	margin-top:10px;
	width:100%;
	border-bottom:1px solid #f1f1f1;
	padding-bottom:15px;
	margin-bottom:15px;
}

#customersList {
}

#cttContent H3#cttIntro {
	font-size:1em;
	margin-bottom:20px;
}

#customersList .customer {
	width:30%;
	float:left;
	margin-left:2%;
	text-align:center;
	margin-bottom:15px;
}

.customer IMG {
	border:1px solid #d1d1d1;
}

.customer H3 {
	font-size:1.2em;
}

#cttText P {
    margin-top: 10px;
}

#cttText UL,
#cttText UL LI {
	margin-left:15px;
}

/* PHOTO GALLERY ---------------------------------------------------------------- */

#photoGallery,
#productDetail {}

#photoGallery IMG {}

#mainImageBox {
	width:390px;
	float:left;
	text-align:center;
	margin-bottom:25px;
	background: URL(../../../tpl_corporate/main/imagens/background/loading.gif) center center #FFFFFF no-repeat;
}

#mainImageBox IMG {
	border:1px solid #d1d1d1;
	margin-bottom:10px;
}

#navBox {
}

#photoList {
	float:left;
	width:165px;
	margin: 0px 0 0 10px;
}

#photoList IMG {
	display:block;
}

#navBox A {
	width:10px;
	height:10px;
	background:#f1f1f1;
	border:1px solid #d1d1d1;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	padding:5px;
}

#navBox {
	margin-bottom:10px;
}

SPAN#currentImage {
	padding-left:5px;
}

SPAN#totalImage {
	padding-right:3px;
}

.galleryThumb {
	width:50px;
	height:50px;
	float:left;
	margin:0 3px 3px 0px;
}

/* PHOTO GALLERY ---------------------------------------------------------------- */

.categorias {
	width:100%;
	font-size:.8em;
	background:#f1f1f1;
	padding-bottom:2px;
	color:#999;
}

.categorias H2 {
	font-size:1em;
	float:left;
	color:#999;
	position:relative;
	top:-15px;
	margin-right:-65px;
}

.categorias A {
	color:#777;
}

.categorias A:HOVER {
	color:#03328a;
}

/* PRODUCTS ---------------------------------------------------------------- */

.pruductItem {
	float:left;
	width:260px;
	margin-top:20px;
	margin-right:10px;
	margin-bottom:20px;
}

.pruductItem IMG {
	border:1px solid #d1d1d1;
	float:left;
	margin-right:5px;
}

.description {
	float:left;
	width:125px;
}

.description A {
	color:#000;
}

.description H3 {
	float:left;
	width:100%;
	font-size:1.2em;
	padding-bottom:3px;
	border-bottom:1px solid #d1d1d1;
	margin-bottom:3px;
}

.description P.prodDesc {
	float:left;
}

#productsDetails B,
#titleB {
	width:100%;
	display:block;
	border-bottom:1px solid #d1d1d1;
	margin-top:10px;
}

#relateds {
}

#productRel {
	float:left;
	width:200px;
	margin-bottom:20px;
	}
	

#productsDetails {
	width:160px !important;
	display:block !important;
	word-wrap:break-word;
	float:left;
	overflow:hidden;
}	

#productsDetails P {
}

#productsDetails UL {
	margin:5px 0 5px 8px;
}	

#productsDetails UL LI {
	margin-left:10px;
	list-style:square;

}

	/* PAGINACAO - PRODUTOS ---------------------------------------------------------------- */	

#prodPagging {
	width:100%;
	text-align:center;
	margin-bottom:10px;	
}

#prodPagging A {
	width:10px;
	height:10px;
	background:#f1f1f1;
	border:1px solid #d1d1d1;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	padding:5px;
	margin:3px;
}

#prodPagging A:HOVER {
	background:#d1d1d1;
	border:1px solid #999;
}