@charset "utf-8";
/* CSS Document */

@font-face {
 font-family: "trebuchet MS";
 src: url("../font/trebuc.eot") ;
}
@font-face {
 font-family: "trebuchet MS";
 src: url("../font/trebuc.ttf") format("truetype");
}

@font-face {
 font-family: "trebuchet MS Bold";
 src: url("../font/trebucbd.eot") ;
}
@font-face {
 font-family: "trebuchet MS Bold";
 src: url("../font/trebucbd.ttf") format("truetype");
}

@font-face {
 font-family: "trebuchet MS Bold Italic";
 src: url("../font/trebucbi.eot") ;
}
@font-face {
 font-family: "trebuchet MS Bold Italic";
 src: url("../font/trebucbi.ttf") format("truetype");
}

@font-face {
 font-family: "trebuchet MS Italic";
 src: url("../font/trebucit.eot") ;
}
@font-face {
 font-family: "trebuchet MS Italic";
 src: url("../font/trebucit.ttf") format("truetype");
}

body   {margin:0px; padding:0px;}
div    {margin:0px; padding:0px;}
table  {margin:0px; padding:0px;}
tr	   {margin:0px; padding:0px;}
th	   {margin:0px; padding:0px; text-align:center; vertical-align:middle;}
td	   {margin:0px; padding:0px; /*text-align:left;*/ vertical-align:top;}
h1     {margin:0px; padding:0px; font-size:24px; font-weight:normal; font-family:"trebuchet MS", Arial, Helvetica, sans-serif;}
h2     {margin:0px; padding:0px; font-size:18px; font-weight:normal; font-family:"trebuchet MS", Arial, Helvetica, sans-serif; color:#da140d;}
h3     {margin:0px; padding:0px; font-size:14px; color:#333333; font-weight:bold; font-family:"Trebuchet MS Bold",Arial,Verdana;}
h4     {margin:0px; padding:0px; font-size:16px;}
h5     {margin:0px; padding:0px; font-size:16px;}
h6     {margin:0px; padding:0px; font-size:14px;}
p      {margin:10px 0; padding:0px;}
a      {text-decoration:none; color:#004b91 ;}
img		{border:0px;}

td,p,div{
font-family: "Trebuchet MS",Arial,Verdana;
font-size:13px;
color:#333333
}

input,textarea,select{
font-family: "Trebuchet MS",Arial,Verdana;
font-size:12px;
color:#444444;
}

input,textarea,select{
	border:1px solid #676767;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.insideLogo img{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

i.bold{
	font-family:"Trebuchet MS Bold Italic",Arial,Verdana; 
}

i{font-family:"Trebuchet MS Italic",Arial,Verdana; }

b{font-family:"Trebuchet MS Bold",Arial,Verdana; font-weight:bold; color:#000000;}

a:hover{color:#da140d; text-decoration:underline;}
a:focus{outline:0px;}
.blue{color:#50b5e6; font-weight:bold;}
.bold{font-family:"Trebuchet MS Bold",Arial,Verdana; font-weight:bold; color:#000000;}
.catbold{font-family:"Trebuchet MS Bold",Arial,Verdana; font-weight:bold; color:#000000; text-decoration:underline;}

.fltleft{float:left;}
.fltright{float:right;}
.clearfloat{clear:both; height:0px; line-height:0px; font-size:1px;}


body{
	font-family: "Trebuchet MS",Arial,Verdana;
	font-size:13px;
	font-weight:normal;
	text-align:left;
	color:#000;
	background:url(../images/innerBgnew.jpg) repeat-x #fff;
    background-position: left -20px;
}

#apDiv1{
		position:absolute;
		margin-left:0px auto;
		left:0px;
		width:100%;
		height:3px;
		z-index:1;
		background:url(../images/top_bar.gif) repeat-x;
	}

#container{
	margin:0px auto;
	width:1000px;	
}
/* -----------------------------------------------header-------------------------------------------------------- */
#header{
	height:466px;
	border:solid 0px;
}
#innerHeader{
	/*height:179px;*/
	border:solid 0px;
}

#logo{
	height:80px;
}

#innerBanner{
    padding-top:15px;
	height:50px;
	/*margin:23px 0 0 0;*/
}

#banner{
	height:264px;
	margin:13px 0 0 0;
}
#banner .hd{color:#cee607; /*color:#FFFFFF;*/ font-size: 22px;}
#banner .tagline{color:#fff; /*color:#cee607*/; font-size:14px; padding:5px 0px; font-style: italic;}
#banner .video_desc{line-height: 17px; color:#fff;/*color:#f2ff85;*/ font-size:12px; padding:5px 0;}


/*-----------home-----------*/
/*.home a
  {
    display: block;
    width: 71px;
    height: 33px;
    background:url("../images/button/home.gif") no-repeat 0 0;
  }

.home a:hover, .home_active a
  { 
    background:url("../images/button/home_over.gif") no-repeat 0 0;
  }*/

#home a
  {
    display: block;
    width: 71px;
    height: 33px;
    background:url("../images/button/home.gif") no-repeat 0 0;
  }

#home a:hover, #home a.active
  { 
    background:url("../images/button/home_over.gif") no-repeat 0 0;
  }
/*-----------end home-----------*/

/*-----------about-----------*/
  
#about a
  {
    display: block;
    width: 68px;
    height: 33px;
    background:url("../images/button/about.gif") no-repeat 0 0;
	text-decoration:none;
  }

#about a:hover, #about a.active
  { 
    background:url("../images/button/about_over.gif") no-repeat 0 0;
  }
/*-----------end about-----------*/   

/*-----------products-----------*/
  
#products a
  {
    display: block;
    width: 87px;
    height: 33px;
    background:url("../images/button/products.gif") no-repeat 0 0;
  }

#products a:hover, #products a.active
  { 
    background:url("../images/button/products_over.gif") no-repeat 0 0;
  }
/*-----------end products-----------*/ 

/*-----------catalogue-----------*/
  
#catalogue a
  {
    display: block;
    width: 99px;
    height: 33px;
    background:url("../images/button/catalogue.gif") no-repeat 0 0;
  }

#catalogue a:hover, #catalogue a.active
  { 
    background:url("../images/button/catalogue_over.gif") no-repeat 0 0;
  }
/*-----------end catalogue-----------*/ 

/*-----------my_account-----------*/
  
#my_account a
  {
    display: block;
    width: 104px;
    height: 33px;
    background:url("../images/button/my_account.gif") no-repeat 0 0;
  }

#my_account a:hover, #my_account a.active
  { 
    background:url("../images/button/my_account_over.gif") no-repeat 0 0;
  }
/*-----------end my_account-----------*/ 

/*-----------contact-----------*/

#contact a
  {
    display: block;
    width: 87px;
    height: 33px;
    background:url("../images/button/contact.gif") no-repeat 0 0;
  }

#contact a:hover, #contact a.active
  { 
    background:url("../images/button/contact_over.gif") no-repeat 0 0;
  }
/*-----------end contact-----------*/ 

/*#topmenu{
	height:43px;
	
}
#topmenu ul
{
	
}
#topmenu li
{
	float:left;
	display:block;
	line-height:33px;
	list-style:none;
	margin:0 2px 0 0;
	text-align:center;
}
#topmenu a
{
	font-family:"trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	display:block;
	color:#000;
	background:#ececec;
}
#topmenu a:hover, #topmenu li .sel, #topmenu li:hover 
{
	font-family:"trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	display:block;
	background:#000;
	text-decoration:none;
}
*/
/* -----------------------------------------------maincontent-------------------------------------------------------- */
#maincontent{
	line-height:18px;
	background:url(../images/left_bg.gif) repeat-y 0% 0%;
}

/*#maincontent .fltleft{
	float:left;
	width:225px;
	background:#f0f6f9;
	padding:15px 0 15px 15px;
	}*/
	
#maincontent .fltleft ul{
    margin:0px; padding:0px;	
	}
	
