/*
Design by Kandgi Web Arts
http://www.kandgi.com
*/

body {
	margin: 0;
	padding: 0;
	text-align: justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
	background-color: #576163;
	background-image: url(images/img001.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#bg00 {
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	background-image: url(images/bg01.png);
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}


h1, h2, h3 {
	font-weight: normal;
	color: #900;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

p, ul, ol {
}

p {
}

.blockbg {
	background: #D9D785;
}

blockquote {
	background: url(images/img08.jpg) no-repeat left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 0 15px;
	padding: 0px 20px 0px 30px;
	font-size: 18px;
	color: #3D3D3D;
}

ul {
}

ol {
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
	border: #D9D785 1px dashed;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
	border: #D9D785 1px dashed;
}

.text1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 0 15px;
	padding: 90px 20px 0px 30px;
	font-size: 30px;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 900px;
	height: 121px;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #F00;
}
#navbar_i {
	background-color: #333;
	height: 40px;
	width: 100%;
	color: #CCC;
}
#navbar_i .top_i {
	margin: 0px auto;
	text-align: right;
	background: url(images/login.png) no-repeat right center;
	width: 900px;
}
#navbar_i .top_i_p  {
	float: right;
	width: 600px;
	margin: 0px;
	padding: 12px 0px 0px;
	height: 40px;
}
#navbar_i div .login {
	float: right;
	height: 35px;
	width: 150px;
	cursor: pointer;
	background: url(images/login.png) no-repeat center center;
}


#headerbg {
	clear: both;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: left top;
}
#headerbg #banner div {
	position: absolute;
	width: 900px;
	height: 340px;
	background-color: #FFF;
}
#headerbg #nav {
	text-align: center;
	height: 40px;
}
#headerbg #prev {
	height: 120px;
	width: 60px;
	position: absolute;
	z-index: 2200;
	top: 250px;
	margin-left: -20px;
	background-image: url(images/img003_1_l.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#headerbg #next {
	position: absolute;
	margin-left: 860px;
	top: 250px;
	z-index: 2200;
	background-image: url(images/img003_1_r.png);
	background-position: right top;
	height: 120px;
	width: 60px;
}
#headerbg #prev:hover {
	background-image: url(images/img003_1_l.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#headerbg #next:hover {
	background-image: url(images/img003_1_r.png);
	background-position: right bottom;
}

#headerbg .nav {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#headerbg #nav a, #s7 strong {
	text-decoration: none;
	background-image: url(images/img003.png);
	background-position: center bottom;
	height: 40px;
	width: 40px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #b1b0b0;
}
#headerbg #nav a.activeSlide {
	background-image: url(images/img003.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	width: 40px;
	color: #990000;
}
#headerbg #nav a:focus { outline: none; }




/* Logo */

#logo {
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
}

#logo h1, #logo h2, #logo p {
	float: left;
	margin: 0;
	text-transform: lowercase;
}

#logo p {
	padding-top: 27px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
}

#logo h2 a, #logo p a {
	color: #000000;
}

#logo a {
	text-decoration: none;
}

/* Menu */

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

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
	background-image: url(images/tab0.gif);
}
#menu li a span{
	background-image: url(images/tab0.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#menu a {
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #CCC;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20;
	padding-left: 20px;
	height: 28px;
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-left: 5px;
	width: 60px;
	letter-spacing: 1px;
	background-image: url(images/img002.png);
}

#menu a:hover {
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFF;
	background-image: url(images/img002.png);
}

#menu .current_page_item a {
	color: #900;
	background-image: url(images/img002.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 28px;
}

/* Page */

