
body
{
	margin: 0 auto;
	padding: 0;
	background-color: #6A8D34;
	background-image: url('/images/page-bgtexture.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: bottom left;
	
}
body
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
  color: #2A2E29;
}


#conteyner
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}

.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}

.corner
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 926px;
	min-width:59px;
	min-height:59px;
}

.corner-body
{
	position: relative;
	z-index: 1;
	padding: 17px;
}

.corner-tr, .corner-tl, .corner-br, .corner-bl, .corner-tc, .corner-bc,.corner-cr, .corner-cl
{
	position:absolute;
	z-index:-1;
}

.corner-tr, .corner-tl, .corner-br, .corner-bl
{
	width: 86px;
	height: 86px;
	background-image: url('/images/sheet-s.png');
}

.corner-tl
{
	top:0;
	left:0;
	clip: rect(auto, 43px, 43px, auto);
}

.corner-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 43px, 43px);
}

.corner-bl
{
	bottom: 0;
	left: 0;
	clip: rect(43px, 43px, auto, auto);
}

.corner-br
{
	bottom: 0;
	right: 0;
	clip: rect(43px, auto, auto, 43px);
}

.corner-tc, .corner-bc
{
	left: 43px;
	right: 43px;
	height: 86px;
	background-image: url('/images/sheet-h.png');
}

.corner-tc
{
	top: 0;
	clip: rect(auto, auto, 43px, auto);
}

.corner-bc
{
	bottom: 0;
	clip: rect(43px, auto, auto, auto);
}

.corner-cr, .corner-cl
{
	top: 43px;
	bottom: 43px;
	width: 86px;
	background-image: url('/images/sheet-v.png');
}

.corner-cr
{
	right:0;
	clip: rect(auto, auto, auto, 43px);
}

.corner-cl
{
	left:0;
	clip: rect(auto, 43px, auto, auto);
}

.corner-cc
{
	position:absolute;
	z-index:-1;
	top: 43px;
	left: 43px;
	right: 43px;
	bottom: 43px;
	background-image: url('/images/sheet-c.png');
}


.corner
{
	margin-top: -17px !important;
}

div.Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 892px;
	height: 180px;
}


div.Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 892px;
	height: 180px;
	background-image: url('/images/header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}

.menu a, .menu a:link, .menu a:visited, .menu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.menu, .menu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.menu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.menu li li
{
	float: none;
}

.menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.menu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.menu:after, .menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul
{
	min-height: 0;
}

.menu ul
{
	background-image: url(/images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.menu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}

.menu
{
	padding: 12px 6px 0px 6px;
}

.nav
{
	position: relative;
	height: 46px;
	z-index: 100;
}

.nav .l, .nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 46px;
	background-image: url('/images/nav.png');
}

.nav .l
{
	left: 0;
	right:0px;
}

.nav .r
{
	right: 0;
	width: 892px;
	clip: rect(auto, auto, auto, 892px);
}

/* begin MenuItem */
.menu ul li
{
	clear: both;
}

.menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 34px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}


.menu a .r, .menu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 102px;
	background-image: url('/images/menuitem.png');
}

.menu a .l
{
	left:0;
	right:6px;
}

.menu a .r
{
	width:412px;
	right:0;
	clip: rect(auto, auto, auto, 406px);
}

.menu a .t 
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 18px;
font-style: normal;
font-weight: normal;
	color: #CBCFC9;
	padding: 0 19px;
	margin: 0 6px;
	line-height: 34px;
	text-align: center;
}

.menu a:hover .l, .menu a:hover .r
{
	top:-34px;
}

.menu li:hover>a .l, .menu li:hover>a .r
{
	top:-34px;
}

.menu li:hover a .l, .menu li:hover a .r
{
	top:-34px;
}
.menu a:hover .t
{
	color: #232622;
}

.menu li:hover a .t
{
	color: #232622;
}

.menu li:hover>a .t
{
	color: #232622;
}


.menu a.active .l, .menu a.active .r
{
	top: -68px;
}

.menu a.active .t
{
	color: #0A0B0A;
}

/* end MenuItem */

.content
{
	position: relative;
	margin-bottom: 6px;
	width: 792px;
	font-size:14px;
	padding:0 50px 5px 50px;
	text-align: justify;
}

.content img{
	padding:0 15px 5px 0;
}
/* Adds special style to an unvisited link. */
a:link
{

text-decoration: underline;
  color: #1F3C0C;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{

text-decoration: underline;
  color: #323630;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{

text-decoration: none;
  color: #EA2C06;
}

/* Finish Content link style */


h1
{
font-size: 28px;
font-style: normal;
font-weight: bold;
text-align: center;
  color: #1F3C10;
}


/* begin Footer */
.Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 892px;
	margin: 5px auto 0px auto;
}

.Footer .Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 10px;
	text-align: center;
}

.Footer .Footer-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('/images/footer.png');
	width: 892px;
	height: 150px;
	bottom:0;
	left:0;
}


.Footer .Footer-text p
{
	margin: 0;
}

.Footer .Footer-text
{
	display:inline-block;
	color:#000000;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 11px;
}

.Footer .Footer-text a:link
{
	text-decoration: none;
	color: #000000;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
}

.Footer .Footer-text a:visited
{
	text-decoration: none;
	color: #191B18;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.Footer .Footer-text a:hover
{
	text-decoration: none;
	color: #EA2C06;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}
/* end Footer */

.telephone{
	float:right;
	font-size:24px;
	font-weight:bold;
	color:#ffffff;
	padding:20px 20px 0 0;}