@charset "utf-8";
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address,
variable, form, fieldset, blockquote {
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td, caption  {
font-weight: normal;
text-align: left;
}
img  , fieldset{
border: 0;
}
ol {
padding-left: 1.4em;
list-style: decimal;
}
q:before, q:after {
content:'';
}
body {
	background: url(../_graphics/wrapper/background.jpg) repeat fixed;
}
a {
	text-decoration: none;
	color: #00F;
	font-style: normal;
	font-weight: bold;
}
a:hover {
	background-color: transparent;
	/*text-decoration: underline;*/
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	top: 25px;
	position: relative;
	font: 1em Arial, Helvetica, sans-serif;
	background: url(../_graphics/wrapper/wrapper.jpg) repeat;
}
#logo a {
	height: 200px;
	width: 200px;
	float: left;
	background: url(../_graphics/header/logo.jpg) no-repeat;
}
#info {
	height: 50px;
	width: 960px;
	background: url(../_graphics/header/info.jpg) no-repeat;
}
nav {
	display: inline-block;
	width: 960px;
	margin: 5px 0px 0px 0px;
}
nav ul {
	list-style: none;
	float: left;
}
nav li {
	float: left;
	padding: 0px 0px 0px 3px;
}
nav li a {
	color: #FFF;
	text-decoration: none;
	font-size: 1.25em;
	text-align: center;
	display: inline-block;
	width: 156px;
	height: 50px;	
	background: url(../_graphics/mainnav/navi.jpg) no-repeat;
	padding: 11px 0px 0px 0px;
}
nav #here {
	background: url(../_graphics/mainnav/navi_hover.jpg) no-repeat;
}
nav li a:hover {
	background: url(../_graphics/mainnav/navi_hover.jpg) no-repeat;
	/*padding: 10px 0px 0px 0px;*/
}
nav li a:active {
	background: url(../_graphics/mainnav/navi_hover.jpg) no-repeat;
	padding: 10px 0px 0px 0px;
}
nav ul:nth-child(2n+2) {
	margin: 10px 0px 0px 0px;
}
#standart li:first-child {
	padding: 30px 0px 0px 3px;
}
#complex	{
	margin: -25px 0px 0px 159px;
}
#searchForm {
	display: inline;
	float: left;
	margin: 5px 0px 0px 20px;
}
#searchForm input[type="text"] {
	font-size: 1.25em;
	width: 150px;
	height: 35px;
}
#searchForm input[type="submit"] {
	float: right;
	width: 35px;
	height: 35px;
	cursor: pointer;
	margin: 2px 0px 0px 0px;
	background: url(../_graphics/mainnav/search_icon.png) center no-repeat;
}
#searchForm input[type="submit"]:hover {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.lang_ro, .lang_ru {
	display: inline-block;
	width: 38px;
	height: 30px;
	float: right;
	margin: 7px 15px 0px 0px;
}
.lang_ro {
	background: url(../_graphics/mainnav/romania_flag.png) no-repeat;
}
.lang_ru {
	background: url(../_graphics/mainnav/russia_flag.png) no-repeat;
}
.lang_ro:hover, .lang_ru:hover {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
footer {
	width: 960px;
	clear: both;
	text-align: center;
	line-height: 1.5;
	padding: 0px 0px 10px 0px;
	background: url(../_graphics/footer/footer.jpg) no-repeat;
}
footer h3 {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.4;
	color: #00F;
}
address {
	font-weight: bold;
	font-style: normal;
}
strong {
	color: black;
}
/*footer p img  {
	width: 151px;
	height: 36px;
	position: relative;
	left: 10px;
	top: 3px;
}

p>a[href^='mailto:info@monumente.md'] {
	background: url(../_graphics/footer/email_icon.jpg) no-repeat;
	padding: 3px 0px 5px 30px;

}
a[href^='skype:monumente.md'] {
	background: url(../_graphics/footer/skype_icon.jpg) no-repeat;
	padding: 3px 0px 5px 30px;
}
.phone {
	font-weight: bold;
	color: #00F;
}*/
