/* Top elements */
* { margin:0; padding: 0; }

body {
	background-color: #999999;
 	color: #555; 
 	font: 70%/1.5  Verdana, 'Trebuchet MS', arial, sans-serif;
 	text-align: center; 
 	margin: 15px 0;
}  

/* links */
a	{ 
	color: #333;
	background: inherit;
	text-decoration: none;
}

a:hover { 
	color: #c60000;
	background: inherit; 	 
}
 
/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 1.5em;	
}

h2 {
	font-size: 1.1em;
	text-transform: uppercase;
	text-align: center;
	color: #333;
	background:#f2f2f2;
}

h3 {
	font-size: 1.3em;
	text-transform: uppercase;
	text-align: center;
	color: #000000;
	background:#ffffff;
	letter-spacing: 2px;
}

h1, h2, h3, p { 
	padding: 0;
	margin: 10px 15px; 
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #c60000;	
}

ul span, ol span {
	color: #666666;
}

/* images */
img {
	border: 2px solid #CCC;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

/* Campos de formulários. */
br {
	clear: left;
}
textarea {
	width:330px;
	padding:0px;
	height:100px;
}

/*****************************
      LAYOUT 
******************************/
#wrap {
	margin: 0 auto ;
	padding:0;	
	text-align: left;
	background-color:#FFF;
	width: 810px;  	
}
#content-wrap {
	clear:both;
	margin:0; padding:0;
	width: 810px;		
}

/* header */
#header {
	position: relative;
	clear:left;
	width: 810px;
	height: 135px; 
	margin: 0; padding: 0;
	background: #000 url(images/headerbg.jpg) no-repeat left bottom;			
}

/* menu tabs */
#header #header-tabs {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 25px;
	background: #000;
	font: bold 1.1em Verdana, Tahoma, 'Trebuchet MS',  Sans-serif;  
} 
#header-tabs ul {		
	margin:0;
	padding:2px 0px 0px 7px;
	list-style:none;
}
#header-tabs li {
	display:inline;
	margin:0;
	padding:0;
}
#header-tabs a {
	float:left;
	background: url(images/tableft.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#header-tabs a span {
	float:left;
	display:block;
	background: url(images/tabright.gif) no-repeat right top;
	padding:7px 15px 4px 8px;
	color: #CCC;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header-tabs a span {float:none;}
/* End IE5-Mac hack */
#header-tabs a:hover span {
	color:#c60000;
}
#header-tabs a:hover {
	background-position:0% -42px;
}
#header-tabs a:hover span { background-position: 100% -42px;}
#header-tabs #current a { background-position:0% -42px; }
#header-tabs #current a span { background-position:100% -42px; color: #FFF;}

#header #header-login {
	position: absolute;
	top: 0px; right: 0px;
	width: 100px;
	height: 15px;
	background: #000;
	padding-top: 10px;
	font: bold 0.9em Verdana, Tahoma, 'Trebuchet MS',  Sans-serif;  
} 
#header-login a span { color:#808080; }
#header-login a:hover span { color:#FFFFFF; }

/* main content */
#main {
	float: left;
	width: 530px;
	margin-left: 5px; padding: 0;
	background-color: inherit;
}
#main h1 {
	padding: 8px 0 3px 25px;
	text-transform: none;
	background: url(images/square_arrow.gif) no-repeat 0% .7em;
	border-bottom: 2px solid #f2f2f2;	
	color: #C60000;	
}	

/* Atributos comuns a todos os formulários. */
form  {
	margin: 0px 15px;
	padding: 0;
	border: 0px; 
	background-color: #FFFFFF; 
	text-align: left; 
}

label, input, textarea, select {
	font-size: 11px;
	color: #555;
	display: block;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

input.hidden {
	display: none;
	border: none;
	background-color: #fff;
}


input,textarea,select form#contact .title {
	color: #333;
	text-decoration:none;	
	border: 1px solid #c2c2c2; 
}

input.button { 
	background: #CCC url(images/buttonbg.gif) repeat-x left bottom; 
	text-align: center; 
	margin-top: 10px;
	height: 20px;
	color: #333;
	width: 60px;
}

.radio {
	border: 0px;
}


/* Formulário de login. */
form#login {
	display: block;
	float: center;
	width: 250px;
	margin-left: 100px;
	margin-right: 100px;
}

form#login label {
	width: 100px;
	float: left;
	text-align: left;
	padding-right: 10px;
}

