/* ============ distributors styles, ASD Carino 27 May 2005 ============ */

div#distrib p {
	margin-top: 7px;
	margin-bottom: 0;
}

div#distrib p.first {
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 20px;
	margin-top: 0;	
	text-transform: uppercase;
	font-variant: normal;
	color: #00F;
}

div#distrib p.first em {
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
}

.distribitem {
	font-size:10px;
	width: 170px;
	height: auto;
	padding: 0;
	margin: 0 10px 10px 0;
	float:left;
	overflow:visible;
}

.distribclearing {
	clear:both;
	height:1px;
	overflow:hidden
}

h1.center {
	text-align:center;
}

/* ============ CSS sub-menu, ASD Carino 25 May 2005, credit http://css.maxdesign.com.au/listamatic/ ============ */

#navcontainer ul
{
	text-align: center;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0;
	margin-top: 0; /* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	background-color: White;
	width: 100%;
	line-height: 18px; /* fixes Firefox 0.9.3 */
	font-size: 0.8em;
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 3px;
/* matches link padding except for left and right */
padding-top: 3px;
}

#navcontainer ul li a, #navcontainer ul li a:visited
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #36C;
}

#navcontainer ul li a:hover
{
	background-color: Red;
	color: White;
}

#navcontainer #active { border-left: 1px solid #fff; }


/* ============ Two-column style, ASD Carino 26 May 2005 ============ */

div#twocolumn {
	width: 100%;
}

div#twocolumn ul {
	float: left;
	width: 50%;
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

div#twocolumn ul.right {
	float: right;
}

div#twocolumn ul li {
	padding-left: 20px;
	padding-bottom: 5px;

	background-repeat: no-repeat;
	background-position: 0.4em;
	list-style: none;
}

div#twocolumn br {
	clear: both;
}

/* ============ content float box, ASD Carino 26 May 2005 ============ */

div#floatright {
	float: right;
	border: 1px solid Black;
	margin: 0 0 0.5em 1em;
	padding: 10px;
	width: 250px;
}

div#floatrightcountry {
	float: right;
	border: 0;
margin-right:4px;
	
	padding: 2px;
	z-index: -1;
}

div#floatright p {
	margin-top: 0;
	text-align: center;
}

div#floatright img, div#mminsert img {
	border: 0;
}

div#floatright form {
	text-align: center;
	z-index: -1;
}

div#floatrightcountry form {
	text-align: right;
}

div#mminsert {
	background-color: #F4F6F8;
	border: 1px solid #D2D6DA;
	float: right;
	margin: 0 0 0.5em 1em;
	padding: 12px;
	text-align: left;
	width: 207px;
}

div#mminsert p {
	margin: 0 0 1em;
	text-align: center;
}

a:LINK.pastmm, a:VISITED.pastmm {
color:#F00;
background-color:#E6E7E9;
text-decoration:none;
padding:3px 5px;
margin:0 5px 7px 5px;
font-weight:bold;
}

a:HOVER.pastmm {
color:#FFF;
background-color:#F00;
}


/* ============ Selector pages, ASD Carino 27 May 2005 ============ */


#map {
	width: 750px;
	clear:both;
	padding-left:5px;
	padding-bottom:10px


}
div#selector {
	width: 400px;
	float:left;
}

div#selector img {
	float: left;
	margin: 0 20px 10px 0px;
	border: 0;
}


div#selectorright {
	margin-left:200px;
	width: 250px;
}
div#selectorrightMap {
	float:right;
	width: 200px;
}
div#selectorrightMap img {
	float: right;
	margin: 0 0 10px 20px;
	border: 0;
}

div#selectorright img {
	float: right;
	margin: 0 0 10px 20px;
	border: 0;
}

/* ============ HQs content box and list, ASD Carino 26 May 2005 ============ */

div#hq {
	width: 100%;
	margin-bottom: 10px;
}

div#hq img {
	float: left;
	margin: 0 20px 10px 0px;
	border: 0;
}

div#hq p {
	margin-top: 0;
}

