html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}


.clear { clear: both; display: block; }

/* site */
body {
	background:#000;
	overflow:hidden;
	padding-top: 80px;
	font-family: Arial, sans-serif;
}
a {
	color: #d1d1d1;
	cursor: pointer;
	text-decoration: none;
}
#site {
	display: block;
	overflow:hidden;
	position:relative;
}
.chlngEN{
	display: none;
}
#container {
	position:relative;
	overflow:hidden;
	width: 10000px;
	height: 100%;
	margin-top: 0px;
}
#container .square {
	float:left;
	position:relative;
	height: 100%;
}
.square-1 {
	width: 1960px;
}
.square-2 {
	width: 1960px;
}
.square-3 {
	width: 1960px;
}
.square-4 {
	width: 1960px;
}
.square-5 {
	width: 1960px;
}

html {
overflow: hidden;
}
#header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	overflow: hidden;
}
#header h1.logo a{
	width: 164px;
	height: 70px;
	display: block;
	overflow: hidden;
	float: left;
	text-indent: -999999px;
	background: url("../images/logo.jpg") no-repeat;
	text-decoration: none;
	margin-left: 25px;
}
#header .menu-holder{
	width: 482px;
	height: 69px;
	margin: 0 auto;
}
#header ul.menu{
	margin: 0 auto;
	width: 482px;
	height: 59px;
	display: list-item;
	background: url("../images/menu.jpg") no-repeat;
}
#header ul.menu li{
	float: left;
}
#header ul.menu li a{
	float: left;
	display: inline;
	height: 59px;
	overflow: hidden;
	text-indent: -9999px;
}
#header ul.menu li.home a{
	width: 81px;
	margin-right: 30px;
	background: url("../images/menu.jpg") no-repeat;
}
#header ul.menu li.home a:hover{
	background-position: 0 100%;
}
#header ul.menu li.services a{
	width: 81px;
	margin-right: 32px;
	background: url("../images/menu.jpg") no-repeat -111px 0;
}
#header ul.menu li.services a:hover{
	background-position: -111px 100%;
}
#header ul.menu li.magazines a{
	width: 96px;
	margin-right: 33px;
	background: url("../images/menu.jpg") no-repeat -224px 0;
}
#header ul.menu li.magazines a:hover{
	background-position: -224px 100%;
}
#header ul.menu li.portfolio a{
	width: 129px;
	background: url("../images/menu.jpg") no-repeat -353px 0;
}
#header ul.menu li.portfolio a:hover{
	background-position: -353px 100%;
}
#header a.contacts{
	float: right;
	display: block;
	width: 111px;
	height: 59px;
	margin-right: 25px;
	text-indent: -9999px;
	background: url("../images/contacts.jpg") no-repeat;
}
#header a.contacts:hover{
	background-position: bottom left;
}

