/* suyushev and partners main css
*
*
********************************/

* {
	margin: 0; padding: 0;
}

body {
	background: url(images/fon.jpg) repeat;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
}

#wrapper {
	position: relative;
	width: 100%;
	/*height:1000px;*/
	min-width: 1000px;
/*	min-height:1000px;*/
	background: url(images/rightborder.png) no-repeat bottom right;
/* 	margin: 0 auto auto; */
	padding-bottom: 121px;
}

#inner {
	position: relative; top: 121px;
	width: 1000px;
/* 	margin: 0 auto auto; */


}

#header {
	padding-left: 160px;
	padding-top: 10px;
	margin-bottom: -9px;
	height: 121px;
	background: url(images/header.png) no-repeat;
}

#content {
	background:url(images/content.png) repeat-y;
	min-height:500px;
}

#footer {
	background: url(images/footer.png) no-repeat;
	height: 353px;
}


/* top menu */

#topmenu {
	width: 229px;
	margin-left: 160px;
	margin-right: 32px;
	float:left;
}

#topmenu ul {
	list-style: none;
}
#topmenu li {
	padding-left: 66px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	white-space: nowrap;
}

#topmenu li ul li {
padding-left: 10px;

}

#topmenu li ul li a {

	font-size: 12px;

}



#topmenu li a {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", serif;
	line-height: 30px;
	color:#2c598a;
}

a {
color:#2c598a;
}

/* latest news */

#text {
	width: 471px;
	float: left;
	margin-left: 226px;
	margin-top:66px;
	margin-bottom:-100px;
}

#latestnews {
	float: left;
	width: 277px;
}

#latestnews h1 {
	color: #275587;
	padding-bottom: 22px;
	padding-left: 12px;
	font-size: 14pt;
	font-family: Georgia;
	font-weight: lighter;
}

.latestpost {
	border-top: 1px dashed #c2c4c4;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left:12px;
	padding-right: 12px;
}

.last {

	border-bottom: 1px dashed #c2c4c4;}

.latestpost p {
	font-size: 10pt;
	line-height: 12pt;
}

.latestpost h2 {
	font-size: 11pt;
	color: #3d6692;
	font-family: Georgia;
	font-weight: lighter;
	padding-bottom: 8px;
}
.latestpost h2 a {
	color: #3d6692;
}
strong.date {
	font-size: 8pt;
	color: #72777a;
	font-weight: lighter;
}

/* minor elements */

a img {
	border: 0;
}

.dashed {
	font-size: 10pt;
	line-height: 11pt;
	text-align: justify;
	font-style: italic;
	padding-bottom: 66px;
}


#text h1 {
	color: #275587;
	padding-bottom: 22px;

	font-size: 14pt;
	font-family: Georgia;
	font-weight: lighter;
}

#text p {
	line-height: 11pt;
	padding-bottom: 1em;
	text-align: justify;
}

#text ul, #text ol {
padding: 1em 0em;
}

#text li {
padding: 0.2em 0em;
}

#footer p {
position: absolute;
bottom: 30px;
left: 580px;
color: #fff;
font-size: 10px;
}
#footer p.cnt {
position: absolute;
bottom: 30px;
left: 200px;
}
#footer p a {
color: #fff;
}
#gallery{ width:100%; }
#gallery img{ margin: 5px; }
#gallery td{ text-align:center; }