div#hq em {
	font-style: normal;
	color: Blue;
	font-variant: small-caps;
	font-size: 1.2em;
}

div#hqtext {
	float: right;
	width: 60%;
}

div#sitemap {
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid Blue;
}

div#smright {
	float: right;
	width: 50%;
	border: 1px solid Fuchsia;
}

#flaglist {
	text-align: center;
}

#flaglist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-size: 1.2em;
	font-weight: bold;
}

br.clear {
	clear: both;
}

br.clearleft {
	clear: left;
}

br.clearright {
	clear: right;
}

/* ============ Index ============ */
td.lead {
   border:#cdcdcd 1px solid;
}
td.block {
   background-color:#ebeceb;
}
div.md {
   color:#5289e0;
   font-size:110%;
   font-weight:bold;
   margin-bottom:1px;
   padding-left:5px;
   border-bottom:#666666 3px solid;
}
div.md2 {
   color:#ffffff;
   background-color:#5289e0;
   font-size:110%;
   font-weight:bold;
   margin-bottom:1px;
   padding:3px 5px;
}
div.md span.notes {
   color:#666666;
}
div.km {
   padding:5px;
   margin:0px;
}
div.contents {
   margin:5px 10px;
   padding:0px;
}
div.contents hr {
   display:block;
   margin:0px;
   padding:0px;
   height:1px;
   border-style:dashed;
   border-color:#999999;
   border-width:1px 0px 0px;
}
div.item {
	background-repeat: no-repeat;
	background-position: 0px 0.25em;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 90%;
}
div.itemAbout {
	background-repeat: no-repeat;
	background-position: 0px 0.25em;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
}
div.item div.item {
   background-image:url(../img/mark/dot.gif);
}

td.right_block td {
   font-size:90%;
}
td.right_block div.box {
   border-color:#666666;
   border-style:solid;
   border-width:0px 1px 1px;
}
span.notes {
   font-size:90%;
}
img.icon {
   vertical-align:middle;
}
/* ============ table ============ */
table.table {
   border-style:solid;
   border-color:#6a6a6a;
   border-width:1px 0px 0px 1px;
}
table.navi {
	z-index: 100;
}

table.table th, table.table td {
   border-style:solid;
   border-color:#6a6a6a;
   border-width:0px 1px 1px 0px;
   font-size:85%;
   font-weight:normal;
   text-align:center;
}
table.table th {
   background-color:#ebeceb;
}
/* ============ Netscape 4.x ============ */
@media screen {
   body, td, th {
      font-size:90%;
   }
   table.footer td {
      font-size:75%;
   }
   table.pulldown_menu td {
      font-size:80%;
   }
   table.pulldown_menu td a {
   }
   div.contents div.item {
      margin:7px 0px;
   }
   span.notes {
      font-size:75%;
   }
   div.breadnavi {
      font-size:75%;
   }
   td.right_block td {
      font-size:75%;
   }
   table.table th, table.table td {
      font-size:75%;
   }
   .psearch {
      width:100%;
   }
   div.contents div.item {
      line-height:1.0em;
   }
/* Navigation container goes here*/
.navcontainer
{
	height: 25px;
	width: 750px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	clear:both;
	background: #CCCCCC;
	margin-bottom: 20px;
	font-size: 12px;
	
}
.navcontainer ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	background: #CCCCCC;
	color: #333333;
	font-size: 12px;
	
}

.navcontainer ul li {
	float: left;
	text-align: center;
	font-size: 12px;	
}

.navcontainer ul li a
{
	padding: 0;
	width: 100px;	
	margin: 6px 0 0 0;
	text-decoration: none;
	display: block;
	text-align: center;	
	text-decoration:underline;
	font-size: 12px;
	color: #000000;
	text-align: center;
}

.navcontainer ul li a:hover
{
	color: #000000;
	text-decoration:none;
	font-size: 12px;	
}
.navcontainer ul li a:visited
{
	color: #000000;
	font-size: 12px;	
}
.navcontainer ul li a:active
{
	color: #000000;
	text-decoration:underline;
	font-size: 12px;
}
