body {
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	margin: 0;
	padding: 0;
}

#wrapper {
		width:1000px;
		position:relative;
		margin:0px auto;
	}
	
#fst{
	 position:absolute;
	 left:460px;
	 top: 546px;
	 z-index:99;
	}	

.bodytext{

   color: #FFFFFF;
   font-family: Tahoma;
   font-size: 11px;  
   text-decoration: none; 
}

a.bodytext:link, a.bodytext:visited{

   color: #FFFFFF;
   font-family: Tahoma;
   font-size: 11px;  
   text-decoration: none; 
   font-weight:bold !important;
}

a.bodytext:hover{

   color: #FFF600;   
   text-decoration: underline; 
}


.htext{

   color: #555555;
   font-family: Tahoma;
   font-size: 11px;  
   text-decoration: none; 
}

a.htext:link, a.htext:visited{

   color: #555555;
   font-family: Tahoma;
   font-size: 11px;  
   text-decoration: none; 
}

a.htext:hover{
   color: #C80002;   
}

@media print {
    .print_but { display: none;}
}
  
@media screen {
   .print_but { display: block;}
}


.butta{
    background-color: #D2009E !important;
    color: #FFFFFF !important;
    font-family: Tahoma;
	font-size: 11px;    
    border: 1px solid #FFFFFF !important;
}

.buttb{
    background-color: #1F297B !important;
    color: #FFFFFF !important;
    font-family: Tahoma;
	font-size: 11px;   
	font-weight:bold; 
    border: 1px solid #FFFFFF !important;
	width:23px;
}

.butt1{
    height:18px;
    background-color: #189DC8 !important;
    color: #FFFFFF !important;
    font-family: Tahoma;
	font-size: 11px;    
    border: 1px solid #FFFFFF !important;
}

.butt2{
    background-color: #FFB0EC !important;
    color: #000000 !important;
    font-family: Tahoma;
	font-size: 11px;    
    border: 1px solid #54C6EA !important;
}


.atext{

   color: #000000 !important;
   font-family: Tahoma;
   font-size: 18px;
   font-weight: bold;
}

.leftt{

   color: #000000 !important;
   font-family: Tahoma;
   font-size: 12px;  
   font-weight: bold; 
   /*width:100%;
   filter:dropshadow(color=#C0C0C0, offx=1, offy=2, positive=true);*/
   text-decoration: none;
}


.inputbox {  
  font-size:11px; 
  font-family: Tahoma; 
  color:#000000 !important;
  padding-left:5px;
  border:1px solid #000000 !important;
  }
  
  .inputboxn {  
  font-size:11px; 
  height:15px;
  font-family: Tahoma; 
  color:#000000 !important;
  padding-left:5px;
  border:1px solid #000000 !important;
  }

.textbox { 
  font-size:11px; 
  font-family: Tahoma; 
  color:#000000 !important;
  padding-left:5px;
  border:1px solid #000000 !important;
  }
  
.whitetd{
  background-color: #FFFFFF !important;
}

.blacktd{
  background-color: #000000 !important;
}

.colortd{
  background-color: #F4F3EA !important;
}

.redtd, .bluetd{
  background-color: #D2009E !important;
}

.titletext{
   color: #FFFFFF !important;
   font-family: Tahoma;
   font-size: 10pt;
   font-weight: bold;
}

.csr{
  cursor:pointer;
}