/*My Content*/
div.background{
	position: absolute;
	z-index: -1;
	bottom: 80px;
	width: 100%;
	height: 400px;
}
.bg1{
	background: url("../images/bg1.jpg") no-repeat;
}
.bg2{
	background: url("../images/bg2.jpg") no-repeat;
}
.bg3{
	background: url("../images/bg3.jpg") no-repeat;
}
* html .content-holder {
	overflow: hidden;
	width: 840px; /* 900px */
	height: 350px; /* 370px */
	padding: 10px 30px;
	color: #fff;
	margin-top: 70px;
	background: #000;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='fixed', src='../images/content-holder-bg.png');*/
}
.content-holder[class]{
	overflow: hidden;
	width: 840px; /* 900px */
	height: 350px; /* 370px */
	padding: 10px 30px;
	background: url("../images/content-holder-bg.png") repeat;
	color: #fff;
	margin-top: 70px;
}
.content-holder p{
	color: #d1d1d1;
	font-size: 15px;
	margin-bottom: 20px;
}
ul.footer-menu{
	position: absolute;
	bottom: 20px;
	left: 25px;
	overflow: hidden;
}
ul.footer-menu li{
	float: left;
	border-left: 1px solid #ccc;
	padding-left: 8px;
	margin: 0 16px 0 -9px;
}
ul.footer-menu li a,
ul.footer-menu li span{
	display: block;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #ccc;
}
ul.footer-menu li a:hover{
	text-decoration: underline;
}
.pagenumber{
	float: left;
	display: block;
	width: 100%;
	height: 25px;
	margin-bottom: 10px !important;
}
.pg1{
	background: url("../images/pg-1.gif") no-repeat;
}
.pg2{
	background: url("../images/pg-2.gif") no-repeat;
}
.pg3{
	background: url("../images/pg-3.gif") no-repeat;
}
.pg4{
	background: url("../images/pg-4.gif") no-repeat;
}
.pg5{
	background: url("../images/pg-5.gif") no-repeat;
}
.title-style01{
	float: left;
	width: 100%;
	color: #79c023;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 40px;
}
p.style1{
	font-weight: bold;
	font-size: 14px;
	color: #d1d1d1;
}
p.style2{
	font-weight: bold;
	font-size: 18px;
	color: #d1d1d1;
}
p.style2 a{
	font-size: 18px;
	font-weight: bold;
	color: #d1d1d1;
	text-decoration: underline;
}
p.style2 a:hover{
	text-decoration: none;
}
.holder-folio{
	float: left;
	width: 260px;
	margin-right: 19px;
}
.holder-folio-info{
	width: 281px;
	margin: 0;
}
ul.list-seminars{
	float:left;
	margin-top: 30px;
}
ul.list-seminars li{
	width: 100%;
	height: 36px;
	margin-bottom: 20px;
}
ul.list-seminars li.pdf{
	background: url("../images/icon-pdf.gif") no-repeat;
}
ul.list-seminars li a{
	display: block;
	padding: 0 0 0 50px;
	line-height: 36px;
	color: #d1d1d1;
	font-size: 14px;
	text-decoration: none;
}
ul.list-seminars li a:hover{
	text-decoration: underline;
}
.logos{
	float: left;
	margin-bottom: 40px !important;
	text-align: center;
}
.magazine-holder{
  float: left;
	width: 100%;
	height: 92px;
	margin-bottom: 30px;
}
.magazine-holder img{
	float: left;
	margin-right: 27px;
}
.magazine-holder p{
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}
.magazine-holder p span.title{
	color: #79c023;
	font-weight: bold;
}
a.link{
	color: #0061b1;
	font-size: 13px;
}
a.link:hover{
	text-decoration: none;
}
.contact-holder{
	float: left;
	width: 260px;
	overflow: hidden;
	margin-right: 30px;
}
.contact-holder h2{
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
}
.contact-holder p{
	font-size: 13px;
	font-weight: bold;
	color: #d1d1d1;
}
.contact-holder p span.title{
	color: #79c023;
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
}
.last-holder{
	margin: 0;
}

/* loading */
#loading {
	position: absolute;
	background: #000;
	width: 100%;
	height: 100%;
	z-index: 100;
	overflow:hidden;
}
#loading div {
	margin: 0 auto;
	width: 300px;
	height: 100px;
	padding-top: 18%;
}




/*#prev {*/
/*	width:61px;*/
/*	height:63px;*/
/*	display:block;*/
/*	position:absolute;*/
/*	bottom:20px;*/
/*	left:20px;*/
/*	background:url(../images/arrow-left.png) top left no-repeat;*/
/*	z-index:3;*/
/*}*/
/*#prev:hover {*/
/*	background:url(../images/arrow-left.png) 0px -64px no-repeat;*/
/*}*/
/*#next {*/
/*	width:61px;*/
/*	height:63px;*/
/*	display:block;*/
/*	position:absolute;*/
/*	bottom:20px;*/
/*	right:20px;*/
/*	background:url(../images/arrow-right.png) top left no-repeat;*/
/*	z-index:3;*/
/*}*/
/*#next:hover {*/
/*	background:url(../images/arrow-right.png) 0px -64px no-repeat;*/
/*}*/
/*#pssst {*/
/*	width:89px;*/
/*	height:88px;*/
/*	display:block;*/
/*	background:url(../images/pssst-ro.png) top left no-repeat;*/
/*}*/

