body {
	background-color:#000000;
	margin:0px;
	padding:0px;
	font-family: arial;
}
#body{
	background-color:#584646;
}

.xinga_template_silver{
	background-image:url(../files/media/LogoX20.jpg);
	background-repeat:no-repeat;
	background-position: 50% 50%;
}
.xinga_template_roze{
	background-image:url(../files/media/LogoX20M.jpg);
	background-repeat:no-repeat;
	background-position: 50% 50%;
}

p{
	padding:0px;
	margin:0px;
	font-size: 11px;
	color: 	#ffffff;
	padding-bottom: 14px;
	text-align: left;
	
}
h1{
	margin: 0px;
	padding: 0px;
	color:#ec008e;
	font-size: 13px;
}
h2{
	color: 	#ec008e;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
a{
	text-decoration: none;
	color: #939598;	
}
a:hover{
	text-decoration: none;
	color: #ec008e;	
}
#main {
	width: 98%;
}
#container {
	width: 962px;
	position: relative;
	top: 10px;
	background-color:000;
	border: 1px solid #EC008E;
	
}
	#header{
	 	height: 150px;
	 	width: 100%;
	 	background-image: url("./images/bg_header.png");
	 	background-repeat: no-repeat;
	 	background-position: top;
	}
	#unc{
		height: 15px;
		width: 950px;
		font-size: 10px;
		color: #ec008e;
		background-color: #000;
		padding-right: 10px;
		padding-top: 5px;
	}
		#unc > a{
			font-size: 10px;
			text-decoration: none;
			color: #000000;
		}
		#unc > a:hover{
			font-size: 10px;
			text-decoration: none;
			color: #ec008e;
		}	
	#middle{
		display: table;
		width: 100%;
		background-color: #000;	 	
	}
		#col_left{
			width: 218px;
			float: left;
			overflow: visible;	
			display: table;	
		}
			#menu_container{
				margin:0px;
				padding:0px;
				width: 206px;
				overflow: hidden;
				margin-left: 6px;
				margin-top: 6px;
			}
			#logo{
				width: 212px;
				margin-left: 6px;
				overflow: hidden;
			}
			#contact{
				width: 212px;
				margin-left: 6px;
				overflow: hidden;
				border-top: 0px #ec008e solid;
			}
		#content{
			width: 417px;
			float: left;
			display: table;
		}
			
			#content_container{
				width: 407px;
				margin-left: 10px
						
			}
				.con_div{
					width: 365px;
					margin-left: 26px;			
				}
		#col_right{
			width: 317px;
			float: left;
			height: 419px;
		}
			#pics{
				width: 310px;
				height: 412px;
				margin-top:5px;
				margin-left: 5px; 
				border: 0px #ccc solid;
				overflow: hidden;
				background-repeat: no-repeat;
			}
	#footer{
		height: 40px;
	 	padding:0px;
		width: 100%;
	 	background-image: url("./images/bg_footer.png");
	 	background-repeat: no-repeat;
	}
		.footerLinks{
			height: 20px;
		 	padding-top:12px;
			width:870px;
			text-align: right;
			font-size: 10px;
		 	color:#fff;
		}
		.footerLinks a{
			font-size: 10px;
			text-decoration: none;
			color:#fff
		}
		.footerLinks > a:hover {
			font-size: 10px;
			text-decoration: none;
			color: #ec008e;
		}
/**** menu ****/	

ul#menu{
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-color: #404f44;
	border-left: 1px solid #ec008e;
	border-right: 1px solid #ec008e;
	border-bottom: 1px solid #ec008e;
	
}
	
ul#menu li{
	width: 204px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	border-top: 1px #ec008e solid;
	list-style: none;
}
ul#menu li a{
	color:#E9EAEA;
	font-size: 12px;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding-top:3px;
	padding-bottom:0px;
	height:18px;
}
ul#menu li a:hover{
	background-color:#ec008e;
	text-decoration: none;
}
	#menu .menu_child{
		width: 204px;
		margin: 0px;
		padding: 0px;
		text-align: left;
		list-style: none;
		background-color:#404f44;
		
	}
	#menu .menu_child li {
		margin: 0px;
		padding: 0px;

	}
	#menu .menu_child li a{
		color:#939598;
		font-size: 12px;
		display: block;
		width: 212px;
		padding-top:3px;
		padding-bottom:0px;
		height:18px;
	}
	#menu .menu_child li a:hover{
		color:#ffffff;
		background-color:#ec008e;
		text-decoration: none;
	}
	#menu .menu_child .active{
		background-color:#fff;
	}
	#menu .menu_child .active a{
		color:#ec008e;
	}
		
	#menu .menu_child li a.hblue:hover{
		background-color:#404f44;
		text-decoration: none;
	}
	
	/*
*/
/*** sitemap ***/

#sitemap{
	font-size: 11px;	
	color: #404f44;
}
#sitemap ul{
	list-style: disc;
	padding-left: 0px;
	margin-left: 15px;
}
#sitemap > ul > li{
	margin-left: 5px;
}

#home_link{
	position: absolute;
	width:270px;height:120px;
	top: 10px;
	left:10px;		
}
#home_link >  a{
	display: block;
	height: 120px;
	z-index: 2;
	cursor: pointer;
}

.fadeIn{
	display: none;	
}
