

body { margin-top: 0 background-gcolor: #ffffff; font-family: verdana, arial, helvetica, sans-serif;  font-size: 11px;  }

td { font-family: verdana, arial, helvetica, sans-serif;  font-size: 11px; }

.mash { font-family: verdana, arial, helvetica, sans-serif;  font-size: 11px; color: 314A6B }


a:link {color: #154897;  font-family: verdana, arial, helvetica, sans-serif; text-decoration: none}

a:visited {color: #154897;  font-family: verdana, arial, helvetica, sans-serif; text-decoration: none} 

a:active {color: #154897;  font-family: verdana, arial, helvetica, sans-serif; text-decoration: underline} 

A:hover {text-decoration: none; color: #000000}

}
.navbar {
	height: 15px;
	width: 200px;
	left: 1px;
	top: 0px;
	color: #fff;
	position: center;
	border: 0px solid #F01010;
	overflow: auto;
	background-color: #000000;
}
a.navbar_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 10px;
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
	text-decoration: none;
	width: 180px;
	display: block;
	padding-left: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom: 1px solid #F01010;
	}
}
.subnavbar {
	height: 135px;
	width: 200px;
	left: 1px;
	top: 0px;
	color: #fff;
	position: relative;
	border: 1px solid #F01010;
	overflow: auto;
	background-color: #000000;
}
a.subnavbar_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 10px;
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
	text-decoration: none;
	width: 180px;
	display: block;
	padding-left: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom: 1px solid #F01010;
	
	}
	.buttonscontainer {width: 175px;}

.buttons a {color: #000000;
border: 1px solid;
background-color: #E6E4D7;
padding: 2px;
padding-left: 3px;
font: 10px Verdana, sans-serif;
font-weight: bold;
text-decoration: none;
border-color: #f1f1e9 #B2B2AC #B2B2AC #f1f1e9;
display: block;
margin: 0px;
width: 100%;
text-align: left;}

.buttons a:hover {border: 1px solid;
padding-left: 4px;
padding-top: 3px;
padding-bottom: 1px;
padding-right: 1px;
background-color: #f1f1e9;
border-color: #B2B2AC #f1f1e9 #f1f1e9 #B2B2AC;
color: #646461;
text-decoration: none;}

#painters2 {
  padding:0;
  margin:0;
  list-style-type:none; 
  }
#painters2 li {
  width:155px; 
  height:25px; 
  float:left;
  border:1px solid #000;
  margin-right:2px;
  }
#painters2 a em {
  font-style:normal; 
  font-size:1em; 
  line-height:1.5em;
  }
#painters2 a {
  text-decoration:none;
  color:#000;
  position:absolute; 
  width:75px; 
  height:20px; 
  display:block;
  text-align:center;
  }
#painters2 a.red {background:#c00; color:#fff;}
#painters2 a.orange {background:#fc0; color:#000;}
#painters2 a.yellow {background:#ee0; color:#000;}
#painters2 a.green {background:#080; color:#fff;}
#painters2 a.blue {background:#00c; color:#fff;}
#painters2 a:hover {
  width:160px; 
  height:28px;
  z-index:200;
  background:transparent url(../ads/opaque.gif);
  }
#painters2 a:hover em {
  font-size:1.5em;
  line-height:1.1em;
  overflow:hidden;
  cursor:pointer;
  background:#fff; 
  border:1px solid #000;
  position:absolute; 
  width:150px; 
  height:25px;
  left:-12px; 
  top:-4px;
  }
#painters2 a:hover.red em {background:#c00;}
#painters2 a:hover.orange em {background:#fc0;}
#painters2 a:hover.yellow em {background:#ee0;}
#painters2 a:hover.green em {background:#080;}
#painters2 a:hover.blue em {background:#00c;}

.menu {
  display:table;         /* ignored by IE */
  padding:0; 
  list-style-type:none;
  white-space:nowrap;    /* keep text on one line */
  border:0px solid #06a; /* add a border to show size of menu */
  }
* html .menu {
  display:inline-block;  /* for IE only */
  width:1px;             /* IE will expand to fit menu width */
  padding:0 2px;         /* fix bug in IE for border spacing */
  }  
.menu li {
  display:table-cell;    /* ignored by IE */
  }
* html .menu li {
  display:inline;        /* for IE only */
  }
.menu a, .menu a:visited {
  display:block;         /* for all browsers except IE */
  padding:4px 16px;
  color:#ffffff; 
  background:#000000; 
  border:0px solid #fff; /* add a 1px white border around items */ 
  text-decoration:none;
  }
* html .menu a, * html .menu a:visited {
  display:inline-block;  /* for IE only */ 
  margin:0 -2px;         /* to correct an IE border width bug */  
  }
.menu a:hover {
  color:#fff; 
  background:#08c;
  }

.lefted {margin:0 auto 0 0;}
.centered {margin:0 auto;}
.righted {margin:0 0 0 auto;}
