@charset "utf-8";
/* CSS Document */

.clear {clear:both;}

img {border: 0px;}

.center {
	margin:auto;
	}

* { margin: 0px; padding: 0px; }

body {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #EC008C;
	font-size:11px;
	background-color: #d70048;
	background-image:url(../images/bg-x.jpg);
	background-repeat:repeat-x;
	}
	
#bg-meniu-home 
{
	background-image:    url(../images/bg-menu-01-home.png);
	background-repeat:   no-repeat;
	
	width:  603px;
	height:  21px;
}
	
#bg-meniu-servicii 
{
	background-image:   url(../images/bg-menu-02-services.png);
	background-repeat:  no-repeat;
	
	width:  603px;
	height:  21px;
}
	
#bg-meniu-despre 
{
	background-image:   url(../images/bg-menu-03-about.png);
	background-repeat:  no-repeat;
	
	width:  603px;
	height:  21px;
}
	
#bg-meniu-galerie 
{
	background-image:   url(../images/bg-menu-04-gallery.png);
	background-repeat:  no-repeat;
	
	width:  603px;
	height:  21px;
}

#bg-meniu-forum 
{
	background-image:   url(../images/bg-menu-05-forum.png);
	background-repeat:  no-repeat;
	
	width:  603px;
	height:  21px;
}
	
#bg-meniu-contact 
{
	background-image:   url(../images/bg-menu-06-contact.png);
	background-repeat:  no-repeat;
	
	width:  603px;
	height:  21px;
}
	
p.meniu {
	font-size:13px;
	text-align:center;
	color:#ec008c;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:4px;
	}
	
p.meniu a {
	color:#FFF;
	text-decoration:none;
	}
	
	
p.meniu a:hover {
	color:#ec008c;
	}
	

p.footer {
	font-size:13px;
	text-align:left;
	color: #FFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:4px;
	margin-left:20px;
	}
	
p.footer a {
	color:#FFF;
	text-decoration:none;
	}
	
	
p.footer a:hover {
	text-decoration: underline;
	}





p.footer-2 {
	font-size:10px;
	text-align:left;
	color: #FFF;

	font-family:Arial, Helvetica, sans-serif;
	padding-top:4px;
	margin-left:20px;
	}
	
p.footer-2 a {
	color:#FFF;
	text-decoration:none;
	}
	
	
p.footer-2 a:hover {
	text-decoration: underline;
	}



td.footer-table {
	padding-top:10px;
	}

td.footer-border {
	border-bottom: #FFF 1px dotted;
	height:30px;
	}
	
	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#ec008c;
	font-weight:100;
	margin-top:10px;
		}
		
p.text-general {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#ec008c;
	font-weight:100;
	margin-top:10px;
	line-height:28px;
	}
	
p.text-general a {
	color:#ec008c;
	text-decoration:underline;
	font-weight:bold;
	}
	
p.text-general a:hover {
	color:#ec008c;
	}		
	
p.text-general span {
	font-weight:bold;
	}
	
	
p.text-general-2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ec008c;
	font-weight:100;
	margin-top:10px;
	line-height:18px;
	}
	
p.text-general-2 span {
	font-weight:bold;
	font-size:14px;
	}		.zoom {
	border: 1px solid #999;
	padding: 1px;
	display: block;
	float: left;
	height: 76px;
	width: 76px;
	margin-right: 5px;
	margin-bottom: 5px;
}
a.zoom:hover {
	border-top-color: #EC008C;
	border-right-color: #EC008C;
	border-bottom-color: #EC008C;
	border-left-color: #EC008C;
	background-color: #EC008C;
}
form.highlight *{
	font-size: 12px;
}

form.highlight input,form.highlight textarea {
	background-color: #FFEAF4;
	border: 1px solid #D9346E;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-bottom: 3px;
	margin-top: 3px;
	width: 200px;
}
form.highlight .send
	{
	width: 100px;
	background-color: #D9346E;
	color: #FFF;
	font-weight: bold;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	font-size: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	}
