body {
	background: #3366FF url('http://www.deestudiointerativo.com.br/files/wallpaper%20floral%20azul.jpg') repeat;
	color: #000000;
	margin: 0;
	padding: 0;
	font-style:normal; font-variant:normal; font-weight:normal; line-height:1.5em; font-size:14px; font-family:arial, helvetica, verdana, sans-serif
}

#header {
	height: 100px;
}

#headline1 { 
	padding: 1px 0 10px 0; 
}

#headline1 .title { 
	font: normal 35px/35px Verdana, Geneva, Arial, Helvetica, sans-serif; 
	border-bottom: 1px solid #0000ff; 
	color: #0000ff; 
	padding-left: 20px; 
	margin-bottom: 4px; 
}

* html #headline1 .title { 
	margin-bottom: 0; 
}

#headline1 .title em { 
	color: #000000; 
	font: bold 15px/15px arial verdana, helvetica, sans-serif; 
	padding-right: 6px;
}

#headline1 span.subtitle { 
	background-color: #0000ff; 
	color: #fff; 
	font: bold 15px/15px arial verdana, helvetica, sans-serif; 
	letter-spacing: 4px; 
	margin: 0 0 20px 20px; 
	padding: 4px 4px 4px 8px; 
	text-transform: uppercase; 
}
#headline1 a {
	text-decoration: none;
}
#footer {
	border-top: 1px solid #0000ff;
	border-bottom: 1px solid #0000ff;
        clear: left;
	font-size: 80%;
	letter-spacing: 1px;
	margin: 10px 0 10px 0;
	width: 100%;
	text-align: center;
	padding: 10px 0 5px 0;
}

:link, :visited { text-decoration:none }

ul, ol, li, h1, h2, h3, h4, h5, h6, form, body, html {
	margin:0; 
	padding:0;
}

#maincolumn ul {
	margin-left: 20px;
	padding-left: 0;
	list-style: none;
}

#maincolumn li { 
	padding-left: 10px;
	background: #ffffff url('../images/list.png') no-repeat 0% .5em;
}

a, a:link, a:visited {
	font-weight: bold;
	color: #0000ff;
	letter-spacing: 1px;
	outline: none;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

#maincolumn a, #maincolumn a:link, #maincolumn a:visited {
	color: #0000ff;
}

#maincolumn a:hover {
	color: #000000;
}

a img, :link img, :visited img {
	border: none;
}

h1, h2, h3, h4 {
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
}

h1 {
	font-size: 210%;
}

h2 {
	font-size: 160%;
}

h3 {
	color: #0000ff;
	font-size: 160%;
}

h4 {
	color: #0000ff;
	font-size: 115%;
	font-weight: bold;
}

#navtop, #maincolumn, #leftcolumn, #rightcolumn  {
	font-size: 85%;
}

#maincolumn p, #leftcolumn p, #rightcolumn p  {
	margin-bottom: 5px;
}

blockquote {
	background-color: #f4f4f4;
	padding: 5px 10px 5px 10px;
	margin: 15px 40px 15px 20px;
	border-left: 5px solid #0000ff;
	border-right: 5px solid #0000ff;
	font-style: italic;
	letter-spacing: 1px;
}

img {
	border-top: 1px solid #;
	border-right: 2px solid #;
	border-bottom: 2px solid #;
	border-left: 1px solid #;
	padding: 4px;
}

hr {
	clear: both; 
	border: 0px none; 
	height: 1px; 
	color: #0000ff; 
	background-color: #ccc; 
	margin: 0
}

fieldset {
	border: 1px solid #0000ff;
	color: #000000;
	font-size:89%; 
	line-height: 1.4em;
	padding: 5px;
	margin: 0 0 15px 1px;
	width: 186px;
}

legend {	
	color: #0000ff;
	font-weight: bold;
}

/***** GLOBAL CLASSES *****/

b, strong		{ letter-spacing: 1px; }

.clear, p 		{ clear: both; }

.img-left 		{ float:left; margin: 6px 10px 15px 0; }
.img-right 		{ float: right; margin: 6px 0 15px 10px; }

