.trmark{
   
    width: 178px;
    height: 44px;
    float:left;
     text-align: center;
     margin-top:10px;
     
}
.trmark:hover{
     -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 0px solid #fbfbfb;
    float:left;
    background-color: #d0cece;
    width: 178px;
    height: 44px;
}
.trmark_now{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #d0cece;
    float:left;
    width: 178px;
    height: 44px;
    margin-top:10px;
}
.tmlogo{
        text-align: center;
        margin-top: 5px;
}
.allmark{
    margin: 13px 20px 0 10px;
    width: 111px;
    height: 39px;
    background-image: url(/images/allmark_off.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    float: left;
}
.allmark:hover{
    width: 111px;
    margin: 13px 20px 0 10px;
    height: 39px;
    background-image: url(/images/allmark_on.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    float: left;
}
.allmark:active{
    width: 111px;
    margin: 13px 20px 0 10px;
    height: 39px;
    background-image: url(/images/allmark_active.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    float: left;
}
.distrib_region{
    text-align:center;    
    font-size:16px;
    margin-top: 20px;
}
.contact_distrib{
    margin:20px 0 0 100px; 
    border-bottom: 0px; 
    border-spacing: 0px;
    font-size:1.2em;
}
.contact_distrib tr td{
   font-size:16px; 
   font-family: arial; 
  border-bottom: 0px; 
  border-spacing: 0px;
}
BODY {MARGIN: 0; BACKGROUND-COLOR: #ffffff; SCROLLBAR-TRACK-COLOR: #ececec; SCROLLBAR-BASE-COLOR: #fffffff}

DIV {font-family: Arial, Helvetica, sans-serif}
TD {font-family: Arial, Helvetica, sans-serif; font-size:  small}
H1 {FONT-SIZE: 14pt; color: #8e8e8e; MARGIN-BOTTOM: 5px}
H2 {FONT-SIZE: 13pt; color:#8e8e8e; MARGIN-BOTTOM: 5px}
IMG {BORDER: 0}

A {COLOR: #0080ff; text-decoration: underline}
A:visited{COLOR: #800080; text-decoration: underline}
A:hover {COLOR: #0702bd; text-decoration: none}

A.copy  {FONT-size: 11px; TEXT-DECORATION: none; color: blue}
A.copy:visited {FONT-size: 11px; TEXT-DECORATION: none; COLOR: blue}
A.copy:hover {FONT-size: 11px; TEXT-DECORATION: underline; COLOR: #C61E00}

#topmenu {position: absolute; left: 10px; top: 177px; font-size: 13px; font-family: Arial}
#topmenu A, #topmenu A:visited {FONT-size: 13px; TEXT-DECORATION: none; color: #022553; font-family: Arial}
#topmenu A:hover {FONT-size: 13px; TEXT-DECORATION: underline; COLOR: #C61E00; font-family: Arial}

.topNews {font-size: 12px; font-family: Arial}
.topNews A, .topNews A:visited {FONT-size: 12px; TEXT-DECORATION: none; font-family: Arial}
.topNews A:hover {FONT-size: 12px; TEXT-DECORATION: underline; font-family: Arial}

.b_comment {padding: 5}
.bottom {border-bottom: 1px solid #d1ddf8}
.bg {background-position: bottom right; background-repeat: no-repeat; background-image: url(/img/camomile1.jpg)}
.copy {color: blue; text-align: center; font-size: 11px}
.dotted {border-top: 1px dotted #124a95}
.mainpad {padding-left: 10px; vertical-align: top}
.mainpad H1 {margin-left: 30px}
.right {font-size: 12px}




#nav {
	font: bold 13px/18px Verdana;
}
	#nav {
		margin:0; 
		padding:10px 0 0 0; 
		list-style:none;
	}	
	
		/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
		#nav li {
			float:left; 
			display:block; 
			width:auto;
			background-color: #a8c4ed;
			position:relative;
			z-index:1; 
			margin:0;
		}
		
		/* this is the parent menu */
		#nav li a {
			display:block; 
			padding:3px 5px 0 5px; 
			font-weight:700;
			height:23px; 
			text-decoration:none; 
			color:#fff; 
			text-align:center; 
			color:#333;
		}

		#nav li a:hover {
			color:#fff;
		}
	
		/* you can make a different style for default selected value */
		#nav a.selected {
			color:#f00;
		}
	
		/* submenu, it's hidden by default */
		#nav ul {
			position:absolute; 
			left:0; 
			display:none; 
			margin:0 0 0 -1px; 
			padding:0; 
			list-style:none;
		}
		
		#nav ul li {
			width:235px; 
			float:left; 
			border-top:1px solid #fff;
		}
		
		/* display block will make the link fill the whole area of LI */
		#nav ul a {
			display:block;  
			height:15px;
			text-align: left;
			padding: 8px 5px; 
			color:#666;
		}
		
		#nav ul a:hover {
			text-decoration:underline;	
		}

		/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
		*html #nav ul {
			margin:0 0 0 -2px;
		}
