/*
Theme Name: Cherchons Uniformes
Version: 1.0
Author theme: Eric Simmelhag
Author url: www.simmelhag.com
Developed by: Eric Simmelhag
Description: Website Cherchons Uniformes
*/

@import url("reset.css");

html {
	background-color: #E1E1E1;
	height: 100%;
	width: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}

body {
	background-color: #E1E1E1;
	margin: auto;
	height:100%;
}

h2 {
	margin-top: 25px;
	margin-left: 25px;
	font-size: 22px;
	color: #666666;
	margin-bottom: 30px;
}

h3 {
	font-size: 18px;
	color: #666666;
	margin-bottom: 25px;
	margin-top: 20px;
}

/*TOPO*/

#topo {
	height: 110px;
	width: 100%;
}

.barra {
	background-color: #7E7E7E;
	height: 10px;
	width: 100%;
}
#topo #nav {
	height: 100px;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
}
#topo #nav #logo {
	float: left;
	margin-top: 20px;
}
/*DISPLAY NONE*/

#logo h1 span  {
	display: none;
}


/*MENU*/

#menu {
	float: right;
	margin-top: 30px;
}

#menu ul{

}

#menu li {
	display:inline;
	border-right: 1px solid #9D908B;
	color: #ff3300;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 5px;
}

#menu ul li a {
	color: #666666;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}

#menu ul li a:hover {
	color: #ff3300;
}

/*CONTEUDO*/

#conteudo {
	height: auto;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	min-height: 595px;
	overflow: hidden;
}

#interna {
	height: auto;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	min-height: 595px;
	background-image: url(../images/quem_somos_back.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFF;
}

#interna #slide {
	background-color: #666;
	height: 500px;
	width: 100%;
}

#interna #esquerdo {
	float: left;
	height: 100%;
	width: 65%;
}

#interna #esquerdo_contato {
	float: left;
	height: 100%;
	width: 43%;
}

#interna #direito {
	float: right;
}

#interna #direito img {
	margin-top: 33px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#interna p {
	line-height: 150%;
	margin-bottom: 10px;
	margin-left: 25px;

}
#interna img {
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 25px;
}


.clear {clear:both;}

/*RODAPE*/

#rodape {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}

#rodape p {
	text-align: center;
	font-size: 11px;
	color: #666;
	padding-top: 20px;
}

#rodape p a {
	color: #666;
	text-decoration: none;
}

#rodape p a:hover {
	color: #333;
}

/* CONTATO - Endereço, telefone e e-mail */


#div_fale_normal {
	width: 100%;
	margin-left: 25px;
}

#div_fale_normal dl dt {
	width: 70px;
	float: left;
}

#div_fale_normal dl dd {
	padding-left: 80px;
	margin-bottom: 20px;
	line-height: 140%;
}

#div_fale_normal dl dd a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

#div_fale_normal dl dd a:hover {
	text-decoration: underline;
}
/* CONTATO - Formulário */


#contato {
	list-style-position: inside;
	width: 100%;
	margin-left: 25px;
	margin-top: 30px;
}

#contato label span {
	font-size: 11px;

}

#contato form input, #contato form textarea {
	width: 250px;
	margin-bottom:12px;
	border: none;
	background-color: #CCC;
	color: #5B5B5B;
	font-size: 12px;
}

#contato form input {
	height: 25px;
}

#contato form textarea {
	height: 85px;
}

#contato form input.btn_form_contato {
	font-size: 10px;
	width: 52px;
	cursor: pointer;
	padding-bottom: 10px;
	color: #333;
	background-image: url(../images/bg_btn.png);
	background-repeat: no-repeat;
	height: 17px;
}

#contato form input.btn_form_limpar {
	margin-right: 20px;
}

