@import 'reset.css';
body {
	background: url('../images/back_main.jpg') no-repeat top center;
	height:800px;
	border:solid 1px #fafafa;
}
#container {
	width: 830px;
	margin: 30px auto;
}
#slideshow {
	margin-top:0px;
	height: 475px;
	background: url('../images/topback1.png') no-repeat center top;
}

h1 a {
	display: block;
	width: 193px;
	height: 217px;
}

#sscont {
	background: url('../images/topback2.png') no-repeat center bottom;
/* 	margin:0; */
	margin:5px 0 0 0;
	height:475px;
	display:block;
	overflow:hidden;
/* 	overflow-y:auto; */
}
#content {
	padding: 15px;
}
.hide {
	display: none;
}
#homelogo {
	background: url('../images/logo.png') no-repeat left top;
	height: 220px;
	width: 193px;
	float:left;
}

/* ie6 bugfixi un png atbalsts */

/*,  #sscont*/#slideshow,#homelogo, #menu li{
	behavior: url('css/iepngfix1.htc');	
}

#apaksteksts {
	float:right;
	width:600px; height:220px;
	border-left:solid 1px #eee;
}/**/
#apcont {
	display: block;
	padding: 20px;
}
#left {
	float: left;
	height: 100%;
	width: 150px;
	display: block;
}
/* -------------------------------------------------------------------
								MENU
----------------------------------------------------------------------*/
/*#submenu a {
	color: #314F3D;
}
#submenu a:hover {
	color: #000;
}
#submenu ul {
	padding: 10px;
	font-size: 12px;
}
#submenu {
	width: 150px;
	float: left;
	padding: 10px;
	position: absolute;
}*/
#menu, #menu2 {
	margin:10px auto 0 auto;
	width:740px; height:30px;
	text-align:center;
	
}
#menu a, #menu2 a {
	/*display: block;
	width: 116px;*/
	height: 20px;
}
/*#menu li:hover ul {
	left: auto;
}*/
#menu li, #menu2 li {
	text-align:left;
	float: left;
	width:123px; height:30px;
	padding:0px;
	font-size: 14px; font-weight: bold; text-align: center; font-family: Georgia; color:#000;
}
#menu span, #menu2 span{
	cursor:pointer;
}
#menu li table {
	border-collapse:collapse;
	position:relative;
	margin:-214px 0 0 0;
	/*left: -999px;*/
	display:none;
}
#menu2 li table {
	border-collapse:collapse;
	position:relative;
	top:20px;
	z-index:110;
/* 	margin:-15px 0 0 0; */
 	display:none;
}
#menu td, #menu2 td {
	width:123px; height: 200px;
	padding:0; margin:0;
	display:block;
	display:table-cell; vertical-align:bottom;
}
#menu2 td {
	vertical-align:top;
}
#menu ul .navback {
	background: url('../images/submenu-top.png') no-repeat;
}
#menu2 ul .navback {
	background: url('../images/submenu-bottom.png') no-repeat bottom;
	height:1px;
}
#menu ul li, #menu2 ul li {
	background: url('../images/submenu-back.png') ;
	font-size: 11px; font-weight:400;
	padding:0px 5px 10px 5px;
	width:110px;
	height:18px;
}
#menu ul li a, #menu2 ul li a {
	width:110px;
}
#menu li a, #menu2 li a {
	color: #000;
}
/*#menu li:hover{
    position: static;
}*/
/*#menu a:hover table{
	left: auto;
}*/

#text {
	float:right;
}
#menu a:hover, #menu span:hover {
	color: #8D8578;
}

/* -------------------------------------------------------------------
TEXT AND STUFF
----------------------------------------------------------------------*/
.pointer{
	cursor:pointer;
}
#texcont{
	width:100%;
	margin:0;
	position:absolute; top:0; left:0;
	background:url('../images/bgg.png');
}
*html #texcont{
    background-image:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/submenu-back.png', sizingMethod='scale');
}
#texblo{
	width:800px;
	margin:45px auto 0 auto;
	background:#ccc;
	position:relative;
}
#tex{
	width:600px; height:440px;
	margin:10px 0 0 100px;
	border:none;
	z-index:99;
}
#tex h1, #tex h2 {
	font-size: 30px;
	font-weight: bold;
	font-family: Georgia;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #5F5647;
}

#tex h3 {
	color: #314F3D;
	font-size: 20px;
	font-weight: bold;
	font-family: Georgia;
	margin-top: 5px;
	margin-bottom: 10px;
}
#tex h4 {
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia;
	margin-top: 5px;
	margin-bottom: 7px;
}
#tex p {
	margin-bottom: 20px;
	line-height: 20px;
}
#cmiw{
	width:43px; height:43px;
	cursor:pointer;
	background: url('../images/close.gif') no-repeat;
	float:right; display:inline; margin:0 0 -43px 0;
	z-index:200;
}
#ssimages {
	position: absolute;
	top: 84px;
	height:445px;
	overflow:hidden;
}
#sstext {
	position: absolute;
	top: 84px;
	height:445px;
	width:775px;
	overflow:hidden;
	overflow-y:auto;
}
/* -------------------------------------------------------------------
FEEDBACK
----------------------------------------------------------------------*/
#feedback table{
	width:500px;
	margin:0 auto 0 aut0;
	font-size:0.8em !important;
	font-family:tahoma;
}
#feedback th{
	width:100%;
	padding:15px 0 5px 0;
	font-weight:bold;
	font-size:10pxs;
}
#feedback b{
	color:#c00 !important;
}
#feedback input,#feedback textarea{
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;
	border-right:solid 1px #999;
	border-bottom:solid 1px #999;
	width:200px;
}
#feedback textarea{
	width:100%;
	height:120px;
}
#feedback .sbmt{
	margin:10px 0 10px 0;
	width:120px;
	background:#fff;
}

#lang {
	float:right;padding:0 5px;margin-top:-15px;font-size:11px;
}
#lang a {
	color:#000;
	font-size:11px;
	padding-left:5px;
}
#apcont .b_banners_imgs {
	margin-left:-45px;
	text-align:left;
}

