/* Design & Code (c) Diffuse Interactive */
html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}

body {
	font: normal 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #fff url('../images/background.jpg') no-repeat top center;
	color: #666;
    min-width: 980px;
}

body#home {
	background: #fff url('../images/background-home.jpg') no-repeat top center;
}

    #topbar {
		width: 1000px;
		margin: 0 auto;
        height: 45px;
    }

        #tpglogo {
            float: left;
            height: 45px;
            width: 400px;
            cursor: pointer;
            background: transparent url('../images/sprite.png') no-repeat 0 -210px;
        }

         .colored {
            background: transparent url('../images/sprite.png') no-repeat 0 -255px !important;
        }

        #service {
            float: right;
            margin: 0 30px 0 0;
        }
        
        #topbar .searchbutton {
            float: left;
            background: transparent url('../images/sprite.png') no-repeat -155px -420px;
            border  :none;
            color:#999;
            width:32px;
            height:25px;
            margin: 10px 0 0 0;
        }

        #topbar a.toggledropdown {
            float:left;
            color:#707070;
            text-decoration:none;
            margin: 14px 10px 0 0;
            padding: 0 30px 0 0;
            background: transparent url('../images/sprite.png') no-repeat 100% -184px;
        }

        #topbar a.toggledropdown:hover {
            color:#999;
        }

    #dropdown {
        position: absolute;
        display:none;
        width: 100%;
        min-width:1000px;
        top:45px;
        left:0;
        background: #000;
        border-bottom: #63717c solid 1px;
        z-index:1000;
    }

        #dropcontent {
            width: 960px;
            margin: 0 auto;
            height: auto;
        }

        #dropcontent .column {
            float: left;
            width: 300px;
            margin: 10px 30px 0 0;
        }

        #dropcontent .column p {
            line-height: 20px;
        }
        
        #dropcontent .nomargin {
            margin: 10px 0 0 0;
        }


        #dropcontent .closelink {
            float: right;
            width: 83px;
            height: 27px;
            background: transparent url('../images/sprite.png') no-repeat -150px -320px;
        }


	#container {
		width: 960px;
		margin: 0 auto;
		height: auto;
	}
        #top {
            height: 153px;
        }

        #home #top {
            height: 395px;
        }

            #intro {
                width: 300px;
                margin: 30px 0 0 0;
            }

        #print {
            display: none;
        }

        #content {
            float   : left;
            width   : 960px;
            margin  : 0 0 30px 0;
         
        }

        #content #left {
            float   : left;
            display : inline;
            width   : 630px;
            margin  : 30px 0 0 0;
        }

        #home #content #left {
            width   : 300px;
            margin  : 32px 0 0 0;
        }

            #content #left .breadcrumbs {
                display: block;
                margin: 0 0 15px 0;
            }
            
            #content #left .breadcrumbs a {
                color:#999;
                text-decoration: none;
            }
            
            #content #left .breadcrumbs a:hover {
                color:#000;
            }

            #content #left .column {
                width : 300px;
                float : left;
                display : inline;
            }

                #content #left .column .img {
                    position: relative;
                    width: 300px;
                }

                    #content #left .column .img .imgtop {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 300px;
                        height: 10px;
                        background: transparent url('../images/sprite.png') no-repeat 0 -778px;
                    }
                    
                    #content #left .column .img .imgbottom {
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        width: 300px;
                        height: 10px;
                        background: transparent url('../images/sprite.png') no-repeat 0 -788px;
                    }

            #content #left div.margin {
                margin: 0 0 0 30px;
            }

            #content #left .small {
                width: 190px;
            }

            #content #left .items {
                margin: 10px 0 0 0;
            }

                #content #left .item {
                    float:left;
                    line-height:20px;
                    width: 100%;
                }

                #content #left .item .image {
                    float: left;
                    margin: 0 20px 0 0;
                    height: 100px;
                    width: 150px;
                    position: relative;
                }

                    #content #left .item img {
                        height:100px;
                        width:150px;
                    }

                    #content #left .item .imgoverlay {
                        position:absolute;
                        margin:0;
                        top:0;
                        left:0;
                        height:100px;
                        width:150px;
                        background: transparent url('../images/sprite.png') no-repeat 0 -320px;
                    }

                    #content #left .info {
                        float: left;
                        width: 460px;
                    }

                    #content #left .item h3 {
                        font-size: 13px;
                        color: #000;
                    }

        #content #right {
            float   : left;
            display : inline;
            position: relative;
            width   : 300px;
            margin  : 30px 0 0 30px;
        }

            #content #right .block {
                float: left;
                background  : transparent url('../images/block.gif') no-repeat bottom left;
                margin      : 0 0 30px 0;
                line-height: 20px;
            }

            #content #right .block div.text {
                float:left;
                display:inline;
                width: 260px;
                padding: 10px 20px 15px 20px !important;
            }

            #content #right .block #map {
                width:298px;
                height:260px;
                margin: 0 1px;
                border-bottom:#e1e0df solid 1px;
            }

            #content #left .block {
                float: left;
                width: 630px;
                background  : transparent url('../images/block-630.gif') no-repeat bottom left;
                margin      : 0 0 30px 0;
                line-height: 20px;
            }

                #content #left .block div {
                    float: left;
                    width: 160px;
                    padding: 10px 20px 15px 20px;
                }

                #content #left .block div.mid {
                    margin: 0 10px;
                }

        #home #content #right {
            width   : 630px;
            margin  : 0 0 0 30px;
        }

            #content #right #photoplayer {
                float       : left;
                position    : absolute;
                background  : transparent url('../images/photoplayer.png') no-repeat top left;
                width       : 680px;
                height      : 325px;
                margin      : -220px 0 0 -29px;
                z-index     : 100;
            }


            #carousel {
                margin:12px 0 0 37px;
                width:614px;
                height:294px;
                padding:0;
                z-index: 0;
            }

                #content #right .hr, #content #left .hr {
                    float:left;
                    width:100%;
                    height: 10px;
                    border-top: 1px #dadddf solid;
                    margin: 10px 0 0 0;
                }

                #content #right .tophr {
                    margin: 10px 0 0 0;
                }

                #content #right .newsitem {
                    float:left;
                    line-height:20px;
                    position:relative;
                }

                    #content #right .newsitem .newsimage {
                        float:left;
                        margin: 0 15px 0 0;
                        height:60px;
                        width:90px;
                        position: relative;
                    }

                    #content #right .newsitem img {
                        height:60px;
                        width:90px;
                    }

                    #content #right .newsitem .imgoverlay {
                        position:absolute;
                        margin:0;
                        top:0;
                        left:0;
                        height:60px;
                        width:90px;
                        background: transparent url('../images/sprite.png') no-repeat -404px -433px;
                        
                    }

                    #content #right .newsitem .newsmsg {
                        float: left;
                        width: 525px;
                    }

                    #content #right .newsitem h3 {
                        font-size: 13px;
                        color: #000;
                    }

                    #content #right .newsitem h3 a {
                        color: #000;
                        text-decoration: none;
                    }

                    #content #right .newsitem h3 a:hover {
                        text-decoration: underline;
                    }


                    #content #right .newsitem span {
                        color: #aaa;
                        font-size: 11px;
                    }


    #footer {
        width: 100%;
        background:#f4f4f4;
        border-top:#e0e0df solid 1px;
        padding: 0 0 20px 0;
    }

        #home #footer {
            padding: 0;
        }

        #footer #footer-content {
            width: 960px;
            margin: 10px auto 0 auto;
            height: auto;
        }

        #footer #footer-content .column {
            float: left;
            display:inline;
            width: 300px;
            padding : 0;
            margin:0;
        }

        #footer #footer-content .column span.date {
            display: block;
            font-size: 12px;
            color:#999;
            margin: -5px 0 5px 0;
        }

        #footer #footer-content .mid {
            margin  : 0 30px;
            padding : 0;
        }

        #footer #copyright {
            float : left;
            width   : 100%;
            border-top:#e0e0df solid 1px;
            padding  : 20px 0 20px 0;
        }

