html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: #DAF7D3 url(../i/bg.jpg) center top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00673E;
}

a {
	color: #00673E;
	text-decoration: none;
}
a:hover {
	color: #009D5F;
	text-decoration: underline;
}

a img {
	border: none;
}

p, form, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}

h1 {
}

h2 {
	font-size: 23px;
	font-weight: normal;
	padding-bottom: 10px;
}

h3 {
	font-size: 14px;
	padding: 0 0 10px 0;
}

h4 {
	font-size: 14px;
	padding: 12px 0 10px 0;
}

h5 {
}

h6 {
}

#wrapper {
	position: relative;
	z-index: 1;
	width: 790px;
	margin: 0 auto;
}

	#wrapper .vTop {
		vertical-align: top;
	}
	#wrapper .vMid {
		vertical-align: middle;
	}
	#wrapper .vBot {
		vertical-align: bottom;
	}

.fLeft {
	float: left;
}

.fRight {
	float: right;
}

.cleaner {
	clear: both;
}


.biggerText {
	font-size: 13px;
	line-height: 18px;
}


#top {
	height: 145px;
}

	.logo {
		position: absolute;
		z-index: 10;
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/logo-lv.png',sizingMethod='crop');
		top: 10px;
		left: -60px;
	}
	html>body .logo { /* Firefox, IE7, Opera */
		background: url(../i/logo-lv.png) no-repeat !important;
		filter: none !important;
	}
	

#topMenu {
	position: absolute;
	z-index: 10;
	top: 75px;
	left: 230px;
	display: block;
	height: 66px;
	width: 605px;
}
	#topMenu li {
		display: block;
		float: left;
		height: 51px;
		padding-top: 15px;
		text-align: center;
	}
	#topMenu .li {
		background: url(../i/sepp.gif) left 4px no-repeat;
	}
	
	#topMenu li a {
		font-size: 15px;
		font-weight: bold;
		text-decoration: none;
		color: #00663E;
	}
	#topMenu li a:hover {
		text-decoration: none;
		color: #00663E;
	}
	
	#topMenu.lv .li_1 {
		width: 110px;
	}
	#topMenu.lv .li_1_act {
		width: 103px;
		padding-left: 6px;
		background: url(../i/lv/li_1.jpg) left top no-repeat;
	}
	html>body #topMenu.lv .li_1_act {
		background: url(../i/lv/li_1.png) left top no-repeat;
	}
	
	
	#topMenu.lv .li_2 {
		width: 110px;
	}
	#topMenu.lv .li_2_act {
		width: 108px;
		padding-left: 6px;
		background: url(../i/lv/li_2.jpg) left top no-repeat;
	}
	html>body #topMenu.lv .li_2_act {
		background: url(../i/lv/li_2.png) left top no-repeat;
	}
	
	
	
	#topMenu.lv .li_3 {
		width: 135px;
	}
	
	#topMenu.lv .li_3_act {
		width: 137px;
		padding-left: 6px;
		background: url(../i/lv/li_3.jpg) left top no-repeat;
	}
	html>body #topMenu.lv .li_3_act {
		background: url(../i/lv/li_3.png) left top no-repeat;
	}
	
	
	#topMenu.lv .li_4 {
		width: 105px;
	}
	#topMenu.lv .li_4_act {
		width: 111px;
		padding-left: 6px;
		background: url(../i/lv/li_4.jpg) left top no-repeat;
	}
	html>body #topMenu.lv .li_4_act {
		background: url(../i/lv/li_4.png) left top no-repeat;
	}
	
	
	#topMenu.lv .li_5 {
		width: 110px;
	}
	
	#topMenu.lv .li_5_act {
		width: 108px;
		padding-left: 6px;
		background: url(../i/lv/li_5.jpg) left top no-repeat;
	}
	html>body #topMenu.lv .li_5_act {
		background: url(../i/lv/li_5.png) left top no-repeat;
	}
	
	
	#topMenu.lv .li_1_act a,
	#topMenu.lv .li_2_act a,
	#topMenu.lv .li_3_act a,
	#topMenu.lv .li_4_act a,
	#topMenu.lv .li_5_act a {
		color: #FFF;
	}
	
	

#lang {
	width: 92px;
	height: 22px;
	padding-top: 6px;
	display: block;
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	text-align: center;
}
	#lang.lv {
		background: url(../i/lang.gif) left top no-repeat; 
	}
	#lang.en {
		background: url(../i/lang.gif) left bottom no-repeat; 
	}
	
	#lang li {
		display: inline;
		padding: 0 1px 0 4px;
		color: #FFF;
	}



#home {
	height: 425px;
	position: relative;
	z-index: 1;
}

.home_pt1 { /* IE6 */
	height: 434px;
	width: 391px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/home_pt1.png',sizingMethod='scale');
}
	html>body .home_pt1 { /* Firefox, IE7, Opera */
		background: url(../i/home_pt1.png) no-repeat !important;
		filter: none !important;
	}
	
.home_pt2 { /* IE6 */
	height: 446px;
	width: 477px;
	position: absolute;
	left: 392px;
	top: 0;
	z-index: 10;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/home_pt2.png',sizingMethod='scale');
}
	html>body .home_pt2 { /* Firefox, IE7, Opera */
		background: url(../i/home_pt2.png) no-repeat !important;
		filter: none !important;
	}

.home_pt1_en { /* IE6 */
    height: 434px;
    width: 391px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/home_pt1_en.png',sizingMethod='scale');
}
    html>body .home_pt1_en { /* Firefox, IE7, Opera */
        background: url(../i/home_pt1_en.png) no-repeat !important;
        filter: none !important;
    }
    
