/* $Id$ */

/*
+----------------------------------------------------------------+
|   Contact for Dupal 7.x - Version 1.0                          |
|   Copyright (C) 2011 Antsin.com All Rights Reserved.           |
|   @license - Copyrighted Commercial Software                   |
|----------------------------------------------------------------|
|   Theme Name: Contact                                          |
|   Description: Contact by Antsin                               |
|   Author: Antsin.com                                           |
|   Date: 18th July 2011                                         |
|   Website: http://www.antsin.com/                              |
|----------------------------------------------------------------+
|   This file may not be redistributed in whole or               |
|   significant part.                                            |
+----------------------------------------------------------------+
*/ 

/*==============  RESET  ===================*/
html, body, div, blockquote, p, ul, ol, li, h1, h2, h3, h4, h5, h6, th, td {
  margin: 0;
  padding: 0;
}

blockquote, ul, ol, dl {
  margin: 1em;
}

ol,ul,dl {
  margin-left: 2em;
}

th,td {
  padding: .5em;
}

p {
  margin: 1em 0;
  text-align: justify;
}

/*==============  STYLE  ====================*/
/** body **/
body {
  color: #2E2F2D;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 {
  color: #2E2F2D;
}

h1 {margin-bottom: 10px;}

h1 { font-size: 180%;}
h2 { font-size: 120%;}
h3 { font-size: 140%;}
h4 { font-size: 130%;}
h5 { font-size: 120%;}
h6 { font-size: 110%;}

a {
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: underline;
}

img.left {
  float: left;
  margin: 0 20px 10px 0;
}

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

img.framed {
  padding: 5px;
  background: #eeeeee;
  border: 1px solid #dddddd;
}

img.thin-framed {
  padding: 3px;
  border: 1px solid #EBEBEB;
}

.default-image img {
  float: left;
  padding: 3px;
  margin: 10px 20px 5px 0;
  border: 1px solid #EBEBEB;
}

.field-name-field-image-page  img {
  float: left;
  padding: 3px;
  margin: 3px 20px 5px 0;
  border: 1px solid #EBEBEB;
}

.field-name-field-image-treatment img {
  float: left;
  padding: 3px;
  margin: 3px 20px 5px 0;
  border: 1px solid #EBEBEB;
}

.block img.left {
  float: left;
  margin: 0 10px 5px 0;
}

.block img.right {
  float: right;
  margin: 0 0 5px 10px;
}

/** header **/
#header {
  height: 100px;
  background: #DBDBDB url("../images/bg_header.png") repeat-x left top;
}

#logo-title {
  float: left;
  width: 440px;
  display: inline;
  height: 100px;  
}

#logo {
  float: left;
}

#logo-image {
  padding: 25px 20px 0 0;
}

#site-name {
  float: left;
  margin: 0;
  padding: 40px 20px 0 0;
}

#site-slogan {
  font-size: 90%;
  font-weight: bold;
  padding: 45px 20px 0 0;
}

#header-blocks {
  float: right; 
  text-align:right;
  width: 460px;
}

#header-blocks .block {
  margin-bottom: 5px;
}

/** showcase **/
#showcase-inner {
  color: #fff;
  padding: 10px 0;
  background: url("../images/bg_showcase.png") no-repeat left top;
}

#showcase h1, #showcase h2 {
  padding-bottom: 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
}

.coda-slider-wrapper { 
  position: relative;
  clear: both; 
  overflow: auto;
  width: 960px;
}

.coda-slider { 
  float: left;
  width: 700px;
  height: 250px !important;
  overflow: hidden; 
  position: relative;
  z-index: 9;
}

.coda-slider .panel { 
  display: block; 
  float: left;
  width: 700px;
}

.coda-slider .panel-container { 
  position: relative;
}

.coda-slider .panel-wrapper { 
  padding: 10px 10px 0 60px;
  height: 200px;
}

.coda-slider .panel-wrapper p {
  margin: 0.5em 1em;
}

.region-showcase {
  margin-top: 10px;
}

