﻿body
{
	margin: 0;
	padding: 0;
	background: url(../images/common/bg-body.png) repeat-x top left;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Helvetica, Arial, Sans-Serif;
    font-size: 11px;
    line-height: 16px;
}

a
{
	text-decoration: none;
	color: #5d9732; 	
}

h2
{
	font-size: 15px;
	color: #c1c1c1;
	font-weight: normal;	
}

h3
{
	margin: 0;
	padding: 0;
	font-size: 15px;
}

#wrapper
{
    background: transparent;
	width: 950px;
	margin: 40px auto;	
}

h1#logo
{
	margin: 35px 0 0 25px;
	padding: 0;
	background: url(../images/common/liko-logo.png) no-repeat;
	float: left;
}

h1#logo a
{
	display: block;
}

h1#logo,
h1#logo a
{
	width: 137px;
	height: 60px;
}

h1#logo a span
{
	display: none;
}

#header
{
	height: 124px;
	width: 100%;
	background: transparent url(../images/common/bg-lc-wrapper-top.png) no-repeat top left;
}

#header ul
{
	float: right;
	margin: 35px 35px 0 0;
	padding: 0;
	list-style: none;	
}

#header ul li
{
	float: left;
	padding-left: 10px;	
}

#header ul li.clr
{
	float: right;
}

#header ul li select
{
	margin: 0 0 0 10px;
}

.content
{
    background: transparent url(../images/common/bg-lc-wrapper-content.png) repeat-y top left;
    padding: 5px 24px;
}

#bottom
{
	height: 75px;
	width: 100%;
	background: transparent url(../images/common/bg-lc-wrapper-footer.png) no-repeat top left;
}

.content,
.clr
{
	clear: both;	
}

ul.tabs
{
	height: 164px;
	overflow: hidden;
}

ul.tabs,
ul.tabs li ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

    ul.tabs li
    {
	    width: 206px;
	    height: 164px;
	    float: left;
	    margin: 0 19px 0 0;
	    overflow: hidden;
    }

    ul.tabs li h3 a
    {
	    display: block;
	    width: 206px;
	    height: 164px;
	    background-repeat: no-repeat;
	    padding: 20px 0 0 20px;
    }

    ul.tabs li ul
    {
	    display: none;
    }

#countriesContainer
{
	background: url(../images/common/bg-countriescontainer-fluid.png) no-repeat 0 12px;	
}

#countriesContainer div
{
	min-height: 10px;
    height: auto !important; 
    height: 10px; 	
	margin-top: 20px;
	background: url(../images/common/bg-top-countries.png) no-repeat;
}

#countriesContainer span.box-bottom
{
    display: block;
    clear: both;
    background: transparent url(../images/common/countriescontainer-footer.png) top left no-repeat;
    height: 13px;
}

#countriesContainer div.current-region-0 { background: url(../images/common/bg-top-countries-0.png) no-repeat; } /* US */
#countriesContainer div.current-region-1 { background: url(../images/common/bg-top-countries-1.png) no-repeat; } /* Europe */
#countriesContainer div.current-region-2 { background: url(../images/common/bg-top-countries-2.png) no-repeat; } /* Middle east & Africa */
#countriesContainer div.current-region-3 { background: url(../images/common/bg-top-countries-3.png) no-repeat; } /* Asia */

#region-0 h3 a { background-image: url(../images/common/bg-region-0-us.png); } /* US */
#region-1 h3 a { background-image: url(../images/common/bg-region-1-europe.png); } /* Europe */
#region-2 h3 a { background-image: url(../images/common/bg-region-2-middleeast.png); } /* Middle east & Africa */
#region-3 h3 a { background-image: url(../images/common/bg-region-3-asia.png); } /* Asia */


ul.tabs li h3 a:hover
{
	background-position: 0 -164px;	
}

ul.tabs li.activeregion h3 a
{
	background-position: 0 -328px;
	color: #FFF;
}

#countriesList
{
	padding: 30px 30px 0 30px;
}

#countriesList ul
{
	margin: 0;
	padding: 0;	
	list-style: none;
}

    #countriesList ul li
    {
	    padding-bottom: 1px;
	    width: 140px;
	    float: left;
    }

    #countriesList ul a
    {
	    font-size: 13px;
	    color: #3e3e3e;
    }

#quicklinks
{
	font-size: 13px;
	color: #3e3e3e;
	padding: 5px 30px;	
}

    #quicklinks div
    {
	    width: 500px;
	    float: left;
    }

    #quicklinks div a
    {
	    padding-right: 30px;
    }

    #quicklinks div label
    {
	    font-size: 90%;
	    color: #666;
    }

    #quicklinks ul
    {
	    margin: 0;
	    padding: 0;
	    list-style: none;
	    float: right;	
    }

        #quicklinks ul li
        {
	        display: inline;
	        margin-right: 10px;
        }

p#footer,
p#copyright
{
    margin: 20px 25px;
	color: #CCC;
}