body {
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #000;
	background-image: url(/images-home/index_01.jpg);
	background-repeat: repeat-x;
}

a {
	color: #ccc;
	text-decoration: none;
}

.catTitle {
	color:#f60;
	font-weight:bold;
}

/* Main Content Left Menu */
/* Actual menu CSS starts here */
.menu,
.menu ul {
	margin:0;
	padding:0;
	list-style:none;
}
.menu {
	width:170px;
}
.menu li {
	display:block;
	margin:0;
	padding:0;
	margin-bottom:1px;
	text-align:center;
}
.menu a {
	display:block;
	padding:2px 5px;
	color:#fff;
	padding:5px;
	font-weight:bold;
	text-decoration:none;
	background-color: #900;
	background-image: url(/images-home/title_bgnd.jpg);
	background-repeat: repeat-x;
}
/*
.menu a:hover,
.menu a:focus,
.menu a:active {background:#900;}
*/
.menu ul li {padding-left:15px; list-style:disc; list-style-image:url(/images-home/redb.gif); list-style-position:inside; text-align:left;}
.menu ul a {background:#333; padding:2px; font-size: 9px; font-weight:normal;}
.menu ul a:hover,
.menu ul a:active {background:#666;}
.menu ul a:focus {background:#000;}

/* Products Container */
#prodcontainer table {
	margin: 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
/*
	border: 2px solid #eee;
*/
	border-collapse: collapse;
	width: 100%;
	text-align: left;
}

#prodcontainer th {
	color: eee;
	background-color: #900;
	background-image: url(/images-home/th_bgnd.jpg);
	background-repeat: repeat-x;
/*
	border-bottom: 1px solid #eee;
*/
	vertical-align: middle;
	padding: 7px;
	font-size: 16px;
	font-weight: bold;
}

#prodcontainer td {
/*
	border-bottom: 1px solid #eee;
*/
	background-color: #222;
	padding: 5px;
}

#prodcontainer td.title {
	border-right: 1px solid #eee;
	background-color: #bdbdff;
	padding: 7px;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	text-align: right;
	white-space: nowrap;
}

#prodcontainer table.contato td {
	color: #333;
	background-color:#fff;
}
#prodcontainer table.contato td a {
	color: #c00;
}
#prodcontainer table.contato td.frmlabel {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	text-align: right;
}

/* Launchings Container */
#launchcontainer table {
	margin: 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
/*
	border: 2px solid #eee;
*/
	border-collapse: collapse;
	width: 100%;
	text-align: left;
}

#launchcontainer th {
	color: eee;
	background-color: #900;
	background-image: url(/images-home/th_bgnd.jpg);
	background-repeat: repeat-x;
/*
	border-bottom: 1px solid #eee;
*/
	vertical-align: middle;
	padding: 7px;
	font-size: 16px;
	font-weight: bold;
}

#launchcontainer td {
/*
	border-bottom: 1px solid #eee;
*/
	background-color: #222;
	padding: 5px;
}

#launchcontainer td.title {
	border-right: 1px solid #eee;
	background-color: #bdbdff;
	padding: 7px;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	text-align: right;
	white-space: nowrap;
}
.copyright {
	font-family: verdana;
	font-size: x-small;
	font-style: bold;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #ccc;
	display: block;
	text-align:center;
}
