/*	####################################
		CSS by Cave Art (http://www.cave.lt)
		####################################	*/


/* bendras */

body {
background-color: rgb(255,255,250);
margin: 0;
color: rgb(0,0,0);
font-family: verdana, sans-serif;
font-size: 12px;
}

img {
border: 0;
}

a, a:link, a:active, a:visited {
background-color: transparent;
color: rgb(140,30,30);
text-decoration: underline;
}

a:hover {
background-color: transparent; /*rgb(250,240,240)*/
color: rgb(0,0,0);
text-decoration: underline;
}


/* tinklalapio viršus */

#headmain {
background-image: url(bg_top.jpg);
background-repeat: repeat-x;
width: 100%;
height: 160px;
z-index: 1;
}

.head {
background-image: url(bg_head.jpg);
background-repeat: no-repeat;
width: 750px;
height: 160px;
}

.logo {
background-color: transparent;
width: 200px;
height: 160px;
}

.hflash {
float: right;
width: 530px;
height: 160px;
background-color: transparent;
}


/* tinklalapio turinys */

#page {
float: left;
background-color: transparent;
width: 750px;
height: auto;
z-index: 1;
}

#main {
background-color: tramsparent;
width: 730px;
height: auto;
margin-left: 20px;
margin-top: 15px;
margin-bottom: 30px;
}

.menu {
float: left;
background-color: rgb(250,240,240);
width: 180px;
height: auto;
padding-top: 10px;
padding-bottom: 450px;
margin-bottom: 30px;
border-top: 1px solid rgb(140,30,30);
border-bottom: 1px solid rgb(140,30,30);
}

.content {
float: right;
background-color: transparent;
width: 530px;
height: auto;
min-height: 300px;
padding-top: 10px;
padding-bottom: 30px;
text-align: justify;
}


/* tinklalapio apačia */

#bottom {
float: left;
background-image: url(bg_bottom.jpg);
background-repeat: repeat-x;
width: 100%;
height: auto;
padding: 25px 0 5px 0;
font-size: 10px;
color: rgb(150,150,150);
z-index: 1;
}

#bottom a:link, #bottom a:active, #bottom a:visited {
color: rgb(150,150,150);
}

.copyright {
float: left;
padding-left: 20px;
background-color: transparent;
width: 730px;
height: auto;
}


/* meniu stilius */

.menubt a:link, .menubt a:active, .menubt a:visited {
display: block;
margin: 0 10px 4px 10px;
padding: 2px 5px 2px 5px;
text-decoration: none;
letter-spacing: 1px;
color: rgb(0,0,0);
background-color: transparent;
border: 1px solid rgb(240,230,230);
}

.menubt a:hover {
display: block;
margin: 0 10px 4px 10px;
padding: 2px 5px 2px 5px;
text-decoration: none;
letter-spacing: 1px;
color: rgb(0,0,0);
background-color: rgb(255,255,250);
border: 1px solid rgb(99,99,99);
}


/* reklama */

#adsright {
position: absolute;
top: 175px;
left: 770px;
width: 182px;
padding-top: 10px;
border-top: 1px solid rgb(140,30,30);
border-bottom: 1px solid rgb(140,30,30);
z-index: 2;
}

.ad {
background-color: transparent;
width: 180px;
height: 180px;
margin-bottom: 10px;
border: 1px solid rgb(0,0,0);
}


/* teksto formatavimas */

.title {
background-color: rgb(255,255,255);
padding: 5px 5px 5px 5px;
color: rgb(140,30,30);
font-size: 16px;
font-weight: bold;
margin: 0 0 20px 0;
border-top: 1px solid rgb(210,210,210);
border-bottom: 1px solid rgb(140,30,30);
}