.float-left 	{ float:left; }
.float-right 	{ float: right; }

.text-left 		{ text-align: left; }
.text-right 	{ text-align: right; }
.text-center 	{ text-align: center; }
.text-justify 	{ text-align: justify; }
.textsmall		{ font-size: 80%; line-height: 1.4em; }
.textblue		{ color:#0000ff;
						font-weight: bold;
						text-decoration: underline;
						}

.underline 		{ border-bottom: 1px solid #0000ff; }
.highlight 		{ background: #0000ff; }

/* LAYOUT */ 

#maincontainer {
        background-color: #E5E5E5;
	width: 1024px;
	margin: 0 auto;
}

#contentwrapper {
	float: left;
	width: 100%;
}

#maincolumn {
	margin-top: 5px;
	margin-left: 200px;
        margin-right: 160px;
}

.text {
	margin: 0 0 15px 15px;
}

#leftcolumn {
        background-color: #CDCDCD;
	margin-top: 5px;
	float: left;
	width: 200px;
	margin-left: -1024px;
}
#leftcolumn td{
	border-bottom: 1px dotted;
	font-size: 13px;

}

#rightcolumn {
        background: #E5E5E5;
	margin-top: 5px;
	float: right;
	width: 160px;
	margin-right: 0px;
}

#rightcolumn td{
	border-bottom: 1px dotted;
	font-size: 13px;

}

* html #leftcolumn { margin-top: 10px; }
* html #maincolumn { margin-top: 10px; }
* html #rightcolumn { margin-top: 10px; }

/* NAVIGATION */

/***** NAVIGATION TOP *****/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#navtoplist {
	padding: 0;
	width: 100%;
	background: 0000ff;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#navtoplist ul {
	font: bold 9px verdana;
	margin: 0;
	margin-left: 4px;
	padding: 0;
	list-style: none;
}

#navtoplist li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
}

#navtoplist a, #navtoplist a:link, #navtoplist a:visited {
	float: left;
	display: block;
	color: #FFFF00;
	text-decoration: none;
	letter-spacing: 1px;
	background: #000099 url('../images/azul.gif') repeat-x;
	border-bottom: 1px solid #fff; margin-left:0; margin-right:1px; margin-top:0; margin-bottom:0; padding-left:5px; padding-right:5px; padding-top:5px; padding-bottom:5px
}

#navtoplist a:hover{
	background: #0000ff;
}

#navtoplist #current a {
	background: #0000ff; 
	border-color: #0000ff;
}

#navtoplistline {
	clear: both;
	padding: 0;
	width: 100%;
	height: 5px;
	line-height: 5px;
	background: #0000ff;
	margin-bottom: 5px; 
}

/***** NAVIGATION MAIN *****/

#navmainlist {
	padding: 0;
	margin: 0 0 0 0;
	width: 200px;
}

#navmainlist li {
	list-style: none;
	margin: 1;
	line-height: 2em;
}

#navmainlist li a, #navmainlist li a:link, #navmainlist li a:visited {
	font-weight: bold;
	width: 100%;
	background-color: #f4f4f4;
	display: block;
	outline: none;
	text-decoration: none; 
	text-indent: 10px;
}

#navmainlist li a:hover {
	color: #FFFF00;
	background-color: #0000ff;
	text-decoration: none; 
}

#navmainlistline {
	clear: both;
	padding:0;
	width: 100%;
	height: 2px;
	line-height: 2px;
	background: #0000ff;
	margin: 2px 0 15px 0; 
}

/***** NAVIGATION WEBLINKS *****/

#weblinks li
{
	font-size: 90%;
	list-style: none;
	margin-left: 10px;
}

#weblinks a, #weblinks a:link, #weblinks a:visited
{
	color: #0000ff;
}

#weblinks a:hover
{
	color: #000000;
}


/*********************************** forms *****************************************/

#form label { 
	font-weight: bold;
	font-size:13px;
}

