@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: #bfc0c2;
	font-family: Verdana, Geneva, sans-serif;
}
#background {
	width: 100%;
	height: 238px;
	background: #80715d url(../images/jordens_home.jpg) top center no-repeat;
	border: 0px;
	padding: 95px 0 0 0;
}
#box {
	width:724px;
	margin: auto;
	padding: 0px 0px 0px 0px;
	background: #fff;
	border: 0px;
	border-top: #b1b3b4 3px solid;
	color: #959798;
}
/*-----------------*/
/* main navigation */
/*-----------------*/
#header {
	width: 674px;
	padding: 25px 25px 12px 25px;
}
#header ul li {
	float: left;
	padding: 0 0px 0 0;
}
#header ul {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 33px;
	border-top: #b1b3b4 2px solid;
	border-bottom: #b1b3b4 1px solid;
	list-style-type: none;
	color: #958273;
}
#header ul li a {
	display: block;
	color: #958273;
	text-decoration: none;
	padding: 7px 14px 7px 3px;
	margin: 0px;
}
#header ul li a:hover {
	background: #ebedef;
}
/*----------------*/
/* Sub navigation */
/*----------------*/
#submenu {
	width: 674px;
	padding: 0 25px 25px 25px;
}
#submenu ul li {
	float: left;
	padding: 0 7px 0 0;
}
#submenu ul {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 18px;
	font-size: 15px;
	list-style-type: none;
}
#submenu ul li a {
	display: block;
	color: #b1b3b4;
	text-decoration: none;
	padding: 0px 7px 3px 2px;
	border-right: #959798 1px solid;
	margin: 0px;
}
#submenu ul li a:hover {
	color: #7d7f80;
}
/*--------*/
/* Pagina */
/*--------*/
#page {
	width: 699px;
	padding: 0 0px 0px 25px;
}
#content {
	width: 454px;
	float: left;
	padding: 25px 0 0 0;
}
#picture {
	width: 245px;
	float: left;
	padding: 25px 0 0 0;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #958273;
	margin-top: 0px;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	color: #958273;
	margin: 0px 25px 5px 0;
}
#content p, #content table, #content ul, #content ol {
	font-size: 12px;
	margin-right: 25px;
	line-height: 140%;
}
#content ul, #content ol {
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 160%;
}
#content table {
	line-height: 180%;	
	background:#fff;
}
#content p a, #content table a, #content ol a, #content ul a {
	color: #959798;
}
#content ul a {
	line-height: 170%;
}

/*--------*/
/* Footer */
/*--------*/
#footer {
	margin: auto;
	padding: 7px;
	text-align: center;
}
#footer p {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}
#footer p a {
	color: #fff;
}
/*---------*/
/* credits */
/*---------*/
#credits {
	width: 724px;
	border-top: #e5e7e9 1px solid;
	/*border-bottom: #b1b3b4 1px solid;*/
	padding:2px 0px 0px 0px;
	margin:auto;
	text-align:center;
	clear:both;
}
#credits p {
	font-size: 11px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #e5e7e9;
	height:18px;
}
#credits p a {
	color: #e5e7e9;
	text-decoration: underline;
}

.wrapper {
	height: 0px;
	clear: both;
}
.controle td {
	border:1px solid #666666;
}
