body, html {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: Trebuchet MS;
    font-size: 11px;
    color: #000000;
    font-weight: normal;
    text-align: center;
}

div {
    display: block;
    clear: both;
    padding: 0;
    margin: 0;
    font-size: 11px;
}

small {
    font-family: Trebuchet MS;
    font-size: 9px;
}

img {
    margin: 0;
    padding: 0;
    display: block;
}

h1 {
    font-family: Trebuchet MS;
    font-size: 14px;
    font-weight: bold;
    color: #100e0d;
    padding: 0;
    margin: 0;
    width: 150px;
    height: 25px;
    background: url(images/h1_bg.gif) top left no-repeat;
    text-align: center;
    padding-top: 9px;
    margin-top: 16px;
}

h2 {
    font-family: Trebuchet MS;
    font-size: 11px;
    font-weight: bold;
    width: 237px;
    line-height: 27px;
    background: #c8c8c8; 
    padding-left: 8px;
    margin-top: 11px;
}

p {
    font-family: Trebuchet MS;
    font-size: 11px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    padding-top: 22px;
    line-height: 16px;
    
}

ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    width: 154px;
    margin-top: 13px;
}

li {
   margin-bottom: 0px;
   line-height: 18px;
   font-family: Trebuchet MS;
   font-size: 12px;
   color: #100e0d;
   padding-left: 11px;
   font-weight: normal;
}

    li a {
       line-height: 18px;
       font-family: Trebuchet MS;
       font-size: 12px;
       color: #100e0d;
       text-decoration: underline;
       padding-left: 3px;
       padding-right: 3px;
    }

    li a.sponsor {
       line-height: 18px;
       font-family: Trebuchet MS;
       font-size: 12px;
       color: #ffffff;
       background: #5a534e;
       text-decoration: underline;
       padding-left: 3px;
       padding-right: 3px;
    }

#main {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
}
    #main td {
        padding: 0;
        margin: 0;
    }

    #main td#top {
        height: 167px;
        border-bottom: 5px solid #100e0d;
        background: url(images/bg_top.gif) top left repeat-x;
        vertical-align: top; 
    }
        td#top .top {
            display: block;
            width: 950px;
            text-align: left;
        }

        td#top .left {
            float: left;
            clear: none;
            width: 316px;
        }

        td#top .right {
            float: left;
            clear: none;
            width: 634px;
        }
        
            td#top .right .srch_left {
                float: left;
                clear: none; 
                background: url(images/srch_icon.gif) 0px 0px no-repeat;
                font-size: 18px; 
                color: #ffe8cd;
                padding-left: 30px;
                margin-top: 35px;
                margin-left: 22px;
                padding-top: 5px;
                height: 30px;
            }
    
            td#top .right .srch_right {
                float: left;
                clear: none; 
                font-size: 12px; 
                color: #c7b29a;
                padding-left: 30px;
                margin-top: 25px;
                margin-left: 75px;
                height: 23px;
                padding-right: 95px;
                vertical-align: middle;
                padding-top: 19px;
                background: url(images/logo_google.gif) 130px 15px no-repeat;
            }
            
            
            input.srch {
                width: 386px;
                height: 35px;
                border: 1px solid black;
                background: #ffeace;
                font-size: 18px;
                color: #000000;
                display: block;
                line-height: 32px;
            }
            
            input.srch_btn {
                width: 115px;
                height: 39px;
                border: 1px solid black;
                background: #342821;
                font-size: 14px;
                font-weight: bold;
                color: #ffffff;
                margin-left: 4px;
            }
            
            .radio {
                font-size: 14px;
                color: #c7b29a;
                margin-left: 54px;
                padding-top: 10px;
            }
            
            .switch {
                font-size: 11px;
                color: #c7b29a;
                margin-left: 518px;
                padding-top: 3px;
            }
            
            .switch img {
                display: inline;
                margin-bottom: -4px;
            }
    
    
    #main td#middle {
        background: url(images/bg_middle.gif) bottom left repeat-x #8d8681;
        border-bottom: 1px dashed #39302a;
        padding-bottom: 30px;
    }

    #main td#bottom {
        height: 54px;
        background: url(images/bg_bottom.gif) bottom left repeat-x #6a635f;
        font-size: 12px;
        color: #c3bcb7;
    }
    
    #main td#bottom .logo {
        width: 103px;
        height: 23px;
        background: url(images/logo_hostko.gif) 0px 7px no-repeat;
    }
    
        #main td#bottom a{
            text-decoration: underline;
            font-size: 12px;
            color: #c3bcb7;
            font-weight: normal;
        }

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
       line-height: 18px;
       font-family: Trebuchet MS;
       font-size: 12px;
       color: #ffffff;
       background: #5a534e;
       text-decoration: underline;
       padding-left: 3px;
       padding-right: 3px;
}