#maincontent .fltleft li{
	list-style:none;
	}
	
#maincontent .fltleftall ul{
	padding: 0;
	}
	
#maincontent .fltleftall li{
	list-style:none;
	padding:15px 0;
	border-bottom:dotted 1px #000;
	}
	
#maincontent .fltleftall li p{
	font-family:"trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
	}	

.boldleft{
	font-family:"Trebuchet MS Bold",Arial,Verdana; font-weight:bold; color:#000000;
	}

#maincontent .fltleftall li.noborder{
	list-style:none;
	padding:10px 0 10px 0;
	border-bottom:none;
	}
	
.login{
font-family:"trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#000;
padding:10px 0;
}
	
.login a{
font-family:"trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
text-decoration:none;
color:#005e96;
}

.login a:hover{
font-family:"trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
text-decoration:underline;
color:#000;
}

#maincontent .fltrightall{
	float:right;
	width:690px;
	margin:20px 0 0 0;
	}

.above{
	font-family:"trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
	}
	
.above h1, .prod_left h1{
	color:#da140d;
    line-height: 30px;
	}
	
.red{
    color:#da140d;
    font-family:"Trebuchet MS Bold",Arial,Verdana;
}
	
.above h3,.prod_left h3{
	font-family:"trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:italic;
	color:#000;
}


