html, body {
	font-size: 62.5%;
	background-color: #ddd;
        height: 100%;
	}

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
                min-height: 750px;
        
	}
/*
a {
	color:#8f8f8f;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
	}
*/
ul, ol, li{
	list-style-type:none;
	}

li {
	display:block
	}

.hidden{
	display:none
	}

#background-image {
	width:100%;
	min-width:980px;
	height:100%;
	min-height:750px;
	overflow: hidden;
	padding:0;
	margin:0;
	border:0;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	}

#container {
        box-shadow: 0px 0px 15px  #222;
	background: #FFF;
	position: relative;
	width: 964px;
        padding: 0 18px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	z-index: 3;
        height: 100%;
                min-height: 750px;

	}
        
.header {
        background: url(../../img/choose/n/logo.png)  center left no-repeat;
        height: 38px;
        margin: 37px 0 26px 0;
        
}
.regions  {
    overflow: hidden;
    margin-bottom: 20px
}

.regions div {
    float: left;
    width: 158px;
    margin-left: 4px;
    height: 72px;
    padding: 14px 16px;
    overflow: hidden;
    text-indent: -2000px;
    
}
.regions div.region_1  {
    width: 350px;
    margin-left: 0;
    background: #E1181B url(../../img/choose/n/region_1.png) 16px 14px no-repeat;
}

.region_2 {
    background: #4D9DC4 url(../../img/choose/n/region_2.png) 16px 14px no-repeat;
}
.region_3 {
    background: #22B329 url(../../img/choose/n/region_3.png) 16px 14px no-repeat;;
}
.region_4 {
    background: #AD3676 url(../../img/choose/n/region_4.png) 16px 14px no-repeat;;
}

.countries {
    overflow: hidden;
}
.countries div {
    float: left;
    width: 190px;
    margin-left: 4px;
}
.countries div.first {
    margin-left: 0;
    width: 188px
}

.countries li {

    margin-bottom: 20px;
    
}

.countries li a {
    
    height: 22px;
    padding-left: 52px;
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    font-size: 11px !important;
    color: #5d5d5d;
    text-transform: uppercase;
    padding-top: 7px;
    text-decoration: none;
}

.countries li a.two-line {
    height: 27px;
    padding-top: 2px;
    line-height: 12px;
}
.countries li a:hover {
    color: #111;
}

.cart {
    background: url(../../img/choose/n/cart.png) 155px 4px no-repeat;
}

.note {
    display: block;
    height: 21px;
    width: 103px;
    background: url(../../img/choose/n/shop_online.png) top left no-repeat;
    margin-top: 17px;
}

/*=== CLEAR FIX FOR STANDARD COMPLIANT BROWSERS
==================================================*/

.clearfix:after,
#container:after{
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	}

