@font-face {
	font-family: 'MyriadProRegular';
	src: url('../fonts/myriadpro-regular-webfont.eot');
	src: local('Myriad-Pro-Regular'), url('../fonts/myriadpro-regular-webfont.ttf') format('truetype'), url('../fonts/myriadpro-regular-webfont.svg#webfontaIGiM8Z1') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadProBold';
	src: url('../fonts/myriadpro-bold-webfont.eot');
	src: local('Myriad-Pro-Bold'), url('../fonts/myriadpro-bold-webfont.ttf') format('truetype'), url('../fonts/myriadpro-bold-webfont.svg#webfont49K3u5MS') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0px;
	padding: 0px;
}
html {
	width: 100%;
	height: 100%;

	overflow: scroll;
	overflow-x: auto;
}

body {
	width: 100%;
	height: 100%;

	background-color: #ddd;
	background-image: url("../images/layout/background.jpg");
	background-position: center top;
	background-repeat: repeat;
	
	font-family: MyriadProRegular, Tahoma, Geneva, Kalimati, sans-serif;
	font-size: 14px;

	text-align: center;

	color: #000;
}

img, div { 
	behavior: url("../iepngfix/iepngfix.htc");
}

#shadow {
	background-image: url("../images/layout/shadow.jpg");
	background-position: center top;
	background-repeat: repeat-x;
}

#top {
	width: 900px;
	
	margin: 0 auto;
	
	text-align: left;
}

#logo {
	float: left;
	width: 154px;	
}

#language-bar {
	float: right;
	width: 200px;
	
	padding-top: 66px;	
}

#language-bar a {
	color: #010080;	
}

#language-bar a.active {
	border-bottom: 1px solid #010080;	
}

#page {
    width: 900px;
    margin: 0 auto;
    text-align: left;
    
    padding-top: 6px;
	
	border-top: 4px solid #010080;
}

#page .content {
    padding: 10px 10px 10px 40px;
    margin-top: 8px;
    /*
    opacity: .7;
    filter: alpha(opacity=70);
    */
    
    background-image: url("../images/layout/80.png");
	_background-image: none;
	_background-color: #fff;
	_filter: alpha(opacity=70);
    
    position: relative;
}
#page #menu.content {
	/*
    opacity: .85;
    filter: alpha(opacity=85);
    */
    
    background-image: url("../images/layout/80.png");
	_background-image: none;
	_background-color: #fff;
	_filter: alpha(opacity=85);
}
#page #detail.content { 
	/*
    opacity: 1;
    filter: alpha(opacity=85);
    */
    
    background-image: url("../images/layout/80.png");
	_background-image: none;
	_background-color: #fff;
	_filter: alpha(opacity=85);
}

#left {
    width: 313px;
    float: left;
}

#left h4 {
    padding: 0;
    margin: 0;
    font-size: 7pt;
    font-weight: normal;
    color: #777;
}

#detail img {
    border: 1px solid black;
}
#detail p {
    font-size: 8pt;
    margin: 4px 10px 0 0;
    padding: 0;
}
#detail a {
    color: #444;
    text-decoration: none;
}
#detail a:hover {
    text-decoration: underline;
}
#details-more {
    display: none;
}
#partners {
    /*
    height: 50px;
    _height: 70px;
    */
}

#partners img {
	display: block;
	float: left;
	
	margin-top: 9px;	
	margin-bottom: 7px;	
	margin-left: 2px;	
}

#footer {
    text-align: right;
    width: 900px;
    margin: 10px auto;
}

#center {
    float: left;
    width: 145px;
    height: 549px;
    background: url("../images/layout/middle.jpg") no-repeat;
    margin: 8px 8px 0 8px;
}

#content {
    float: left;
    width: 425px;
    
}
#content .content { 
    padding-bottom: 20px;
}
#content .min-height { 
    height: 517px;
    float: left;
    width: 0;
    /*border-left: 1px solid white;*/
}
#content h2 {
    color: #010080;
    font-size: 18px;
}
#content ul {
    padding-left: 0;
    list-style-type: none;
}
#content li {
    padding-left: 40px;
    background: url("../images/arrow.png") 0 0.1em no-repeat;
    margin: 5px 0;
}

table.border tr td, table.border tr th {
	background-color: #eee;
	padding: 2px 5px 2px 5px;

}


#content ul.headings li {
    clear: right;
    position: relative;
    padding-left: 6em;
}
#content ul.headings li span {
    position: absolute;
    height: 0;
    top: 0;
    left: 3em;
    _left: -3.5em;
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
}

#signature {
	padding-top: 10px;
	
	font-weight: bold;
	
	color: #010080;
	
	border-top: 4px solid #010080;
}