div.clear {
	clear: both;
}

.spacer {
    height: 110px;
}
.h20 {
    height: 20px;
}

/* Headings H1-H6 */
h1 { }

    #content h1 {
        color   : #997f3e;
        font-size: 16px;
        padding:0 0 7px 0;
    }

h2 { }

    #content #left h2 {
        color   : #000;
        font-size: 12px;
        font-weight:bold;
        padding: 0 0 5px 0;
    }

    #home #content h2 {
        font-weight:normal;
        color   : #445c6e;
        font-size: 16px;
    }

    #home #content #left h2 {
        padding: 0 0 5px 0;
    }

    #content #left .block h2 {
        background  : transparent url('../images/block-630.gif') no-repeat top left;
        color   : #fff;
        font-size: 14px;
        line-height:45px;
        padding : 0 20px 3px 20px;
        font-weight:normal;

    }

    #content #right .block h2 {
        float: left;
        background  : transparent url('../images/block.gif') no-repeat top left;
        color   : #fff;
        font-size: 14px;
        line-height:45px;
        width: 260px;
        padding : 0 20px 3px 20px;

    }

    #content #right .block h2.mapheader {
        background  : transparent url('../images/block.gif') no-repeat 0 -49px;
    }

    #home #solutionFinder h2 {
       padding: 0 0 10px 0 !important;
    }