.trophy{
	height: 115px;
    top: -110px;
    width: 100px;
    position: relative;
    text-align: right;
    left: 400px;
}

.bottom{
	margin-top:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
}
	
#maincontent .fltright{
	float:right;
	width:755px;
	}
#maincontent .infltright{
	float:left;
	/*width:779px;*/
	}

#maincontent .infltright2{
	float:right;
	width:779px;
	background:url(../images/bgrite.gif) repeat-y 100% 0%;
	}

#maincontent .midfltleft{
	float:left;
	width:510px;
	padding:10px 2px 15px 2px;
	border:0px solid black;
	}
#maincontent .middle{
	float:left;
	width:520px;
	padding:10px 2px 15px 2px;
	border:0px solid black;
	}
	
#maincontent .middlehalf{
	float:left;
	width:770px;
	padding:10px 2px 15px 15px;
	border:0px solid black;
	}

#maincontent .middlefull{
	float:left;
	width:975px;
	padding:10px 2px 15px 15px;
	border:0px solid black;
	}

.catalogue{
	margin:0 0 0 10px;
}

.catalogue a{
	font-family:Arial, Helvetica, sans-serif;
	color:#da140d;
	text-decoration:underline;
}

.catalogue a:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:underline;
}

.catalogue ul{

}

.catalogue td{
	vertical-align:middle;
}

.catalogue td.td_cat1{
	padding-right:20px;
}

.catalogue td.td_cat2{
	vertical-align:top;
}

.catalogue img.brder{
	border:solid 1px #ccc;
	padding:3px;
}

.catalogue .pdf a{
	line-height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	padding:7px 10px 7px 28px;
	background:url(../images/pdf.gif) no-repeat  #ccc;
	text-align:center;
	text-decoration:none;
}

.catalogue .pdf a:hover{
	line-height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	padding:5px 10px 5px 28px;
	background:url(../images/pdf.gif) no-repeat #da140d;
	text-align:center;
	text-decoration:none;
}

.catalogue ul li{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width:95%;
	list-style:none;
	padding:5px 10px;
	background:#fff;
	border:solid 1px #CCCCCC;
	margin:10px 0px;
}

/*.catalogue ul li.other{
	list-style:none;
	width:94%;
	padding:5px 10px;
	background:#fff;
	border:solid 1px #CCCCCC;
	margin:10px 0px;
}*/
	

/*	
#maincontent ul .red_bullate li{
	list-style-image:url(../images/bullate.gif);
	color:#FFFFFF;
	margin-left:5px;
	}
*/	
#maincontent ul .red_bullate li a{
	list-style-image:url(../images/bullate.gif);
	color:#FFFFFF;
	text-decoration:none;
	padding-left:2px;
	}
	
#maincontent ul .red_bullate li a:hover{
	list-style-image:url(../images/bullate.gif);
	color:#FFFFFF;
	text-decoration:underline;
	//margin-left:5px;
	}
	
#maincontent .lhsitem li a{text-decoration:none;color:#000000; font-weight:lighter;}

#maincontent .lhsitem li a:hover{text-decoration:underline;color:#000000; font-weight:lighter;}

.newreleases{
	background:#fff;
	width:600px;
	margin:10px 5px 10px 0;
	}

.newreleases ul{
	}

.newreleases li{
	float:left;
	width:110px;
	height:155px;
	list-style:none;
	background:#FFFFFF;
	border:solid 1px #fff;
	margin:0px 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size:12px;
	text-align:left;
	}
	
.newreleases li p{
	margin:85px 10px 0 10px;
	font-size:12px;
	text-align:left;
	}
	
.bestsellers{
	background:#f0f6f9;
	width:600px;
	margin:10px 5px 10px 0;
	}

.bestsellers ul{
	}

.bestsellers li{
	float:left;
	width:115px;
	height:155px;
	list-style:none;
	background:#FFFFFF;
	border:solid 1px #c2d9e5;
	margin:0px 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size:12px;
	text-align:left;
	line-height: 16px;
	}
	
.bestsellers li p{
	margin:85px 10px 0 10px;
	font-size:12px;
	text-align:left;
	}

.prod_name{
	font-family:"Trebuchet MS Bold",Arial,Verdana;
	font-weight:bold;
	font-size:13px;
	text-align:left;
	}
	