.tbl_border {border:1px solid #FFFFFF}
.tbl_border1 {border:1px solid #0C1281}
.tbl_border2 {border-left:1px solid #000000}
.tbl_border3 {border:1px solid #0000FF}

.tbl_blk  { background-color: #CCCCCC; }
.cal_td { font-family:Tahoma; font-size:11px; background-color: #FFFFFF; width: 16px; height: 13px; }

.cal_td a { font-family:Tahoma; font-size:11px; background-color: #FFFFFF; color: #0000FF; width: 16px; height: 13px; text-decoration: none;}
.cal_td a:hover { font-family:Tahoma; font-size:11px; background-color: #C80002; color: #FFFFFF; width: 16px; height: 13px; text-decoration: underline;}

#cal_days { background-color: #F7F7F7; text-align:center; }
#cal_hday { background-color: #F1F6F9; }
#cal_nav { background-color: #D8D8D8; padding:3px; }

/* -------*/

h1 {
	font-family: Tahoma;
	font-size: 16px;
	color: #009900;
}
h2 {
	font-family: Tahoma;
	font-size: 14px;
	color: #000099;
}


#main_con{
  padding-left:10px;
  padding-right:10px;
  padding-top:10px;
  padding-bottom:5px;
  text-align:justify;
  line-height: 160%;
  color: #949494;
  font-family: Tahoma;
  font-size: 11px;  
  text-decoration: none;
}

#main_con p{ 
  line-height: 160%;
  color: #949494;
  font-family: Tahoma;
  font-size: 11px;  
  text-decoration: none;
}

#main_con a{  
  color: #029AD5;
  text-decoration: none;
}

#main_con a:hover{  
  color: #E152B0;
  text-decoration: underline;
}

#main_con ol{ 
  line-height:160%;  
}

#main_con ol li{	
	margin-left:15px;
	margin-top:5px !important;
	margin-top:5px;
	margin-bottom:10px !important;
	margin-bottom:10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#main_con ul{ 
  line-height:130%;  
  list-style-type:none;
}

#main_con ul li{
	background-image: url(../images/list_arrow.gif);
	background-position: 0 5px;
	background-repeat: no-repeat;
	margin-left:-15px;
	margin-top:-5px !important;
	margin-top:-15px;
	margin-bottom:10px !important;
	margin-bottom:20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}

.hdbg, .HDBG{  
  color: #029AD5 !important;
  font-family: Tahoma, Arial, Verdana;
  font-size: 12px; 
  text-decoration: none;
  font-weight:bold;
  padding-left:10px;
  padding-right:15px;
  padding-top:4px;
  padding-bottom:4px;
  text-transform:uppercase;
}

.hdbg a, .HDBG A{  
  color: #029AD5;
  font-family: Tahoma, Arial, Verdana;
  font-size: 12px;  
  text-decoration: none;
  font-weight:bold; 
  padding-left:0px;
  padding-right:0px;
  text-transform:uppercase;
  
}

.hdbg a:hover, .HDBG A:hover{  
  color: #E152B0;
}


.log_sub{
 background:url(../images/log_sub.gif);
 width:112px;
 height:22px;
 border:0px; 
 cursor:pointer;
}

.paginationlink{

   color: #949494;
   font-family: Tahoma;
   font-size: 11px;  
   text-decoration: none; 
}

a.paginationlink:link, a.paginationlink:visited{

   color: #029AD5;
   font-family: Tahoma;
   font-size: 11px;  
   text-decoration: none; 
}

a.paginationlink:hover{

   color: #E152B0;
}

.paginationlinkactive{

   color: #E152B0;
   font-family: Tahoma;
   font-size: 11px;  
   font-weight: bold;
   text-decoration: none; 
}

.orngcol{
  color:#E152B0;
}


#viewcart{
  padding-left:5px;
  padding-right:5px;
  padding-top:6px;
  padding-bottom:4px;
  text-align:right;
  line-height: 160%;
  color: #FFFFFF;
  font-family: Tahoma;
  font-size: 11px;  
  text-decoration: none;
}

#viewcart a{  
  color: #FFFFFF;
  text-decoration: none;
}

#viewcart a:hover{  
  color: #FFF600;
  text-decoration: underline;
}

.footer_bg{
  background-color:#176698;
}

.comtext{

   color: #949494;
   font-family: Tahoma;
   font-size: 11px;  
   text-decoration: none; 
}

a.comtext:link, a.ftext:visited{

   color: #949494;
   font-family: Tahoma;
   font-size: 11px;  
   text-decoration: none; 
}

