/* ------------------------ tabs ----------------- */
.container{width:210px;font-family:Verdana,Tahoma,Arial;font-size:10px;margin:160px 0 0;}
ul.tabs{float:left;list-style:none;height:60px;width:100%;font-weight:700;margin:20px 0 0;padding:0;}
ul.tabs li{float:left;height:40px;line-height:31px;border-left:none;background:url(../imgs/tab-inactive.gif) no-repeat 5px 5px;overflow:hidden;position:relative;margin:0;padding:0;}
ul.tabs li a{text-decoration:none;color:#0e4e88;display:block;font-size:1.2em;top:-10px;outline:none;padding:0 13px;}
ul.tabs li a:hover{background:url(../imgs/tab-active.gif) no-repeat 5px 5px;height:34px;}
html ul.tabs li.active,html ul.tabs li.active a:hover{background:url(../imgs/tab-active.gif) no-repeat 5px 5px;color:#0e4e88;}
.tab_container{clear:both;float:left;width:100%;}
.tab_content{font-size:11px;padding:0;}
.tab_content p{width:177px;height:70px;margin:0 0 0 25px;}
.tab_content h1{width:170px;font-size:12px;text-align:center;margin:0 0 10px 30px;}
/* ------------------------ /tabs ----------------- */