* {
   padding:0px;
   margin:0;
}

/*html, body {
}
*/
body {
	text-align: left;
	margin:0 auto;
	padding:0px;
	color:#000;
	font-style:normal; 
	font-variant:normal;
	font-weight:normal;
	font-size:10px;
	font-family:Verdana, Tahoma, Arial, sans-serif;
	background:#fff;
	background:#f0f6df;
}

#page {
	width:810px;
	margin: 0em auto;
	height: 2300px;
	padding: 25px 0px 0px 0px;
}	

#header {
	width:810px;
	height:120px;
	margin: 0 auto;
	background: url('images/header.gif') no-repeat;

}

#content {
	padding:5px 20px 5px 20px;
	background:url('images/content_bg.gif') repeat-y;
	height:100%;
}

/**************************** menu ****************************/

#nav_top {
	background:url('images/nav_top.gif') no-repeat;
	width:225px;
	height:14px;
}

#nav_btm {
	background:url('images/nav_btm.gif') no-repeat;
	width:225px;
	height:22px;
}

#add_top {
	background:url('images/add_top.gif') no-repeat;
	width:225px;
	height:14px;
}

#add_btm {
	background:url('images/add_btm.gif') no-repeat;
	width:225px;
	height:22px;
}

#add {
	background:url('images/add_mid.gif') repeat-y;
	width: 225px;
	font-size:5px;
	padding:0px 0px 0px 25px;
}
add a {
	background:#e8e8e8;
}
add a:hover {
background:#e8e8e8;
}


#menu {
	float:left;
	width: 225px;
	color:#000;
	background:url('images/nav_mid.gif') repeat-y;
	padding:0px 0px 0px 0px;
}

#menu ul {
	list-style:none;
	width:216px;
	font-size:12px;
	margin-left:0px;
}	

#menu li {
	list-style-type: none;
	background:transparent url('images/bullet.gif') no-repeat 12px 6px;
	margin-bottom:4px;
	border-bottom:1px solid #c8e5c7;
}

#menu li:hover {
	display:block;
	color:#000;
	background:#c8e5c7;
	text-decoration: none;
}

#menu .selected {
	display:block;
	color:#000;
	background:#a8c5a7;
	text-decoration: none;
}

#menu .submenu {
	display:block;
	color:#fff;
	background:#b8d5c7;
	text-decoration: none;
}

#menu a {
	display:block;
	color:#444;
	text-decoration: none;
}	
	
#menu a:hover {
	display:block;
	color:#034;
	background:#c8e5c7;
	text-decoration: none;
}	

/**************************** content ****************************/

#info {
	float:right;
	width:533px;
}

.post_top {
	background:url('images/content_top.gif') no-repeat;
	padding:0px 0px 0px 0px;
	width:533px;
	height:17px;
}

.post_btm {
	background:url('images/content_btm.gif') no-repeat;
	padding:0px 0px 0px 0px;
	width:533px;
	height:22px;
}

.post {
	background:url('images/content_mid.gif') repeat-y;
	padding:0px 10px 0px 10px;
}

.post_hl_top {
	background:url('images/content_hl_top.gif') no-repeat;
	padding:0px 0px 0px 0px;
	width:533px;
	height:17px;
}

.post_hl_btm {
	background:url('images/content_hl_btm.gif') no-repeat;
	padding:0px 0px 0px 0px;
	width:533px;
	height:22px;
}

.post_hl {
	background:url('images/content_hl_mid.gif') repeat-y;
	padding:0px 10px 0px 10px;
}

.pad_navbar_top {
	background:url('images/pad_navbar_top.gif') no-repeat;
	padding:0px 0px 0px 0px;
	width:533px;
	height:17px;
}

.pad_navbar_btm {
	background:url('images/pad_navbar_btm.gif') no-repeat;
	padding:0px 0px 0px 0px;
	width:533px;
	height:22px;
}

.pad_navbar {
	padding:0px 25px 0px 25px;
	background:url('images/pad_navbar_mid.gif') repeat-y;
}

.pad_navbar a {
	color:#443;
	text-decoration: none;
}	
.pad_navbar a:hover {
	color:#888;
	text-decoration: none;
}	


.pad_head_top {
	background:url('images/pad_head_top.gif') no-repeat;
	padding:0px 0px 0px 0px;
	width:533px;
	height:17px;
}

.pad_head_btm {
	background:url('images/pad_head_btm.gif') no-repeat;
	padding:0px 0px 0px 0px;
	width:533px;
	height:22px;
}

.pad_head {
	padding:0px 25px 0px 25px;
	background:url('images/pad_head_mid.gif') repeat-y;
}


img{
	border:1px solid #fff;
	padding:3px;
	margin:3px;
}

.img-no-border{
	border:0px;
	padding:3px;
	margin:3px;
}

.os-image {
	border:1px solid #000;
	padding:0px;
	margin:0px;
}

a{
	color:#000;
	text-decoration:none;
}

a:hover{
	color:#eff;
	text-decoration:none;
}

h1{
	color:#eff;
	font-weight:normal;
	font-size:24px;
	padding: 40px 0 10px 40px;
}

h2 a{
	position:absolute;
	top:57px;
	color:#666;
	font-size:16px;
	margin:0 0 0 575px;
	text-decoration:none;
}

h2 a:hover{
	color:#999;
}

h3{
	color:#363;
	font-size:12px;
	font-weight:bold;
	padding: 5px 10px 5px 10px
}

h4{
	color:#fff;
	font-size:20px;
	font-weight:normal;
}

h5{
	color:#8d8d8d;
	font-size:10px;
	font-weight:normal;
	padding:5px;
}

h3 img{
	float:left;
}

/**************************** lists ****************************/

ul {
	list-style:none;
	padding:0 0 0 3px;
}	

li {
	list-style-type: none;
	background:transparent url('images/bullet.gif') no-repeat 12px 6px;
	padding: 0 0 0 20px;
}

/**************************** footer ****************************/

#footer{
	text-align:center;
	padding:40px;
	background:url('images/bottom.gif') no-repeat;
	height:42px;
}

#footer a {
	color:#000;
}

#footer a:hover {
	color:#fff;
}

#title_header {
 margin: 0px;
 padding:0 0 0 8px;
 font: 1.4em georgia, serif;
 font-size:20px;
 color: #05a;
 text-decoration: underline; font-weight:bold;
}

fieldset {
  border: none;
}

#trans_header {
 padding:8px 40px 0px 40px;
 text-align: right;
}
div.center{
	color:#000;
	font-style:normal; 
	font-variant:normal;
	font-weight:normal;
	font-size:10px;
	font-family:Verdana, Tahoma, Arial, sans-serif;
  margin-right:auto;
  margin-left:auto;
  text-align: center;
}
.nobr {white-space: nowrap}
.lowres { background-image: url('images/findsoftware.eu.gif');}
hr{border:1px;width:98%;color:#99a;background-color:#222;height:1px;}
