@charset "utf-8";

/******* Fonts */

@font-face {
    font-family: 'baker';
    src: url('http://assets.rmcloud.com/fonts/bakrsign-webfont.eot');
    src: url('http://assets.rmcloud.com/fonts/bakrsign-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://assets.rmcloud.com/fonts/bakrsign-webfont.woff') format('woff'),
         url('http://assets.rmcloud.com/fonts/bakrsign-webfont.ttf') format('truetype'),
         url('http://assets.rmcloud.com/fonts/bakrsign-webfont.svg#BakerSignetBTRoman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'avant';
	src: url('http://assets.rmcloud.com/fonts/avgardn-webfont.eot');
	src: local('Ã¢ËœÂº'), url('http://assets.rmcloud.com/fonts/avgardn-webfont.woff') format('woff'), url('http://assets.rmcloud.com/fonts/avgardn-webfont.ttf') format('truetype'), url('http://assets.rmcloud.com/fonts/avgardn-webfont.svg#webfontStUfX2Bk') format('svg');
	font-weight: normal;
	font-style: normal;
}

/******* Tags */

body { 
  font-family: 'avant';
  font-size: 14px;
  *font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

/******* Common Classes */
.nostyle {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wrapper { width: 100%; }

.container {
  width: 890px;
  margin: 0 auto;
}

#site {
  position: relative;
  z-index: 1;
}

/******* Header */

header { background: #000; }

header .container {
  background: url(images/header.jpg) no-repeat left bottom;
  height: 225px;
  position: relative;
}

header h1, header h2 {
  position: absolute;
  left: -10000em;
}

header h3 {
  font-family: 'baker';
  color: #fff;
  font-size: 13px;
  position: absolute;
  right: 0;
  bottom: 0;
  *position: static;
  *text-align: right;
  *padding: 180px 12px 0 0;
}

/******* Nav */

nav { background: url(images/nav.gif) repeat-x #000; }

nav .container {
  padding: 0 0 0 1px;
  background: url(images/nav-div.gif) no-repeat;
}

nav li {
  padding: 0 1px 0 0;
  background: url(images/nav-div.gif) no-repeat top right;
  float: left;
  position: relative;
  z-index: 300;
}

nav li a {
  display: block;
  padding: 5px 28px 0;
  height: 32px;
  line-height: 32px;
  color: #fff !important;
  text-decoration: none;
  font-size: 16px;
  -padding: 5px 0 0;
  -text-align: center;
  -width: 110px;
}

nav li ul { display: none; }

nav li.over a { 
  background: #aa9e86; 
  color: #000 !important;
}

nav li.over ul {
  display: block;
  width: 200px;
  position: absolute;
  padding: 5px 0;
  background: url(images/dropdown.gif) no-repeat left bottom #aa9e86;
}

nav li.over ul a {
  width: 190px;
  padding: 0 0 0 10px;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px dashed #8d8471;
  background: none;
  -text-align: left;
}

nav li.over ul a:hover { background: #716a5b; }

/******* Main Area */

#main { 
  background: url(images/main.jpg) repeat-x; 
  padding: 25px 0 0;
}

#main .container {
  background: #000;
  padding: 20px 10px;
  width: 870px;
  -moz-box-shadow: 0 0 5px #222;
  -webkit-box-shadow: 0 0 5px #222;
}

/******* Photos */

#photos div.photo {
  width: 197px;
  float: left;
  margin: 0 10px;
  text-align: center;
  font-family: arial;
  padding: 200px 0 0;
}

#photos h1 {
  font-size: 20px;
  color: #fff;
  padding: 0 0 5px;
}

#photos h2 {
  font-size: 18px;
  color: #a99b87;
}



/******* Cms */

#contents { margin: 25px 0 0; }

#cms {
  background: url(images/contents.jpg) no-repeat;
  width: 559px;
  padding: 15px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  float: left;
  font-size:14px !important;
}

.pagetitle {
  font-size: 20px;
  padding: 0 0 10px;
}

/******* Buttons */

#buttons {
  float: left;
}

#buttons li {
  margin: 0 0 2px 3px;
}

#buttons li a {
  background: url(images/buttons.gif) repeat-x;
  color: #fff;
  display: block;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  height: 47px;
  line-height: 47px;
  padding: 0 0 0 10px;
  text-decoration: none;
  width: 266px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #333;
}

#buttons li a span {
  padding: 0 25px 0 0;
  background: url(images/arrow.png) no-repeat right center;
  -background: none;
}

#buttons li a:hover { background:#716a5b; }

/******* Buckets */

#buckets { margin: 25px 0; }

#buckets a {
  display: block;
  margin: 0 0 0 1px;
  text-align: center;
  font-family: 'baker';
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  width: 289px;
  float: left;
  height: 25px;
  padding: 155px 0 0;
}

a#google { background: url(images/google.jpg) no-repeat; }
a#eval { background: url(images/free-eval.jpg) no-repeat; }
a#testimonial { background: url(images/testimonial.jpg) no-repeat; }

#buckets a:hover { color: #9c8864; }

/******* Footer */

footer {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0 0 25px;
  padding: 25px 0;
  color: #fff !important;
  text-align: left;
}

footer img {
	float:right;
	margin: -50px 15px 0 0;
}


footer a { color: #fff !important; }

footer #hcard {
  font-size: 13px;
  font-family: arial;
}

/******* Interior Styles */

.int #contents {
  margin: 0;
}

.int #cms {
  background: none;
  float: none;
  width: auto;
  text-shadow: none;
  padding: 0 10px;
}

.int .pagetitle {
  border-bottom: 1px solid #9C8864;
  color: #9C8864;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 3px 5px;
}

.int div.hot_listings_left .engine_block a {
  background: #fff;
}


#teamPic {
	background: url(images/team_bg.jpg) no-repeat;
	width:450px;
	height:330px;
	float:left;
	position:relative;
}

#teamPhoto {
	position:absolute;
	top: -40px;
}


#testimonials-widget {
	height: 147px;
	margin: 10px auto 20px;
	padding: 9px 0 0 15px;
	width: 380px;
	position:relative;
	z-index:50;
	float:left;
}

#viewTesti {
	bottom: -134px;
	display: block;
	font-size: 16px !important;
	height: 20px;
	left: 10px;
	line-height: 28px;
	position: absolute;
	text-align: center;
	width: 150px;
	z-index: 80;
}

#viewTesti a:hover {
	color:#00CC00;
}


#testimonials-widget a {
  color: #A3906B;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-decoration: none;
	background-image:none;
}

#testimonials-widget a:hover {
  color: #333;
  background-image:none!important;
}

#testimonials-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

#testimonials-widget li {
  display: none;  
  position:absolute;
}
#testimonials-widget li p {
  	color: #FFFFFF;
      font-family: Arial,Helvetica,sans-serif;
      font-size: 16px;
      line-height: 20px;
      margin: 50px 0 0;
      padding: 0 20px 0 0;
      text-align: justify;
}

#testimonials-widget li span.testimonial-name {
  color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    left: -5px;
    padding: 0;
    position: absolute;
    top: 20px;
}

#testimonials-widget li h2, #testimonials-widget li span.testimonial-date {
  display: none;  
}

ul.testimonial-list li.color {
	background-color: none!important;
}