h3 { }

    #footer h3 {
        color: #000;
        font-size: 13px;
        padding: 10px 0 5px 0;
        line-height:20px;
    }

    #dropcontent h3 {
        color : #fff;
        font-size:13px;
        padding: 0 0 5px 0;
    }

    #right .block .text h3 {
        color: #000;
        font-weight: bold;
        padding: 0 0 5px 0;
    }

    #content #left .block h3 {
        color:#000;
    }

h4 { }

    #left h4 {
        color:#997f3e;
        font-size:13px;
        border-bottom: 1px #dadddf solid;
        line-height:30px;
        margin: 0 0 10px 0;
    }

    #left h4.noborder {
        border: 0;
        margin: 0;
    }

h5, h6 {
    color:#000;
    font-size:12px;
    line-height:30px;
    margin: 0 0 10px 0;
}

/* Paragraph, Span and Link Styles */
p { }

    #intro p {
        font-size: 14px;
        color: #fff;
        line-height: 22px;
    }

    #left p {
        line-height: 22px;
        padding: 0 0 15px 0;
    }

    #home #left #solutionFinder p {
        padding: 0 0 1px 0;
    }

    #footer #footer-content .column p {
        line-height: 20px;
        padding: 0 0 10px 0;
    }

    .subscribe p {
        margin      : 0 0 10px 0;
    }

    p.error {
        color       : #ff0000;
    }

    .subscribe input.search {
        margin      : 0;
    }

    #content #right .textual p {
        padding: 0 0 15px 0;
    }
    