#page {
	width: 900px;
	padding-top: 5px;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/img005_p.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#page #submenu {
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 900px;
	margin-top: 0px;
}
#page #submenu ul {
	list-style-type: none;
	margin: 0px;
}
#page #submenu ul li {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 5px;
	margin-left: 5px;
	background-image: url(images/img002.1.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 22px;
	padding-top: 5px;
}
#page #submenu ul li a {
	text-decoration: none;
	cursor: pointer;
	margin-left: 5px;
	padding-bottom: 22px;
	margin-bottom: 10px;
}
.activosub      {
	color: #900;
	text-decoration: none;
	background-image: url(images/img002.1.1.jpg);
	background-repeat: no-repeat;
	background-position: center 22px;
	padding-bottom: 22px;
}

#latest-post {
	float: left;
	width: 570px;
	line-height: 25px;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-position: center 10px;
}
#latest-post #topimgs {
	height: 150px;
}
#latest-post .entry h1 {
	width: 350px;
	text-align: left;
}
#latest-post_ii {
	float: left;
	width: 850px;
	line-height: 25px;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-position: center 10px;
}
#latest-post_ii #topimgs {
	height: 150px;
}
#latest-post_ii .entry h1 {
	width: 350px;
	text-align: left;
}

.recent-posts {
	float: left;
	width: 250px;
	line-height: 25px;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
}

.recent-posts .entry {
}

.recent-posts .entry a {
	background: url(images/more.png) no-repeat center center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 9px;
	color: #900;
	padding: 5px 11px;
	height: 23px;
	width: 120px;
	letter-spacing: 1px;
}

.recent-posts .more {
	padding-left: 5px;
	padding-right: 5px;
	height: 22px;
	width: 110px;
}

.post {
}

.post .title {
	margin: 0;
}
.title_int1 {
	padding-right: 20px;
	padding-left: 20px;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: normal;
	font-size: 13px;
	color: #505050;
}

.post .meta a {
	color: #000000;
}

.post .entry {
	padding-bottom: 5px;
}

/* Sidebar */

#sidebar {
	clear: both;
	width: 900px;
	color: #CCCCCC;
	background-color: #313131;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20;
	padding-left: 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	display: block;
	float: left;
	width: 187px;
	padding: 10px 10px 10px 25px;
}

#sidebar li ul {
	line-height: 1.8em;
}

#sidebar li li {
	display: list-item;
	background: url(images/img07.gif) no-repeat left 50%;
	float: none;
	width: auto;
	padding: 0 0 0 10px;
	line-height: 25px;
}

#sidebar h2 {
	margin: 0 0 10px 0;
	color: #FFFFFF;
	font-size: 9px;
	letter-spacing: 1px;
}

#sidebar a {
	text-decoration: none;
	color: #CCCCCC;
	font-size: 11px;
	letter-spacing: 1px;
}

#sidebar a:hover {
	text-decoration: underline;
}
.bar_mpa {
	float: right;
	width: 900px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #585858;
	margin-top: 20px;
}

/* Footer */

#footer {
	width: 900px;
	height: 50px;
	font-size: 11px;
	color: #CCCCCC;
	background-image: url(images/img06.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	margin: 0px auto 20px;
}

#footer p {
	margin-top: 15;
	padding-top: 13px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

#footer a {
	color: #FFFFFF;
}

#legal {
	float: left;
}

#links {
	float: right;
}
#top_space {
	margin-top: 23px;
}
#page #top_title00 {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;
	padding-top: 10px;
}
#page #top_title00 h1 {
	color: #900;
	text-decoration: none;
}
.red {
	color: #900;
}
.redbold {
	color: #900;
	font-weight: bold;
}
.kandgileftmenu{
	width: 285px;
}

