/* CSS Document */

body {margin:0;}

/*--height--*/

.he80 {height:80px;}
.he77 {height:77px;}
.he25 {height:25px;}
.he20 {height:20px;}
.he15 {height:15px;}
.he10 {height:10px;}
.he05 {height:5px;}
.he01 {height:1px;}
.he02 {height:2px;}

/*--height End--*/

/*-- text+link--*/

.txt18_org {font-family:"Times New Roman", Times, serif; font-size:18px; color:#FFB56A; letter-spacing:1px;}

.txt15_magenta {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:15px; color:#CC0000;}

.txt12_white {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF;}
.txt12_white a{color:#FFFFFF; text-decoration:none;}
.txt12_white a:hover{color:#E4FF00; text-decoration:underline;}

.txt12_grey {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#58595b;}

.txt10_grey {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#58595b;}
.txt10_grey a{color:#58595b; text-decoration:none;}
.txt10_grey a:hover{color:#000000; text-decoration:underline;}

.txt10_white {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#FFFFFF;}
.txt10_white a{color:#FFFFFF; text-decoration:none;}
.txt10_white a:hover{color:#E4FF00; text-decoration:underline;}

.txt10_white_m {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#FFFFFF;}
.txt10_white_m a{color:#E4FF00; text-decoration:none;}
.txt10_white_m a:hover{color:#CC99FF; text-decoration:underline;}



/*-- text+link End--*/

/*--border--*/
.bdr_TB {border-bottom: solid 1px #6C8072; border-top: solid 1px #6C8072;}
.bdr_R {border-right:1px solid #6C8072;}
.bdr_LR_gray {border-left: #999999 solid 1px; border-right: #999999 solid 1px;}
/*--border end--*/

/*--background--*/

.flash_bot {background-image:url(../image/grd_bottom_flash.jpg); background-repeat:repeat-x; background-position:top;}
.bg_black{background-color:#000000;}
.bg_white{background-color:#ffffff;}
.bg_inner_logo {background-color: #0A0A0A;}
/*--background--*/

/*-- small icon--*/

.arrow {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#58595b; list-style-image:url(../image/arrow.gif);padding:0; margin:0 0 0 15px;}
.arrow li {margin-bottom: 5px;}
.arrow li a{color:#0000ff; text-decoration:none;}
.arrow li a:hover{color:#cc0000;}

/*-- small icon End--*/

/*--textbox--*/

.txtbox {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #58595b; border: #58595b 1px solid; background-color:#fff;}


/*--textbox End--*/

/*-- marquee-- */
#marqueecontainer{
position: relative;
width: 325px; /*marquee width325 */
height: 125px; /*marquee height */
background-color:#000000;
overflow: hidden;
padding: 2px;
/*--padding-left: 4px;--*/
}
/*-- marquee End-- */

/* navigator------------------------------------------------------------------------------------------------------- */

#navimain{float:left; margin:0; padding:0; position:relative; width:820px; height:34px;}
.suckertreemenu ul{
margin: 0;
padding:0;
list-style-type: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
padding: 10px 18px 10px 17px;
text-decoration: none;
color: #FFF;
}

.suckertreemenu ul li a:hover{
color: #E4FF00;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
background-color:#FBFBFB;
font-size:11px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: inline;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 165px; /*width of sub menu levels*/
color: navy;
text-decoration: none;
padding: 3px 10px 3px 10px;
border: 1px solid #000;
border-top:none;
}

.suckertreemenu ul li ul li a:hover{
color:#cc0000;
}

/* navigator End-------------------------------------------------------------------------------------------------------------- */