/* pager */
.coda-nav {
  float: left;
  width: 260px !important;
  height: 238px;
  background: url("../images/showcase_border_right.png") no-repeat right top;
}

.coda-nav ul {
  margin: 0;
  padding: 0;
  width: 260px !important;
}

.coda-nav li {
  color: #fff;
  display: block;
  float: left;
  width: 256px !important;
  line-height: 1.4;
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px dotted #fff;
}

.coda-nav li a {
  display: block;
  color: #fff;
  width: 236px;
  height: 66px;
  margin: 0;
  padding: 10px 0 0 20px;
  float: left;
  text-decoration: none;
  cursor: hand;
  cursor: pointer;
  outline: none;
}

.coda-nav li.tab1 {
  background: url("../images/showcase_list_one.png") no-repeat left 25px;
}

.coda-nav li.tab2 {
  background: url("../images/showcase_list_two.png") no-repeat left 25px;
}

.coda-nav li.tab3 {
  border: none;
  background: url("../images/showcase_list_three.png") no-repeat left 25px;
}

.coda-nav .title {
  font-size: 100%;
  font-weight: bold;
  padding: 0 20px;
  text-transform: uppercase;
}

.coda-nav .subtitle {
  display:block;
  font-size: 90%;
  width: 200px;
  margin: auto;
}

.coda-nav a:hover, .coda-nav a.current {
  background: transparent url("../images/showcase_list_active.png") no-repeat right bottom !important;
}

.coda-nav-right a {  
  position: absolute;
  width: 32px;
  height: 32px;
  top: 150px;
  right: 658px;
  z-index: 10;
  outline: none;
  background: url("../images/scroll_right.png") no-repeat left top;
}

.coda-nav-left a {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 190px;
  left: 270px;
  z-index: 10;
  outline: none;
  background: url("../images/scroll_left.png") no-repeat left top;
}

#showcase div.navigator { 
  display: none; 
}

/** main top **/
#main {
  background: #fff url("../images/bg_main.png") repeat-x left top;
}

#main-top { 
  padding-bottom: 10px;
  margin-bottom: 10px;
  background: url("../images/bg_main_top.png") no-repeat left bottom;
}

#main-top a { 
  border-bottom: 1px dotted #C0C0C0;
}

#main-top a:hover { 
  color: #000;
  text-decoration: none;
  border-bottom: none;
}

/** content **/
#content-main {
  margin-bottom: 20px;
}

/** nodes **/
.node-teaser {
  position: relative;
  padding: 0 0 30px 0;
  margin-bottom: 20px;
  background: url("../images/bg_node_teaser.png") no-repeat right bottom;
}

.node-teaser p {
  margin: 10px 0;
}

.node-first {
  padding-top: 0;
}

/** sidebar **/
#sidebar-left h2 {
  color: #fff;
  padding: 4px 20px 9px 20px;
}

#sidebar-right h2 {
  padding: 9px 15px;
}

/** footer **/
#footer .content {
  padding: 0 10px;
}

#footer a:hover {
  color: #fff;
  text-decoration: none;
}

/** closure **/
#closure-inner {
  color: #C0C0C0; 
  height: 30px;
  font-size: 90%;
  padding-top: 10px;
}

#closure a{
  color: #C0C0C0; 
}

#closure p {
  padding: 0;
  margin: 0;
}

#closure-inner .designed-by {
  float: right;
  margin-right: 10px;
}

#closure-inner .mmc {
  float: left;
  margin-left: 10px;
}

#closure-inner .link_gloss {
  clear: right;
  margin-left: 120px;
}

/** blog **/
#blog-date {
  float: right;
  color: #A5A8AA;
  font-size: 11px;
  width: 90px;
  padding: 10px 0 10px 10px;
}

.node-teaser #blog-date {
  padding: 0 0 0 5px;
}

#blog-date span {
  display: block;
  height: 20px;
}

#blog-date span span {
  display: inline;
}

#blog-date .comment-count {
  padding: 0 5px 0 20px;
  background: url("../images/icons/comment.png") no-repeat left 1px;
}

