@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	font-size:12px;
	text-align: center;
	color: #000;
	background-image: url(../images/site-back.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#container {
	width: 700px;
	height: 100%;
	margin: 0 auto;
	background-image: url(../images/main_back.jpg);
} 

#menu {
	background-image: url(../images/header_back.jpg);
      width: 700px;
	  height: 91px;
      margin: 0 auto;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size:12px;
	  font-weight:bold;
	  line-height: 65px;
	  text-align: center;
}
#menu ul{
	width: auto;
	padding-left: 450px;
	margin: 0;
}
#menu li{
	width: auto;
	margin: 0;
	float:left;
	list-style: none;
}
#menu .meniu{
	display: block;
	width: 67px;
	height: 91px;
	color:#a8a8a8;
	text-decoration: none;
}
#menu .meniu:hover{
	color:#b21218;
}
#menu .meniuact{
	display: block;
	width: 67px;
	height: 91px;
	color:#b21218;
	text-decoration: none;
	background-image:url(../images/button_back.jpg);
	background-repeat: no-repeat;
}
#header {
	margin: 0;
	width: 700px;
	height: 215px;
} 
#mainContent {
	margin: 10px 0;
	padding: 0 47px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	color:#666;
	text-align: left;
}
#mainContent span{
	color:#b21218;
}
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #b21218;
	text-align: left;
	line-height: 22px;
	font-weight: lighter;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	display: block;
	width: 606px;
	height: 25px;
	font-size:10px;
	line-height: 35px;
	color: #4e4e4e;
	text-align: center;
	padding: 0 47px;
} 
#leftbar {
	float: left;
	margin: 0;
	width: 295px;
}
#leftbar a {
	color:#666;
	text-decoration: none;
}
#leftbar a:hover {
	color:#CF0A11;
	text-decoration: underline;
}
#rightbar {
	margin: 0;
	float:right;
	width: 295px;
}
#quote, #quote a {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:24px;
	color:#FFF;
	line-height:60px;
	margin: 0;
	float:left;
	width: 606px;
	height: 66px;
	background-image: url(../images/quote_back.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-decoration:none;
}
#quote a:hover {
	color:#000;
	text-decoration:none;
}
.reportlink a {
	color:#666;
	text-decoration: none;
}
.reportlink a:hover {
	color:#CF0A11;
	text-decoration: underline;
}
.imgHead {
	margin: 0px;
	float: left;
	width:auto;
	clear:left;
	padding-top: 0px;
	padding-right: 10px;
}
.list {
	text-align:left;
	width: auto;
	padding-left: 25px;
	padding-top: 20px;
	margin: 0;
}
.list li {
	color: #666;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
	list-style-image: url(../images/bullet2.gif);
	list-style-type: circle;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	text-align:right;
	font-size:12px;
	color:#666;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* form */
.titlu {
	font-size:14px;
	color:#666;
	font-weight: bold;
	text-align:left;
}
.form-list {
	display: block;
	width: 295px;
	padding-left: 0px;
	margin: 0;
}
.form-list ul{
	padding-left: 0px;
	margin: 0;
}
.form-list li {
	margin-bottom:5px;
	padding-right:12px;
	list-style-type: none;
}
.form-list li .input-text { width:280px; }
.textlink, .textlink a:link, .textlink a:visited {
	font-size:12px;
	color:#F29200;
	text-decoration:none;
}
.button
{
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:15px;
	color:#b21218;
	margin: 0;
	width: 100px;
	height: 30px;
	float:right;
	text-decoration:none;
	cursor:pointer;
}
.button:hover
{
	color:#000;
}
.mesaj, mesaj a:link, mesaj a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 24px;
	color:#b21218;
	text-align: center;
	text-decoration:none;
}
.mesaj a:hover{
	color:#000;
	text-decoration:underline;
}
.center {
	text-align: center;
}
.phone, .phone a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	line-height: 32px;
	color:#b21218;
	font-weight:bold;
	text-decoration:none;
}
.phone a:hover{
	color:#666;
	text-decoration:none;
}