/*____________________________________________________________________  body  */
body {
	background-image:url(../../fundo_pink.jpg);
	background-color:#9d3879;
	background-position:left top;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #ffffff;
	margin:0px;
	padding:0px;
	background-attachment: fixed;
}

strong
{
	font-size:14px;
	color::#A00;
}

/*_________________________________________________________________  wrapper  */
div#wrapper {
	margin: 0 auto;
	width: 1004px;
	margin-bottom: 20px;
	border:none;
	padding: 18px 10px;
}

/*__________________________________________________________________  header  */
#header {
  padding-bottom: 9px;
}
#header h1 {
  display: inline;
}

/*_____________________________________________________________________  nav  */
div#nav {
  font-weight: bold;
  padding-bottom: 9px;
  margin-bottom: 18px;
  border-bottom: 1px dotted #333;
}

/*____________________________________________________________________  text  */
.hidden {
  display: none;
}
p {
  text-indent: 18px;
  text-align: justify;
}
p, pre {
  margin: 0 0 18px 0;
}
pre, code {
  font-family: Monaco, monospace;
  font-size: 12px;
}
pre {
  background-color: #060606;
  width: 600px;
  overflow: auto;
}
code {
  color: #a6d810;
}

/*__________________________________________________________________  images  */
img {
  border: none;
}

/*___________________________________________________________________  lists  */
ul, ol, li {
  margin: 0;
  padding: 0;
}
ul, ol {
  margin: 18px 0;
  padding-left: 18px;
}
ol li {
  list-style-type: decimal;
}
ul li {
  list-style-type: square;
}
li {
  margin-left: 18px;
}

/*__________________________________________________________________  tables  */
table {
  width: 100%;
  margin: 0 0 18px 0;
}
table th {
  text-align: left;
  font-style: italic;
  font-weight: bold;
  font-family: Georgia, serif;
  border-bottom: 1px dotted #333;
}
table td, table th {
  padding: 5px 15px 5px 0px;
  vertical-align: top;
}
table td.option {
  font-weight: bold;
  color: #ff3b9a;
  padding-left: 0;
  width: 120px;
}
table#features-table tr td {
  vertical-align: middle;
  padding: 5px 5px 5px 10px;
}
table#features-table tr td.strong {
  font-family:Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  width: 96px;
  color: #ff3b9a;
}
table.thumbs {
	margin-left: auto;
	margin-right: auto;
	width: 450px;
	
}
table.thumbs td {
  padding: 0;
  text-align: center;
  width: 150px;
}
table#download-table tr td {
  vertical-align: middle;
}
table#download-table tr td.button-container {
  width: 150px;
  text-align: center;
}

/*___________________________________________________________________  links  */
a:link,
a:visited {
  text-decoration: none;
  color:#c0143c;
}
a:link:hover,
a:visited:hover
{
  text-decoration: none;
  color:#ffffff;
  background-color:#c0143c;
  
}
a.option {
  display: block;
  text-align: left;
  color: #ffffff;
  background-color: #c0143c;
  line-height: 140%;
  padding: 5px 0;
  margin: 6px 0;
  font-family: 'WebFont';
  
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  border: 3px double #fff;
}
a.option:hover 
{
  text-decoration: none;
  background-color: #ff3b9a;
  color: #fff;
}

/*_________________________________________________________________  headers  */
 h2, h3 {
  margin-bottom: 18px;
  font-weight: bold;
}
h1 {
	margin-top:30px;
	font-size: 40px;
	line-height: 30px;
	font-family: 'ClarendonRegular', Arial, sans-serif;

	font-family: 'ClarendonCondensedBold', Arial, sans-serif;
	text-shadow: #000000 0.1em 0.1em 0.1em;
}
h2 {
  font-family: 'ClarendonCnBTBold', Arial, sans-serif;
  font-size: 20px;
  line-height: 18px;
  text-shadow: #000000 0.2em 0.1em 0.2em;
}
h3 {
 font-family: 'ClarendonRegular', Arial, sans-serif;
  font-size:24px;
  line-height: 28px;
  color: #c0143c;
  text-shadow: #000000 0.1em 0.1em 0.2em;
}

/*___________________________________________________________________  demos  */
#inline-sample-content {
  padding: 10px;
}
#hongkong {
  text-align: center;
  margin-bottom: 18px;
}

/*___________________________________________________________________  forms  */
form p {
  text-indent: 0;
}
form#build-form {
  padding: 1px 9px;
  background: url(bg.gif) top left repeat;
  margin-bottom: 18px;
}
form#build-form select {
  padding-left: 2px;
}
input.button, button {
  padding: 4px 5px;
  font-family:Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  border: 3px double #fff;
  background-color: #297bc1;
  color: #fff;
  cursor: pointer;
}
input.button:hover, button:hover {
  background-color: #ff3b9a;
}

/*___________________________________________________________________  notes  */
p.note {
  text-indent: 0;
  background-image: url(bg.gif);
  background-repeat: repeat;
  padding: 10px;
  border: 1px dashed #9a11d3;
}
p.note span {
  color: #9a11d3;
  font-family:Helvetica, Arial, sans-serif;
  font-weight: bold;
}

/*______________________________________________________________________  qa  */
div.question p, div.answer p {
  text-indent: 0px;
}
div.question span, div.answer span {
  font-weight: bold;
  color: #9a11d3;
  font-family: Georgia, serif;
}

/*__________________________________________________________________  footer  */
div#footer 
{
	background-image:url(../../bg_footer.jpg);
	background-repeat:repeat-x;
	height:147px;
	margin:0px;
	padding:0px;
 }

#colunaesquerda, colunameioum, colunameiodois, colunadireita
{
width:300px;
}

#colunaesquerda
{
	float:left;
	position:fixed;
}

#colunameioum
{
	position:fixed;
}

#colunameiodois
{
	position:fixed;
}
#colunadireita
{
	position:fixed;
}

#textoinicial
{
		text-align:justify;
		font-family:Helvetica, Arial, sans-serif;
		font-size:12px;
		width:640px;
}
#conhecimento
{
	float:left;
	width:205px;
}

#homeoffice
{
	float:inherit;
	width:390px;
}
#formacao
{	float:right;
	width:430px;
}

.txtrodape
{

	color:#999999;
	font-family: "adobe-garamond-pro-1","adobe-garamond-pro-2";
  	text-align: center;

}


#facebook {
	float:right;
	left:10px;
	top:0px;
	width:300px;

	z-index:1;
}


.logotipo
{
	float:left;
	margin-bottom:20px;
	margin-right:30px;
}



.shadow
{ 
	text-shadow: #000000 0.1em 0.1em 0.2em;
	
} 

