/* www.dircms.lv style  */
body {
	background-color: rgb(199,199,175);
	font-family: geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000;
}

#wraper{
	background: url('images/logo.jpg') no-repeat top center;	
}

#main {
	width: 900px;
	margin: 0px auto;
	height: auto !important;
}
#td_head {
	height: 260px;
	vertical-align: top;
}
#td_content {
	padding: 0px 20px 0px 40px;
}
/* ------------------- bottom ------------------- */
#td_bottom {
	text-align: center;
	font-size: 12px;
	color: #000;
}
#td_bottom a {
	color: #000 !important;
	padding: 5px;
}
#bottom_links {
	text-align: center;
	padding: 10px;
}
#footer {
	float: left;
	padding: 5px;
	margin-left: 90px;
}
#powered_by {
	padding: 5px;
	float: right;
}
/* ------------------- bottom ------------------- */
#td_right {
	padding: 10px;
}
#td_left {
	height: auto !important;
	height: 630px;
	/*background: url(images/left_bg.jpg) no-repeat bottom;
*/
}
h1, h2, h3, h4, h5 {
	margin: 70px 0px 10px 5px;
  color:#000;
  font-family:Trebuchet MS;
  font-size:28px;
  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 {
font-size: 11px;
color: #000;
}
/* --------------- 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 {
  display: none;
	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, DIV.div_html p {
line-height: 150%;
}

DIV.div_html table {
border: 1px #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-top: 10px;
	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;
	background: transparent url(images/menudot.gif) no-repeat scroll 0px 6px;
}
.cats a {
	font-family: trebuchet MS;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	text-decoration: none !important;
}

.cats a b{
	text-decoration: underline;
}

.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 {
	  padding-left: 0px;
		font-size: 12px;
}
.cats .sub a b {
}
/*------------------------------- Side menu (end)  -------------------------------*/
TABLE.tbl {
	width: 100%;
}
/* ----------------------------- TA Menu styles ------------------------------- */

#glossymenu{
	position: relative;
	padding: 0 0 10px 0;
	margin: 0px;
	height: 26px;
	list-style: none;
}

#glossymenu li{
	float:left;
}

#glossymenu li a{
	float: left;
	display: block;
	color:#fff;
	text-decoration: none !important;
  font-family: Trebuchet MS;
  font-weight: bold;
	font-size: 16px;
	padding:0 20 0 20px; /*Padding to accomodate left tab image. Do not change*/
	height: 26px;
	line-height: 26px;
	text-align: center;
	cursor: pointer;	
}

#glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

#glossymenu a:hover{
}

#glossymenu li#current a{
}

#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;
}

