/* COMMON v.1.5.2
/* Forma Design
/* Developer Angel Vachev 
/* angel@formadesign.bg
/* ---------------------------------------------- */
/* ---  COMMON STYLES  -------------------------- */
/* ---------------------------------------------- */
body {
	background-color: white; /* ÔÎÍ ÍÀ ÑÒÐÀÍÈÖÀÒÀ */
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_site.jpg);
}
/* Çàäàâàíå íà ñòèëîâå çà îñíîâíèòå òàãîâå â HTML*/
body, form, span, div, table, td, th, tr, em, cite, select, input {
	font-family:  "Times New Roman", Times, serif;	/* ØÐÈÔÒ */
	font-size: 14px; /* ÊÅÃÅË ÍÀ ÁÓÊÂÈÒÅ */
	margin: 0px;
	padding: 0px;
	color: #312F2D; /* ÖÂßÒ ÍÀ ÁÓÊÂÈÒÅ */
	font-weight: normal; /* ÑÒÈËÎÂÅ ÍÀ ØÐÈÔÒÀ */
}
/* ---------------------------------------------- */
/* ---  LINKS STYLES  --------------------------- */
/* ---------------------------------------------- */
/* LINK, ACTIVE, VISITED */
a, a:link, a:active, a:visited{
	color: #cbcbcb;
	text-decoration: none;
}
/* HOVER */
a:hover{
	color: white;
	text-decoration: none;
}
h2, p {
	color: white;
}
/* ---------------------------------------------- */
/* ---  TABLE STYLES  --------------------------- */
/* ---------------------------------------------- */
/* Òàáëèöàòà ñòàâà áåç BORDER, CELLPADDING, CELLSPACING */
table{
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	margin: 0px;
	padding: 0px;
}
/* ÏÎÄÐÀÂÍßÂÀÍÅ Â ÖÅÍÒÚÐÀ ÍÀ DIV è TABLE */
div, table {
	margin-left: auto;
	margin-right: auto;
}
/* ---------------------------------------------- */
/* ---  IMAGE STYLES  --------------------------- */
/* ---------------------------------------------- */
img{
	border: none;
	margin: 0px;
	padding: 0px;
}
/* ---------------------------------------------- */
/* ---  FORM STYLES  ---------------------------- */
/* ---------------------------------------------- */
form {
	display: inline;
}

