@charset "utf-8";
body {
	font: 100% "Times New Roman", Times, Verdana, Tahoma, sans-serif;
	background:#000;
	margin: 0; 	padding: 0;
	text-align: center; 
	color: #fff;
}
.oneColFixCtr #container {
	width: 1024px; min-height:768px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #container #header {
	width: 1024px; min-height:313px;
	background:url(../src/head.jpg) no-repeat;
}
a { border:0px; color:#000; }
a:hover { border:0px; color:#000; }
p { margin:0px 0px; padding:0px; 0px; }

.continut_txt{ font-size:14px; font-family:Verdana, Geneva, sans-serif; color:#262815; text-align:justify; }



/*Meniu*/
.home { background:url(../src/meniu/home_off.jpg) no-repeat left top;}
.home:hover { background:url(../src/meniu/home_on.jpg) no-repeat left top;}
.home_on { background:url(../src/meniu/home_on.jpg) no-repeat left top;}

.meniu { background:url(../src/meniu/meniu_off.jpg) no-repeat left top;}
.meniu:hover { background:url(../src/meniu/meniu_on.jpg) no-repeat left top;}
.meniu_on { background:url(../src/meniu/meniu_on.jpg) no-repeat left top;}

.foto { background:url(../src/meniu/foto_off.jpg) no-repeat left top;}
.foto:hover { background:url(../src/meniu/foto_on.jpg) no-repeat left top;}
.foto_on { background:url(../src/meniu/foto_on.jpg) no-repeat left top;}

.oferte { background:url(../src/meniu/oferte_off.jpg) no-repeat left top;}
.oferte:hover { background:url(../src/meniu/oferte_on.jpg) no-repeat left top;}
.oferte_on { background:url(../src/meniu/oferte_on.jpg) no-repeat left top;}

.contact { background:url(../src/meniu/contact_off.jpg) no-repeat left top;}
.contact:hover { background:url(../src/meniu/contact_on.jpg) no-repeat left top;}
.contact_on { background:url(../src/meniu/contact_on.jpg) no-repeat left top;}
