/* www.dircms.lv style  */
body {
	background: rgb(197,169,0) url(images/bg.jpg) no-repeat center top;
	font-family: Courier10 TL;
	font-size: 16px;
	text-align: center;
	color: #000;
}
#main {
	width: 850px;
	margin: 0px auto;
	height: auto !important;
}
#td_head {
	height: 175px;
	vertical-align: top;
}
#td_content {
  font-weight: bold;
	padding: 0px 20px 0px 20px;
}
/* ------------------- bottom ------------------- */
#td_bottom {
	padding-top: 10px;
	text-align: center;
	font-size: 12px;
	color: #000;
	height: 56px;

}
#td_bottom a {
	color: #000 !important;
	padding: 5px;
}
#bottom_links {
	text-align: center;
	padding: 10px;
}
#footer {
	float: left;
	padding: 5px;
}
#powered_by {
	padding: 5px;
	float: right;
}
/* ------------------- bottom ------------------- */
#td_right {
	padding: 10px;
}
#td_left {
	height: auto !important;
	height: 630px;
	padding-left: 10px;
	/*background: url(images/left_bg.jpg) no-repeat bottom;
*/
}
h1, h2, h3, h4, h5 {
	margin: 30px 0px 10px 5px;
  color:#000000;
  font-size:30px;
  font-weight:bold;
	line-height: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
a:link {
	text-decoration: underline;

}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
p {
	line-height: 22px;
}
.sub_links {
	padding-bottom: 5px;
}
.sub_links a {
	color: rgb(76,14,4);
}
/* --------------- DIVs BEGIN --------------- */
#div_content {
	padding: 5px;
  margin-bottom:100px;	
}
#div_languages {
  display: none;
	float: right;
	margin: 10px;
}
#div_languages a {
	color: rgb(57,109,140);
}
DIV.div_search {
	margin: 20px 10px 0px 0px;
	clear: right;
	float: right;
}
DIV.div_search input {
	width: 180px;
	height: 20px;
}
DIV.div_item {
}
DIV.div_item_pictures {
}
DIV.div_item_default {
}

DIV.div_html img{
border: 2px #000 solid;
}
/* --------------- DIVs END --------------- */
/* --------------- Admin BEGIN --------------- */
#div_admin {
	color: #ffffff;
	padding-top: 4px;
	height: 20px;
	background: url(images/admin_bg.gif) repeat-x;
}
#div_admin #admin_title {
	float: left;
	font-weight: bold;
	padding-left: 5px;
}
#div_admin .admin_button {
	float: right;
	font-weight: bold;
	margin-right: 50px;
	padding: 0px 10px 0px 10px;
}
#div_admin .admin_button a {
	color: #ffffff;
}
/* --------------- Admin END --------------- */
DIV.logon_user {
	color: #ffffff;
	padding-bottom: 10px;
	height: 10px;
	float: right;
}
DIV.logon_user a {
	color: #ffffff;
}
.search_text {
	height: 16px;
	width: 130px;
	border: 1px rgb(127,157,185) solid;
}
/* Styles for items that are shown with dir_item() function */
li.admin_tab {
	float: right;
	text-align: center;
}
/*------------------------------- Side menu (begin)  ----------------------------*/
.cats {
	padding-bottom: 10px;
	text-align: left;
	list-style: none;
}
DIV.div_html ul {
	margin-left: 20px;
	padding-left: 20px;
}
.cats li {
	padding: 3px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 12px;
}
.cats a {
	font-size: 16px;
	font-weight: bold;
	color: rgb(76,14,4);
	text-decoration: none !important;
}
.cats a:hover {
	text-decoration: underline !important;
}
.cats .sub {
	padding-bottom: 5px;
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
	background: transparent url(images/white.gif) no-repeat scroll 0px 8px;
}
.cats .sub a {
	color: #000;
	font-size: 14px;
}
.cats .sub a b {
}

#galerija .cats{
  margin-top: 40px;
  width: 800px;
}

#galerija .cats li{
  float: left;
  width: 390px;
  text-align: center;
}

#galerija .cats li a{
  font-size: 24px;
}

/*------------------------------- Side menu (end)  -------------------------------*/
TABLE.tbl {
	width: 100%;
}
/* ----------------------------- TA Menu styles ------------------------------- */
#glossymenu{
	position: relative;
	padding: 0 0 0 0px;
	margin: 0px;
	margin-left: 180px;
	height: 40px;
	list-style: none;
}

#glossymenu li{
	float:left;
}

#glossymenu li a{
	float: left;
	display: block;
	color: rgb(255,255,0);
	text-decoration: none !important;
	font-weight: bold;
	font-size: 16px;
	padding:0 25 0 20px; /*Padding to accomodate left tab image. Do not change*/
	height: 30px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;	
}

#glossymenu li a b{
	float: left;
	display: block;
}

#glossymenu a:hover{
	background-image: url(images/menu_cur.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

#glossymenu li#current a{
 background-image: url(images/menu_cur.jpg);
 background-position: bottom;
 background-repeat: repeat-x;
}

#glossymenu li#current a b, #glossymenu li a:hover b{
}
/*------------------------------- Pages (end)  ----------------------------------*/
SPAN.page {
	border: 1px solid rgb(187,204,238);
	padding: 2px 4px 2px 4px;
	margin: 2px;
}
SPAN.page:hover {
	background-color: rgb(187,204,238);
	color: rgb(ff,ff,ff);
}
SPAN.active_page {
	border: 1px solid rgb(187,204,238);
	padding: 2px 4px 2px 4px;
	margin: 2px;
	font-weight: bold;
	background-color: rgb(187,204,238);
}
.pages {
	margin-bottom: 10px;
}
/*------------------------------- Pages (end)  ----------------------------------*/
.image {
	margin: 10px;
}
a{
	color: rgb(76,14,4);
}

