/***********************************/
/************* OVERALL *************/

@import url(reset-min.css);

* {outline:none;}
html, body {height:100%;}

body {
	background: #eeede8 url(../i/bgr.jpg) repeat-x center top;
	color:#383838;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	margin:0 auto;
	text-align:center;
}

div#wrapper {
	height:auto !important;
	margin:0 auto -290px;
	min-height:100%;
	z-index:1;
	position:relative;
	text-align:left;
	width:980px;
}

div#push {
	clear:both;
	height:290px;
	position:relative;
	display:block;
}
div#pushed {
	position:relative;
	z-index:2;
	height:170px;
	display:block;
}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0 5px 0;
	color: #6a6a6a;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
h1 {
	color:#333;
	margin:5px 0 15px;
	font-size:24px;
	line-height:30px;
}
h2 {font-size:18px;}
h3 {font-size:16px;}
h4 {font-size:14px;}
h5 {font-size:12px;}
h6 {font-size:12px;}

table.basic {border-collapse:collapse;}
table.basic th, table.basic td {border:1px solid #ddd; padding:2px 10px;}

a {color:#0095D8; text-decoration:none;}
a:hover {text-decoration:underline;}
a img {border:none;}
p {margin:8px 0;}
ul {margin:8px 0; padding-left:20px;}
ol {margin:8px 0; padding-left:20px;}

input, select, textarea {
	border:1px solid #d1d1d1;
	background: #fff;
	color:#444;
	padding:8px;
	resize: none;
	font: normal 14px Arial, Helvetica, sans-serif;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;		
	border-radius:3px;				
}
select {padding:7px;}

input:focus, select:focus, textarea:focus {border:1px solid #a5a5a5;}

a.button {
	background:#0095D8;
	border:none;
	color:#fff;
	text-transform: uppercase;
	font-size: 13px;
	margin-right: 10px;	
}
input.button:hover {
	background:#0095D8;
	border:none;
	color:#fff;
	cursor:pointer;
}

table.basic {border-collapse:collapse;}
table.basic th, table.basic td {border:1px solid #ddd; padding:2px 10px;}

@media screen and (-webkit-min-device-pixel-ratio:0){
	select {height:28px;}
	input.button {padding:7px 12px;}
}


/***********************************/
/********* COMMON CLASSES *********/

div.empty {
	clear: both;
	width: 100%;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

div.line {
	clear: both;
	width: 100%;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background:#ddd;
}

.hidden {
	position:absolute;
	left:-9999px;
	top:-9999px;
}

.last {margin-right:0 !important;}
.left {float:left;}
.right {float:right;}
.red {color:#8e1300;}
img.left {margin-right:15px;}
img.right {margin-left:15px;}
.nowrap {white-space:nowrap;}

a.button {
	background: #0095D8 url(../i/button.gif) repeat-x left top;
	display:inline-block;
	padding:0 12px;
	height:28px;
	line-height:28px;
	color:#fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;		
	border-radius:3px;			
	}
a.button:hover {
	background:#0095D8;
	text-decoration:none;
	background-position:left bottom;
	}

::-moz-selection {background:#6374AB; color:#fff;}
::selection {background:#6374AB; color:#fff;}

div#header {
	height:120px;
	position:relative;
}
a#logo {
	display:block;
	width:242px;
	height:81px;
	position:absolute;
	top:20px;
	left:0;
	background:url(../i/logo.gif) no-repeat left top;
}
div.en a#logo {background-image:url(../i/logo-en.gif); width:268px;}

div.contact {
	width:550px;
	position:absolute;
	top:20px;
	right:0;
	font-size:13px;
}
div.contact div.line {
	background:transparent url(../i/header-line.gif) repeat-x left top;
	margin:10px 0;
}
div.contact p.schedule {color:#4e4e4e; float:left;}
div.contact p.links {color:#4e4e4e; float:right;}
div.contact p.links a {
	display:inline-block;
	background:url(../i/icon-facebook.gif) no-repeat left top;
	height:16px;
	line-height:16px;
	font-size:12px;
	color:#333;
	text-decoration:none;
	padding-left:20px;
	margin-right:10px;
}
div.contact p.links a.facebook {background:url(../i/icon-facebook.gif) no-repeat left top;}
div.contact p.links a.linkedin {background:url(../i/icon-linkedin.gif) no-repeat left top;}

div.contact p.links a.lang {
	padding-left:20px;
	background:url(../i/lang-en.gif) no-repeat left 2px;
	margin-right:0;
}
div.contact p.links a.en {	background:url(../i/lang-en.gif) no-repeat left 2px;}
div.contact p.links a.bg {	background:url(../i/lang-bg.gif) no-repeat left 2px;}
div.contact p.links a:hover {text-decoration:underline;}

div.contact span.phone {
	font-size:14px;
	letter-spacing:-0.4px;
	display:inline-block;
	height:22px;
	color:#4e4e4e;
	margin-right:5px;
	background:url(../i/phone.gif) no-repeat left center;
	padding-left:26px;
	line-height:22px;
	overflow:hidden;
	white-space:nowrap;
}
div.contact span.last {margin-right:0;}

/* MENU */
div#menu {
	background: url(../i/menu-bgr.gif) no-repeat left top;
	height: 44px;
	width: 986px;
	display: block;
	margin-left: -3px;
	position: relative;
	z-index: 10;
}
div#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#menu ul li {
	float: left;
	list-style: none;
	background: url(../i/menu-sep.gif) no-repeat right top;
	height: 44px;
	position: relative;
}
div#menu ul li a {
	font-size: 13px;
	height: 44px;
	line-height: 44px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	padding: 0 13px;
}
div#menu ul li a.active,
div#menu ul li a:hover,
div#menu ul li a.hover{
	height: 49px;
	display: inline-block;
	background: url(../i/menu-hover.gif) no-repeat center top;
	text-decoration: none;
}

div#menu ul li.first a {
	width: 50px;
	padding: 0;
	background:url(../i/menu-home.gif) no-repeat left top;
}

div#menu ul li.first a:hover { background-position:left bottom; }
div#menu ul li.first a.active { background-position:left bottom; }

div#menu ul li ul {
	background: #007bc5;
    left: 0;
    margin: 0;
    position: absolute;
    top: 42px;
    display: none;
    width: 290px;
    z-index: 99;
    padding:10px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
div#menu ul li ul li {
    display: block;
    float: left;
    height: 28px;
    line-height: 28px;
    width: 100%;
    background: none;
    overflow: hidden;
}
div#menu ul li ul li a {
    color: #fff;
    background: url(../i/menu-bullet.gif) no-repeat 3px 11px;
    display: block;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    width: auto;
    text-transform:none;
}
div#menu ul ul li a.active, div#menu ul li ul li a:hover {
    font-weight: bold;
    background: url(../i/menu-bullet.gif) no-repeat 3px 10px;    
}
div#menu ul li ul li.last { background-image: none; }
a.quote {
	background:url(../i/quote.gif) no-repeat left top;
	width:213px;
	height:50px;
	position:absolute;
	top:-4px;
	right:10px;
}
div.en a.quote {background-image:url(../i/quote-en.gif);}

