body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url();
	background-repeat: no-repeat;
}
ul, li
{	margin:0;
	padding:0;
}

.leftcr {
	background-image: url(../img/left_cr_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.navleft {
/*	background-image: url(../img/nav_left.jpg);*/
	background-repeat: no-repeat;
	background-position: left bottom;
}
.navright {
	/*background-image: url(../img/nav_right.jpg);*/
	background-repeat: no-repeat;
	background-position: right bottom;
}
.cntcr {
	background-image: url(../img/cnt_cr.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.ptitle {
	margin-top:28px;
	margin-left:21px;
}
.main_txt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#565556;
	text-align:justify;
}
.lang {
	background-image:url(../img/lang_bg.jpg);
	width:267px;
	height:115px;
}
.flag {
	margin-right:22px;
	margin-top:60px;
	float:right;
}
.flag2 {
	margin-right:17px;
	margin-top:60px;
	float:right;
}
.cp {
	float:right;
	margin-right:8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}
.txtF1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #565556;
	border: 1px solid #00AEF0;
	height: 16px;
	width: 154px;
	background-color: #F6F6F6;
}
.txtF2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #565556;
	border: 1px solid #00AEF0;
	height: 125px;
	width: 154px;
	background-color: #F6F6F6;
}
.btn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #565556;
	border: 1px solid #00AEF0;
	height: 18px;
	width: 75px;
	background-color: #F6F6F6;
}
.col {
	list-style:none;
	padding:0px;
	margin:0px;
	
}
.col li {
	display:inline;
	padding:0px;
	margin:0px;
	}
a:link {
	color: #565556;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #565556;
}
a:hover {
	text-decoration: underline;
	color: #565556;
}
a:active {
	text-decoration: none;
	color: #565556;
}

#menu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	width:207px;
	height:393px;
	background:url(../img/menu_bg.png) top left no-repeat;
	text-align:center;
	display:block;
	position:relative;
	
}
	
	
	
html > * #menu ul, #menu li
{
	display:block;
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
    margin: auto;
    width: 170px;
}
#menu ul li a
{
	display:inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background:#01AFF1;
	height:20px;
    width: 170px;
	color:#FCFDFF;
}
#menu  ul > li > a:hover
{
	text-decoration:none;}

#menu  li
{
	margin:16px 0;}
	
#menu > ul > li > ul
{
	overflow:hidden;	/*display:none;*/
}

#menu > ul
{
	position:relative;
	top:60px;
}

#gal
{
	display:inline-block;
	margin:auto;
}

.img_holder
{   float:left;
	margin:5px;
	display:inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	outline:none;
	border:none;
	
}
html > * .img_holder { float:none;}
.img_holder img
{	outline:none;
	border:none;
	display:block;
}

.collapsible >ul
{
	height:0;
}


.new
{
	position:absolute; 
	width:50px;
	height:50px;
	background:url(../img/new.png);
    right: -35px;
    top: -12px;
}

