* {
    margin: 0;
    padding: 0;
}

body {
    padding-bottom: 30px;
    font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #444444;
    //background: #418AB5;
	background: #D0D0D0;	
}

h2 {
    font-size: 28px;
}

h1 a, h1 a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

p {
    padding: 10px 0;
    line-height: 1.8em;
    text-align: justify;
}

p#subtitle {
    padding: 0 0 0 30px;
    font-style: italic;
    font-size: 14px;
    text-transform: lowercase;
    color: #FFFFFF;
}

a {
    //color: #4082B2;
	color: #FFFFFF
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

/* header */

#header {
    position: relative;
    width: 960px;
    height: 120px;
    margin: 0 auto;
    //background: #26639C url('../images/header.jpg') no-repeat;
    background: #F0F0F0; 
	border: 1px solid #909090
}

#logo {
    position: absolute;
    top: 10px;
	float: right;
    left: 30px;
    width: 105px;
    height: 100px;
    border: none;
}

#header-title {
    position: absolute;
	text-align:center;
    top: 30px;
	left: 280px;
    width: 400px;
    height: 100px;
    border: none;
}

/* menu */

#menu {
    padding: 35px 10px 0 0;
    height: 60px;
}

#menu ul {
    float: right;
    list-style: none;
}

#menu ul li {
    display: block;
    float: left;
    color: #FFFFFF;
}

#menu ul li a {
    padding: 0 40px;
    color: #FFFFFF;
    text-decoration: none;
}


/* main */

#main {
    width: 100%;
    min-width: 960px;
    padding: 12px 0;
    background: #D0D0D0;
}

#main2 {
    width: 908px;
    margin: 0 auto;
    padding: 25px 25px 0 25px;
    border: 1px solid #E0EBF2;
}

/* sidebar */

#sidebar {
    float: left;
    width: 240px;
    padding-bottom: 20px;
}

#sidebar h2 a{
	color: #0000FF
}

#sidebar h2 {
    padding-left: 20px;
    margin-bottom: 3px;
    font-size: 15px;
    font-weight: normal;
    line-height: 38px;
    color: #FFFFFF;
 	background: #F0F0F0
}

#sidebar p {
    text-align: left;
}

#sidebar ul {
    list-style: none;
    padding: 15px 0 24px 0;
    //background: url('../images/box.jpg') no-repeat top;
}

#sidebar ul li {
    padding: 3px 10px 3px 20px;
    line-height: 1.8em;
    border-bottom: 1px solid #E0EBF2;
}

#sidebar ul li a {
    padding: 0;
}

/* content */

#content {
    float: right;
    width: 620px;
    padding-bottom: 10px;
}

#mapDiv {
	position: relative;
	width: 600px;
	height: 400px;
	border:#555555 2px solid;
}
/* Equipamentos */
#table {
	border: 1px solid #909090;
	text-align: center;
}

#table td{
		background: #FFFFFF;
		padding:5px;
}

/* Produtos */
#table2 {
	border: 1px solid #909090;	
}

#table2 td{
		vertical-align:top;
		padding:5px;	
		background: #FFFFFF
		
}

#content .post {
    padding: 0 0 45px 0;
}

#content h2 {
    font-size: 2em;
    color: #3476A8;
}

#content h2 a {
    color: #3476A8;
    text-decoration: none;
}

#content h3{
	color: #3476A8;
    text-decoration: none;
	font-size: 20px;
	text-align: center;
}

#content h4{
	color: #000000;
    text-decoration: none;
	text-align: center;
	font-size: 14px
}

#content h5{
	color: #000000;
    text-decoration: none;
	font-size: 14px;
	margin-left: 37px
}

#content h6{
	color: #000000;
    text-decoration: none;
	font-size: 14px;
	margin-left: 139px
}

p.postmeta {
    color: #888888;
}

#content .entry {
    padding: 10px 0 0 0;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* footer */

#footer {
    width: 960px;
    height: 55px;
    margin: 0 auto;
    padding-top: 10px;
    background: #F0F0F0;
	border: 1px solid #909090
}

#footer p {
    text-align: center;
    color: #C0C0C0;
}

#footer a {
    color: #AFD8E8;
}