#form input {
  width:200px;
  height: 25px;
  font-size: 20px;
}
#form select{
  width:200px;
  height: 25px;
  font-size: 15px;
}
#form input, textarea, select {
  border:1px solid #AAAAAA;
  padding:2px;
  background:#ffffff url('../images/inputBg.gif') no-repeat top left;
  margin-top:2px
}

#form input.checkbox {
  width:15px;
  background:none;
  border:0px none;
}

#form input.radio_button {
  width:15px;
  background:none;
  border:0px none;
}

#form input.small, select.small {
  width:50px;
}

#form input.large, select.large {
  width:200px;
}

#form input.extra_large, select.extra_large {
  width:300px;
}

#form input:hover, textarea:hover, select:hover {
  border:2px solid #0000ff;
}

#form input:active, textarea:active, select:active {
  border:2px solid #0000ff;
}
#form input:focus, textarea:focus, select:focus {
  border:2px solid #0000ff;
}
#form input.submit {
  background:#0000ff;
  width:100px;
  color:#ffff00;
  height: 40px
}

#form input.submit:hover {
  
  cursor: pointer;
}

#form input.securitycode {
  width:51px;
  text-transform: uppercase;
}

#form textarea {
  width:200px;
  height: 200px;
}

#form textarea.deep {
  height:350px;
}

#form textarea.shallow {
  height:50px;
}

#form fieldset {
  width: 466px;
  background:#f7f7f7;
  padding:2%;
  border:1px solid #0000ff;
  margin:auto;
  display: block;
}
#form fieldset img {
border:0px none;
}

#form legend {
  font-weight:bold;
  font-size: 120%; 
  letter-spacing: -1px;
  color:#0000ff;
}

/*my account section */

#myaccount p.reflink{
	border: 1px dotted;
	margin: auto;
	width: 80%;
	padding: 5px;
	margin-top: 20px;	
}

#myaccount table{
        border: 0px;
	margin: auto;
	width: 150px;
	margin-top: 50px;
}

#myaccount p.links{
        background-color: #F4F4F4;
	border: 1px dotted;
	margin: auto;
	width: 150px;
	padding: 20px;
	margin-bottom: 5px;
	margin-right: 5px;
}
#myaccount p.links:hover{
	border: 1px dotted #0000ff;
	background-color: #0000ff;
	cursor:hand;
}

#myaccount a.links{
	color: #0000ff;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	line-height: normal;
	text-decoration: none;
	text-transform: none;
	word-spacing: normal;
}
#myaccount a.links:hover{
	color: #FFFF00;
}

#tables tr{
	background-color: #f7f7f7;
}

#tables tr:hover{
	background-color: #0000ff;
}
#tables th.top{
	background: #0000ff;
	color: #FFFF00
}
#tables td{
	border-bottom: 1px dotted #cccccc;
	border-left: 1px dotted #cccccc;
	border-right: 1px dotted #cccccc;		
}
.warning{
	border: 1px dotted #0000ff;
	margin: auto;
	width: 80%;
	padding: 5px;
	margin-top: 20px;	
	text-align: center;
}







.bordaBox {background: transparent; width:100%;}
.bordaBox .b1, .bordaBox .b2, .bordaBox .b3, .bordaBox .b4, .bordaBox .b1b, .bordaBox .b2b, .bordaBox .b3b, .bordaBox .b4b {display:block; overflow:hidden; font-size:1px;}
.bordaBox .b1, .bordaBox .b2, .bordaBox .b3, .bordaBox .b1b, .bordaBox .b2b, .bordaBox .b3b {height:1px;}
.bordaBox .b2, .bordaBox .b3, .bordaBox .b4 {background:#E5E5E5; border-left:1px solid #0000ff; border-right:1px solid #0000ff;}
.bordaBox .b1 {margin:0 5px; background:#0000ff;}
.bordaBox .b2 {margin:0 3px; border-width:0 2px;}
.bordaBox .b3 {margin:0 2px;}
.bordaBox .b4 {height:2px; margin:0 1px;}
.bordaBox .conteudo {padding:5px;display:block; background:#f4f4f4; border-left:1px solid #0000ff; border-right:1px solid #0000ff;}