a.comtext:hover{
  color: #E152B0;   
}


.biggertext{

    font-family: Trebuchet MS, Arial;   
    font-size: 11pt;  
	font-weight:bold;
	color: #A09F9F; 
    text-decoration: none; 
}

a.biggertext:link, a.biggertext:visited{

    font-family: Trebuchet MS, Arial;   
    font-size: 11pt;  
	font-weight:bold;
	color: #A09F9F;  
    text-decoration: none; 
}

a.biggertext:hover{
  color: #E152B0;   
}



a.leftlink:link, a.leftlink:visited {
	display: block;	    
	vertical-align: middle;
	font-family: Trebuchet MS, Arial;   
    font-size: 11pt;  
	font-weight:bold;
	color: #A09F9F;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	
	text-decoration: none;
}
 
a.leftlink:hover { 
	color: #189CD1;
}

.linksp{
   background-color:#E48AC5;
}

.head2{
  background:url(../images/head2.jpg);
}

.toplinkbg{
  background-color:#7FD4EF;
}

.left1bg{
   background:url(../images/left1bg.jpg);
   padding-left: 25px;
   color: #FFFFFF;
   font-family: Trebuchet MS, Arial;   
   font-size: 11pt;  
   font-weight:bold;
   text-decoration: none;
}

.left2bg{
   background:url(../images/left2bg.jpg);
   padding-left: 25px;
   color: #FFFFFF;
   font-family: Trebuchet MS, Arial;   
   font-size: 11pt;  
   font-weight:bold;
   text-decoration: none;
}

.leftbox1bg{
  background:url(../images/leftbox1bg.jpg);
}

.leftbox1{
  background:url(../images/leftbox1.jpg);
}

.leftbox2bg{
  background:url(../images/leftbox2bg.jpg);
}

.right1bg{
   background:url(../images/right1bg.jpg);
   padding-left: 25px;
   color: #FFFFFF;
   font-family: Trebuchet MS, Arial;   
   font-size: 11pt;  
   font-weight:bold;
   text-decoration: none;
}

.rightbox1bg{
  background:url(../images/rightbox1bg.jpg);
}

.commonimgborder{
  border: 1px solid #B8C1C5;
  cursor: pointer;
}

.middlebg{  
  background:url(../images/middlebg1.jpg);
}

.middlebg_next{
  background:url(../images/middlebg.jpg) no-repeat;   
}

.homeborder{
  background-color:#A9A9A9;
}

.topbg{
  background:url(../images/topbg.jpg);
}

.toplinkbg1{
  background:url(../images/toplinkbg1.jpg);
}

.toplinkbg2{
  background:url(../images/toplinkbg2.jpg);
}	

#toplinktext1{
   color: #FFFFFF;
   font-family: Tahoma;
   font-size: 11px;  
   text-decoration: none; 
   padding-left:15px;
   padding-right:15px;
   padding-top:15px;
}

a.toplinktext1:link, a.toplinktext1:visited{
   color: #FFFFFF;
   font-family: Tahoma;
   font-size: 11px;  
   text-decoration: none; 
   font-weight:bold !important;
   padding-left:8px;
   padding-right:10px;
}

a.toplinktext1:hover{

   color: #FFF600;   
   text-decoration: underline; 
}

.yellowcolor{
   color:#FFF600;
}

.bordercolor{
   background-color:#305676;   
}

.yellowbg{
   background-color:#EC9D00;   
}

.searchbg{
  background:url(../images/searchbg.jpg);
}

.toplinksep{
  background:url(../images/toplinksep.jpg);
}

.toplinkbg3{
  background:url(../images/toplinkbg3.jpg);
}

.rightbg{
  background:url(../images/rightbg.jpg);
}

.rightboxbg{
  background:url(../images/rightboxbg.jpg);
}

.footertext{

   color: #FFFFFF;
   font-family: Tahoma;
   font-size: 11px;  
   text-decoration: none; 
}