form#login input {
	float: right;
}

/* Formulário de contato. */
form#contact .title {
	font-weight: bold;
	background:#f2f2f2;
	margin-bottom: 5px;
	padding: 0 0 0 5px;
}

form#contact label {
	text-align: left;
	width: 120px;
	padding-right: 10px;
}

#main ul.adminmenu {
	list-style:none;
	margin-left: 160px;
	margin-right: 160px;
	padding:0;
}
#main ul.adminmenu li {
 	text-align: center; 
	margin-bottom:30px;
	border: 1px solid #e2e2e2;
	width: 180px;
}
#main ul.adminmenu a {
	display: block;
	font-weight: bold;
	color: #333;
	text-decoration:none;
	background: #f2f2f2;
	min-height: 18px;	
}
#main ul.adminmenu a:hover {
	display: block;
	font-weight: bold;
	text-decoration:none;
	color: #c60000;
	background: #dddddd;
}


/* sidebar */
#sidebar {
	float: right;
	width: 270px;
	margin: 0 0 10px 0; padding: 0;
	background-color: inherit;	
}
#sidebar h1 {
	padding: 8px 0px 3px 25px;
	background: url(images/square_arrow.gif) no-repeat 0% .7em;
	text-transform: none;	
	color: #c60000;
}

#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 15px;
	padding:0;
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #e2e2e2;
}
#sidebar ul.sidemenu a {
	display: block;
	font-weight: bold;
	color: #333;
	text-decoration:none;
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	border-left: 5px solid #CCC;
	min-height: 18px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #dddddd;
	color: #c60000;
	border-left:5px solid #c60000;
}

#sidebar a:hover span {
	color: #111111;
}


/***********************************************************/
/***********************************************************/
/***********************************************************/
/***********************************************************/

/* Propriedades comuns a todos os campos. */
#product #product-header img.img, span.desc, span.spec, img.app #product-docs {
	position: relative;
	border: none;
    display: table;
	margin-left: 15px;
	padding-bottom: 20px;
}

/* Janela utilizada para exibição do produto na aplicação. */
#product-header {
	width: 550px;
    display: table-row;
	padding-top: 20px;
}

/* Foto do produto. */
#product img.img {
	float: left;
	width: 160px;
	height: 120px;
    display: table-cell;
}

/* campo contendo as características do produto. */
#product span.desc {
	float: right;
	margin-right: 15px;
	width: 320px;
	text-align: justify;
    display: table-cell;
}

/* Especificações do produto. */
#product span.spec {
	width: 520px;
	float: left;
	text-align: left;
    display: table-row;
}

/* Exemplo de aplicação. */
#product img.app {
	margin-left: 110px;
	width: 320px;
	height: 240px;
}


/***********************************************************/
/***********************************************************/
/***********************************************************/
/***********************************************************/

/* Tabelas utilizadas no modo administrativo. */
table.admin {
	text-align: left;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	width: 500px;
	border: 1px solid #CCC;
	border-collapse: collapse;
} 

/* Textos que descrevem os itens da tabela. */
td.desc {
	font-weight: bold;
	color: #333;
	text-decoration:none;
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	border: 1px solid #CCC;
}

/* Itens da tabela que podem ser modificados. */
td.item {
	margin-bottom: 1px;
	padding-left: 10px;
	border: 1px solid #e2e2e2;
}

/* Botões de comando. */
td.button {
	padding-left: 10px;
	padding-bottom: 10px;
}

/* Link que permite voltar para a tela anterior. */
span.goBack {
	display: block;
	text-align: right;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 20px;
}


/***********************************************************/
/***********************************************************/
/***********************************************************/
/***********************************************************/

/* Formulários utilizadas no modo administrativo. */
form#admin label {
	text-align: left;
	width: 130px;
	padding-right: 10px;
}





/***********************************************************/
/***********************************************************/
/***********************************************************/
/***********************************************************/

/* footer */
#footer { 
	clear: both;
	height: 40px;
	color: #CCC;
	background: #000;
	font-size: 80%;			
	text-align: center;
}
#footer-center {
	width: 68%;
	margin-left: 10%; 
	margin-right: 10%;
	text-align: center;
	margin: 0; padding: 10px;
}

/* alignment classes */
.align-center  { text-align: center; }
.align-right  { text-align: right; }

/* additional classes */
.clear {	clear:both;	} 
.hide  { display: none; }
.gray  { color: #CCC; }