a {
	outline: none;
}

    #left a, #right a {
        color   :#997f3e;
    }

    #left a:hover, #right a:hover {
        color   :#000;
    }

    #left a.arrow {
        background: url("../images/sprite.png") no-repeat scroll 0 -95px transparent;
        color: #997f3e;
        line-height: 25px;
        padding: 0 0 0 15px;
        text-decoration: none;
    }

    #left a.arrow:hover {
        color: #000;
    }

    #left .info a.arrow {
        margin: 0 0 0 5px;
        padding: 0 0 0 17px;
    }

    #left a.pdf {
        display : block;
        background: transparent  url('../images/sprite.png') no-repeat -240px -325px;
        padding:  0 0 0 22px;
        margin: 0 0 15px 0;
    }

    #left .info a.pdf {
        padding:  0 0 0 22px;
        margin: 0;
        text-decoration: none;
    }

    #left a.training {
        display : block;
        background: transparent  url('../images/sprite.png') no-repeat -200px -425px;
        padding:  0 0 0 22px;
        margin: 0 0 15px 0;
    }

    #left a.viewlet {
        display : block;
        background: transparent  url('../images/sprite.png') no-repeat -350px -447px;
        padding:  0 0 0 22px;
        margin: 0 0 15px 0;
    }

    a#logo {
        display: block;
        float: left;
        margin: 11px;
        width: 156px;
        height: 80px;
        background: transparent  url('../images/sprite.png') no-repeat top left;
    }

        a#logo span {
            display: none;
        }

    #intro a.moreabout {
        display : block;
        width   : 134px;
        height  : 33px;
        margin  : 10px 0 0 0;
        background-position: top left;
        background-image: url('../images/en/moreabout.gif');
    }

        #intro a.moreabout span {
            display: none;
        }

        #intro a.moreabout:hover {
            background-position: bottom left;
        }

     #left a.search, #left a.send {
        float: right;
        width   : 89px;
        height  : 29px;
        margin  : 20px 0 0 0;
        background-position: top left;
        background-image: url('../images/en/search.gif');
    }
    
    #left a.send {
        background-image: url('../images/en/send.gif');
    }

        #left a.search span, #left a.send span {
            display: none;
        }

        #left a.search:hover, #left a.send:hover {
            background-position: bottom left;
        }


    #right a.search {
        float: right;
        width   : 89px;
        height  : 29px;
        margin  : 20px 0 0 0;
        background-position: top left;
        background-image: url('../images/en/search.gif');
    }

        #right a.search span {
            display: none;
        }

        #right a.search:hover {
            background-position: bottom left;
        }


    #right a.send {
        float: right;
        width   : 89px;
        height  : 29px;
        margin  : 20px 0 0 0;
        cursor  : pointer;
        background-position: top left;
        background-image: url('../images/en/send.gif');
    }

        #right a.send span {
            display: none;
        }

        #right a.send:hover {
            background-position: bottom left;
        }

    #right a.morenews {
        float:right;
        color:#000;
        text-decoration:none;
    }

    #right a.morenews:hover {
        text-decoration:underline;
    }

    #right a.readmore {
        color:#445c6e;
    }

    #right a.readmore:hover {
        color:#9d8d4c;
    }

    a.mail {
        background: transparent url('../images/sprite.png') no-repeat 0 -162px;
        line-height: 25px;
        display: block;
        padding: 0 0 0 25px;
        color:#666;
        font-size:12px;
        text-decoration:none;
    }


    a.route {
        background: transparent url('../images/sprite.png') no-repeat 0 -653px;
        line-height: 25px;
        display: block;
        padding: 0 0 0 25px;
        color:#666;
        font-size:12px;
        text-decoration:none;
    }

    a.site {
        background: transparent url('../images/sprite.png') no-repeat 0 -685px;
        line-height: 25px;
        display: block;
        padding: 0 0 0 25px;
        color:#666;
        font-size:12px;
        text-decoration:none;
    }

    a.site:hover, a.mail:hover {
        text-decoration: underline;
    }

    #right a.mail:hover {
       text-decoration: none;
    }



    #footer #footer-content .column p a {
        color:#445c6e;
    }

    #footer #footer-content .column p a:hover {
        color:#000;
    }

span {}

    span.phone {
        background: transparent url('../images/sprite.png') no-repeat 0 -130px;
        line-height: 25px;
        display: block;
        padding: 0 0 0 25px;
        color:#666;
        font-size:12px;
    }

    span.subject {
        color: #000;
    }
    
/* Lists and Navigation */
ul { }

    ul#navigation {
        border-top: #606d78 solid 1px;
        height: 50px;
        padding: 0 0 0 15px;
    }

       #home ul#navigation {
            border: #606d78 solid 1px;
            border-left: 0;
            border-right: 0;
        }

        ul#navigation li {
            display: inline;
        }

            ul#navigation li a {
                text-decoration: none;
                font-size: 13px;
                color:#dadddf;
                float: left;
                line-height: 50px;
                margin: 0 15px;
            }

                ul#navigation li.active a {
                    color:#fff;
                    background: transparent url('../images/sprite.png') no-repeat bottom center;
                }

                ul#navigation li a:hover {
                    color:#fff;
                    background: transparent url('../images/sprite.png') no-repeat bottom center;
                }

                #home ul#navigation li.active a {
                    color:#fff;
                    background: transparent url('../images/sprite.png') no-repeat top center;
                }

                #home ul#navigation li a:hover {
                    color:#fff;
                    background: transparent url('../images/sprite.png') no-repeat top center;
                }




#left ul {
    margin: 0 0 10px 0;
}

    #left ul li {
        background: transparent url('../images/sprite.png') no-repeat 0 -745px;
        line-height: 22px;
        padding: 0 0 10px 15px;
    }

        #left ul li a {
            text-decoration: none;
            color:#666;
        }

        #left ul li a:hover {
            color:#000;
        }