a.footertext:link, a.footertext:visited{

   color: #FFFFFF;
   font-family: Tahoma;
   font-size: 11px;  
   text-decoration: none; 
   font-weight:normal !important;
}

a.footertext:hover{

   color: #FFF600;   
   text-decoration: underline; 
}

#main_con_left{
  padding-left:2px;
  padding-right:0px;
  padding-top:10px;
  padding-bottom:5px;
  text-align:justify;
  line-height: 160%;
  color: #949494;
  font-family: Tahoma;
  font-size: 11px;  
  text-decoration: none;
}

#main_con_left p{ 
  line-height: 160%;
  color: #949494;
  font-family: Tahoma;
  font-size: 11px;  
  text-decoration: none;
}

#main_con_left a{  
  color: #949494;
  text-decoration: none;
}

#main_con_left a:hover{  
  color: #E152B0;
  text-decoration: underline;
}

#main_con_left ol{ 
  line-height:160%;  
}

#main_con_left ol li{	
	margin-left:15px;
	margin-top:5px !important;
	margin-top:5px;
	margin-bottom:10px !important;
	margin-bottom:10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#main_con_left ul{ 
  line-height:130%;  
  list-style-type:none;
}

#main_con_left ul li{
	background-image: url(../images/list_arrow.gif);
	background-position: 0 5px;
	background-repeat: no-repeat;
	margin-left:-15px;
	margin-top:-5px !important;
	margin-top:-15px;
	margin-bottom:10px !important;
	margin-bottom:20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}

.fontbold { font-weight: bold; }
.inv_head { background:url(../images/inv_head.jpg) no-repeat; }
.inv_footer { background:url(../images/inv_footer.jpg) no-repeat; }
.inv_head_con { padding: 0px 5px 4px 5px; font-family: Trebuchet MS, Arial, Verdana; font-size: 11px; text-decoration:none; font-weight:normal; text-decoration: none; text-align:right; text-transform:uppercase; }
.inv_bgcolor1 { background-color: #aaaaaa; }
.inv_bgcolor2 { background-color: #3b5e91; }
.inv_bgcolor3 { background-color: #e4eaf4; }
.inv_bgcolor4 { background-color: #FFFFFF; }

.inv_con { padding: 5px 5px 4px 5px; font-family: Trebuchet MS, Arial, Verdana; font-size: 11px; text-decoration:none; font-weight:normal; text-decoration: none; text-align:left; }
.inv_con a{ color: #0000FF; text-decoration: underline; }
.inv_con a:hover{ text-decoration: underline; }

.inv_tbl_head { padding: 5px; font-family: Trebuchet MS, Arial, Verdana; font-size: 11px; text-decoration:none; font-weight:bold; color: #000000;}
.inv_tbl_body { padding: 5px; font-family: Trebuchet MS, Arial, Verdana; font-size: 11px; text-decoration:none; font-weight:normal; color: #000000;}

.inv_htext{ color: #000000; font-family: Trebuchet MS, Verdana, Tahoma, Arial; font-size: 12px; text-decoration: none; }
a.inv_htext:link, a.inv_htext:visited{ color: #000000; font-family: Trebuchet MS, Verdana, Tahoma, Arial;  font-size: 12px; text-decoration: none; }
a.inv_htext:hover{ text-decoration: underline; }

.inv_foot_con { padding: 10px 5px 4px 5px; font-family: Trebuchet MS, Arial, Verdana; font-size: 11px; text-decoration:none; font-weight:normal; text-decoration: none; text-align:center; }
.footer_big { font-weight: bold; font-size: 14px;}
.footer_small { font-weight: bold; font-size: 10px;}

@media print {
    .inv_head { background:none; }
    .inv_footer { background:none; }
	.inv_bgcolor1 { background-color: #FFFFFF; }
    .inv_bgcolor2 { background-color: #FFFFFF; }
    .inv_bgcolor3 { background-color: #FFFFFF; }
    .inv_bgcolor4 { background-color: #FFFFFF; }
}