div#footer a.quote {
	position:relative;
	top:auto; right:auto;
	display:block;
	margin-bottom:10px;
	width:233px;
	background:url(../i/footer-quote.gif) no-repeat left top;
}
div#footer a.quote-en {background-image:url(../i/footer-quote-en.gif);}

a.quote:hover {background-position: left bottom;}

div#main {
	padding:18px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
div.home {
	background:#fff url(../i/main-home.jpg) no-repeat right top;
}
.intro {width:675px; color:#333; margin:15px 0;}

a.fivebox {
	background:#f3f1eb;
	width:161px;
	margin:10px 4px 0 0;
	display:block;
	height:235px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size:12px;
	line-height:18px;
	color:#777;
	padding:10px 12px;
	float:left;
	text-decoration:none;
}
a.fivebox h2 {
	padding-top:5px;
	font-size:15px;
	padding-right:60px;
	line-height:20px;
	color:#5e4f39;
	margin:0;
	height:60px;
}

a.box1 {background:#f3f1eb url(../i/fivebox1.gif) no-repeat left top;}
a.box2 {background:#f3f1eb url(../i/fivebox2.gif) no-repeat left top;}
a.box3 {background:#f3f1eb url(../i/fivebox3.gif) no-repeat left top;}
a.box4 {background:#f3f1eb url(../i/fivebox4.gif) no-repeat left top;}
a.box5 {background:#f3f1eb url(../i/fivebox5.gif) no-repeat left top;}

a.box1 h2 {height:75px; padding:0 60px 0 0;}
a.box2 h2 {height:75px; padding:0;}
/*a.box3 h2 {padding-top:15px; height:50px;}*/

a.fivebox:hover h2 {color:#333;}
a.fivebox:hover {
	color:#444;
}

div.box {
	background:#fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding:10px 20px;
	margin:10px 0;
}
div.separated {
	background:#fff url(../i/vertical-sep-hp.jpg) no-repeat center center;
}

div#footer {
	background:#f6f5ef;
	width:940px;
	padding:20px;
	margin:0 auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size:12px;
	line-height:18px;
	height:130px;
	text-align:left;
	color:#777;
}


h2.headbox {
	color:#5e4f39;
	font-weight:bold;
	font-size:15px;
	background:#F8F7F3;
	height:36px;
	line-height:36px;
	padding:0 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
h2.headbox a {
	color:#5e4f39;
	text-decoration:none;
}

div.left h2.headbox {
	margin-left:-23px;
	padding-left:23px;
	margin-right:-12px;
}
div.right h2.headbox {
	margin-left:-10px;
	margin-right:-23px;
	padding-left:10px;
}
img.headbox {
	width:300px;
	height:180px;
	border:3px solid #FBF7F3;
}

div.half {
	width:47%;
	color:#363636;
	font-size:12px;
	line-height:20px;
	position:relative;
}
div.half p {
	width:265px;
}


div#footer div.credits {
	width:210px;
	float:left;
	margin-right:20px;
}
div#footer div.links {
	float:left;
	width:190px;
	background:url(../i/footer-sep.gif) repeat-y left top;
	padding:0 15px;
}
div#footer div.links ul {
	margin:0; padding:0 0 0 10px;
}
div#footer div.follow {
	padding:0 0 0 15px;
	width:233px;
	float:right;
	background:url(../i/footer-sep.gif) repeat-y left top;
}
div#footer div.social {
	display:block;
	width:223px;
	height:25px;
	padding-left:10px;
	padding-top:25px;
	background:url(../i/footer-social.gif) no-repeat left top;
}
div#footer div.social-en {background-image:url(../i/footer-social-en.gif);}

div#footer div.social a {
	display:inline-block;
	background:url(../i/icon-facebook.gif) no-repeat left top;
	height:16px;
	line-height:16px;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	text-shadow:1px 1px 1px #06436c;
	text-decoration:none;
	padding-left:20px;
	margin-right:10px;
}
div#footer div.social a.facebook {background:url(../i/icon-facebook.gif) no-repeat left top;}
div#footer div.social a.linkedin {background:url(../i/icon-linkedin.gif) no-repeat left top;}
div#footer div.social a:hover {text-decoration:underline;}

/* INNER PAGES */
div.inner {
	background: #fff url(../i/main-inner.jpg) no-repeat right top;
	margin-bottom: 10px;
}
div#main ul, ol {
	margin: 0px;
	padding: 0px;
}
div#main div.maincontent {
	float: left;
	width: 685px;
	margin-right: 15px;
}
div#main div.maincontent img {
	background: #fff;
	border: 1px #e7e7e7 solid;
	padding: 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
