@charset "iso-8859-2";
/* CSS Document */

/*Div's layout site*/
#all{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}

#pageBody{
	float:left;
	width:636px;
	background-color:#383838;
	border:1px solid #f6ba00;
	margin-right:10px;
	margin-bottom:10px;
}

#pageFooter{
	clear:both;
	width:798px;
	background-color:#383838;
	border:1px solid #f6ba00;
}

#right{
	float:right;
	width:150px;
	background-color:#383838;
	border:1px solid #f6ba00;
	margin-bottom:10px;
}
	
#newsletter{
	float:left;
	width:150px;
	background-color:#383838;
	border:1px solid #f6ba00;
	margin-bottom:10px;
}
/*FIM Div's layout site*/

/*Forms*/
input.button{
    font-size:11px;
   	font-family:Arial,sans-serif;
   	font-weight:bold;
    color:#f6ba00;
    background-color:#383838;
    border:ridge #f6ba00 1px;
}

input.textfield{
	background-color:#383838;
	border:ridge #f6ba00 1px;
	font-size:11px;
	color:#CCC;
	margin-left:10px;
	margin-right:10px;
	line-height:17px;
}

.textarea{
	margin-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCC;
	line-height:17px;
	background-color:#383838;
	border:ridge #f6ba00 1px;
}
/*FIM Forms*/

/*Produtos*/
.tdtop{
	border:solid thin #CCC;
}

.tdmiddle{
	border-left:solid thin #CCC;
	border-right:solid thin #CCC;
}

.tdbottom{
	border-bottom:solid thin #CCC;
	border-left:solid thin #CCC;
	border-right:solid thin #CCC;
}
/*FIM Produtos*/

/*POPUP Imagens*/
#lightbox{
	background-color:#eee;
	padding:10px;
	border:2px solid #f6ba00;
}

#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
}

#lightboxCaption{ 
	float: left;
}

#keyboardMsg{ 
	float: right; 
}

#lightbox img{ 
	border: none; 
	clear: both;
} 

#overlay img{ 
	border: none; 
	z-index:9999;
}

#overlay{ 
	background-image: url(images/overlay.png); 
}

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
}
/*FIM POPUP Imagens*/

.texttitle{
	font-size:13px;
	font-weight:bold;
	text-align:center;
	text-decoration:underline;
	margin-top:20px;
}

.headers{
	font-size:13px;
	font-weight:bold;
}

body,td,th,p,span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCC;
	line-height:17px;
	margin-left:10px;
	margin-right:10px;
}

body {
	background-image: url(images/bg.png);
	background-repeat: repeat;
}

a {
	font-size:11px;
}

a:link {
	text-decoration:none;
	color:#CCC;
}

a:visited {
	text-decoration:none;
	color:#CCC;
}

a:hover {
	text-decoration:none;
	color:#f6ba00;
}

a:active {
	text-decoration:none;
	color:#CCC;
}

.a_color_bold{
	text-decoration:none;
	color:#CCC;
}

.a_color_bold:hover{
	text-decoration:none;
	color:#f6ba00;
	font-weight:bold;
}
img {
	border:0;
}