body {
	padding: 0px;
	margin: 0px;
	background:#f8f9f9;
}
table {
	border-collapse: collapse;
}
img {
	border: 0;
}
td{
	padding:0;
}
/**********************HEAD***********************/
td.head{
	background:#e9461d url('/images/templates/top_bg.gif') repeat-x 0 0;
	height:164px;
	width:100%;
	vertical-align:top;
	text-align:center;
}
td.head_flash{
	background:#e9461d url('/images/templates/top_bg.gif') repeat-x 0 0;
	vertical-align:top;
	padding-right:10px;
	padding-top:13px;
}
/**********************MENU***********************/
td.menu{
	background:transparent url('/images/templates/bg_middle.gif') repeat-x 0 0;
	height:69px;
	width:100%;
	vertical-align:top;
	text-align:right;
	padding:0px 40px 0px 0px;
}
td.menu table{
	border:0;
}
td.menu td.l{
	background:transparent url('/images/templates/menu_l.gif') no-repeat top left;
	width:7px;
	height:31px;
}
td.menu td.r{
	background:transparent url('/images/templates/menu_r.gif') no-repeat top right;
	width:7px;
}
td.menu td.c{
	background:transparent url('/images/templates/menu_c.gif') repeat-x top left;
}
td.c ul{
	display:inline;
	padding:0;
	margin:0;
	border-collapse:collapse;
	list-style-type:none;
}
td.c li{
	display:inline;
	margin:0;
	padding:3px 5px 5px 7px;
	//padding:3px 5px 5px 6px;
	text-align:center;
	vertical-align:top;
	height:28px;
	border-left:1px solid #878787;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#bb0500;
}
td.c li.first{
	height:28px;
	border:0;
}
td.c li a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#bb0500;
	text-decoration:none;
}
td.c li a:hover{
	text-decoration:underline;
}
td.content{
	width:100%;
	height:100%;
	padding:7px 15px 20px 15px;
	vertical-align:top;
}
.prod { text-decoration: none; font-weight:normal; margin-left:20px; margin-right:20px;}
.prod h1{ font-size:18px; text-decoration: none; font-weight:normal; margin-left:20px; margin-right:20px;}
.prod p{ text-decoration: none; font-weight:normal; text-align:justify;}
.prod a{ text-decoration: none; font-weight:normal;}
.prod strong{ text-decoration: none; font-weight:normal; color:#000000;}
.prod p a{ text-decoration: none; font-weight:normal;}
.prod p a strong{ text-decoration: none; font-weight:normal; color:#000000;}
