/*
Theme Name: Psychemedics
Theme URI: http://www.psychemedics.com.br/
Description: Psychemedics Brasil
Version: 3.0
Author: Carlos Eduardo Espindola

This is just a basic layout, with only the bare minimum defined. :)
*/
*												{ margin: 0; padding: 0; font: 11px Arial, Tahoma, Helvetica, sans-serif; }
html, body									{ text-align: center; background-color: #FFF; }
a												{ color: #4169E1; text-decoration: underline; }
a:hover										{ color: #FFA500; }
a img											{ border: none; }
h1, h2, h3									{ font-family: 'Trebuchet MS', Tahoma, sans-serif; font-weight: normal; color: #333; }
h1												{ font-size: 16pt; }
h2												{ font-size: 14pt; }
strong										{ font-weight: bold; }

/************************
  Header
*************************/
#container									{ position: absolute; text-align: left; width: 768px; margin-left: -383px; left: 50%; background: #FFF url(images/background.gif) repeat-y top left; min-height: 760px; }
#header										{ margin: 0 8px 0 8px; padding: 10px 2px 8px 2px; border-bottom: 2px solid #E1E4E6; background-color: #FFF; }
#header .logo								{ margin-left: 8px; }
#header .slogan							{ position: absolute; top: 30px; left: 550px; }

/************************
  Menu
*************************/
#menu											{ position: absolute; top: 72px; left: 5px; width: 205px; background: /*url(../img/menu/menu_divisor.gif)*/ no-repeat left top; }
#menu ul li a								{ font: 8pt Tahoma, Arial, sans-serif; display: block; margin: 1px 0 0 0; padding: 2px 6px 3px 30px; text-decoration: none; color: #000; }
#menu ul li a:hover						{ text-decoration: underline; background: url(images/menu/menu_hover.gif) no-repeat left 2px; }
#menu ul li a.active						{ font-weight: bold; text-decoration: underline; background: url(images/menu/menu_active.gif) no-repeat left 2px; }
#menu ul li li a:hover					{ background-image: url(images/menu/submenu_hover.gif); }
#menu ul li li a.active					{ font-weight: normal; background-image: url(images/menu/submenu_active.gif) !important; }
#menu ul li a.home-active,
#menu ul li a.sub-active				{ font-weight: bold; }
#menu ul										{ list-style-type: none; }
#menu ul ul, #menu ul li li,
#menu ul, #menu li						{ margin: 0; padding: 0; }
#menu ul li									{ margin: 1px 0; padding-bottom: 1px; }
#menu ul ul li								{ margin: 0; }
#menu ul li									{ background-repeat: no-repeat; background-position: left bottom; }
#menu ul ul									{ background: none; }
#menu ul ul li a							{ padding-left: 45px; margin: 0; width: 155px; }
#menu ul ul li								{ background: none; }

.menu-psychemedics, .menu-paraclientes, .menu-exames-toxicologicos, .menu-servicos,
.menu-downloads							{ margin-top: 6px !important; }

/************************
  Breadcrumb
*************************/
#breadcrumb									{ margin-left: 3px; }
#breadcrumb a								{ text-decoration: none; }
#breadcrumb a.active						{ text-decoration: underline; }
#breadcrumb a:hover						{ text-decoration: underline; }
#contents									{ margin: 5px 12px 0 220px; min-height: 600px; }
#contents.page-home						{ margin: 5px  8px 0 214px !important; }

/************************
  Section
*************************/
#section h1, #section h1 a				{ color: #333; font: 26px 'Trebuchet MS'; margin: 5px 0 8px 1px; text-decoration: none; }
#section h1 a:hover						{ border-bottom: 1px solid #333; }

#section-image 							{ margin-top: 11px; margin-left: 2px; }
#section-image .frame					{ position: absolute; width: 523px; height: 150px; background-image: url(images/frame.gif); }

#section-tab ul							{ clear: both; display: block; height: 25px; padding: 0 0 0 3px; margin: 0 0 20px -3px; background: #FFF url(images/pixel_gray_tabs.gif) repeat left top; list-style: none; }
#section-tab ul li						{ display: inline; float: left; margin-top: 2px; background: transparent url(images/tab/tab_left.gif) no-repeat left top; }
#section-tab ul li a						{ font: 8pt Tahoma, Arial, sans-serif; display: block; margin: 0 4px 0 6px; padding: 5px 8px 5px 3px; color: #333; text-decoration: none; background: transparent url(images/tab/tab_right.gif) no-repeat top right; }
#section-tab ul.tab-servicos			{ height: 50px; }
#section-tab ul.tab-servicos li a	{ /*margin-right: 1px !important;*/ }
#section-tab ul li a:hover				{ text-decoration: underline; }
#section-tab ul li.active 				{ background-image: url(images/tab/tab_active_left.gif); }
#section-tab ul li.active a			{ background-image: url(images/tab/tab_active_right.gif); text-decoration: underline; }

#section-content							{ margin: 0 15px 0 8px; }
#section-content.home					{ margin: 0; }
#section-content p						{ margin-top: 10px; margin-bottom: 10px; text-align: justify; font-size: 8pt; }
#section-content ul,
#section-content ol						{ margin: 10px 40px; }
#section-content h3						{ font-size: 12pt; font-weight: bold; color: #800000; border-bottom: 1px solid #800000; }
#section-content h4						{ padding: 2px 8px; font-size: 8pt; font-weight: bold; color: #666; border-width: 0 0 1px 10px; border-style: solid; border-color: #CCC; }

.image-desc									{ float: right; margin: 0 0 10px 15px; padding: 3px; border: 1px solid #CCC; background-color: #EEE; text-align: center; }
.image-desc img							{ display: block; margin-bottom: 2px; border: 1px solid #999; }

/************************
  Footer
*************************/
#footer										{ font-style: normal; display: block; margin: 40px 20px 5px 230px; padding: 0 10px 10px 10px; }
#footer .links								{ text-align: center; margin: 0 0 10px 0; padding: 0 0 10px 0; color: #999; border-bottom: 1px solid #C6C6C6; }
#footer .links a							{ margin: 0 3px; }
#footer .vcard								{ text-align: center; }

/************************
  Contact Form
*************************/
#contact										{ padding-top: 15px; }
#contact label								{ position: absolute; width: 125px; text-align: right; margin-top: 8px; }
#contact label em							{ position: absolute; margin-left: 1px; font-size: 10pt; font-style: normal; color: #FF3333; cursor: default; }
#contact input,
#contact textarea							{ font-family: Verdana, Helvetica, sans-serif; font-size: 10pt; padding: 1px 2px; margin: 3px 0; margin-left: 140px; width: 250px; }

#contact input#receivenews				{ width: auto; margin: 2px 0 2px 140px; }
#contact label.receivenews				{ margin: 2px; width: auto; text-align: left; }

#contact .summary							{ margin: 5px 0 10px 0; background: #EEE url(images/icons/alert.gif) no-repeat 50px center; border: 1px solid #CCC; padding-left: 100px; }
#contact .summary ul						{ margin-top: 10px; margin-bottom: 10px; }
#contact .message							{ margin: 5px 0 15px 0; padding: 7px 15px; text-align: center; background-color: #EEE; border: 1px solid #CCC; }
#contact button							{ margin: 15px 0 0 140px; padding: 1px 10px; cursor: pointer; }

/************************
  Home
*************************/
#flash-home									{ padding-bottom: 15px; }
/*.info-box									{ position: absolute; left: 525px; margin-top: 10px; width: 230px; border: 1px solid #CCC; padding-bottom: 10px; background-color: #FAFAFA; }*/
.info-box									{ float: right; margin: 10px 5px 10px 15px; width: 230px; border: 1px solid #CCC; padding-bottom: 10px; background-color: #FAFAFA; }
.info-box p, .info-box li				{ font: 8pt Arial, Helvetica, sans-serif; }
.info-box ul								{ margin: 5px 10px 5px 30px !important; }
.info-box li								{ margin-right: 10px !important; list-style-image: url(images/mini-arrow-box.gif); }
.info-box p									{ margin: 2px 10px; text-align: left !important; }
.info-box h5								{ font-size: 8pt; color: #FFF; background-color: #888; margin: 3px; padding: 4px 10px; }
.info-home									{ margin: 5px 20px 20px 10px; padding-bottom: 0; background: url(images/hr_shadow.gif) no-repeat center bottom; }
.info-home h5								{ font: bold 10pt 'Trebuchet MS', Geneva, Helvetica, sans-serif; }

.newsletter-box	 						{ position: absolute; left: 5px; margin-top: 50px; width: 205px; background: #EBECED url(images/bg-left-box.gif) no-repeat left bottom; padding-bottom: 10px; _padding-bottom: -30px !important; }
.newsletter-box h5						{ font-size: 8pt; color: #333; padding: 4px 10px 6px 10px; font-weight: normal !important; background: #EBECED url(images/bg-left-box.gif) no-repeat left top; }
.newsletter-box form						{ margin: 0; padding: 0; }
.newsletter-box fieldset				{ border: none; margin: 0; padding: 0; }
.newsletter-box label					{ display: block; margin-left: 15px; font-size: 8pt; color: #666; }
.newsletter-box #news-email			{ font-size: 8pt; width: 120px; float: left; margin-left: 15px; margin-bottom: 4px; }
.newsletter-box .submit					{ float: right; margin: 0 30px 0 0; padding: 0 5px; _margin-top: -1px; cursor: pointer; }
#newsletter-response							{ padding: 0 10px 10px 15px; }
#newsletter-response.complete			{ color: #FF0000; } 
#newsletter-response	img				{ margin: -4px 4px -4px 0;  }

.news-box									{ margin: 0 40px 0 0; }
.news-box h5								{ font: 16pt 'Trebuchet MS', Geneva, Helvetica, sans-serif; margin-bottom: 20px; margin-left: 10px; }
.news-box ul								{ list-style-image: url(images/mini-arrow.gif); }
.news-box ul li							{ margin-bottom: 15px; }
.news-box ul li a							{ text-decoration: none; color: #333; }
.news-box ul li a strong				{ font-weight: bold !important; }
.news-box ul li a	.title				{ font-weight: bold; text-decoration: underline; color: #4169E1; }
.news-box ul li a:hover					{ text-decoration: underline; color: #333; }
.news-box ul li a:hover	.title		{ text-decoration: underline; color: #FFA500; }
.news-box .date							{ color: #333; cursor: default; }
.news-box .view-all						{ margin-left: 40px; }

.indique-box	 							{ margin-top: 50px; width: 205px; background: #EBECED url(images/bg-left-box.gif) no-repeat left bottom; padding-bottom: 10px; }
.indique-box h5							{ font-size: 8pt; color: #333; padding: 4px 10px 6px 10px; font-weight: normal !important; background: #EBECED url(images/bg-left-box.gif) no-repeat left top; }
.indique-box form							{ margin: 0; padding: 0; }
.indique-box fieldset					{ border: none; margin: 0; padding: 0; }
.indique-box label						{ display: block; margin-left: 15px; font-size: 8pt; color: #666; }
.indique-box #from-name,
.indique-box #to-name,
.indique-box #to-email					{ font-size: 8pt; width: 120px; margin-left: 15px; margin-bottom: 6px; }
.indique-box #from-name,
.indique-box #to-name					{ width: 170px; }
.indique-box #to-email					{ float: left; }
.indique-box .submit						{ float: right; margin: 0 30px 0 0; padding: 0 5px; _margin-top: -1px; cursor: pointer; }
#indique-response							{ padding: 0 10px 10px 15px; }
#indique-response.complete				{ color: #FF0000; } 
#indique-response	img					{ margin: -4px 4px -4px 0;  }


/*.cliente-box								{ position: absolute; left: 560px; margin-top: 380px; width: 195px; border: 1px solid #CCC; padding-bottom: 10px; background-color: #FAFAFA; }*/
.cliente-box								{ display: none !important; }
.cliente-box								{ float: right; clear: both; margin: 5px 5px 10px 15px; width: 230px; border: 1px solid #CCC; padding-bottom: 10px; background-color: #FAFAFA; }
.cliente-box h5							{ font-size: 8pt; color: #FFF; background-color: #888; margin: 3px; padding: 4px 10px; }
.cliente-box fieldset					{ border: none; }
.cliente-box form							{ margin: 6px 0 0 0; padding: 0; }
.cliente-box .login label				{ display: block; float: left; width: 40px; padding-top: 2px; margin-left: 3px; }
.cliente-box .login input				{ margin-bottom: 3px; }
.cliente-box .radiogroup				{ margin-left: 40px; _margin-left: 46px; }
.cliente-box .submit						{ margin: 10px 20px 0 44px; padding: 1px 5px; float: right; cursor: pointer; }

#sender										{ position: absolute; z-index: 999; width: 250px; margin: -20px 0 0 -280px; padding: 10px 30px; border: 1px solid #333; background-color: #EEE; }
#sender .close								{ float: right; margin: 0; }
#sender form fieldset					{ border: none; }
#sender form label						{ display: block; margin: 3px 0 1px 0; }
#sender form input						{ width: 99%; padding: 2px 3px; }
#sender form .submit						{ margin: 10px 0; width: auto; float: right; padding: 2px 15px; cursor: pointer; }
#send-article-response					{ margin: 2px 5px 10px; }
#send-article-response.complete		{ color: #FF0000; }
#send-article-response	img			{ margin: -4px 4px -4px 0;  }


.article-details							{ }
.article-date								{ margin-left: 10px; }
.article-content							{ margin: 10px; }
.article-header							{ margin: 8px 0 20px 0; padding: 8px 10px; background-color: #FAFAFA; border-width: 1px 0 1px 0; border-style: solid; border-color: #EEE; }
.article-header h2						{ font: bold 10pt Arial, Tahoma, sans-serif; }

.help-box									{ width: 140px; float: right; margin-top: -10px; }
.help-box ul, .help-box ul li			{ margin: 0 !important; padding: 0 !important; text-align: left; }
.help-box ul								{ width: 100%; list-style: none; }
.help-box ul li							{ margin: 0 !important; padding: 2px 5px; }
.help-box ul li a							{ font: 10px Tahoma; display: block; padding: 2px 5px 2px 30px; text-decoration: none; background: no-repeat 7px center; color: #666; width: 90%; }
.help-box ul li a:hover					{ text-decoration: underline; }
.help-box ul li a.print					{ background-image: url(images/ico_print.gif); }
.help-box ul li a.email					{ background-image: url(images/ico_email.gif); }
.help-box ul li a.feed					{ background-image: url(images/ico_feed.gif); }


.more-closed,
.more-opened								{ background-position: center bottom; background-repeat: no-repeat; padding-bottom: 7px; margin-bottom: 15px; }
.more-controler							{ display: block; padding: 12px 10px 5px 10px; background-position: center top; background-repeat: no-repeat; cursor: pointer; text-align: center; text-decoration: none; }
.more-controler:hover					{ text-decoration: underline; }
.more-controler-close					{ display: block; padding: 5px 10px 10px 10px; text-align: center; cursor: pointer; }

.more-closed								{ background-image: url(images/more-closed-bottom.gif); }
.more-closed .more-controler			{ background-image: url(images/more-closed-top.gif); }
.more-closed .more-content				{ display: none; }
.more-closed .more-controler-close	{ display: none;  }

.more-opened								{ background-image: url(images/more-opened-bottom.gif); }
.more-opened .more-controler			{ background-image: url(images/more-opened-top.gif); }
.more-opened .more-content				{ display: block; padding: 0 20px 15px 20px; }
.more-opened .more-controler-close	{ display: block;  }

.help-word									{ text-decoration: underline; cursor: help; padding-right: 11px; background: url(images/help-button.gif) no-repeat right center; }
.help-word									{ text-decoration: underline; cursor: help; padding-right: 11px; background: url(images/plus-button.gif) no-repeat right center; }
.help-button								{ text-indent: -999em; cursor: help; }

.help-loader								{ background: url(images/ajax-loader.gif) no-repeat 12px 8px; }
.help-loader *								{ visibility: hidden; }

#help-0, #help-1, #help-2, #help-3,
#help-4, #help-5, #help-6, #help-7	{ position: absolute; display: block; padding: 12px 20px; border: 1px solid #999; background-color: #FFC; margin: 0 20px; }

/************************
  Downloads list
*************************/
ul.downloads								{ list-style: none; margin: 20px 10px !important; }
ul.downloads li							{ background: no-repeat left top; padding-left: 60px; padding-bottom: 20px; }


/************************
  Downloads list
*************************/
ul.downloads								{ list-style: none; margin: 20px 10px !important; }
ul.downloads li							{ background: no-repeat left top; padding-left: 60px; padding-bottom: 20px; }
ul.downloads li.icon-file-pdf			{ background-image: url(images/doc-icons/icon_file_pdf.jpg); }
ul.downloads li.icon-file-mov			{ background-image: url(images/doc-icons/icon_file_mov.jpg); }
ul.downloads li.icon-file-wmv			{ background-image: url(images/doc-icons/icon_file_wmv.jpg); }
ul.downloads li a.icon-play			{ background: url(images/doc-icons/icon_play.gif) no-repeat left center; padding-left: 14px; }
ul.downloads li a.icon-download		{ background: url(images/doc-icons/icon_download.gif) no-repeat left center; padding-left: 14px; }
ul.downloads li .extra-info			{ text-align: right; }

/************************
  Category Box
*************************/
.categories-box							{ background-color: #FAFAFA; border: 1px solid #EEE; float: right; margin: 0 0 8px 8px; padding: 10px 15px; }
.categories-box ul						{ list-style-type: none; margin: 0 0 0 10px !important; padding: 0 !important; }
.categories-box ul li					{ margin: 0 !important; padding: 0 !important; }

/************************
  Footer Logos
*************************/
#footer-logos								{ position: absolute; left: 15px; }

/************************
  FAQ
*************************/
.faqs-box									{ margin: 15px 40px 0 0; }
.faqs-box h5								{ font: 16pt 'Trebuchet MS', Geneva, Helvetica, sans-serif; margin-bottom: 20px; margin-left: 10px; }
.faqs-box ul								{ list-style-image: url(images/document.gif); }
.faqs-box ul li							{ margin-bottom: 10px; }
.faqs-box .view-all						{ margin-left: 40px; }
.faq-details								{ margin-left: 10px; }