.kandgileftmenu .headerbar{
	color: #999999; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding-right: 0;
	padding-left: 29px;
	font-size: 14px;
	font-weight: bold;
	background-image: url(images/img14.0.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 10px;
	letter-spacing: 0.5em;
	height: 10px;
	padding-bottom: 0px;
}
.kandgileftmenu .navg00 {
	font-size: 10px;
	text-decoration: none;
}
.kandgileftmenu .navg00 a {
	text-decoration: none;
	color: #999999;
}
.kandgileftmenu .nvg00 a:hover {
	text-decoration: underline;
}
.kandgileftmenu .headerbar0 {
	color: #0D6B86; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	padding-left: 20px;
	background-image: url(images/img14.0.png);
	background-repeat: no-repeat;
	background-position: 0px -72px;
	height: 33px;
}
.kandgileftmenu .headerbar1 {
	color: #0D6B86; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	padding-left: 20px;
	background-image: url(images/img14.0.png);
	background-repeat: no-repeat;
	background-position: left -72px;
	height: 33px;
}
.kandgileftmenu .headerbar3 {
	color: #999999; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	font-size: 10px;
	background-image: url(images/img14.0.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 40px;
}

.kandgileftmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.kandgileftmenu ul li{
	color: #CCCCCC;
}

.kandgileftmenu ul li a{
	color: #666666;
	display: block;
	line-height: 17px; /*link text is indented 8px*/
	text-decoration: none;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	margin: 0px;
	background-image: url(images/img14.0.png);
	background-position: 0px -91px;
	height: 30px;
	background-repeat: no-repeat;
	font-weight: normal;
	padding-top: 18px;
	padding-left: 20px;
}

.kandgileftmenu ul li a:hover{ /*hover state CSS*/
	background-image: url(images/img14.0.png);
	background-position: 0px -140px;
	text-decoration: underline;
}
.kandgileftmenu   .kpress      {
	color: #900;
	background-image: url(images/img14.0.png);
	background-position: 0px -188px;
}
.kandgileftmenu  .kpress:hover {
	background-image: url(images/img14.0.png);
	background-position: 0px -188px;
	color: #900;
	text-decoration: none;
}
#sidebar ul #footer_logo ul {
	width: 290px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.kandgileftmenu .barduple   {
	color: #666666;
	display: block;
	line-height: 17px; /*link text is indented 8px*/
	text-decoration: none;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	height: 30px;
	font-weight: normal;
	padding-top: 1px;
	padding-left: 20px;
	width: 228px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #E3E3E3;
	border-right-color: #E3E3E3;
	border-bottom-color: #E3E3E3;
	border-left-color: #E3E3E3;
}
.kandgileftmenu .barduple h3 {
	margin: 0px;
	float: left;
}
input {
	height: 30px;
	width: 310px;
	border: 1px solid #e3e3e3;
	margin: 2px;
}
textarea {
	width: 310px;
}
.but_accesso_0 {
	padding-left: 725px;
	position: absolute;
	top: 250px;
}
.boxcontactleft {
	padding: 20px;
	width: 280px;
}
#extra {
	height: 196px;
	padding: 40px 20px 20px;
	width: 860px;
	float: left;
	background: url(images/img005_p.jpg) repeat-x left -20px;
}
#extra .boxex1 {
	height: 166px;
	width: 135px;
	float: left;
	padding-left: 150px;
	padding-top: 30px;
}
#extra .boxex1 h2 {
	text-decoration: none;
}
#extra .boxex1 p {
	text-decoration: none;
	text-align: left;
	padding-bottom: 10px;
}
#extra .boxex1 p a{
	background: url(images/more.png) no-repeat center center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 9px;
	color: #900;
	padding: 5px 10px;
	letter-spacing: 1px;
	width: 110px;
}
#extra .boxex2 {
	height: 186px;
	width: 225px;
	float: left;
	padding-left: 60px;
	padding-top: 10px;
}
#extra .boxex2 .boxex2-2 {
	text-decoration: none;
	float: left;
	height: 92px;
	width: 285px;
}
#extra .boxex2 h2 {
	text-decoration: none;
	margin: 0px;
	font-size: 14px;
	font-weight: lighter;
}
#extra .boxex2 p {
	text-decoration: none;
	text-align: left;
	padding-bottom: 2px;
}
#extra .boxex2 p a{
	background: url(images/more.png) no-repeat center center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 9px;
	color: #900;
	padding: 5px 10px;
	letter-spacing: 1px;
	width: 110px;
}
/* twitter plugin */

