/*
Theme Name: Shopping 45 - Projeto Acadêmico
Description: Projeto Acadêmico sobre Reciclagem em Empresas
Author: Bruna Morato
Author uri: http://www.brunamorato.com
*/

@import url("reset.css");

@media screen {
html {
	background: #000;
	height: auto;
	width: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica;
	}
	
strong {font-weight: bold;}
em {font-style:italic;}
hr {
	background: transparent url('../images/bg_hr.gif') center no-repeat;
	height: 25px;
	width: 346px;
	border-width: 0;
	margin: 3px auto; 
}

body {width: 932px; background: #000 url('../images/bg_planta.gif') bottom right no-repeat; margin: auto;}
#wrapper {width: 652px; background: #050505; margin: auto;}

#topo {margin-bottom: 15px;}

#middle img {margin-left: 22px;}

#content #title {margin: 10px 0 0 20px;}

#content #text {margin: 20px 15px 15px 15px;}

#content #text ul {padding: 10px 0 10px 45px; list-style: disc;}

#content #text p, #content #text ul li, #content address {
	color: #7cc623;
	font-size: 10pt;
	line-height: 18pt;
}

#content h2 {
	color: #7cc623;
	font-size: 12pt;
	line-height: 20pt;
	padding: 10px 0;
	font-weight: bold;
}

#content form {}
#content form ul {list-style: none !important;}
#content form li {padding-bottom: 15px;}
#content form label {float: left; width: 65px;}

#content address {padding: 20px 0 15px 45px;}

#footer, #footer a {
	font-size: 8pt;
	color: #7aca17;
	text-align: right;
	text-decoration: none;
	margin: 10px 10px 3px 0;
	padding-bottom: 3px;
}

#footer a:hover {text-decoration:underline;}
}

