@charset "UTF-8";

body {
	background-color: #EEE;
	/*text-align: center;*/
}
li{
	padding-bottom:20px;
}
div#wrapper {
	width: 960px;
	background-color: #FFF;
	margin: 10px auto;
	border-radius: 5px;
	border: solid 1px #666;
	box-shadow: 0px 0px 10px #666;
}

div#wrapper div#header {
	padding: 10px 30px;
	/*background-color: #45B035;*/
	/*background-color: #2BA6CF;*/
	background-color: #2BA6CF;
/*	color:#468847;*/
	border-radius: 5px 5px 0px 0px;
}
div#wrapper div#header h1 {
	color: #FFF;
	text-shadow: 0px 0px 10px #000;
	font-size: 72px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
/*	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";*/
}
div#wrapper div#header p {
	color: #FFF;
/*	text-shadow: 0px 0px 5px #000;*/
}
div#wrapper div#container {
	padding: 0px 20px;
}
div#wrapper div#footer {
	width: 940px;
	border-top: solid 1px #CCC;
	clear: both;
	padding: 10px 0px;
	margin: 0px auto;
	text-align: center;
	font-size: 12px;
}
ul.example_pages {
	border: solid 1px #CCC;
	padding: 15px 30px;
}
ul.example_pages li {
	padding: 5px 0px;
}
a.button8 {
    font-size: 1.4em;

    font-weight: bold;

    padding: 10px 30px;

    color: #fff;

    border-style: none;

    box-shadow: 2px 2px 3px 1px #666;
    -moz-box-shadow: 2px 2px 3px 1px #666;
    -webkit-box-shadow: 2px 2px 3px 1px #666;

    text-shadow: 1px 1px 2px #000;

     background-color:#305FCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    text-decoration: none;
}

a.button8:hover {
    opacity: 0.8;
}

div.companylogo {
    display:table-cell;
    text-align:center;
    vertical-align:middle;
    layout-grid-line:200px;    
}
img#companylogo {
	width:250px;
	left:50%;
    vertical-align:middle;
}

div.worldmap {
	color: #000000;
	background-size:cover;
	width: 100%;
	height: 0;
	padding-top: calc(350 / 500 * 100%); 
	background: url(../map.png) center center / cover no-repeat;
	position: relative;
}

div.selectarea {
	position: absolute;
	top: 20px;
}

a.area{
	background-color:white;
}
div.largestyle{
	font-size:16px;
	line-height:20px;
	padding-bottom:10px;
}
div.smallstyle{
	font-size:14px;
	line-height:15px;
	padding-bottom:8px;
}

.logo{
width:100%;
max-width: 441px;
padding-top:0px;
padding-bottom:0px;
padding-left:0px;
padding-right:0px;
}

#holiday{
    margin:15px 0 0 15px ;
    padding:10px 10px 10px 10px ; 

}