ul.links li.blog_usernames_blog { 
  display: none; 
}

/** breadcrumb **/
#breadcrumb {
  height: 20px;
  font-size: 90%;
  padding-top: 10px;
  margin-bottom: 20px;
}

.breadcrumb {
  display: inline;
}

.breadcrumb a {
  padding: 0 10px;
}

/** comments **/
#comments h2 {
  padding: 20px 0 5px 0;
  margin-bottom: 10px;
  background: url("../images/bg_node_teaser.png") no-repeat right bottom;
}

.comment {
  padding: 10px 10px 10px 0;
  margin-left: 20px;
  border-bottom: 1px dotted #C0C0C0;
}

.comment h3 {
  font-size: 100%;
}

.comment p {
  margin: 0.5em 0;
}

.comment .links {
  float: right;
  width: 150px;
  margin: 0;
  text-align: right;
}

.comment div.links a {
  font-size: 90%;
  font-weight: bold;
  text-transform: uppercase;
}

.comment .author {
  font-size: 120%;
  font-weight: bold;
}

.comment .user-picture {
  float: left;
  padding: 10px 20px 0 0;
}

.comment .user-picture img {
  width: 50px;	
  height: 50px;
  padding: 3px;
  background: #eee;
  border: 1px solid #ddd;
}

#comment-form {
  margin: 10px 0;
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #F5F5F5;
}

#comment-form .form-text { 
  width: 100%;
  padding: 0 !important;
  height: 20px;
}

#comment-form fieldset {
  border: 1px solid #e0e0e0;
  border-top: none;
}

/** blocks **/
.block h2 {
  font-size: 100%;
}

#sidebar-left .block, #sidebar-right .block, #content-bottom .block, #footer .block {
  margin-bottom: 10px;
}

#content-top .block, #content-bottom .block {
  margin-bottom: 10px;
}

/** list **/
.block ul {
  margin: 0;
  padding: 0;
}

.block ul li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 5px 0 5px 15px;
  border-bottom: 1px dotted #C0C0C0;
  background: transparent url("../images/list_arrow_point.png") no-repeat left 12px;
}

.block ul ul li.last {
  padding-bottom: 0;
  border-bottom: none;
}

.block ul li a:hover {
  text-decoration: none;
}

.dot ul li {
  background: url("../images/list_dot.png") no-repeat left 12px;  
}

.dot-light ul li {
  background: url("../images/list_dot_light.png") no-repeat left 12px;  
}

.arrow ul li {
  background: url("../images/list_arrow.png") no-repeat left 8px;  
}

.arrow-light ul li {
  background: url("../images/list_arrow_light.png") no-repeat left 8px;  
}

.arrow-point-light ul li {
  background: url("../images/list_arrow_point_light.png") no-repeat left 12px;  
}

.square ul li {
  background: url("../images/list_square.png") no-repeat left 12px;  
}

.square-light ul li {
  background: url("../images/list_square_light.png") no-repeat left 12px;  
}

.no-border ul li {
  border-bottom: none !important;
}

.no-background ul li {
  padding-left: 0px;
  background-image: none !important;  
}

ul.links {
  margin: 0;
  padding: 0;
}

ul.links li.first {
  padding-left: 0 !important;
}

.terms {
  color: #A5A8AA;
  padding-left: 10px;
}

/** search **/
.block-search .form-text {
  width: 99%;
  margin: 6px 0 6px;
}

.block-search {
  margin: 0;
}

.region-showcase  #search-block-form  {
  width: 90%;
  margin-left: 334px;
  margin-top: -30px;
  margin-bottom: -30px;
  position: relative;
  z-index: 11;
}

.region-main-top-two .block-search .form-text {
  margin: 4px 0;
  width: 60%;
}

.search-form input {
  margin-left: -3px;
  margin-top: 2px;
}

.search-form  .form-submit {
  margin-top: 20px;
  margin-left: -1px;
  font-size: 90%;
  padding: 3px 8px;
}