#left ul.items {
    margin: 5px 0 0 0;
}

    #left ul.items li {
        float:left;
        display: inline;
        width: 300px;
        margin: 0 0 15px 0;
        background: none;
        padding: 0;
        line-height: normal;
    }

        #left ul.items li.margin {
            margin  : 0 0 15px 30px;
        }

        #left ul.items li.separate {
            margin: 0;
            width: 100%;
            height: 1px;
        }

        #left ul.items li a {
            display: block;
            background: transparent url('../images/sprite.png') no-repeat 0 -95px;
            padding: 0 0 0 15px;
            text-decoration:none;
            color:#000;
            font-size:13px;
            line-height: 18px;
        }
        #left ul.items li a:hover {
            text-decoration:underline;
        }
        
        #left ul.items li p {
            padding: 0 0 0 15px;
        }


#content #left .column ul {
    margin: 0 0 15px 0;
}

    #content #left .column ul li {
        background: transparent url('../images/sprite.png') no-repeat 0 -745px;
        line-height: 22px;
        padding: 0 0 0 15px;
    }

        #content #left .column ul li a {
            text-decoration: none;
            color:#666;
        }

        #content #left .column ul li a:hover {
            color:#000;
        }

#content #left .column ul ul {
    margin: 0 0 0 5px;
}





#content #left .block div ul {
    margin: 0 0 15px 0;
}

    #content #left .block div ul li {
        background: none;
        padding: 0;
        line-height: auto;
    }

        #content #left .block div ul li a {
            display: block;
            background: transparent url('../images/sprite.png') no-repeat -506px -344px;
            line-height: 20px;
            padding: 0 0 0 15px;
            text-decoration: none;
            color:#666;
            margin: 8px 0 0 0;
        }

        #content #left .block div ul li a:hover {
            color:#000;
        }

#left .paginate {
    border-top: 1px solid #E0E0DF;
    padding-top: 12px;
    margin-top: 10px;
    text-align: center;
}

#left .paginate ul {
    margin: 0 auto;
}

    #left .paginate ul li {
        display: inline;
        background: none;
        padding: 0 10px 0 10px;
        border-right: 1px solid #E0E0DF;
    }

    #left .paginate ul li.last {
        border: none;
    }

        #left .paginate ul li a {
            display: inline;
            background: none;
            padding: 0;
        }

        #left .paginate ul li.active a {
            font-weight: bold;
        }



#right ul.list li {
    background: transparent url('../images/sprite.png') no-repeat 0 -90px;
    line-height: 25px;
    padding: 0 0 0 15px;
}

    #right ul.list li a {
        text-decoration: none;
        color:#666;
    }

    #right ul.list li.active a {
        color: #997f3e;
    }

    #right ul.list li li a:hover {
        color:#000;
    }

#footer ul {
    margin: 0 0 15px 0;
}

    #footer ul li {

    }

        #footer ul li a {
            background: transparent url('../images/sprite.png') no-repeat 0 -95px;
            line-height: 25px;
            padding: 0 0 0 15px;
            text-decoration: none;
            color:#666;
        }

        #footer ul li a:hover {
            color:#000;
        }

#footer ul#offices {
    margin      : 0 0 0 0;
    width       : 300px;
}

    #footer ul#offices  li {
            width       : 300px;
    }

        #footer ul#offices  li a {
            display     : block;
            width       : 300px;
            background: transparent url('../images/sprite.png') no-repeat 100% -95px;
            font-size:13px;
            line-height: 40px;
            text-decoration: none;
            color:#000;
            padding:0;
            border-top: solid #e0e0df 1px;
            cursor: pointer;
            margin:0;
        }

        #footer ul#offices  li.first a {
            border-top: none;
        }

        #footer ul#offices li a.open {
            background: transparent url('../images/sprite.png') no-repeat 100% -135px;
        }

        #footer ul#offices  li a:hover {
            background: transparent url('../images/sprite.png') no-repeat 100% -135px;
        }

        #footer ul#offices li div {
            display: none;
            margin: 0 0 15px 0;
            line-height:20px;
        }

        #footer ul#offices li div.open {
            display: block;
        }

        #footer ul#offices li div a {
            background: transparent url('../images/sprite.png') no-repeat 0 -163px;
            line-height: 26px;
            padding: 0 0 0 22px;
            color:#666;
            font-size:12px;
            border:none;
            width: auto;
        }

        #footer ul#offices li div a:hover {
            background: transparent url('../images/sprite.png') no-repeat 0 -163px;
            border:none;
        }

        #footer ul#offices li div span {
            background: transparent url('../images/sprite.png') no-repeat 0 -130px;
            line-height: 26px;
            display: block;
            margin: 10px 0 0 0;
            padding: 0 0 0 22px;
            color:#666;
            font-size:12px;
            border:none;
        }