.prod_desc{
	font-weight:lighter;
	}
	
.myaccnt{
	
}

.myaccnt ul{
	margin-left:20px;
}

.myaccnt ul li{
	list-style:none;
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#333;
	text-decoration:none;
	text-align:left;
	padding-left:15px;
	padding-top:5px;
	/*background:url(../images/ma_btn_bg.png) repeat-x;*/
	width:145px;
	height:30px;
	margin-bottom:0;
	border-bottom:dotted 1px #999;
	/*-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px;
	border-radius: 8px 0 8px 0;*/
}

.myaccnt a{
	font-family:"trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333333;
	text-decoration:none;
	width:145px;
	height:30px;
}

.myaccnt a:hover, .myaccnt li:hover, .myaccnt li.active, .myaccnt a.active{
	/*background:url(../images/ma_btn_bg_sel.png) repeat-x;*/
	font-family:"trebuchet MS", Arial, Helvetica, sans-serif;
	width:145px;
	height:30px;
	color:#da140d;
}

.myacc_right{
	float:right;
	padding:10px 0 10px 0;
	border-left:1px dotted #999999;
}


/*.myaccnt{

}

.myaccnt ul{
	
}

.myaccnt ul li{
	list-style:none;
	line-height:30px;
	margin:5px 0 0 0;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#333333;
}

.myaccnt a{
	list-style:none;
	line-height:30px;
	margin:5px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}

.myaccnt li a:hover, .myaccnt li:hover, .myaccnt li.active{
	list-style:none;
	line-height:30px;
	margin:5px 0 0 0;
	background:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}*/

/* -----------------------------------------------footer-------------------------------------------------------- */
#footer_wrapper{
	width: 100%;
	height:232px;
	background:url(../images/footer.jpg) repeat-x #FFFFFF;
	z-index: 1;
    position: relative;
	}

#footer{
width:1000px;
margin:0px auto;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
}
#footer ul{
	margin:0;
	padding:0;
}

#footer ul li{
	list-style-type:none;
	font-size:15px;
	font-family:"Trebuchet MS Bold",Arial,Verdana;
	font-weight:bold;
	color:#4d4c4c;
	margin:12px 0 0 15px;
	line-height:15px;
}
#footer ul li a{
	font-size:15px;
	font-family:"Trebuchet MS Bold",Arial,Verdana;
	font-weight:bold;
	color:#4d4c4c;
	text-decoration:none;
}
#footer ul li a:hover{
	font-size:15px;
	font-family:"Trebuchet MS Bold",Arial,Verdana;
	font-weight:bold;
	color:#4d4c4c;
	text-decoration:underline;
}
#footer ul li ul{
	margin:0;
	padding:0;
}
#footer ul li ul li{
	list-style-type:none;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	color:#000000;
	margin:2px 0 0 2px;
	line-height:15px;
}

#footer ol li{
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:lighter;
	color:#000000;
	margin:2px 0 2px 0;
}

#footer ul li ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:lighter;
	color:#000000;
	text-decoration:none;
}

#footer ul li ul li a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:lighter;
	color:#000000;
	text-decoration:underline;
}
#footer a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:lighter;
	color:#000000;
	text-decoration:none;
}
#footer a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:lighter;
	color:#000000;
	text-decoration:underline;
}
.insideLogo{
	position:absolute; 
	width:199px;
	float:left;
}

.insideHead{
	color:#FFFFFF;
/*	position:absolute;
	margin-left:220px;
	margin-top:-4px;*/
    padding-left: 20px;
}

.insideHeadFull{
	color:#FFFFFF; 
	position:absolute; 
	margin-left:5px;
}

#innerBanner a{
	color:#FFFFFF;
}

#innerBanner a.curr{
	color:#FFFFFF;
	text-decoration:underline;
}

.quick_search{
	float:right;
	color:#b9b9b9;
	margin-right:10px;
	margin-top:20px;
}

.prod_head{
	color:#da140d;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
	padding-bottom:5px;
	background:url(../images/bottomLine_full.gif) 10px 15px no-repeat;
}

.prod_head2{
	font-family:"Trebuchet MS Bold",Arial,Verdana; 
	color:#da140d;
	font-size:15px;
	font-weight:bold;
	padding-bottom:1px;
}