.search-form .form-text {
  background-color: #F7F7F7;
  border-color: #093E5A #BDBDBD #DEDEDE #093E5A;
  border-style: solid;
  border-width: 1px;
}

#submit-form-client {
  clear: both;
  margin: 10px 0 0;
}

#edit-search-block-form--2 {
  font-size: 120%;
  border-width: 1px;
  border-style: solid;
  border-color: #093e5a #BDBDBD #DEDEDE #093e5a;
  background-color: #F7F7F7;
}

.form-item-search-block-form  label {
  display: block;
  font-size: 150%;
  margin-left: 67px;
  padding-top: 0;
}

#contact-site-form .form-text {
  font-family: Arial, Helvetica, sans-serif;
  border-width: 1px;
  border-style: solid;
  border-color: #707070 #BDBDBD #DEDEDE #707070;
  background-color: #ffffff;
}

#edit-message {
  font-family: Arial, Helvetica, sans-serif;
  border-width: 1px;
  border-style: solid;
  border-color: #707070 #BDBDBD #DEDEDE #707070;
  background-color: #ffffff;
}

/** login **/
#user-login-form {
  text-align: left;
  font-size: 95%;
}

#user-login-form .form-text {
  width: 80%;
  font-family: Arial, Helvetica, sans-serif;
  border-width: 1px;
  border-style: solid;
  border-color: #707070 #BDBDBD #DEDEDE #707070;
  background-color: #F7F7F7;
}

#user-login-form label, #user-login-form label {
  text-align: left;
  font-weight: normal !important;
}

#user-login-form li { 
  font-style: italic; 
}

/** quick tab **/
.quicktabs_main {
  clear: both;
}

ul.quicktabs-tabs {
  margin: 0 0 10px 0;
  padding: 0 0 3px;
  list-style: none;
  height: 28px;
  background:transparent url(images/tab-bar.png) no-repeat right bottom;
}

ul.quicktabs-tabs li {
  float: left;
  margin-right: 1px;
  padding: 0 0 0 5px;
  border: none;
  background: transparent url(images/tab_left.png) no-repeat left -30px;
}

ul.quicktabs-tabs li a {
  color: #808080;
  display: block;
  margin: 0;
  padding: 6px 17px 6px 12px;
  border-width: 0;
  font-weight: bold;
  text-decoration: none;
  background: transparent url(images/tab_right.png) no-repeat right -30px;
}

ul.quicktabs-tabs li:hover a,
ul.quicktabs-tabs li.active a,
ul.quicktabs-tabs li.active a:hover {
  color: #fff;
  text-decoration:none;
  border-width: 0;
  background:transparent url(images/tab_right.png) no-repeat right 0;
}

ul.quicktabs-tabs li:hover,
ul.quicktabs-tabs li.active {
  background:transparent url(images/tab_left.png) no-repeat left 0;
}

/** miscellaneous **/
.button {
  margin-right: 5px;
}

.form-submit {
  color: #505050;
  font-size: 90%;
  font-weight: bold;
  border: 1px outset #BDBCBD;
  padding: 5px 8px;
  background: #fff url("../images/bg_button.png") repeat-x left bottom;
  cursor: pointer;
}

.form-submit:hover {
  background: #fff url("../images/bg_button_hover.png") repeat-x left top;
}

.form-submit-client {
  color: #FFFFFF;
  font-size: 110%;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px #4a4a4a;
  border: 1px double #4C0607;
  padding: 5px 8px 5px;
  background: #C17D7F url("../images/bg_button_client.png") repeat-x left bottom;
  cursor: pointer;
}

.form-submit-client:hover {
  background: #C17D7F url("../images/bg_button_client_hover.png") repeat-x left top;
  border: 1px inset #4C0607;
}

.form-required {
  color: #fff;
}

.meta {
  font-size: 90%;
  color: #A5A8AA;
  padding-top: 5px;
}

.meta a {
  color: #A5A8AA;
}

.meta .user-picture, #blog-date .user-picture {
  float: left;
  padding-right: 5px;
  line-height: 1;
}

