@CHARSET "UTF-8";
/* CSS Document */
/**
 * @author  Elionai Moura
 * @copyright DISOP
 * @version 1.0
 * @category Industrial
 ******************************
**/

/* png ie6 */
* html img,
* html .png{
	position:relative;
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
	);
}

body{
	font-family:Arial, sans-serif;
	border-top:2px solid #9ba8c1;
	color:#444;
	font-family:Arial;
	font-size:13px;
	text-align:justify;
	background:#f3f3f3;
}

* {
	margin: 0;
	padding: 0;
	border:0;
	outline:0;
}

#geral{
	display:block;
	background:url(../img/bg_topo.jpg) repeat-x top center;
}

/***********************************
          ** Menu **
***********************************/
#topo{
	height:85px;
	display:block;
	margin:0 auto;
	width:990px;
}

#menu{
	display:block;
	width:550px;
	height:25px;
	float:left;
}

#menu ul{
	font-family:Arial;
	float:left;
	margin:18px;
}

#menu ul li{
	display:inline;
	color:white;
	font-weight:500;
	font-size:15px;
	margin:0px 5px;
}

#menu ul li a{
	text-decoration:none;
	color:#fff;
}

#menu ul li a:hover{
	color:#fff;
	text-shadow: 2px -2px 5px #fff; /* #3ea99f */
}

/***********************************
           ** Conteúdo **
***********************************/
#conteudo{
	background:#fff;
	display:block;
	width:950px;
	min-height:300px;
	overflow:auto;
	border-radius:20px;
	border:2px solid #e6ecaa;
	margin:10px auto;
	padding:10px 20px 20px;
}

#conteudo ul{
	list-style:none;
	margin:0px 0px 10px 20px;
	font-size:14px;
	line-height:20px;
	display:block;
}

h1{
	font-family:Arial;
	font-size:24px;
	font-weight:bold;
	color:#373737;
	display:block;
	margin:10px 0px;
}

a{
	color:#9dac10;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#intro{
	width:460px;
	display:block;
	float:right;
	text-align:justify;
}

#formula{
	display:block;
	float:right;
	width:740px;
}

p{
	font-size:14px;
	font-family:Arial;
	color:#373737;
	line-height:20px;
	margin:0px 0px 10px;
	max-width:740px;
}

#cloth p{
	width:950px;
	max-width:950px;
}

.site{
	 display:block;
	 height:20px;
	 width:300px;
	 padding:5px;
	 padding-left:40px;
	 float:left;
	 font-size:18px;
}

#comprar{
	width:200px;
	height:50px;
	margin:0px auto;
	display:block;
	padding:20px 0px;
}

/***********************************
            ** Contato **
***********************************/

#contato{
	width:600px;
	display:block;
	float:right;
	margin-top:-30px;
}

#contato input, #contato textarea{
	width:550px;
	max-width:550px;
	min-width:550px;
	border:2px solid #e6ecaa;
	border-radius:5px;
	font-size:12px;
	margin:0px 0px 10px;
	padding:5px;
}

#contato textarea{
	font-family:Arial;
	font-size:12px;
	height:100px;
}

.button{
	width:145px;
	height:45px;
	background:url(../img/button_send.png) no-repeat center center;
	color:#fff;
	font-size:20px;
	margin:20px;
	cursor:pointer;
}

.reset{
	background:url(../img/button_reset.png) no-repeat center center;
}


/***********************************
             ** Busca **
***********************************/
#busca{
	width:213px;
	height:25px;
	margin:15px 20px;
	display:block;
	float:right;
}

#search{
	background:url(../img/bg_search.png) no-repeat left center;
	width:170px;
	height:25px;
	padding:0 10px;
	font-size:11px;
	color:#373737;
	border:0px;
}

#searchButton{
	width:26px;
	height:25px;
	background:url(../img/button_search.png) no-repeat left center;
	border:0px;
	float:right;
	margin-left:-10px;
}