.home_pt2_en { /* IE6 */
    height: 446px;
    width: 477px;
    position: absolute;
    left: 392px;
    top: 0;
    z-index: 10;
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/home_pt2_en.png',sizingMethod='scale');
}
    html>body .home_pt2_en { /* Firefox, IE7, Opera */
        background: url(../i/home_pt2_en.png) no-repeat !important;
        filter: none !important;
    } 

#content {
}
	#content p {
		padding-bottom: 14px;
	}

	#content td {
		vertical-align: top;
	}
	
	#content ul,
	#content ol {
		padding-left: 16px;
	}
	
	#content ul li {
		list-style-type: disc;
		padding-bottom: 5px;
	}
	
	#content ol li {
		list-style-type: decimal;
		padding-bottom: 5px;
	}


.padd_t {
	padding-top: 15px;
}

.padd_t2 {
	padding-top: 10px;
}

.marg_t {
	margin-top: 10px;
}

.marg_b {
	margin-bottom: 7px;
}

.pic {
	border: 1px solid #84CA72;
}

.sepp {
	height: 30px;
}


.ttl_1 {
	background: #66BD4F url(../i/ttl1_lb.gif) left bottom no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding-left: 12px;
}
	.ttl_1 div {
		background: url(../i/ttl1_rt.gif) right top no-repeat;
		padding: 10px 12px 10px 0;
	}

#content .bg1 {
	background: #C4EFB9 url(../i/bg_lb.gif) left bottom no-repeat;
	display: block;
	padding: 5px 12px 10px 12px;
}
	#content .bg1 li {
		padding: 5px 0 7px 0;
		background: none;
		list-style-type: none;
		font-size: 14px;
	}
	#wrapper .bg1 .li {
		padding-left: 20px;
		padding-top: 0;
	}
	

#wrapper #content .arw1 {
	background: url(../i/arw1.gif) left 9px no-repeat;
	padding-left: 12px;
}
#wrapper #content .arw2 {
	background: url(../i/arw2.gif) left 9px no-repeat;
	padding-left: 12px;
}
#wrapper #content .arw3 {
	background: url(../i/arw2.gif) left 4px no-repeat;
	padding-left: 12px;
}
	#wrapper .arw2 a,
	#wrapper .arw2 a:hover,
	#wrapper .arw3 a,
	#wrapper .arw3 a:hover,
	.orangeLink,
	.orangeLink:hover {
		color: #F5821F;
	}


#wrapper .bg1 .li ul {
	padding-left: 0;
}
	#wrapper .bg1 .li ul li {
		padding-left: 12px;
		font-size: 13px;
	}



.ttl_2 {
	background: #F58220 url(../i/ttl2_lb.gif) left bottom no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding-left: 12px;
}
	.ttl_2 div {
		background: url(../i/ttl2_rt.gif) right top no-repeat;
		padding: 10px 12px 10px 0;
	}


#content .bg2 {
	background: #D6E7B2 url(../i/bg2_lb.gif) left bottom no-repeat;
	display: block;
	padding: 5px 12px 10px 12px;
}
	#content .bg2 li {
		padding: 5px 0 7px 0;
		background: none;
		list-style-type: none;
		font-size: 14px;
	}
	#wrapper .bg2 .li {
		padding-left: 20px;
		padding-top: 0;
	}


#wrapper .thmb {
	height: 230px;
	vertical-align: middle;
	text-align: center;
	background-color: #DAF7D3;
	border: 1px solid #81D371;
}
	.thmb img {
		border: 1px solid #A2E895;
	}

.thmb_marg {
	margin: 0 0 15px 15px;
}


.greenBox {
	width: 382px;
	height: 280px;
	position: relative;
	z-index: 1;
}

	.greenBox .txt { 
		position: absolute;
		z-index: 10;
		left: 25px;
		top: 20px;
		color: #FFF;
		font-size: 15px;
	}
	#wrapper .greenBox .txt p {
		padding: 5px 0 17px 0;
	}
	
	.greenBox .bg { /* IE6 */
		width: 382px;
		height: 280px;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='i/green-box.png',sizingMethod='scale');
	}
	html>body .greenBox .bg { /* Firefox, IE7, Opera */
		background: url(../i/green-box.png) no-repeat !important;
		filter: none !important;
	}
	
	.greenBox .era {
		position: absolute;
		z-index: 10;
		right: 0;
		bottom: 0;
	}
	
.era {
	display: block;
	width: 222px;
	height: 16px;
	padding-top: 18px;
	background: url(../i/era.gif) right top no-repeat;
	color: #00673E;
	text-align: left;
}



#footer {
	height: 45px;
	text-align: right;
}

/* --- Forms --- { --- */

.shortInput, 
.normalInput, 
.mediumInput, 
.longInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00673E;
	border: 1px solid #99E58B;
	background-color: #FFF;
}

.form .shortInput, 
.form .normalInput, 
.form .mediumInput, 
.form .longInput {
	margin: 0 0 10px 0;
}

.shortInput {
	width: 50px;
}

.normalInput {
	width: 150px;
}

.mediumInput {
	width: 276px;
}

.longInput {
	width: 320px;
}

.btn {
	border: none;
	background: url(../i/btn.gif) left top no-repeat;
	color: #FFF;
	width: 84px;
	height: 23px;
	font-size: 13px;
	padding-bottom: 4px;
}

/* --- } --- Forms --- */