div#main div.sidecontent {
	float: left;
	width: 240px;
}

div#main h2.inner {
	color: #6a6a6a;
	font-size: 20px;
}
div#main p {
	padding-bottom: 10px;
}
div#main ul.icon-list li {
	background: url(../i/icon-tick.gif) no-repeat left;
	padding-left: 17px;
}
div#main ul.years li {
	background: url(../i/arrow-icon.gif) no-repeat left;
}
div.sidebox {
	width: 215px;
	height: auto;
	background: #494949 url(../i/submenu-back.jpg) repeat-x top left;
	padding: 4px 15px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
div.sidebox h3 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px;
}
div.sidebox ul li a {
	display: block; 
	color: #fff; 
	font-weight: bold;
	font-size: 13px;
}
div.sidebox a.active,
div.sidebox a:hover { 
	color: #a4c556; 
	text-decoration: none;
}
div.sidebox ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(../i/line-back.gif) repeat-x bottom left;
}
div.sidebox li.last { 
	background: none; 
	margin-bottom: 0px; 
}
div.sidebox ul li a:hover {
	background: url(../i/submenu-hover.gif) no-repeat left;
	margin-left: -15px;
	padding-left: 15px;
}
div#main div.contentbox {
	color: #5e4f39;
	background:#f2f0eb;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	line-height: 19px;
	padding:4px 0;
	width:245px;
}
div#main div.contentbox ul.links {padding:0 15px;}
div#main div.longtitle {}