#twitter{
	width: 200px;
	cursor: pointer;
}

.twitted p.profileLink {
	display: block;
	margin: 0;
	padding: 0.3em 1em;
	color: #999;
	font-size: 10px;
}
#twitter h2{
	list-style: none;
	font-size: 10px;
	color: #900;
	margin: 0px;
}
.twitted p.preLoader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url("loader.gif") 1em center no-repeat;
	/* generate your own loader gif: http://www.ajaxload.info */
}

.twitted ul#twitter_update_list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}

.twitted ul#twitter_update_list li {
	margin: 0;
	padding: 0.8em 0 1em 0;
	font-size: 11px;
}

.twitted ul#twitter_update_list li span {
	/* tweet content */
	display: block;
}

.twitted ul#twitter_update_list li span a {
	/* links in tweet content */
	color: #900;
}

.twitted ul#twitter_update_list li a {
	/* timestamp link */
	color: #900;
	text-decoration: none;
	font-size: 9px;
}#formcontact {
	padding: 20px;
	width: 520px;
	margin: 0px auto;
}
.formcontactbox {
	float: left;
	width: 100%;
}
label {
	width: 100px;
	font: 10px Arial, Helvetica, sans-serif;
	height: 20px;
	float: left;
	padding-top: 20px;
	color: #666;
}
.input_error {
	height: 48px;
	width: 48px;
	float: right;
	background: url(images/form/erros.png) no-repeat center center;
}
input[name='firstName'] {
	background: url(images/form/nm.png) no-repeat center center;
	height: 35px;
	width: 298px;
	padding: 5px 10px 5px 40px;
	border-style: none;
	margin-bottom: 10px;
	font-size: 14px;
	float: left;
}
#formresp #formrespx {
	position: absolute;
	height: 48px;
	width: 48px;
	margin-left: 390px;
}
input[name='fone'] {
	background: url(images/form/tl.png) no-repeat center center;
	height: 35px;
	width: 298px;
	padding: 5px 10px 5px 40px;
	border-style: none;
	margin-bottom: 10px;
	font-size: 14px;
	float: left;
}
input[name='email'] {
	background: url(images/form/em.png) no-repeat center center;
	height: 35px;
	width: 298px;
	padding: 5px 10px 5px 40px;
	border-style: none;
	margin-bottom: 10px;
	font-size: 14px;
}
input[name='assunto'] {
	background: url(images/form/as.png) no-repeat center center;
	height: 35px;
	width: 298px;
	padding: 5px 10px 5px 40px;
	border-style: none;
	margin-bottom: 10px;
	font-size: 14px;
}
textarea[name='message'] {
	background: url(images/form/ms.png) no-repeat center center;
	height: 86px;
	width: 300px;
	border-style: none;
	padding: 10px 5px 10px 40px;
	font-size: 14px;
}
input[name='send'] {
	text-decoration: none;
	background: url(images/form/send.png) no-repeat center top;
	height: 45px;
	width: 143px;
	color: #666;
	margin-top: 10px;
	border-style: none;
	cursor: pointer;
}
input[name='send']:hover {
	color: #900;
	background: url(images/form/send.png) no-repeat center center;
}
input[name='send']:active {
	color: #900;
	background: url(images/form/send.png) no-repeat center bottom;
}
#formresp {
	background: no-repeat center center;
	z-index: 3000;
	padding-left: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #900;
}
#formresp p {
	position: absolute;
	height: 48px;
	padding-top: 90px;
	color: #FFF;
	letter-spacing: 1px;
	width: 230px;
	padding-left: 150px;
}
.title_form {
	color: #900;
	padding-left: 20px;
}
