/*
Theme Name: Aptar
Theme URI: http://www.aptar.com.br/
Description: Tema para o web site aptar.
Version: 1.2
Author: .gaB_
Author URI:
Tags:
*/



/* ESTRUTURA */
body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	margin: auto;
	background: #9cbfcd;
}
#main {
	width: 980px;
	margin: auto;
	text-align: center;
}
#logo {
	width: 980px;
	height: 71px;
	overflow: hidden;
}
#menu {
	width: 980px;
	height: 49px;
	overflow: hidden;
}
#topo {
	width: 980px;
	height: 315px;
}
#corpo {
	width: 672px;
	float: right;
	text-align: left;
}
#sidebar {
	width: 308px;
	float: right;
	text-align:  left;
}
#rodape {
	float: left;
	width: 980px;
	height: 20px;
	margin: 20px 0;
	color: #003;
	overflow: hidden;
}
/* FIM */

/* TOPO */
#topo img {
	border: 0;
}
/* FIM */

/* LOGO */
#logo img {
	border: 0px;
	float: left;
}
/* FIM */

/* MENU */
#menu ul {
	display: block;
	margin: 0;
	padding: 0;
}
#menu ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li a {
	display: block;
	width: 121px;
	height: 49px;
	background: url(images/bt_b.jpg) no-repeat;
	overflow: hidden;
	color: #222;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 15px 0;
	text-decoration: none;
}
#menu ul li a:hover {
	background: url(images/bt_b_over.jpg) no-repeat;
}
#menu ul li a:active {
	background: url(images/bt_b_over.jpg) no-repeat;
}
#menu .primeiro li a {
	width: 128px;
	background: url(images/bt_a.jpg) no-repeat;
}
#menu .primeiro li a:hover {
	background: url(images/bt_a_over.jpg) no-repeat;
}
#menu .ultimo li a {
	width: 126px;
	background: url(images/bt_c.jpg) no-repeat;
}
#menu .ultimo li a:hover {
	background: url(images/bt_c_over.jpg) no-repeat;
}
/* FIM */

/* CORPO */
#corpo h1 {
	display: block;
	width: 672px;
	height: 27px;
	background: url(images/title_b.jpg) no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: 100;
	text-align: left;
	text-indent: 10px;
	color: #fff;
	padding: 0;
	margin: 0;
	font-variant: small-caps;
}
#corpo .entry {
	margin: 0 10px 0 10px;
	text-align: justify;
}
#corpo h1 a {
	color: #fff;
	text-decoration: none;
}
/* FIM */

/* SIDEBAR */
#sidebar h2 {
	display: block;
	width: 308px;
	height: 27px;
	background: url(images/title_a.jpg) no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: 100;
	text-align: left;
	text-indent: 10px;
	color: #fff;
	padding: 0;
	margin: 0 0 10px 0;
	font-variant: small-caps;
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	display: block;
	margin: 0 0 0 10px;
}
#sidebar a {
	color: #036;
	text-decoration: none;
}
/* FIM */