#dropcontent ul {}

    #dropcontent ul li {
        background: transparent url('../images/sprite.png') no-repeat 0 -450px;
        line-height: 25px;
        padding: 0 0 0 15px;
    }

        #dropcontent ul li a {
            color:#666;
            text-decoration:none;
        }

        #dropcontent ul li a:hover {
            color:#fff;
        }
/* Forms */
.select {
    float: left;
    position: relative;
    background: transparent url('../images/sprite.png') no-repeat -150px -378px;
    height:31px;
    width:260px;
}

#home .select, #left .select {
    float: left;
    position: relative;
    background: transparent  url('../images/sprite.png') no-repeat -150px -347px;
    height:31px;
    width:300px;
}

#left .small .select {
    width: 190px;
    background: transparent  url('../images/sprite.png') no-repeat right -681px;
}

.select span {
    position: absolute;
    margin: 5px 0 0 10px;
}

#home .select span {
    position: absolute;
    margin: 7px 0 0 10px;
}


#home #left select, #left select  {
    width:283px;
    position: absolute;
    margin: 7px 7px 0px 10px;
    border: none;
    line-height: 20px;
    background: #f5f4f4;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	font: normal 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#left .small select {
    width: 173px;
}

#right select {
    width:243px;
    position: absolute;
    margin: 7px 7px 0px 10px;
    border: none;
    line-height: 20px;
    background: #f5f4f4;
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	font: normal 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#subject {
    display: none;
}


#left label, #right label  {
    line-height: 35px;
    color:#000;
    font-size: 13px;
}

#left label.error, #right label.error, span.error {
    color: #ff0000;
}

#left #solutionFinder label {
    line-height: normal;
    padding: 15px 0 10px 0;
    display: block;
}

#topbar .input {
    float: left;
    background: transparent url('../images/sprite.png') no-repeat 0 -420px;
    border  :none;
    color:#999;
    width:147px;
    height:25px;
    padding:0;
    margin: 10px 0 0 0;
}

#topbar input {
    border  :none;
    color:#999;
    width:147px;
    height:17px;
    padding:4px;
    background:none;
	font: normal 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#left .input {
    background: #f2f2f2 url('../images/sprite.png') no-repeat 100% -650px;
    height:31px;
    width:300px;
    border:0;
}

#left .input input {
	font: normal 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    width:280px;
    padding: 6px 10px 0 10px;
    border:0;
    background: transparent;
}

#left .textarea {
    background: transparent url('../images/sprite.png') no-repeat 0 -500px;
    width: 630px;
    height: 150px;
}

#left .textarea textarea {
	font: normal 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    background: transparent;
    width: 610px;
    height: 120px;
    margin: 10px;
    border:0;
    line-height:20px;
}

/* Tabs */

                ul.tabNavigation {
                    margin: 20px 0 !important;
                    padding: 0 0 7px 20px;
                    border-bottom: 1px #dadddf solid;
                }

                ul.tabNavigation li {
                    display: inline;
                    padding: 0 !important;
                    line-height: normal !important;
                    background: none !important;
                }

                ul.tabNavigation li a {
                    padding: 8px 20px 8px 20px;
                    color: #666 !important;
                    text-decoration: none;
                }

                ul.tabNavigation li a.selected {
                    border: 1px #dadddf solid;
                    border-bottom:0;
                    background:#fff;
                    color: #000 !important;
                }
                
                ul.tabNavigation li a:hover {
                    color: #000 !important;
                }

                ul.tabNavigation li A:focus {
                    color: #000 !important;
                    outline: 0;
                }
.result {
}

.result p {
    margin: 0 0 0 17px;
}

.result a {
    padding: 0 0 0 17px;
    background: transparent url('../images/sprite.png') no-repeat 0 -95px;
    color:#000 !important;
    font-weight:bold;
    text-decoration: none;
}

.result a:hover {
    color:#997f3e !important;
    text-decoration: underline;
}

.result p span {
    border-bottom: 1px #666 dotted;
}

input.search {
    float: left;
    height: 26px;
    width:240px;
    padding: 5px 10px 0 10px;
    margin: 15px 0 0 0;
    border: 0;
    background: transparent url('../images/inputbg.gif') no-repeat bottom right;
}