/* Start of CMSMS style sheet 'Stilius' */
* {
margin:0;
padding:0;
}

@charset "utf-8";
/* CSS Document */
body {
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	background-color:#260a3a;
	margin: 0;
    font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}

img {
   border: 0;
}

LI.sarasas {list-style: square inside; }

.menu_pilka {
	background-image:url(images/menu_pilka.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
}

.logo {
	background-image:url(images/header_left_bg.jpg);
	background-repeat:no-repeat;
}

.menu {
	background-image:url(images/menu_bg.jpg);
	background-repeat:repeat-x;
	height: 33px;
}


a	{
						color:#939391;
						font-size:12px;
						text-decoration:underline;
						}
a:hover	{
						color:#939391;
						font-size:12px;
						text-decoration:none;
						}

.footer {
	color:#FFF;
	font-size:11px;
	padding: 3px;
}

.footer a	{
						color:#fff;
						font-size:11px;
						text-decoration:underline;
						}
.footer a:hover	{
						color:#fff;
						font-size:11px;
						text-decoration:none;
						}
						
.block_head {
	background-image:url(images/block_head.jpg);
	background-repeat:no-repeat;
	width:162px;
	height:19px;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	text-align:left;
	margin-left: 10px;
}

.block_menu {
	background-color: #f3f3f3;
	color: #939391;
	font-weight:bold;
	font-size:12px;
	height:19px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color: #e3e3e3;
	
	border-left-width:1px;
	border-left-style:solid;
	border-left-color: #e3e3e3;
	
	border-right-width:1px;
	border-right-style:solid;
	border-right-color: #e3e3e3;
}

.block_kontaktai {
	background-color: #f3f3f3;
	color: #939391;
	font-size:12px;
	height:19px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color: #e3e3e3;
	
	border-left-width:1px;
	border-left-style:solid;
	border-left-color: #e3e3e3;
	
	border-right-width:1px;
	border-right-style:solid;
	border-right-color: #e3e3e3;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
}

.pavadinimas {
	font-size:15px;
	font-weight:bold;
	text-align:left;
}

.tekstas {
	font-size:12px;
	text-align:left;
}

/* End of 'Stilius' */