.meta .user-picture img, #blog-date .user-picture img {
  width: 17px;
  height: 17px;
  padding: 2px;
}

.meta .submitted {
  padding-right: 5px;
}

.meta.without-picture .submitted, #blog-date .submitted.without-picture {
  padding: 0 5px 0 20px;
  background: url("../images/icons/user.png") no-repeat left top;
}

.meta .date, #blog-date .date {
  padding: 0 5px 0 20px;
  background: url("../images/icons/clock.png") no-repeat left top;
}

.meta .terms {
  padding: 0 5px 0 20px;
  background: url("../images/icons/tag.png") no-repeat left top;
}

span.readmore  {
  padding-right: 20px;
  background: url("../images/readmore.png") no-repeat right 4px;
}

span.readmore a {
  color: #fff;
}

span.readmore-block  {
  padding-right: 20px;
  background: url("../images/readmore_blue.png") no-repeat right 4px;
}

span.readmore-block a {
  color: #1387C4;
}

.read-more {
  position: absolute;
  left: 0;
  bottom: 1px;
  float: left;  
  padding: 0 0 0 5px;
}

.read-more a {
  float: left;
  color: #fff;
  font-size: 90%;
  padding: 2px 15px 2px 10px;
}

.read-more a:hover {
  color: #C0C0C0;
  text-decoration: none;
}

/*==============  MENU  =====================*/
/** secondary **/
#secondary {
  float: right;
  width: 500px;
  height: 30px;
  font-size: 80%;
  text-align: right;
}

#secondary ul {
  padding: 8px 0 10px 8px;
}

#secondary ul li {
  padding: 0 11px 0 10px;
  background: url("../images/divider.png") no-repeat right 3px;
}

#navbar-inner {
  height: 50px;
}

#primary {
  padding-top: 0px;
}

#primary a {
  float: left;
  cursor: pointer;
  padding: 0 0 0 20px;
}

#primary a span {
  float: left;
  display: block;
  padding: 10px 30px 13px 10px;
}

#primary ul,
#primary ul li,
#primary ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#primary ul {
  position: relative;
  z-index: 97;
  float: left;
}

#primary ul li {
  float: left;
  vertical-align: middle;
  list-style-type: none !important;
  list-style-image: none !important;
  zoom: 1;
}

#primary ul li.hover,
#primary ul li:hover {
  position: relative;
  z-index: 99;
  cursor: default;
}

#primary ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 98;
  width: 100%;
}

#primary ul ul li {
  float: none;
}

#primary ul li:hover > ul {
  z-index: 99;
  visibility: visible;
}

#primary ul li.rtl ul {
  top: 100%;
  right: 0;
  left: auto;
}

#primary ul {
  width: 100%;
  font-size: 90%;
  font-weight: bold;
}

#primary ul li {
  padding: 11px 5px 0 5px;
  background-color: transparent;
  text-transform : uppercase;
  color: #000;
}

#primary ul a:link,
#primary ul a:visited	{ color: #2c2c2c; text-decoration: none; }
#primary ul a:hover,
#primary ul a.active,
#primary ul li.active-trail a { color: #fff;}

#primary li.expanded ul a, 
#primary li.leaf ul a { 
  color: #000;
}

#primary ul ul {
  width: 235px;
}

#primary ul ul a {
  float: none;
  padding: 0 !important;
  background-image: none !important;
}

#primary ul ul span, #primary li.active-trail ul span  {
  float: none;
  padding: 10px 15px 10px 15px;
  border-bottom: 1px dotted #C0C0C0 !important;
  background: url("../images/list_square.png") no-repeat left 15px;  
}

#primary ul ul li.last span {
  border-bottom: none !important;
}

#primary ul ul a:hover span, #primary ul ul a.active span, #primary ul ul li.active-trail span {
  background: url("../images/list_square_hard.png") no-repeat left 15px;  
}

#primary ul ul ul {
 display: none !important;
}

/*==============  TYPOGRAPHY  ===================*/
/** dropcap **/
.typo-dropcap { 
  color: #333333;
  display: block;
  float: left; 
  font-size: 60px;
  line-height: 40px; 
  padding: 8px 8px 0 0; 
  font-family: times; 
}

/** pre/code **/
pre.typo-code {
  color: #1B6FC0;
  border-top: 5px solid #EBEBEB;
  border-bottom: 5px solid #EBEBEB;
  font-style: italic;
  padding: 15px;
  margin: 10px 0;
  background-color: #fff;
}

/** quote **/
blockquote.typo {
  font-family: Georgia,Times,serif;
  font-style: italic;
}

blockquote.typo .open {
  padding-left: 25px;
  background: url("../images/icons/quote_open.png") no-repeat left top;
}

blockquote.typo .close {
  padding-right: 25px;
  background: url("../images/icons/quote_close.png") no-repeat right top;
}

blockquote.typo-inset-left {
  float: left;
  width: 250px;
  margin: 10px 20px;
  padding: 5px;
  font-style: italic;
  text-align: center;
  border-bottom:1px solid #CCCCCC;
  border-top:1px solid #CCCCCC;
}

blockquote.typo-inset-right {
  float: right;
  width: 250px;
  margin: 10px 20px;
  padding: 5px;
  font-style: italic;
  text-align: center;
  border-bottom:1px solid #CCCCCC;
  border-top:1px solid #CCCCCC;
}

/** badge **/
.typo-badge {
  padding:5px 0 5px 50px !important;
  position: relative;
}

.orange {
  color:#FFFFFF;
  display:block;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 5px;
  height: 40px;
  line-height: 40px !important;
  width: 40px;
  text-align:center;
  background: transparent url("../images/icons/badge_orange.png") no-repeat left top;
}

.red {
  color:#FFFFFF;
  display:block;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 5px;
  height: 40px;
  line-height: 40px !important;
  width: 40px;
  text-align:center;
  background: transparent url("../images/icons/badge_red.png") no-repeat left top;
}

.blue {
  color:#FFFFFF;
  display:block;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 5px;
  height: 40px;
  line-height: 40px !important;
  width: 40px;
  text-align:center;
  background: transparent url("../images/icons/badge_blue.png") no-repeat left top;
}

/** list **/
ul.typo-arrow li {
  list-style: none;
  list-style-image: none;
  padding-left: 25px;
  background: url("../images/icons/arrow.png") no-repeat left top;
  margin-left: 260px;
}

ul.typo-star li {
  list-style: none;
  list-style-image: none;
  padding-left: 25px;
  background: url("../images/icons/star.png") no-repeat left top;
}

ul.typo-checklist li {
  list-style: none;
  list-style-image: none;
  padding-left: 25px;
  background: url("../images/icons/tick.png") no-repeat left top;
}

.block ul.typo-arrow li, .block ul.typo-star li, .block ul.typo-checklist li{
  background-position: left 5px; 
}

/** message **/
.typo-alert, .typo-favorite, .typo-help, .typo-info, .typo-tip, .typo-announcement {
  padding: 15px 15px 15px 70px;
  margin: 10px 0;
  min-height: 40px;
}

.typo-alert {
  color: #E1B42F;
  border: 1px solid #E1B42F;
  background: #FFFCF0 url("../images/icons/alert.png") no-repeat 20px 20px;
}

.typo-favorite {
  color: #D0583F;
  border: 1px solid #ECB8B0;
  background: #FDF1EE url("../images/icons/favorite.png") no-repeat 20px 20px;
}

.typo-help {
  border: 1px solid #DDDDDD;
  background: #F5F5F5 url("../images/icons/help.png") no-repeat 20px 20px;
}

.typo-info {
  color: #3181CD;
  border: 1px solid #95C7FC;
  background: #DFF0FF url("../images/icons/info.png") no-repeat 20px 20px;
}

.typo-tip {
  color: #EC9409;
  border: 1px solid #FCD250;
  background: #FFF7D3 url("../images/icons/tip.png") no-repeat 20px 20px;
}

.typo-announcement {
  color: #6CB656;
  border: 1px solid #6CB656;
  background: #F0F8EE url("../images/icons/announcement.png") no-repeat 20px 20px;
}

/** Blocks **/

#block-block-1  p {
  margin: 0;
}

#block-block-2 table {
  margin-top: 6px;
}

/** Captcha **/

.captcha  .fieldset-legend {
  display: block;
  font-weight: bold;
}

.captcha  {
  border: 1px dotted #C0C0C0;
}

.captcha img {
  float: left;
  clear: left;
  padding: 5px;
  margin-right: 10px;
}

.captcha .form-text {
  background-color: #FFFFFF;
  border-color: #093E5A #BDBDBD #DEDEDE #093E5A;
  border-style: solid;
  border-width: 1px;
}

/**  Webform  **/

.webform-component-fieldset {
  border: 1px dotted #0A5188;
  background-color: #d6e8f7;
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  padding-top: 0;
}

.webform-component-fieldset legend {
  color: #ffffff;
  font-size: 110%;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #1387C4;
  padding: 1px 7px 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  margin-bottom: 12px;
}

.webform-component-fieldset .form-text {
  background-color: #FFFFFF;
  border-color: #093E5A #BDBDBD #DEDEDE #093E5A;
  border-style: solid;
  border-width: 1px;
  float: right;
  margin-right: 10px;
}

.webform-component-fieldset .form-select {
  background-color: #FFFFFF;
  border-color: #093E5A #BDBDBD #DEDEDE #093E5A;
  border-style: solid;
  border-width: 1px;
  float: right;
  margin-right: 10px;
}

.webform-component-fieldset .form-textarea {
  background-color: #FFFFFF;
  border-color: #093E5A #BDBDBD #DEDEDE #093E5A;
  border-style: solid;
  border-width: 1px;
}

.webform-component-fieldset .form-file {
  background-color: #FFFFFF;
  border-color: #093E5A #BDBDBD #DEDEDE #093E5A;
  border-style: solid;
  border-width: 1px;
}

.webform-component-fieldset .form-submit {
  margin-left: 5px;
}

.webform-component-fieldset label {
  margin-left: 5px;
}

.webform-component-fieldset .form-radios {
  float: right;
  margin-right: 10px;
}

.webform-client-form {
  background-color: 
}

.webform-component-fieldset .form-required {
  color: #FF0000
}

#block-webform-client-block-29 h2 {
  color: #FFFFFF;
  font-size: 160%;
  text-decoration: none;
  text-shadow: 0 1px #4a4a4a;
  padding: 5px 0 5px 40px;
  margin: 5px 0 0 150px;
  background-color: #9D3031;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
}

#webform-client-form-29 .form-actions .form-submit {
  color: #FFFFFF;
  font-size: 120%;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px #4a4a4a;
  border: 1px double #4C0607;
  padding: 5px 8px 5px;
  background: #C17D7F url("../images/bg_button_client.png") repeat-x left bottom;
  cursor: pointer;
}

#webform-client-form-29 .form-actions .form-submit:hover {
  background: #C17D7F url("../images/bg_button_client_hover.png") repeat-x left top;
  border: 1px inset #4C0607;
}

/** add free**/

#block-block-3 img {
  border: 1px solid #EBEBEB;
  padding: 3px;
  margin: 0 8px 5px 0;
}

/**  views blocks **/

.view-display-id-block_1  .views-row {
  border-bottom: 1px dotted #0A5188;
  margin-bottom: 7px;
}

.view-display-id-block_1 .views-row-1 {
  margin-top: 7px;
}

.view-display-id-block_1  img {
  padding: 3px;
  border: 1px solid #EBEBEB;
}

.view-display-id-block_1  .views-row p {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 11px;
}

.view-display-id-block_2  .views-row {
  border-bottom: 1px dotted #0A5188;
  margin-bottom: 7px;
}

.view-display-id-block_2 .views-row-1 {
  margin-top: 7px;
}

.view-display-id-block_2  img {
  padding: 3px;
  border: 1px solid #EBEBEB;
}

.view-display-id-block_2  .views-row p {
  margin-top: 0;
  margin-bottom: 5px;
}

.view-display-id-block_3  .views-row {
  border-bottom: 1px dotted #0A5188;
  margin-bottom: 7px;
}

.view-display-id-block_3 .views-row-1 {
  margin-top: 7px;
}

.view-display-id-block_3  img {
  padding: 3px;
  border: 1px solid #EBEBEB;
}

.view-display-id-block_3  .views-row p {
  margin-top: 0;
  margin-bottom: 5px;
}

.view-display-id-block_4  .views-row {
  border-bottom: 1px dotted #0A5188;
  margin-bottom: 7px;
}

.view-display-id-block_4 .views-row-1 {
  margin-top: 7px;
}

.view-display-id-block_4  img {
  padding: 3px;
  border: 1px solid #EBEBEB;
}

.view-display-id-block_4  .views-row p {
  margin-top: 0;
  margin-bottom: 5px;
}

.view-display-id-block_5  .views-row {
  border-bottom: 1px dotted #0A5188;
  margin-bottom: 7px;
}

.view-display-id-block_5 .views-row-1 {
  margin-top: 7px;
}

.view-display-id-block_5  img {
  padding: 3px;
  border: 1px solid #EBEBEB;
}

.view-display-id-block_5  .views-row p {
  margin-top: 0;
  margin-bottom: 5px;
}

.view-display-id-block_6  .views-row {
  border-bottom: 1px dotted #0A5188;
  margin-bottom: 7px;
}

.view-display-id-block_6 .views-row-1 {
  margin-top: 7px;
}

.view-display-id-block_6  img {
  padding: 3px;
  border: 1px solid #EBEBEB;
}

.view-display-id-block_6  .views-row p {
  margin-top: 0;
  margin-bottom: 5px;
}

.block-terms a {
  padding: 0 5px 0 20px;
  float: right;
  margin-right: 5px;
  background: url("../images/icons/tag.png") no-repeat left top;
}

/** doctors **/


.view-id-doctors img {
  clear: left;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}

/**   Testimonials   **/

.view-testimonials h2 {
  font-style: italic;
}

.field-name-field-testimonials-place {
  float: right;
  font-style: italic;
  font-weight: bold;
  margin-right: 5px;
  margin-top: -5px;
}

.node-type-testimonials h1 {
  font-style: italic;
}

.page-testimonials h1 {
  font-style: italic;
  margin-bottom: 20px;
}

#block-views-testimonials-block_1 {
  margin-bottom: 0;
}

#block-views-testimonials-block_1 blockquote {
  margin: 7px 1px 2px;
  border-bottom: 1px dotted #0A5188;
}

#block-views-treatment-block_1 {
  line-height: 1.3;
  margin-bottom: 5px;
}

#block-views-treatment-block_1 p {
  margin-bottom: 1px;
}

a.follow-link #block-follow-site {
    clear: left;
    display: inline;
}

#block-views-treatment-block_3 img {
  clear: left;
  float: left;
  margin: 0 3px 3px 0;
}

#block-views-treatment-block_3 p {
  margin-bottom: 12px;
}

#node-30 table {
  border: 1px dotted #ffffff;
}

#node-30 th {
  border: 1px dotted #ffffff;
}

#node-30 td {
  border: 1px dotted #ffffff;
}

.region-footer-three blockquote.typo {
  margin: 1em 1em 0;
}

.region-footer-three .more-link {
  margin-right: 1em;
  margin-top: -0.3em;
}

.region-footer-three .form-submit-client {
  font-size: 130%;
  font-weight: bold;
  padding: 7px 10px;
  margin-left: 0.8em;
}

#block-block-13 {
  margin-bottom: 1px;
}

#block-block-15 p {
  margin: 1em 0 0;
}


.webform-container-inline div.description {
  color: #FF0000;
  font-size: 110%;
  margin-left: 10px;
}