/* CSS Document */

BODY {
   margin:0;
   background: #333;
}

.main {
   margin-top: 0;
}

.header {
   background: #000000 url("images/header.jpg") no-repeat;
   width: 1000px;
   height: 134px;
   text-align:center;
   margin:0 auto;
}
.left {
   background: #e8d749;
   width: 190px;
   height: 450px;
}
.right {
   width: 810px;
   height: 450px;
   vertical-align: top;
}
.shadow_left {
  background: url("img/shadow.jpg");
  height: 450px;
  width: 5px;
}
.keypad {
   vertical-align: bottom;
   text-indent: 12px;
}
.data_header {
   background: url('images/head_bg.jpg') repeat-x;
   width: 700px;
   height:45px;
}
.data_header_text {
   font-size: 16px;
   font-family: arial;
   color: #000;
   text-indent: 3px;
   font-weight:bold;
}
/* -------------------SEARCH FORM---------------------------------------------- */


/* -------------------DATA---------------------------------------------- */
.databox {
  float:left;
  border:solid 1px silver;
  padding:5px;
  margin-right:10px;
}
.data_title {
   font-weight: bold;
   font-size: 18px;
   font-family: arial;
   color: #ddd;
   text-indent: 3px;
}
.data_info {
   float: left;
   font-size: 14px;
   font-family: arial;
   color: #fff;
   text-indent: 3px;
}
.data_right_info {
   float: right;
   font-size: 11px;
   font-family: arial;
   color: #000000;
   text-indent: 3px;
}
.data_email {
   font-size: 14px;
   font-family: arial;
   color: yellow;
   text-decoration: none;
}
.data_website_bttn {
  background: #FFFFFF;
  width: 90px;
  border:solid 1px #40637a;
  padding:2px;
  text-align: center;
}
.data_map_bttn {
  background: #FFFFFF;
  width: 75px;
  border:solid 1px #40637a;
  padding:2px;
  text-align: center;
}
.data_dins_bttn {
  background: #FFFFFF;
  width: 145px;
  border:solid 1px #40637a;
  padding:2px;
  text-align: center;
}
.data_website {
   text-indent: 1px;
   font-weight: bold;
   font-size: 11px;
   font-family: arial;
   color: #40637a;
   text-decoration: none;
}
.catlink {
	color:#ddd;
	font-size:18px;
	padding:8px 0;
	text-decoration:underline;
}
.catlink:hover {
	color:yellow;
}
.catlink:visited {
	color:red;
}
i {
	color:white;
	font-size:50px;
}
.right {
	color:white;
}