/*@import url(layouts.css);
@import url(components.css);

@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);*/

/* #######################  GENERAL SETTINGS ############################ */



	html,
	body {
		margin:0;
		padding:0;
		height:100%;
	}
	#wrapper {
		min-height:100%;
		position:relative;
		margin:auto;
		width:960px;
	}
	#header {
height:196px;
	}
	#holder {
		padding-bottom:95px;	/* Height of the footer */
	}
	#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:67px;			/* Height of the footer */
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom:15px;
	line-height:45px;
	padding-left: 130px;
	color:#FFF;
}
	#bg {
		font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #666;
	background-color:#fff;
	background-image:url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
		}

/*  Heading Formatting */
h1 {font-size:1.9em;line-height: 0.8em;font-weight: 900;color: #000;}
h2 {font-size:1.7em;line-height: 0.8em;font-weight: 900;color: #000;}
h4 {font-size:1.4em;line-height: 0.8em;font-weight: 900;color: #000;}
h5 {font-size:1.3em;line-height: 0.8em;font-weight: 900;color: #000;}
h6 {font-size:1.2em;line-height: 0.8em;font-weight: 900;color: #000;}

/*links*/
a:link {color: #CC6600;}
a:hover {color: #659FDE;}
a:visited {color: #CC6600;}
img {border: 0 none;}
.pge {clear:both
height:30px;
}
/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */


#logo {
float:left;
width:284px;
	height:196px;
}

#image {
	float:left;
	width:676px;
	background-image: url(../images/cela_buves_foto.jpg);
	height: 196px;
}




#mainmenu {
	background-image: url(../images/top_menu.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 960px;
	clear:both;
	vertical-align:middle;
	text-align:center;
}



#left { float:left; width:300px;}
#content{ float:left; width:660px;}


.contentheading, .componentheading {
	font-family:Arial, Helvetica, sans-serif;
	padding-top:0px;
	font-size:24px;
	padding-bottom:3px;
	color:#000;
	width:100%;
	display:block;
	background-image: url(../images/title_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-style: italic;
}

.virsraksts {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top:7px;
	font-size:18px;
	padding-bottom:3px;
	margin:0;
	color:#000;
font-weight:normal;
}



.contentpaneopen {
	
	width:100%;
}



/* Navigacija */

 ul.menu-top {
list-style : none;
margin : 0;
padding : 0;

}

ul.menu-top li {
	display: inline;
}

ul.menu-top li a:link, ul.menu-top li a:visited {
	padding-left:14px;
	padding-right:14px;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	line-height:45px;
	font-style: italic;
}

ul.menu-top li a:hover {
	text-decoration : underline;
	color: #999;
}



ul.menu-top li.active a:link,
ul.menu-top li.active a:visited
{
	
	color:#CCC;
	text-decoration:none;


}

ul.menu-left {

	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	margin:0;
}

ul.menu-left li {
		 list-style:none;
	margin-left: 10px;	
}

ul.menu-left li a:link, ul.menu-left li a:visited {
	display : block;
	font-size:14px;
	padding-top:6px;
	padding-bottom:6px;
	color : #333;
	text-decoration : none;
	width:226px;
	padding-left:50px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(../images/left_menu.gif);
	background-position: left bottom;
}

ul.menu-left li a:hover {
	text-decoration : underline;
	color: #999;
}


ul.menu-left li ul li a:link, ul.menu-left li ul li a:visited {
	display : block;
	font-size:13px;
	padding-top:6px;
	padding-bottom:6px;
	color : #333;
	text-decoration : none;
	width:200px;
	padding-left:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: none;
	background-position: left bottom;
	text-decoration:none;
}

ul.menu-left li  ul li a:hover {
	text-decoration : underline;
	color: #999;
}




ul.menu-left li.active a:link,
ul.menu-left li.active a:visited

{


	color: #666;


}

ul.menu-left li ul li.active a:link,
ul.menu-left li ul li.active a:visited

{

	text-decoration : underline;
	color: #333;


}


.virsraksti {
background-color:#5fa9d7;
text-align:center;
color:#FFF;
font-weight:bold;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}



.copyright {display:none;}

/* Round Conners example
.module {background: url(../images/bl_grey.gif) 0 100% no-repeat; width: 272px; margin-bottom: 10px;}
.module div {background: url(../images/br_grey.gif) 100% 100% no-repeat}
.module div div {background: url(../images/tl_grey.gif) 0 0 no-repeat}
.module div div div {background: url(../images/tr_grey.gif) 100% 0 no-repeat; padding:10px; padding-top: 0px; padding-bottom: 2px;}
.module div div div div {background: none;} */


/* Module Content Control*/
div.module {
	padding:0;
	margin:0;
}

/* Font Control */

/* Title Control */
div.module h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	line-height:45px;
	font-style: italic;
	margin:0;
	line-height:32px;
	background-image: url(../images/h3_mod.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 246px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
}

/* List Control */
.module ul {}
.module li {}

/* Link Control*/
.module a:link{}
.module a:visited {}
.module a:hover {}
.module a:active {}


.katalogs_title {
	background-image: url(../images/title_pakalpojumi.gif);
	height: 46px;
	width: 263px;
	padding-right:25px;
	line-height:29px;
	background-repeat: no-repeat;
	
}

.katalogs_title a:link,
.katalogs_title a:visited {color:#000000;	text-transform:uppercase;
	font-weight:bold;
	font-style: italic; text-decoration:none; font-size:12px;}

.katalogs_title a:hover { color:#FFF;}

.tabula td.table_title {
	background-color:#ba7e0a;
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight:bold;
	line-height:30px;
	height:30px;
	padding-left:20px;
	color:#FFF;
}
.tabula td {height:20px; line-height:22px; padding-left:20px; color:#333; font-size:11px;}
.rindas_1 {
	background-color:#CCCCCC;
}

.chronoform {display:none;}

input.cf_inputbox,
 select.cf_inputbox {
width:300px;
display:block;
border: 1px solid #ccc;
}

textarea.cf_inputbox {
width:98%;
border: 1px solid #ccc;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}

.pieteikt td {
padding-bottom:10px;
}

input#chrono_verification
{padding-top:3px;
padding-bottom:3px;
font-size:17px;
width:100px;
border: 1px solid #ccc;
}

.partneri td.logo  {
	background-image: url(../images/logo_ena.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom:20px;
}

.partneri td img{border: solid 1px #CCC;}

.partneri td.adr {padding-left:20px;}


.photo {
	position: relative;
	width: 213px;
	height: 120px;
	float: left;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
}
.photo img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.photo span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
	background-image: url(../images/galerija_ramis.png);
	background-repeat: no-repeat;
}
.photo a {
	text-decoration: none;
}

.sample7 span {
	width: 213px;
	height: 120px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/galerija_ramis.png);
	background-repeat: no-repeat;
}
.sample7 img {
	border: none;
	padding: 0;
}

.agregati h2 {
	font-size:13px;
	font-style: italic;
}

.agregati img {
}

.blietes_mala {

	background-image: url(../images/agreg_line.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.title {
	font-size: 16px;
	text-transform: uppercase;
	font-weight:bold;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	line-height:22px;
}




.montaza_tabula {
background-image: url(../images/title_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.partnercat { text-align:right;}

.partnercat a { color:#999; text-decoration:none; padding-bottom:15px;}
.partnercat a:hover { color:#111;}