div#main div.contentbox p {
	font-size:13px;
	line-height:18px;
	padding:0 15px;	
}
div#main div.contentbox p a {white-space:nowrap;}
div#main div.contentbox h3 {
	color: #5e4f39;
	margin-bottom: 15px;
	font-size:16px;
	font-weight:bold;
	padding:0 15px 15px;
	background: #f2f0eb url(../i/sidebox-bg.gif) repeat-x bottom;	
}
div.contentbox ul li { background: url(../i/line-back2.gif) repeat-x bottom left; }
div.contentbox ul li a { 
	color: #5e4f39; 
	font-weight: bold; 
}
div.contentbox ul li a:hover { 
	color: #5e7b20; 
	background: none; 
}
div.contentbox h3 a {
	color: #5e4f39;
}
span.date { 
	color: #5e4f39; 
	font-size: 13px;
	background: url(../i/calendar-icon.png) no-repeat left;
	padding-left: 18px;
}
div.maincontent span.date {
	color: #6a6a6a;
}
div.inner-box {
	background: url(../i/pixel-grey.png);
	float: left;
	padding: 10px 15px;
	margin-right: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 12px;
	line-height:20px;
	color: #6a6a6a;
}
div.inner-box p {
	margin: 0px;
}
div.small-width {
	width: 198px;
	height:220px;
	margin-bottom:20px;
}
div.small-width:hover {
	-moz-box-shadow: 0px 1px 2px #bbb; 
	-webkit-box-shadow: 0px 1px 2px #bbb; 
	box-shadow: 0px 1px 2px #bbb;
	color:#444;
}
div.small-width:hover h2.inner {color:#444;}

div.big-width {
	width: 600px;
}
table td {
	padding: 10px;
}
table.contact td {padding:5px;}
div#main div.allwidth {
	width: 1000px;
}
div.newsbox {
	float: left;
	margin: 0 15px 15px 0;
	width: 430px;
	background: #F2F0EB;
	color: #5e4f39;
	font-size: 13px;
	line-height: 21px;
	padding: 5px 15px 10px 15px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
div#main div.newsbox h3 {
	color: #5e4f39;
	font-size: 15px;
}
div.newsbox div.line {
	background: url(../i/line-back2.gif) repeat-x bottom left;
	margin-bottom: 10px;
	height: 2px;
}
div.newsbox last { margin-right: 0; }
div.newsbox h3 {
	font-size: 16px;
	font-weight: bold;
}
div#main div.newsbox span.date {
	color: #5e4f39;
}
div.newsbox a { 
	color: #5e4f39; 
	font-weight: bold; 
}
input.text {
	width: 250px;
}
span.star {
	color: #8F0F08;
	size: 10px;
	vertical-align: top;
}
#contact-form { 
	width: 620px; 
	overflow: auto; 
	text-align: left;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #5E4F39;
	padding: 5px 15px;
	background: #EEEDE8 url(../i/form-bg.jpg) no-repeat left;
}
#contact-form span.star {
	color: #FF8E8E;
}
#contact-form input, #contact-form textarea {
	border: 1px solid #cac6b9;
	background: #eae8e1;
	color: #5E4F39;
	font-size: 13px;
}
#contact-form input:focus, #contact-form textarea:focus {
	border: 1px solid #aca090;
	-moz-box-shadow: 0px 1px 2px #cfc0aa;
	-webkit-box-shadow: 0px 1px 2px #cfc0aa;
	box-shadow: 0px 1px 2px #cfc0aa;
}
#contact-form div.inner-box {
	color: #5E4F39;
	border: 1px solid #aca090;
	margin-bottom: 10px;
	background: #eae8e1;
	font-family: "Lucida grande",Tahoma,Arial,Verdana,Sans-serif;
}
#contact-form table { width: 600px; }
#contact-form a.button{
	border: 1px solid #55740f;
	padding: 5px 20px;
	margin-right: 10px;
	text-transform: uppercase;
	font-size: 12px;
	background: #7c9e2d;
	font-weight: bold;
	text-shadow: 0px 0.2px 0.2px #000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a1c354', endColorstr='#5d7f12');
	background: -webkit-gradient(linear, left top, left bottom, from(#a1c354), to(#5d7f12));
	background: -moz-linear-gradient(top,  #a1c354,  #5d7f12);
	-moz-box-shadow: 1px 1px 0px #b1d561 inset;
	-webkit-box-shadow: 1px 1px 0px #b1d561 inset;
	box-shadow: 1px 1px 0px #b1d561 inset;
	width:150px;
	text-align:center;
	margin:15px 10px 15px 0;
	font-size:18px;
}
#contact-form a.button:hover {
	background: #98be42;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8faf4b', endColorstr='#5d7f12');
	background: -webkit-gradient(linear, left top, left bottom, from(#8faf4b), to(#5d7f12));
	background: -moz-linear-gradient(top,  #8faf4b,  #5d7f12);
}
#contact-form div.inner-box p {
	margin: 0;
}
#contact-form h1 {
	margin:0 0 25px;
	padding:15px 0;
	color: #5E4F39;
	font-weight:bold;
	font-size:23px;
}
#contact-form label.opt {
	font-size:13px;
}


/* Pagination */

ul#pagination {
	padding: 0;
	margin: 0;
	display: inline-block;
}
ul#pagination li {
	display: inline-block;
	float: left;
	margin-right: 4px;
}
ul#pagination li, ul#pagination a {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
}
ul#pagination a {
	padding: 4px 12px;
	margin-right: 0px;
	border: solid 1px #c9c9c9;
	color: #5E4F39;
	background: #ebebeb;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb');
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ffffff,  #ebebeb);
	-moz-box-shadow: 1px 1px 1px #e8e8e8;
	-webkit-box-shadow: 1px 1px 1px #e8e8e8;
	box-shadow: 1px 1px 1px #e8e8e8;
}
ul#pagination a:hover {
	padding: 4px 12px;
	margin-right: 0px;
	border: solid 1px #c9c9c9;
	color: #5E4F39;
	background: #f9f9f9;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#ebebeb');
	background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#ebebeb));
	background: -moz-linear-gradient(top,  #f9f9f9,  #ebebeb);
	-moz-box-shadow: 1px 1px 1px #e8e8e8;
	-webkit-box-shadow: 1px 1px 1px #e8e8e8;
	box-shadow: 1px 1px 1px #e8e8e8;
}
ul#pagination .previous-off,
ul#pagination .next-off {
	display: inline-block;
	float: left;
	font-weight: bold;
	color: #333;
	padding: 4px 12px;
	margin-right: 4px;
	border: solid 1px #ddd;
}
ul#pagination .next a,
ul#pagination .previous a {
	font-weight: bold;
	border: solid 1px #ddd;
}
ul#pagination .active {
	display: inline-block;
	float: left;
	padding: 4px 12px;
	color: #333;
	border: solid 1px #ddd;
	margin-right: 4px;
	-moz-box-shadow: 1px 1px 1px #e8e8e8;
	-webkit-box-shadow: 1px 1px 1px #e8e8e8;
	box-shadow: 1px 1px 1px #e8e8e8;
}
ul#pagination a:link,
ul#pagination a:visited {
	display: inline-block;
	float: left;
	padding: 4px 12px;
	text-decoration: none;
	border: solid 1px #ddd;
}
ul#pagination a:hover{
	color: #333;
	border: solid 1px #ddd;
}
.SI-FILES-STYLIZED label.cabinet {
    width: 131px;
    height: 30px;
    background: url(../i/browse.jpg) 0 0 no-repeat;
    display: block;
    overflow: hidden;
    cursor: pointer;
}
.SI-FILES-STYLIZED label.inner {
    width: 116px;
    height: 28px;
    background: url(../i/browse-inner.jpg) 0 0 no-repeat;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.SI-FILES-STYLIZED label.cabinet input.file {
    position: relative;
    height: 100%;
    width: auto;
    opacity: 0;
    -moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.SI-FILES-STYLIZED label.en{
    background: url(../i/browse-en.jpg) 0 0 no-repeat;
}
.SI-FILES-STYLIZED label.inner-en{
    background: url(../i/browse-inner-en.jpg) 0 0 no-repeat;
}
div#main div.maincontent ul {
  padding-left: 20px;
}
div#main div.maincontent ul li {
  list-style: disc;
}

