/* CSS Document */


@import "br.css";

html {
	height:100%;
}

body {
	background:#fff;
	font-family:"Trebuchet MS";
	font-size:12px;
	margin:0px;
	padding:0px;
}
* { outline:none; }

a {
  color:#fff;
  font-weight:bold;
  text-decoration:none;
}

a:hover {
  font-weight:bold;
  text-decoration:underline;
}

h1 {
  text-align:center;
}

input,select {
  padding:6px 4px 6px 4px;
  letter-spacing:1.2px;
  font-size:14px;
  font-weight:bold;
}

#wrapper {
  width:960px;
  margin:0px auto;
  border-right:solid 1px #0cf;
  border-bottom:solid 1px #0cf;
  border-left:solid 1px #0cf;
  display:block;
}

#header {
  background:#003 url(../img/header_bg.jpg) repeat-x center top;
  width:100%;
  height:100px;
  display:block;
}

#header_center {
  background:url(../img/tools_logo.jpg) no-repeat left top;
  width:960px;
  height:100px;
  margin:0px auto;
  display:block;
}

#left {
  width:180px;
  margin:4px 4px 4px 4px;
  float:left;
  display:block;
}

#content {
  width:596px;
  margin:4px 4px 0px 4px;
  float:left;
  display:block;
}

#right {
  width:160px;
  margin:4px 4px 4px 4px;
  float:left;
  display:block;
}

.lmenu {
  background:#C6C;
  width:180px;
  margin:0px 0px 6px 0px;
}

.lmenu li {
  width:178px;
  border-right:solid 1px #96c;
  border-bottom:solid 1px #c6c;
  border-left:solid 1px #96c; 
}

.lmenu_ul a {
  background:#96c;
  width:170px;
  padding:4px 0px 4px 8px;
  font-weight:normal;
  display:block;
}

.showflash {
  width:586px;
  border:solid 2px #900;
  margin:0px 0px 4px 0px;
  padding:4px;
}

.description {
	width:596px;
	margin:0px 0px 6px 0px;
	border:solid 1px #0af;
}

.description h1 {
	width:596px;
	height:20px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	padding:2px 0px 4px 0px;
	background-color:#0af;
}

.description h2 {
  font-size:14px;
	font-weight:bold;
	margin:5px 0px 5px 10px;
}

.teaser {
	font-size:11px;
	letter-spacing:1.1px;
	padding:5px;
}

.app {
	width:576px;
	border:solid 1px #0af;
	margin:5px 0px 5px 0px;
	padding:10px;
}

.formp {
	padding:3px 0px 3px 0px;
}

.span_l_a {
	width:120px;
	float:left;
	display:block;
	margin:8px 0px 2px 0px;
	text-align:right;
}

.span_r_a {
	width:450px;
	padding-left:5px;
	float:left;
	margin:5px 0px;
	display:block;
}

.itext_small {
	width:50px;
	border:solid 1px #999;
}

.itext_mid {
	width:120px;
	border:solid 1px #999;
}

.itext_big {
	width:250px;
	border:solid 1px #999;
}

.bold {
	font-weight:bold;
}

a.normal_a {
  color:#000;
  font-weight:normal;
  text-decoration:none;
}

a:hover.normal_a {
  color:#66f;
}

#footer {
  width:940px;
  padding:10px;
  float:left;
  display:block;
}


.none {
  z-index:-1;
  display:none !important;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */