/* Home page */

body#home div#wrapper {
  background:#FFF url(../images/bg3.png) top repeat-x;
}

div#intro {
  height:291px;
  width:428px;
  text-align:center;
  position:relative;
}

div#intro h2 {
  font-size:24px;
}

div#intro p {
  margin:15px 0 25px;
}

img#home_browser {
  position:absolute;
  top:18px;
  right:0;
}

a#get_started_button {
  display:block;
  width:255px;
  height:69px;
  background:url(../images/get_started_button_2_en.png) no-repeat;
  text-indent:-9999px;
  margin:0 auto;
}

div#intro ul#social_media {
  position:absolute;
  bottom:10px;
  width:100%;
  left:0;
}

div#intro ul#social_media li {
  float:left;
  margin-right:3px;
}

li#see_demo {
  padding-left:20px;
  border-left:1px solid #679A9E;
  margin-left:20px;
  height:27px;
}

li#see_demo a {
  position:relative;
  top:6px;
}

ul#features {
  width:428px;
  float:left;
  margin-top:30px;
  margin-right:20px;
}

ul#features li {
  margin-bottom:30px;
}

ul#features li.last {
  margin-bottom:0;
}

ul#features h3 {
  font-size:14px;
  margin-bottom:5px;
}

ul#features p {
  line-height:1.4;
}

ul#features img {
  float:left;
  padding-right:20px;
}

ul#features div.features_description {
  float:left;
  width:340px;
}

div#the_buzz {
  float:left;
  border:1px solid #DDD;
  height:298px;
  padding:15px;
  width:176px;
  margin:90px 30px 0 0;
  text-align:center;
}

div#the_buzz p {
  margin:0 0 5px;
  font-size:11px;
}

div#key_features {
  margin-top:90px;
  float:left;
  border:1px solid #b7cdd5;
  background:#f0f7f9 url(../images/key_features_bg.png) bottom repeat-x;
}

div#key_features_inner {
  border:1px solid #FFF;
  padding:15px;
  height:296px;
}

div#key_features h3 {
  font-size:14px;
}

div#key_features ul {
  margin:10px 0 0;
}

div#key_features ul li {
  list-style:disc;
  margin-left:15px;
  margin-bottom:9px;
}

div#mid_faq {
  border:1px solid #DDDDDD;
  padding:20px 20px 10px;
  margin:20px 0 0;
  float:left;
  width:430px;
}

div#mid_faq h3,
div#mid_faq h4 {
  font-size:14px;
}

div#mid_faq h4 {
  color:#555;
  margin:20px 0 5px;
}

div#feature_popup {
  background:url(../images/features_popup.png) no-repeat;
  height:304px;
  margin:0 0 20px;
  border-bottom:1px solid #ADC5C9;
  padding:20px 15px 0 630px;
}

div#feature_popup p.feature_popup_second {
  padding-left:70px;
  margin-top:15px;
}

div#container div#already_have_site {
  clear:both;
  margin:30px 0 20px;
  border:1px solid #b7cdd5;
  width:920px;
}

div#container div#already_have_site p {
  border:1px solid #FFF;
  height:65px;
  line-height:65px;
  font-size:18px;
  text-align:center;
  display:block;
  margin:0;
  background:#f0f7f9 url(../images/already_have_website_bg.png) bottom repeat-x;
}

div#container div#already_have_site p a {
  color:#1d4b52;
  text-decoration:none;
}

div#container div#already_have_site p a:hover {
  text-decoration:underline;
}

ul#secondary_features {
  margin-top:30px;
}

ul#secondary_features h4 {
  font-size:14px;
  margin:10px 5px;
}

ul#secondary_features p {
  margin:10px 5px;
}

ul#secondary_features li {
  width:291px;
  margin-right:25px;
  padding-bottom:30px;
  float:left;
}

ul#secondary_features li.last {
  margin-right:0;
}

p.fine_print {
  font-size:10px;
}

div#thirdary_features {
  display:none;
}

img.side_image {
  float:right;
  margin:0 0 20px 20px;
}

div.information h3 {
  margin-top:20px;
}

div.information ul {
  margin:20px 0 20px 20px;
}

div.information ul li {
  margin-bottom:10px;
  list-style:disc;
}

div#blog_main {
  margin-top:10px;
  width:600px;
  margin-right:30px;
  float:left;
}

div#blog_main h3 {
  font-size:14px;
}

div#blog_main p.meta {
  margin-bottom:30px;
  border-bottom:1px dotted #CCC;
  padding-bottom:30px;
  margin-top:20px;
}

div#blog_main p.bottom {
  margin-top:20px;
}

div#blog_main p.date {
  font-size:11px;
  margin-bottom:20px;
}

div#blog_secondary {
  font-size:12px;
  width:250px;
  float:left;
  position:relative;
}

div#blog_secondary h3 {
  font-size:14px;
}

div#blog_secondary ul {
  margin-left:0;
}

div#blog_secondary ul li {
  line-height:1.4;
  list-style:none;
  padding-bottom:10px;
  margin-bottom:10px;
  border-bottom:1px solid #EAEAEA;
}

div#blog_secondary ul li a {
  display:block;
}

div#blog_secondary a#feed_icon {
  position:absolute;
  top:15px;
  right:0;
}


/*--- Search page ---*/

table#search_results {
  font-size:12px;
  width:630px;
  border-collapse:collapse;
  background:#FFF;
  margin:20px 0;
  border:1px solid #EAEAEA;
  border-bottom:1px solid #CCC;
  border-right:1px solid #CCC;
  color:#444;
}

table#search_results td,
table#search_results th {
  padding:10px;
  border-bottom:1px solid #EAEAEA;
  text-align:left;
  line-height:1.5;
}

table#search_results th {
  text-transform:uppercase;
  color:#444;
}

table#search_results h3 {
  font-size:1em;
  margin:0;
}

p.expiration_date {
  font-size:11px;
  margin:0;
  color:#666;
  line-height:1.5;
}

table#search_results em {
  color:#666;
}

table#search_results tfoot td {
  border-bottom:0;
  padding-right:10px;
}

span.price_range {
  font-size:12px;
  font-style:italic;
  color:#666;
}

div#search_secondary {
  width:270px;
  float:right;
}

div#gmap {
  margin-top:20px;
  float:right;
  width:268px;
  height:268px;
  border:1px solid #CCC;
}

div#main div#gmap a {
  color:#6AA733;
  text-decoration:none;
}

div#main div#gmap a:hover {
  text-decoration:underline;
}

div#main div#gmap {
  font-size:12px;
  line-height:1.4;
}

div.gmap_pic {
  float:left;
  width:60px;
  height:70px;
  margin-right:5px;
}

ul.pricing {
  background:#FFF;
  padding:10px;
  text-align:center;
  width:610px;
  border:1px solid #EAEAEA;
}

ul.pricing li {
  display:inline;
  font-size:12px;
  list-style:none;
  margin-right:10px;
  color:#666;
  line-height:1.5;
}

ul.pricing li label {
  font-weight:bold;
  color:#6AA733;
}

p.places_near {
  margin:20px 0 0;
}

td.logo_column {
  width:70px;
}

/*--- Static content box ---*/

div.content_box h3 {
  font-size: 14px;
}

div.content_box {
  background:#FFF;
  border:1px solid #B0CED1;
  padding:20px 20px 10px;
  margin:20px 0;
  border-radius: 5px;
}

div.content_box ul li {
  margin-bottom: 10px;
}

/*--- Help section ---*/

div.content_box ul.help_section {
  width: 440px;
  float: left;
}

div.content_box ul.help_section li {
  margin-bottom: 30px;

}


div.content_box ul.help_section li li {
  margin-bottom: 10px;

}

div.questions_boxes {
  margin-top:30px;
  padding-bottom:20px;
  border-bottom:1px dotted #CCC;
}

div#help_desk_detail {
  margin-bottom:30px;
}

img.help {
  border: 1px solid #EAEAEA;
  border-left: 10px solid #EAEAEA;
  margin: 10px 0;
}


/*--- Press page ---*/

fieldset.the_buzz {
  text-align:center;
}

fieldset.the_buzz h3 {
  margin-bottom:10px;
}

fieldset.the_buzz p {
  margin-bottom:30px;
  padding-bottom:30px;
  border-bottom:1px dotted #CCC;
  font-size:16px;
  color:#333;
}