@CHARSET "UTF-8";

/*
ASKM - Soluções em Tecnologia
medsinal.css
Arquivo de estilos do projeto
*/

/* Resset de estilo */
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, 
tr, th, td, del, dfn, em, font, img, ins,kbd, q, s, samp, small, strike, strong, 
sub, sup, tt, var,h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,acronym, 
address, big, cite, code, dl, dt, dd, ol, ul, li,fieldset, form, label, legend 
{ 
		vertical-align:baseline;
		font-family:"Tahoma","verdana","arial","Times New Roman";
		font-weight:inherit;
		font-style:inherit; 		
		font-size:11px;
		outline:0; 
		padding:0; 
		margin:0; 
		border:0;
}

:focus 				{ outline:0; }
body 				{ background:white; line-height: 1; color:black; }
ol, ul 				{ list-style:none; }
table 				{ border-collapse:separate; border-spacing:0; }
caption, th, td 	{ font-weight:normal; text-align:left; }

blockquote:before, 
blockquote:after, 
q:before, q:after 	{ content:""; }
blockquote, q 		{ quotes:"" ""; }
/* Resset de estilo */


/* Geral */
body		{ background-image:url("../images/bg_site.jpg"); background-repeat:no-repeat; }
* 			{ font-family:"Tahoma","verdana","arial","Times New Roman"; font-size:11px; color:#828282; }
a			{ text-decoration:none; }
a:hover 	{ text-decoration:underline; }
h1			{ font-size:15px; font-weight:bold; }
h2			{ font-size:15px; }
h3			{ font-size:14px; font-weight:bold; }
h4			{ font-size:14px; }

.voltar		{ font-size:11px; font-weight:bold; color:#4682B4; text-align:center; }
.sublinhado	{ text-decoration:underline; }
p 			{ line-height:120%; }

.paginacao				{ width:100%; margin:20px 0px 20px 20px; text-align:center; display:inline-block; }
.paginacao a.pagging	{ color:#4682B4; font-weight:bold; }
.paginacao b			{ color:#104E8B; background-color:#D8D8D8; }

.left	{ float:left; }
.right	{ float:right; }
.center	{ text-align:center; }
.upper	{ text-transform:uppercase; }
/* Geral */

/* Posicionamento */
#loading			{ position:absolute; top:50%; left:50%; z-index:100;  display:none; }
#conteiner			{ position:relative; margin:0 auto; width:934px; height:100%; }
#header				{ position:relative; width:100%; height:392px; }

#navbar				{ position:relative; width:934px; height:39px; background-image:url("../images/bg_navbar.jpg"); background-repeat:no-repeat; }
#navbar ul 			{ margin-left:30px; }
#navbar ul li		{ font-size:14px; color:#FFF; float:left; margin:10px 6px 0px 6px; }
#navbar ul li a		{ font-size:14px; color:#FFF; }

#footer					{ position:relative; width:100%; height:53px; background-image:url("../images/bg_footer.jpg"); background-repeat:no-repeat; overflow:hidden; }
#footer_msg				{ margin-left:13px; font-weight:bold; }
#footer_msg p.copy		{ margin-top:20px; float:left; color:#2c509c; }
#footer_msg p.endereco	{ margin:20px 0px 0px 100px; float:left; color:#000; }
#footer_msg p.twitter	{ float:right; }
/* Posicionamento */

/* Home-Page */
#content_bottom		{ position:relative; width:934px; height:194px; background-image:url("../images/bg_content_bottom.jpg"); background-repeat:no-repeat; }

#lancamentos		{ position:relative; width:309px; height:194px; float:left; }
#lancamento				{ position:relative; margin:20px 2px 2px 20px; width:283px; height:120px; }
#lancamento img			{ margin-right:10px; float:left; }
#lancamento p.titulo	{ font-weight:bold; color:#5a75ba; }
#lancamento p.titulo a	{ font-weight:bold; color:#5a75ba; }

#newsletter			{ position:relative; width:304px; height:185px; float:left; background-image:url("../images/bg_newsletter.jpg"); background-repeat:no-repeat; }
form.newsletter					{ margin-top:23px; }
label.newsletter				{ width:85px; min-width:85px; display:-moz-inline-box; display:inline-block; text-align:right; margin-right:5px; color:#000; }
input[type='text'].newsletter	{ border:1px solid #828282; width:140px; height:14px; margin:7px 5px 0px 0px; }
input[type='image'].newsletter	{ margin:5px 0px 0px 130px; }
p.newsletter					{ color:#000; margin:1px 0px 0px 95px; width:140px;}

#destaques			{ position:relative; margin:-43px 0px 0px 1px; width:314px; height:228px; float:left; background-image:url("../images/bg_destaques.png"); background-repeat:no-repeat; }
.ic_destaque		{ margin:10px 0px 0px 6px; }
#destaque			{ position:relative; margin:15px 0px 0px 20px; width:273px; height:153px; }
#destaque img		{ margin:2px 5px 2px 3px; float:left; }
#destaque p.titulo	{ margin-bottom:5px; text-align:center; }
#destaque p.titulo a{ font-size:16px; color:#5a76b7; }
#destaque div.botao	{ position:absolute; bottom:5px; right:5px; width:90px; height:20px; }
/* Home-Page */

/* Jquery Error */
select.error 				{ border:1px solid #F00; background-color:#FFFFCC; }
input.error 				{ border:1px solid #F00; background-color:#FFFFCC; }
textarea.error 				{ border:1px solid #F00; background-color:#FFFFCC; }
label.error					{ color:#F00; font-weight:bold;}
/* Jquery Error */

