html {
  height: 100%;
  margin-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
}

/** template layout stuff **/

#page_bg {
	height: 100%; 
	padding: 0;
	margin-bottom: 1px;
	background: #696969 url(images/bg.png) repeat;
}

.wrapper {
	margin: 0 auto;
	position: relative;
	width: 750px;
	
}

#shadow-l {
	background: url(images/shadow-l.png) 0 0 repeat-y;
	padding-left: 6px;margin-top:5px;
	position: relative;
}

#shadow-r {
	background: url(images/shadow-r.png) 100% 0 repeat-y;
	padding-right: 6px;
	position: relative;
}

/* IE hack */
* html #shadow-l {
	float: left;
}

* html #shadow-r {
	float: right;
}
* html #menu{height:500px;}
/* END IE hack */

#mainbody {
	margin: 0;
	padding: 0 5px 0 5px;
	background: #ffffff;
}
#body{
	margin-top: 5px;
	padding: 0;
	background: #ffffff;
	float:right;
	width:475px;
}

.searchfield{
	background: #fff;
	text-align: right;clear:right;
	padding: 15px 20px 10px 5px;
	border-bottom:1px solid #E9E9E9;
}

/* header */
#header {
	position: relative;
	height: 70px;
	overflow: hidden;
	background: #232833 url(images/header-bg.png) repeat-x;
}

#logo, #logo a{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width:440px;
	height: 70px;
	background: url(images/logo.png) no-repeat;
	padding: 30px 0 0 30px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
}

#news{
	height: 80px;
	padding-top: 15px;
	overflow: hidden;
	margin-left: 485px;
	margin-bottom: 10px;
	margin-right: 0px;
	color: #999;
}


p {
  margin-top: 0;
  margin-bottom: 5px;
}

/* No image should have a border when linked */
a img{
border: 0;
}


.pole{border:1px #E9E9E9 solid;}
.button{border:1px #E9E9E9 solid;cursor:pointer;}


/* toolbar */

#toolbar {
	margin: 0;
	padding: 0;
	height: 28px;
	background: url(images/toolbar-bg.png) repeat-x;
	position: relative;
}

/* menu */
#nav {
	margin: 0 0 0 20px;
	padding: 0;
	height: 28px;
	background: url(images/toolbar-div.png) 0 0 no-repeat;
}

#nav ul {
	padding: 0;
	margin: 0;
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	background: url(images/toolbar-div.png) 100% 0 no-repeat;
}

#nav a {
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}

#nav li a {
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
	padding: 0px 15px 0 15px;
	color: #999;
}

#nav a:hover {
	color: #eee;
	background: #F4B12C url(images/hover-bg.png) 0 0 repeat-x;
}

#nav a:active {
	color: #333;
}

/* */
#menu-bg{
	background: #fff url(images/menu-bg.png) 0 0 repeat-y;
	position: relative;float:left;
}
#menu{
	background: transparent url(images/menu.png) 0 0 no-repeat;
	width: 240px;height:100%;
	padding: 10px 0 10px 10px;
}

#menu ul {
	list-style: none;width:85%;
	margin: 0;
	padding: 0;
}

#menu li {
		border-bottom: 1px dotted #b7bbc7;
		padding-bottom: 0;
		margin-bottom: 2px;
}



#footer{
	margin: 0 30px 10px 0;
	text-align: right;
	color: #999;
}



.lista span{margin:3px;padding:3px;}

a.lista{
	color: #000000;
	background-color:#FCFCFC;
	border: 1px solid #CCCCCC;
	font-weight: bold;display:block;text-decoration: none;font-style: normal;
}
a.lista:hover{background-color: #F0F0F0;}

a.lista div{
	background-color: #F0F0F0;border-top:1px solid #CCCCCC;font-weight: normal;
}


/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}


fieldset {
	border: 1px solid;
	padding: 5px 0;
}

/*** fonts ***/
body {
		line-height: 125%;
		font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
		color: #4444444;
		font-size: 11px;
}

a {
	color: #F4B12C;
}

a:hover {
	color: #000;
}

#nav a{
	font-size: 110%;
}


/* font family */
#nav{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* headings */

h1 {
	padding-bottom: 5px;
}

h2 {
   padding-bottom: 5px;
}

h3 { 
   padding-bottom: 0px;
}

h4 {
	 padding-bottom: 5px;
}

.clr {
	clear: both;
}

form {
	border: 0;
	margin: 0;
	padding: 0;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
