* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* Begin of styles for the demonstration (you can remove them) */
a.expand {
	width: 150px;
	display: block;
	margin: 10px 0 0;
}
a.expand:hover {
	height: 500px;
}
/* End of of styles for the demonstration */
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 100%;
	min-width: 1190px;
	
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 214px;
	background:url('media/top_right.png') repeat-x 59px 0 #d6ffcb;
}
#header_top {
	height: 168px;
	background:url('media/top_left.png') no-repeat 0 0;
}
#menu {
	height: 46px;
	background:url('media/top_left_menu.png') no-repeat 0 0;
	padding-left:410px;
	padding-top:12px;
}
#menu ul {
list-style:none;
text-transform: uppercase;
}
#menu ul li
{
	text-decoration: none;
	font-family:Sans,Times New Roman;
	font-size:1.3em;
	text-transform:uppercase;
	font-weight:bold;
	color:black;
	float:left;
	margin:0 10px;
	
}
#menu ul li a
{
	text-decoration: none;
	color:black;
	display:block;
	border-bottom:solid 3px darkgreen;
}
#menu ul li a:hover
{
	/*color:#004000;*/
	display:block;
	border-bottom:solid 5px red;
}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	z-index:-10;
	border-left: 240px solid #d6ffcb;
	border-right: 250px solid #d6ffcb;
	background:url('media/ls_right.png') repeat-y 0px 0;
	height: 1%;
	text-align:justify;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-right: -100%;
}
#content {
	padding: 0px 1em 1em 1em;
	z-index:0;

}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 240px;
	position: relative;
	left: -240px;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	z-index:0;
	float: right;
	margin-right: -250px;
	margin-bottom:145px;
	width: 250px;
	position: relative;
	background:#d6ffcb;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height:110px;
	text-align:center;
	background:url('media/footer_center.png') repeat-x 0 -1px;
}
#ftr_l { 
	height: 110px;
	width:300px;
	float:left;
	background:url('media/footer_left.png') no-repeat 0 0;
}
#ftr_r {
	margin-top:-197px;
	height: 306px;
	width:300px;
	float:right;
	background:url('media/footer_right.png') no-repeat 0 0;
}




/* green button*/
a.green_btn span,a.green_btn:visited span
{
vertical-align:-7px;
padding-left:1em;
}
a.green_btn:hover span,a.green_btn:visited:hover span
{
vertical-align:-10px;
}
a.green_btn,a.green_btn:visited
{
	text-decoration:none;
	text-align:center;
	color:#EEE;
	display:block;
	border-bottom:0 none;
	width:140px;
	height:35px;
	background:url('media/btn_bcg_ov.png') no-repeat;
}
a.green_btn:hover,a.green_btn:visited:hover{
background:url('media/btn_bcg_ovh.png');
}
/* Rect button*/
a.rect_btn span,a.rect_btn:visited span
{
}
a.rect_btn:hover span,a.rect_btn:visited:hover span
{
/*vertical-align:-1px;*/
}
a.rect_btn,a.rect_btn:visited
{
	/*font-weight:bold;*/
	text-decoration:none;
	text-align:center;
	font-family:Sans,Times New Roman;
	font-size:1.5em;
	text-transform:uppercase;
	color:black;
	display:block;
	margin-left:15px;
	width:210px;
	height:20px;
	background:#8dff6e;
	border-bottom:solid 4px #5dcf3e;
	padding-top:4px;
}
a.rect_btn:hover,a.rect_btn:visited:hover{
	background:#6ddf4e;
	border-bottom:solid 4px red;
	
}

/* ������ ��� ������*/

.nth-corners {               /* ������� ���� */
  width:80%;
  border:4px solid #8cff6b;
  background:white;
  position:relative;
  margin:1em auto;
  padding:7px 9px 2px 1px;
}

.nth-corners span {          /* ��� �����, ����������� ���� */
  display:block;
  position:absolute;
  width:10px;
  height:10px;
  background-image:url(media/corners.png);
}

.top-right {                 /* ������� ������ */
  top:-4px;
  right:-4px;
  background-position:100% 0;
}

.top-left {                  /* ������� ����� */
  top:-4px;
  left:-4px;
}

.bot-right {                 /* ������ ������ */
  bottom:-4px;
  right:-4px;
  background-position:100% 100%;
}

.bot-left {                  /* ������ ����� */
  bottom:-4px;
  left:-4px;
  background-position:0 100%;
}
/*thumbs*/
.thumbnail
{
	margin:3px;
}