*{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}

body{
	height:100%;
	font-family:Georgia;
	font-size:14px;
	color:#373737;
}
		
#content{
	min-height: 100%; 
    height: auto !important; /*Cause footer to stick to bottom in IE 6*/
    height: 100%; 
    margin: 0 auto -50px; /*Allow for footer height*/
	z-index:1;
    width:1000px;
	position:relative;
    background:url(../images/raides.gif) top left no-repeat;
}
		
#footer{
	position:relative;
	height:50px;
}

div.cnt{
    position:relative;
    width:960px;
    margin-left:auto;
    margin-right: auto;
}

div.line{
    border-top: 1px solid #ed1e79;
}

/* Floating */
.fLeft{
	float: left;
}

.fRight{
	float: right;
}

.fClear{
	clear: both;
}
/* END Floating */

a{
	color:#ed1e79;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

a.langs{
	color:#fff;
	text-decoration:none;
    text-transform:uppercase;
}
a.langs:hover{
    color:#ed5409;
	text-decoration:none;
    text-transform:uppercase;
}

a.slangs{
	color:#ed5409;
	text-decoration:none;
    text-transform:uppercase;
}
a.slangs:hover{
    color:#ed5409;
	text-decoration:none;
    text-transform:uppercase;
}

h1{
	font-size:24px;
	font-weight:bold;
	color:#ed5409;
	
}

h2{
	font-size:18px;
	font-weight:normal;
	color:#ed5409;
	padding:5px 0px 5px 0px;
}

h3{
	font-size:22px;
	font-weight:bold;
	color:#ed5409;
	
}

/** Header **/
#header{
    padding-top:10px;
    height:130px;
}

#logo{
    position: absolute;
    left:50px;
    top:30px;
}

#fb{
    position:absolute;
    top:0px;
    right:0px;
    height:26px;
    width:78px;
}

#tt{
    position:absolute;
    top:2px;
    right:113px;
    height:26px;
    width:78px;
}

#menu{
    position: absolute;
    right:0px;
    top:50px;
    height:28px;
}

#menu ul{
    list-style: none;
}

#menu ul li{
    float:right;
}

#menu li a{
    display:block;
    width:100px;
    text-align:center;
    padding:4px;
    color:#373737;
    margin-left:1px;
    text-decoration:none;
}

#menu ul li.active a{
    background-color:#ed1e79;
    color:#fff;
}

#menu a.active{
    color:#fff;
}

/** END Header **/


#left{
    float:left;
    width:670px;
}

#left div.title{
    height:20px;
    padding-left: 10px;
    border-bottom:1px solid #f5f5f5;
    color:#ed1e79;
}

#title{
    height:29px;
    padding-left: 10px;
    border-bottom:1px solid #ed1e79;
}
#title h2{
    font-size:14px;
    font-weight:normal;
    color:#373737;
}

#cnt{
    padding:10px 0px 10px 0px;
}

#blocks{
    width:650px;
    padding-top:10px;
    margin-left:auto;
    margin-right:auto;
}
#blocks a{
    display:block;
    width:306px;
    height:138px;
}
#blocks a img{
    border:1px solid #fff;
}
#blocks a img.active{
    border:1px solid #ed1e79;
}

#right{
    float:right;
    width:270px;
}

div.bgroup{
    padding:10px;
    background-color:#f5f5f5;
    margin-bottom: 20px;
}
div.bgroup h3{
    font-size:14px;
    color:#373737;
    font-weight: normal;
}
div.bgroup div{
    padding:30px 0px 30px 0px;
}

/** Registration **/
div.fname{
    float:left;
    width:170px;
    padding-top:5px;
    height:35px;
    text-align:left;
}
div.fvalue{
    float:right;
    width:470px;
    padding-top:5px;
    padding-bottom:10px;
}
div.fvalue input.input{
    border:1px solid #383838;
    width:245px;
    padding:2px;
}
div.fvalue textarea{
    width:470px;
    height:114px;
    border:1px solid #383838;
}
div.fvalue p{
    padding-bottom:5px;
}
div.fvalue input.submit{
    color:#fff;
    padding:5px 10px 5px 10px;
    background-color: #ed1e79;
    font-size:12px;
    font-weight: normal;
    cursor: pointer;
}

p.error{
    color: #ed1e79;
}

/** END Registration **/

/* Darbu galerija */
div.slides ul{
	margin:0;
	padding:0;
	list-style:none;
}
div.slides li{
	margin:0;
	padding:0;
	padding-bottom:20px;
	width:670px;
}

div.item{
	float:left;
	width:210px;
	margin-bottom:20px;
    text-align: center;
    margin-top:5px;
}
div.item img, div.pics img{
    border: 1px solid #fff;
}
div.item img.on, div.pics img.on{
    border: 1px solid #ed1e79;
}
div.item div.label{
    margin-top:20px;
    text-align: left;
    padding:0px 0px 2px 5px;
    height:40px;
}

div.prevBtn a, div.nextBtn a, a.button{
    display:block;
    width:80px;
    padding: 3px 0px 3px 0px;
    text-align: center;
    text-decoration: none;
    background-color: #ed1e79;
    color:#fff;
    font-size: 13px;
}

div.gleft{
    float:left;
    width:350px;
}
div.gleft select{
    border: 1px solid #383838;
}
div.gleft p{
    padding-top:10px;
}

div.gright{
    float:right;
    width:305px;
}
div.gright td.border{
    border:1px solid #f5f5f5;
}
div.gright div.pics{
    padding-top: 15px;
    height:110px;
}
div.gright div.pics img{
    cursor:pointer;
}
/* END Darbu galerija */

/** Footer **/
#copyright{
    padding-top: 16px;
}
/** END Footer **/


/* Site Map */
.treeview ul{
  margin: 0px;
  padding:0px;
  padding-left:20px;
}

.treeview li{
  float:none;
  padding:0px;
  margin:8px 0px 8px 0px;
}
