/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	/*background: #fff;*/
	/*background: #fff url(/ndxz-studio/site/img/buzka_bg.jpg) no-repeat fixed;*/
}

body.section-1 { background: #fff url(/ndxz-studio/site/img/buzka_bg.jpg) no-repeat fixed; }
body.section-2 { background: #fff url(/ndxz-studio/site/img/buzka_bg.jpg) no-repeat fixed; }
body.section-3 { background: #fff url(/ndxz-studio/site/img/buzka_bg.jpg) no-repeat fixed; }
body.section-4 { background: #fff url(/ndxz-studio/site/img/buzka_bg.jpg) no-repeat fixed; }
body.section-5 { background: #fff url(/ndxz-studio/site/img/buzka_bg.jpg) no-repeat fixed; }
body.section-6 { background: #fff url(/ndxz-studio/site/img/buzka_bg.jpg) no-repeat fixed; }
body.section-7 { background: #fff url(/ndxz-studio/site/img/buzka_bg.jpg) no-repeat fixed; }
body.section-8 { background: #fff url(/ndxz-studio/site/img/buzka_bg.jpg) no-repeat fixed; }
body.section-9 { background: #fff url(/ndxz-studio/site/img/buzka_bg.jpg) no-repeat fixed; }

a:link { text-decoration: none; color:#0088ce;background:none; }
a:active { text-decoration: none;background:none; }
a:visited { text-decoration: none; color: #0088ce;background:none; }
a:hover { text-decoration: underline;color:#a00057;background:none; }

a img { border: none;background:none; }


small { color:#a1a1a1;}

.blue { color:#0088ce }

.baner-small {
	margin:0 10px 10px 0;
}
.baner-big {
	margin:0 0 10px 0;
}
#menu {
	width: 290px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;	
}
#menu .container {
    padding:0;
    margin:50px 0 0 0;
}
#menu .container a img:hover {background-color:#fefff1 !important;}

#menu ul {
	list-style: none;
	margin: 0 0 5px 0;
}
#menu ul li {
	margin: 0 0 0px 120px;
	padding:1px 0 1px 0;
	/*background:#f2f2f2;*/
}
#menu ul li.active { text-decoration:none; color: #b98b01;}
#menu ul li.section-title {
	margin: 0 0 0px 120px;
	padding:5px 0 5px 0;
	/*border-top:1px dotted #fff;*/
	cursor:pointer;
}
#menu ul li.section-title { font-size:14px;font-weight: bold; color: #000000; } 
#menu ul li.section-title:hover { color: #a00057; }
#menu li:hover{ text-decoration: none; color:#000000; }
#menu ul li a { font-size:11px;text-decoration: none; color:#000000; }
#menu ul li a:hover{ text-decoration: underline; color: #a00057;}
/* #menu ul li a:visited{ text-decoration: none; color:#gray; } */


#BlogLink ul li a, #HomeLink ul li a  { font-size:14px;font-weight: bold; color: #000000; }
#BlogLink ul li a:hover, #HomeLink ul li a:hover { text-decoration: none; }

#EduLink ul li a  { font-size:14px;font-weight: bold;color: #a00057; }
#EduLink ul li a:hover  { text-decoration: underline;color: #000000; }

#EduLink  { margin:10px 0 0 0;}

#NouveauLashesLink a  { font-size:14px;font-weight: bold;color: #a00057;background:none }
#NouveauLashesLink a:hover  { text-decoration: underline;color: #000000;background:none }

#NouveauLashesLink  { margin:20px 0 0 0;background:none;}


#menu p.logo {
	width:230px;
	height:130px;
	margin:10px 10px 10px 10px;
}


#content {
    height: 100%;
    margin: 0 0 0 300px;
    top: 0;
    background-color: transparent;
}

#content .container {
	width:600px;
	margin-top:82px;
	padding: 0px 0px 30px 0px;
	/*background-color: #f2f2f2;*/
	line-height:20px;
}
img.naglowek { margin:0 0 30px 0;}
#content p { margin-bottom: 15px; }
#content .cena {
	width:auto;
	padding:10px;
	background:#f7f7f7;
	margin-top:20px;
	margin-bottom:30px;
	color:#a00157;
}
#content ul {
	width:auto;
	list-style: disc;
	list-style-position: inside;
	
}
#content ul.cert {
	list-style-position: inside;
	display:inline;
}
#content ul.cert li {
	color:#000;
	margin:0 0 10px 0;
}

p {
    margin: 0 0 9px 0;
}


h1 { font-family: Arial, Tahoma, Verdana, sans-serif;font-size: 30px; font-weight:normal; margin:0px 0 30px 0; color:#0088ce;}
h2 { font-family: Arial, Tahoma, Verdana, sans-serif;font-size: 24px; font-weight:normal; margin:0px 0 10px 0; color:#0088ce; }
h3 { font-family: Tahoma, Verdana, sans-serif;font-size: 12px; font-weight:bold; margin:0px 0 10px 0; color:#000; }
h4 { font-family: Arial, Tahoma, Verdana, sans-serif;font-size: 11px; font-weight:normal; margin:0px 0 10px 0; color:#4da1d4; }

#img-container	{ margin: 0; padding: 0;}

#img-container p	{ width: 680px; margin: 0; padding: 0 0 12px 0; }
#once { clear: left; }

.index-hide {
	display:none;
}
.index-show {
	display:block;
}