#cntctForm a.button {
	width:150px;
	text-align:center;
	height:35px;
	line-height:35px;
	font-weight:bold;
	font-size:15px;
}

div.trinity {
width:306px; 
float:left; 
margin-right:10px;
font-size:12px;
line-height:19px;
}
div.tright {margin-right:0;}
div.trinity h2.headbox {
	text-align:center;
	margin-bottom:5px;
}
div.trinity p {margin:5px 0;}

div.trinity:hover h2.headbox {background:#E0DCCE;}
div.trinity:hover img.headbox {border:3px solid #E0DCCE;}

div#logos {
	position:relative;
	width:980px;
	height:110px;
	display:block;
	margin:0 auto 10px;
	background:url(../i/logos.jpg) no-repeat left top;
}
div#logos a {
	position:absolute;
	display:block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
div#logos a.iso {
    height: 92px;
    left: 15px;
    top: 9px;
    width: 100px;
}
div#logos a.oracle {
    height: 30px;
    left: 133px;
    top: 23px;
    width: 135px;
}
div#logos a.autocad {
    height: 30px;
    left: 133px;
    top: 57px;
    width: 135px;
}
div#logos a.din {
    height: 58px;
    left: 285px;
    top: 23px;
    width: 71px;
}
div#logos a.indesign {
    height: 58px;
    left: 375px;
    top: 23px;
    width: 58px;
}
div#logos a.acrobat {
    height: 89px;
    left: 451px;
    top: 10px;
    width: 105px;
}
div#logos a.trados {
    height: 54px;
    left: 575px;
    top: 28px;
    width: 150px;
}
div#logos a.napa {
    height: 96px;
    left: 854px;    
    top: 6px;
    width: 117px;
}
div#logos a.oraclef {
    height: 39px;
    left: 736px;
    top: 57px;
    width: 104px;
}
div#logos a.oraclep {
    height: 39px;
    left: 736px;
    top: 14px;
    width: 104px;
}
div#logos a:hover {
	-moz-box-shadow: 0px 1px 2px #c3bdab inset;
	-webkit-box-shadow: 0px 1px 2px #c3bdab inset;
	box-shadow: 0px 1px 2px #c3bdab inset;
}

a.fancymap {color:#496C09;}