.halfarea {
    border: 0 solid #666666;
    margin: 10px 10px 5px;
/*    overflow: auto;
	height: 210px;
*/}
.td_opt2 {
    background-color: #dfdfdf;
    border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #fefefe;
	border-right: 1px solid #fff;
	padding:5px;
}
.td_opt1 {
    background-color: #f1f1f1;
    border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #fefefe;
	border-right: 1px solid #fff;
	padding:5px;
}
.playButton{
	background:url(../images/play_btn.png) no-repeat;
	position:absolute;
	width:60px;
	height:36px;
	left:210px;
	top:110px;
	cursor:pointer;
}
.playButton:hover{
	background:url(../images/play_btn_hover.png) no-repeat;
	position:absolute;
	width:60px;
	height:36px;
	left:210px;
	top:110px;
	cursor:pointer;
}
.banner_img{
	background:url(../images/banner_img_bg.gif) no-repeat;
	width:482px;
	height:270px;
}
.err_msg{
	color:#FF0000;
}

.list_title{
  font-family:"Trebuchet MS Bold",Arial,Verdana;
  color : #E13218;
  font-weight: bold;
}
/*#footer .fltleft{width:50%;}
#footer .fltright{width:50%; text-align:right;}

#footer a{color:#fdb515;}
#footer a:hover{color:#fff;}*/


#maincontent .exfltright{
	float:right;
	padding:0px 0 15px 15px;
	}
	#maincontent .fltleft{
	float:left;
	width:175px;
	/*background:#f0f6f9;*/
	padding:15px 0 5px 10px;
	height:100%;
	}
	#maincontent .midfltleft{
	float:left;
	width:600px;
	padding:5px 3px 15px 3px;
	border:0px solid black;
	}
.blank_class{
    border:0px solid #fff;
}
.lhs_title{
    color:#DA140D;
    font-family:"Trebuchet MS Bold",Arial,Verdana;
//    padding: 5px 0px;
}
.navbutton{

}
.navbutton a{
  font-family:"Trebuchet MS Bold",Arial,Verdana;
  background: none repeat scroll 0 0 rgba(0, 93, 150, 1);
  color: #ffffff;

  padding: 3px 10px 3px;
/*  margin: 5px 0px;
  position: relative;
 bottom: 2px;
  height:43px;*/
    -moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 5px 5px;
}/*
.navbutton a:hover{
  text-decoration: none;
  background: none repeat scroll 0 0 rgba(3, 65, 105, 1);
  color: #ffffff;
}*/
#navmenu{
text-align: right;
}

#navmenu li{
list-style:none;
display: inline;
}
.loginclass{
height:38px;
}
.crclass{
  text-align: right;

  padding-top: 5px;
}
.declaration{
    padding-top: 5px;;
  font-size:10px;
}
.welcome_bold_cls{
font-size: x-large;
font-family:"Trebuchet MS Bold",Arial,Verdana;
}
.welcomecls{
padding: 10px 0px;
font-size: large;
font-family:"Trebuchet MS Bold",Arial,Verdana;
}
.footerlist ul{ padding: 0px;  margin: 0px; list-style: none;}
.footerlist li{ padding: 0px;  margin: 0px;}
.prodtype_box ul{margin:0px; padding: 0px;}
.product_right ul,.product_right li{margin:0px; padding:}
#navmenu ul{margin:0px; padding: 0px;}
.redtitle{
    padding: 2px 0px;
}
.innerpage{
/*	-moz-border-radius: 3px ;
	-webkit-border-radius: 3px;
	border-radius: 3px */
  margin-top:10px;
}
.inner_page_left{width:210px;float:left;}
.inner_page_right{width:785px;float:right;padding-top:9px;}
.inner_page_right h1{ color:#fff }
.lband{
width:200px; float:left; border:1px solid #ff0000;
background-color:#F0F6F9 ;
}
.infltright h1{
  color:#fff;
}
.breadcrump{  padding: 5px 0px; color: #cececc; height: 18px;}
.breadcrump a{ color: #cececc; }
.breadcrump a:hover{
color:#fff;
text-decoration:underline;
}
.content{
	float:left;
	width:100%;
	}
.pager{
    color: #000000;
    font-weight: bold;
}
/*copied from 542 line*/
#maincontent ul .red_bullate li {
    color: #FFFFFF;
    list-style-image: url("../images/bullate.gif");
    list-style-position: inside;
    padding-left: 5px;
}
.heighlited{
	background:#005e96;
	/*/background:url("../images/bg_li.gif");
	//list-style-image: url("../images/bg_li.gif")*/
	list-style-image: url("../images/blue_bullate.gif");
}
strong
{
font-weight:900 !important;
}
.msbolt{
	font-family: "Trebuchet MS Bold",Arial,Verdana;
}

#container::after, #maincontent::after { 
    clear:both;
	content: " ";
    display: block;
}