@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	background: url(../images/bg.jpg) repeat-x #fafafd;
}

a img {
	border: none;
}

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

a:hover {
	text-decoration: underline;
}

#wrap {
	width: 955px;
	margin: 0 auto;
}

#top {
	width: 955px;
	height: 133px;
	background: url(../images/top.jpg) no-repeat;
	float: left;
	cursor: pointer;
	cursor: hand;
}

#header {
	width: 905px;
	height: 217px;
	padding: 0 25px 16px 40px;
	float: left;
}

#header img {
	margin:0 -4px 0;
	padding:0;
	border:0;
}

#header a {
	margin:0;
	padding:0;
}

#content {
	width: 905px;
	padding: 0 25px 16px;
	background: url(../images/content_bg.jpg) repeat-x #ffffff;
	float: left;
}

#content #left {
	width: 200px ;
	float: left;
	margin-top:25px;
}

#content #left ul {
	margin: 0;
	padding: 0;
	
	list-style: none
}

#content #left ul li {
	background: url(../images/arrow_menu.jpg) no-repeat 0 8px;
	padding-left: 18px;
	padding-bottom: 10px;
	clear: both;
}

#content #left ul li a {
	text-decoration: none;
	color: #7e735c;
}

#content #left ul li a:hover {
	text-decoration: underline;
}

#content #left .ads {
	width: 196px;
	float: left;
	text-align:center;
}

#content #left .map_add {
	color: #2b389e;
	padding-left: 18px;
	text-align:left;
}

#content #right {
	width: 670px;
	padding-left: 21px;
	float: left;
	overflow:auto;
}

#content #right h1 {
	font-size: 18px;
	margin: 0;
	padding: 0;
	color: #5d6d7e;
	margin-top:25px;
}

#content #right h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 10px;
	color: #5d6d7e;
	clear: both;
}

#content #right p {
	margin: 0;
	padding: 0 0 18px;
	line-height: 14px;
	color: #7f755c;
}

#content #help {
	margin-top: 2px;
	width: 275px;
	float: right;
	height: 103px;
	padding-left:40px;
}

#content #right .readmore a {
	color: #cd8d45;
	text-decoration: none;
	padding-bottom: 18px;
	float: right;
}

#content #right .sales {
	width: 154px;
	float: left;
	margin-right: 13px;
}

#content #right .sales p {
	padding: 20px 10px;
	margin-top:95px;
}

#content #right .sales .person {
	width: 154px;
	height: 108px;

	float: left;
}

#content #right .sales .message {
	width: 17px;
	height: 17px;
	padding-top: 81px;
	padding-left: 16px;
	float: left
}

#content #right .sales .aol {
	width: 13px;
	height: 17px;
	padding-top: 81px;
	padding-left: 5px;
	float: left
}

#content #right .sales .phone {
	width: 17px;
	height: 17px;
	padding-top: 81px;
	padding-left: 5px;
	float: left;
	cursor: hand;
	cursor: pointer;
}

#content #right .sales .ricky {
	background: url(../images/rickysales.jpg) no-repeat;
}

#content #right .sales .sidney {
	background: url(../images/Sidney.jpg) no-repeat;
}

#content #right .sales .ian {
	background: url(../images/ian.jpg) no-repeat;
}

#content #right .sales .mike {
	background: url(../images/mike.jpg) no-repeat;
}

#footer {
	width: 100%;
	background: url(../images/footer_bg.jpg) #eef0f7 repeat-x;
	padding-top: 36px;
	float: left
}

#footer #wrap {
	width: 955px;
	margin: 0 auto;
}

#footer #left {
	width: 213px;
	height: 95px;
	float: left;
	border-right: solid 1px  #FFF;
	background: url(../images/footer_logo.jpg) no-repeat 0 -9px;
	cursor: pointer;
	cursor: hand;
}

#footer #right {
	width: 646px;
	padding-left: 24px;
	float: left;
}

#footer #right ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0 0 6px 0;
}

#footer #right ul li {
	float: left;
	padding: 0;
	margin: 0;
}


#footer #right a {
	color: #333;
	padding-right: 10px;
	line-height: 20px;
	text-decoration: none;
}

#footer #right a:hover {
	text-decoration: underline;
}

#footer #right .copy {
	font-size: 10px;
	color: #a29a89;
}

.wounded_ads {
	margin: 12px 0px;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
	background-color: #eeeefc;
	padding: 10px;
	font-size: 11px;
}

.ToolText{position:relative;}
.ToolTextHover{position:relative;}
.ToolText span{display: none;}

.ToolTextHover span{
  display:block;
  position:absolute;
  border:1px solid white;
  top:100px;
  left:5px;
  white-space: nowrap;
  background-color: #6167fb;
  font-weight: bold;
  color: #fff;
  font-size: 10px;
  text-align: center;
  padding: 2px 4px;
}

.img_bio {
	vertical-align: top;
	text-align: left;
	padding: 10px;
	font-size: 10px;
}

.img_bio img {
	margin-bottom: 6px;
}