/**
 * @version $Id: template.css 20075 2011-07-28 12:24:47Z infograf768 $
 * @author Templatesquare
 * @package Joomla
 * @subpackage Quickhost Themes
 * @copyright Copyright (C) 2011 Templatesquare. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */
 
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
blockquote {
  quotes: none;
}
blockquote:before, blockquote:after {
  content: '';
  content: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
a img {
  border: none;
}

*:focus {
  outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
           if you want to keep it! */
}

/* Fonts */
@font-face {
  font-family: 'DroidSansRegular';
  src: url('DroidSans-webfont.eot');
  src: url('DroidSans-webfont.eot#iefix') format('embedded-opentype'),
     url('DroidSans-webfont.woff') format('woff'),
     url('DroidSans-webfont.ttf') format('truetype'),
     url('DroidSans-webfont.svg#DroidSansRegular') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'DroidSansBold';
  src: url('DroidSans-Bold-webfont.eot');
  src: url('DroidSans-Bold-webfont.eot#iefix') format('embedded-opentype'),
     url('DroidSans-Bold-webfont.woff') format('woff'),
     url('DroidSans-Bold-webfont.ttf') format('truetype'),
     url('DroidSans-Bold-webfont.svg#DroidSansBold') format('svg');
  font-weight: normal;
  font-style: normal;

}

/* #Base 960 Grid
================================================== */

    .container                          { position: relative; width: 960px; margin: 0 auto; padding: 0; }
    .column, .columns                           { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .row                                        { margin-bottom: 20px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */  
  .container .one.column            { width: 60px;  }
  .container .two.columns           { width: 140px; }
  .container .three.columns           { width: 220px; }
  .container .four.columns           { width: 300px; }
  .container .five.columns           { width: 380px; }
  .container .six.columns           { width: 460px; }
  .container .seven.columns           { width: 540px; }
  .container .eight.columns           { width: 620px; }
  .container .nine.columns           { width: 700px; }
  .container .ten.columns           { width: 780px; }
  .container .eleven.columns           { width: 860px; }
  .container .twelve.columns           { width: 940px; }

    /* Offsets */
  
  .container .offset-by-one                  { padding-left: 80px;  }
    .container .offset-by-two                  { padding-left: 160px; }
    .container .offset-by-three                { padding-left: 240px; }
    .container .offset-by-four                 { padding-left: 320px; }
    .container .offset-by-five                 { padding-left: 400px; }
    .container .offset-by-six                  { padding-left: 480px; }
    .container .offset-by-seven                { padding-left: 560px; }
    .container .offset-by-eight                { padding-left: 640px; }
    .container .offset-by-nine                 { padding-left: 720px; }
    .container .offset-by-ten                  { padding-left: 800px; }
    .container .offset-by-eleven               { padding-left: 880px; }


/* =Global Elements
-------------------------------------------------------------- */
/* Main global 'theme' and typographic styles */
body {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#7a7d80;
  margin:0 auto;
  padding:0;
  line-height:20px;
}

/* links */
a, a:visited {text-decoration:none; color:#93A445;}
a:hover{text-decoration:none; color:#c70004;}
a img{border:none}


/* heading */
h1, h2 {margin-bottom:15px; font-family:"DroidSansRegular", Verdana, Arial; font-weight:normal; }
h3, h4, h5, h6{margin-bottom:8px; font-family:"DroidSansRegular", Verdana, Arial; font-weight:normal; }


h1 {font-size:24px; line-height:30px;}
h2 {font-size:21px; line-height:23px;}
h3 {font-size:17px; line-height:20px;}
h4 {font-size:13px; line-height:20px;}
h5 {font-size:12px; line-height:20px;}
h6 {font-size:11px; line-height:normal}
.pagetitle{ line-height:30px; margin-bottom:15px;}

/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear, .clr {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }

/* Text elements */
hr {
  border-width:0;
  height:1px;
  line-height:0;
  margin:0px 0px 30px 0px;
  padding:30px 0px 0px 0px;
  page-break-after:always;
  text-align:center;
  border-bottom:1px solid #d2d7db;
  width:100%;
  clear:both;
}

p {
  margin-bottom:20px;
}

body p:last-child{margin-bottom:0;}

ul {
  list-style: square;
  margin: 0 0 18px 1.5em;
}
ol {
  list-style: decimal;
  margin: 0 0 18px 2.2em;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}
dl {
  margin: 0 0 24px 0;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 18px;
}
strong {
  font-weight: bold;
}
cite,
em,
i {
  font-style: italic;
}
big {
  font-size: 131.25%;
}
ins {
  background: #ffc;
  text-decoration: none;
}

blockquote, .quote {
  font-style:italic;
  margin:0px 0 20px 0px;
  padding:6px 10px 0px 10px;
  background-image:url(img/quote.png);
  background-repeat:no-repeat;
  background-position:0px 0px;
  clear:both;
  font-size:13px;
  line-height:20px;  }
  
blockquote p{ margin:0px;}
blockquote div{}
blockquote cite,
blockquote em,
blockquote i {
  font-style: normal;
}

code {
  font-family:Verdana, Arial;
  letter-spacing:1px;
  margin:25px 0 25px 0px;
  display:block;
  font-size:0.9em;
  border-left:solid 4px #cfcfcf;
  padding:15px 10px;
}

pre {
  border-left:solid 4px #cfcfcf;
  line-height: 18px;
  margin-bottom: 18px;
  padding:20px;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}

.center{ text-align:center}
/* Text meant only for screen readers */
.screen-reader-text {
  position: absolute;
  left: -9000px;
}
/*** END OF GLOBAL  ***/

/* CONTAINER
-------------------------------------------------------------- */
#wrapper{ background-position:0 170px;}
#bg-gray{ height:169px; position:relative; z-index:0; border-top:1px solid #b9bdc3; width:100% }

#main-frame{ width:1000px; margin:0 auto; z-index:10; position:relative; margin-top:-169px;  }
#frame{padding-bottom:50px;}

#content{margin:0px auto 0px auto;}
#main{}

#sidebar.positionleft{padding:0 0px 0 0;}
#maincontent.positionright{padding:0 0 0 0px;}

#sidebar.positionright{padding:0 0 0 0px; float:right}
#maincontent.positionleft{padding:0 0px 0 0;}

/* TOP AREA & MENU
-------------------------------------------------------------- */
#top{ clear:both; margin-top:26px; padding-bottom:15px;}

#logo{float:left;}
#logo h1, #logo h1 a, #logo h1 a:visited, #logo .desc{color:#fff;}
#logo h1 a:hover{text-decoration:none;}
#logo h1{margin:8px 0 0 0}

#topsearch{ float:right;}
#topsearch #searchform .inputbox{width:170px; padding:4px 5px; background:#fff;}
#topsearch #searchform .button{ margin:0px; margin-left:-4px;}
#topsearch #call_now img { vertical-align: middle; height: 48px; }
#topsearch #call_now .phonenumber { vertical-align: middle; color: white; font-size: 180%; font-weight: bold; padding: 0 20px 0 0;}

#frame.inner #nav{height:58px;}
#header #nav{position:relative;  z-index:100; float:left; padding:0;  width:100%;
  background:url(img/bg-nav.png) repeat-x;
}

#topnav{
  margin:0px 0 0 17px;
  margin-top:-5px;
  padding:0;
  list-style-type:none;
  overflow:visible;
  position:relative;
  float:left;
  font-size:13px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  }

.sf-menu a:hover{ color:#fff; background:#93A445; }
.sfHover a, .sfHover a.sf-with-ul {color:#fff;}
.sfHover li a.sf-with-ul { color:#2a2e31!important; }
.sf-menu ul li.sfHover > a { color:#2a2e31; }
.sf-menu a {
  color:#2a2e31; text-decoration:none!important;
  display:    block;
  position:    relative;
  padding:     26px 20px 19px 20px!important;
  text-decoration:none;
  font-weight:normal;
}

.sf-menu li li {
  border-bottom:1px solid #f4f5f5;
  border-top:1px solid #c1c1c2; 
}

.sf-menu li a.current{background:#C0D736; color:#fff;}

.sf-menu li li:last-child {
  border-bottom:1px solid #f4f5f5;
}
.sfHover{background:#93A445;}


/* Drop down menu */
.sf-menu ul a:hover {
  background:transparent; 
}
.sf-menu li li {
  background:url(img/bg-dropdown.png); 
}
.sf-menu li li:first-child {
  border-top:0px solid #e2e2e2;
}
.sf-menu li li li:first-child {
  border-top:1px solid #c7c7c7;
}

.sf-menu, .sf-menu * {
  margin:      0;
  padding:    0;
  list-style:    none;
  font-size:13px;
  
}
.sf-menu {
  line-height:100%;
  position:absolute;
  right:0;
  bottom:0;
  float:left;
}
.sf-menu ul {
  position:    absolute;
  top:      -999em;
  width:      20em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
  width:      100%;
}
.sf-menu li:hover {
  visibility:    inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
  float:      left;
  position:    relative;
  margin:0px 5px;
}

.sf-menu li li{margin:0px 0px;}


.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left:      0;
  top:      4.5em; /* match top ul list item height */
  z-index:    99;

}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top:      -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left:      10em; /* match ul width */
  top:      -1px;
  margin-left:  0px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top:      -999em;
  
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left:      10em; /* match ul width */
  top:      -1px;
  
}
.sf-menu ul li a{
  font-size:11px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  padding:10px 15px 10px 15px!important;
  color:#2a2e31;
}

.sf-menu ul li a:hover{ color:#C0D736;}
.sf-menu li ul {
  padding:0px;
}
.sf-menu a.sf-with-ul {
  padding-right:   0px;
  min-width:    1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
  position:    absolute;
  display:    block;
  right:      10px;
  top:      1.05em; /* IE6 only */
  width:      10px;
  height:      10px;
  text-indent:   -999em;
  overflow:    hidden;
}

/* HEADER AND SLIDER
-------------------------------------------------------------- */
#header{ background:url(img/shadow.png) no-repeat bottom; margin-bottom:20px; padding-bottom:1px; }
.inner #header{ padding-bottom:10px!important; background:none;}
.frame-page-img{background:url(img/shadow.png) no-repeat bottom; margin-bottom:20px; padding-bottom:7px; position:relative; z-index:0; float:left; margin-top:-3px;}

/* Slider */
#slider-container{margin:0px; clear:both!important; position:relative;  }
.slider-frame{ background:url(img/img-shadow-frame-post.png) top repeat-x; height:5px; width:1000px; position:absolute; z-index:50;}
.theme-default .nivoSlider {
  position:relative;
  background:transparent url(img/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
}

.theme-default .nivoSlider img {
  position:absolute;
  top:0px;
  left:0px;
  display:none;
}

.theme-default .nivoSlider a {  border:0;  display:block;}

.theme-default .nivo-directionNav a {
  display:block;
  width:36px;
  height:36px;
  background:url(img/arrows.png) no-repeat;
  text-indent:-9999px;
  border:0;
}

.theme-default a.nivo-nextNav {  background-position:-36px 0; right:30px;}
.theme-default a.nivo-nextNav:hover{background-position:-36px 0;}

.theme-default a.nivo-prevNav {  left:30px;}

.theme-default .nivo-caption { font-family:"DroidSansRegular", Verdana, Arial, Verdana;}

.theme-default .nivo-caption h1{ margin-bottom:0px; color:#93A445;}
.theme-default .nivo-caption p{ color: #777777;}

#slider{ width:100%; height:388px; position:relative; overflow:hidden;  }

/* END SLIDER */

/* CONTENT
-------------------------------------------------------------- */
.info-package.sparator{ margin-top:0px;}
.info-package .four.columns{ background:url(img/bg-package.png) no-repeat #303437; color:#fff; }
.info-package .package{padding:15px 0px 15px 20px; float:left;}
.info-package .four.columns h1{ color:#fff; font-size:28px; margin-bottom:0px;}
.info-package .four.columns ul{ margin:0px; padding:0px; float:left; list-style-type:none;}
.info-package .four.columns ul li{ background:url(img/icon-check.png) no-repeat 0px 8px; padding-left:15px;}
.info-package .four.columns .price{ float:left; font-size:26px; padding:15px 0px 0px 30px; }
.info-package .banner-line{ background:url(img/banner-bottom.png) no-repeat bottom; width:100%; z-index:25; position:relative; float:left;}

.one_half p, .one_third p{ overflow:hidden}

#maincontent #searchform .inputsearch{width:200px!important; padding:4px 5px; background:#fff;}
#maincontent #searchform #searchsubmit{ margin:0px; margin-left:-4px;
    background: -moz-linear-gradient(center top , #C0D736, #93A445) repeat scroll 0 0 transparent;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    padding: 6px 15px;
    text-align: center;
}


/* form & button */
input[type="text"], input[type="email"],
textarea, .widget-container input[type="text"], .widget-container input[type="password"] {  padding: 5px 5px; width:60%; border:1px solid #dedede; color:#b4b4b4; background:#f8f8f8;}

.button:hover, .reply a:hover{color:#fff;}
.button, .button:visited, .reply a, .reply a:visited{
  padding:6px 15px;
  display:inline-block;
  font-size:11px;
  text-align:center;
  color:#fff;
  border:0px;
  background:#93A445;
  background: -webkit-gradient(linear, left top, left bottom, from(#C0D736), to(#93A445));
  background: -moz-linear-gradient(top,  #C0D736,  #93A445);
  background: -o-linear-gradient(top,  #C0D736,  #93A445);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0D736', endColorstr='#93A445');
  cursor:pointer;
}

a.more{ background:url(img/arrow-red.png) no-repeat 0px 3px; display:inline-block; padding: 3px 0px 2px 25px; font-size: 125%;}
a.more:hover{ text-decoration:underline;}


/* Separator */
.separator {
  display:block;
  height:25px;
  text-align:center;
  width:100%;
  clear:both;
}

.separator.line {
  border-width:0;
  height:1px;
  line-height:0;
  margin:0px 0px 30px 0px;
  padding:30px 0px 0px 0px;
  page-break-after:always;
  text-align:center;
  border-bottom:1px solid #d2d7db;
  width:100%;
  clear:both;
}


/* Column Layouts */
.one_half, .one_third, .two_third, 
.three_fourth, .one_fourth, .one_fifth, 
.two_fifth, .three_fifth, .four_fifth, 
.one_sixth, .five_sixth{margin-right: 2%; margin-left:2%; position:relative; float:left; }

.one_half                  { width:48%; }
.one_third                  { width:30.6666%;}
.one_fourth                { width:22%; }
.one_fifth                  { width: 16.8%;}
.one_sixth                 { width: 13.3333%;}

.two_third                  { width: 65.3332%;}
.two_fourth                 { width: 48%;}
.two_fifth                   { width: 37.6%;}
.two_sixth                 { width: 30.6666%;}

.three_fourth              { width:74%;}
.three_fifth                 { width: 58.4%;}
.three_sixth                 { width: 47.9998%;}

.four_fifth                 { width: 79.2%;}
.four_sixth                 { width: 65.3332%;}

.five_sixth                 { width: 82.6665%;}
.firstcols                    { margin-left:0px !important; }
.last, .lastcols              { margin-right:0px !important; clear:right; }



/* Tables */
table {border-collapse:separate;border-spacing:0;width:100%;border-top:1px solid #cfcfcf;margin-bottom:18px;}
table,td,th { text-align:center;}
th{padding:10px;color:#666;text-transform:uppercase;}
td{padding:10px;color:#888;}
tfoot td{border:0px;}
th,tr:hover{background-color:#f4f4f4;}
table {
  border: 1px solid #cfcfcf;
  text-align: left;
  margin: 0 -1px 24px 0;
  width: 100%;
}
tr th,
thead th {
  color: #888;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  padding: 9px 24px;
}
tr td {
  border-top: 1px solid #cfcfcf;
  padding: 6px 24px;
}
tr.odd td {
  background: #F2F7FC;
}




/* CONTACT */
.wpcf7 p{margin-bottom:10px;}
.wpcf7 label{display:block; width:80px; float:left;}
.wpcf7 input[type="text"]{
  margin-bottom:6px;
  padding:8px 5px;
  font-size:11px;
  width:60%;
}

.wpcf7 textarea{
  margin-bottom:7px;
  padding:8px 5px;
  font-size:11px;
  width:80%
}

#sidebar .wpcf7 label{display:block; width:80px; float:left;}
#sidebar .wpcf7 input[type="text"], #sidebar .wpcf7 textarea{
width:64%; padding: 5px; margin-bottom: 0px;
}


.wpcf7 .wpcf7-submit, #contact-form button.button{
    background: url("img/arrow-red.png") no-repeat scroll 0 1px transparent;
    clear: both;
    color: #93A445;
    cursor: pointer;
    margin: 0px 0 0 0px;
    padding: 4px 25px;
  border:0px;
  line-height:normal;
  font-size:11px;
}

.wpcf7 .wpcf7-submit:hover{
}

/* BLOG STYLE
-------------------------------------------------------------- */
.sticky{
  background: #FCFCFC;
  border: 0px solid #D2D7DB;
  padding: 0px;
}

.post-date{ color:#bdbdbd; font-size:10px; margin-bottom:10px; }
.posttitle, .posttitle a, .posttitle a:visited{margin-bottom:10px; color:#2A2E31; font-size:24px; line-height:26px;}
.posttitle a:hover{text-decoration:none}

.post{margin-bottom:40px; padding-bottom:40px; clear:both; position:relative; }
.post.hentry{ border-bottom:1px solid #d2d7db;}
.entry-content{padding:0 0 0 0;}


.entry-utility{margin-bottom:25px; position:relative;}
.entry-utility a, .entry-utility a:visited{}
.entry-utility a:hover{}

ul.actions{ padding:0px; margin:0px; position:absolute; right:0px; top:0px;}
ul.actions li{list-style-type:none; padding:0px; margin:0px; display:inline;}

.newsflash .blockimage .frame{background:none;}
.blockimage .frame{ background:url(img/img-shadow-frame-post.png) top repeat-x; height:260px; width:620px; position:absolute;}
.blockimage{ margin-bottom:20px;}


#searchresult .posttitle{margin:0; font-size:15px}
#searchresult .entry-content{padding:5px 0px 10px 0;}
#searchresult .post.hentry, #searchresult .page.hentry {margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid #d2d7db;}



/* author */
h2.title-author{ font-size:16px;}
#entry-author-info {
  clear: both;
  padding:10px;
  margin-bottom:30px;
  position:relative;
  border:solid 1px #f1f1f1
}
#entry-author-info #author-avatar {
  margin: 0 0 0 0;
  position:absolute;
  top:10px;
}
.avatar{padding:5px !important}
#entry-author-info #author-description {
  margin: 0 0 10px 85px; vertical-align:top;
}
#entry-author-info #author-description  h2{font-size:15px; margin-bottom:0}
#author-description span.author{ font-weight:bold; display:block}

/* attachment pages wordpress */

.attachment .entry-content .entry-caption {
  font-size: 140%;
  margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
  content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
  content: '\00a0\2192';
}


/* images content */
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
  margin-top: 3px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
  margin-top: 5px;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignnone,
img.alignnone {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding:0px;
}
img.alignleft, 
img.alignright, 
img.aligncenter,
img.alignnone {
  margin-bottom: 12px;
}

.imgframe{ width:auto; position:relative;}
.shadow{background:url(img/img-shadow-frame.png) top repeat-x; height:5px; width:100%; display:inline-block; position:absolute;}

#content .wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  text-align: center;
  margin-bottom: 20px;
  padding: 4px;
}
#content .wp-caption img {
  margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
  margin: 5px;
  color: #888;
  font-size: 11px;
}
#content .wp-smiley {
  margin:0;
}
#content .gallery {
  margin: auto;
}
#content .gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}
#content .gallery img {
  border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
  color: #888;
  font-size: 11px;
  margin: 0 0 12px;
}
#content .gallery dl {
  margin: 0;
}
#content .gallery img {
  border: 10px solid #f1f1f1;
}
#content .gallery br+br {
  display: none;
}
.tag-links{padding:10px 0; display:block}


/* navigation  */
.navigation {

  line-height: 18px;
  overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
  text-decoration: none;
  color:#666
}
.navigation a:active,
.navigation a:hover {
}
.nav-previous {
  float: left;
  width: 50%;
  font-size:13px;
  text-transform:uppercase;
}
.nav-next {
  float: right;
  text-align: right;
  width: 50%;
  font-size:13px;
  text-transform:uppercase;
}
#nav-above {
  margin: 0 0 18px 0;
}
#nav-above {
  display: none;
}
.paged #nav-above,
.single #nav-above {
  display: block;
}
#nav-below {
  margin: 20px 0 10px 0;
}

/*** SIDEBAR ***/
#sidebar h2{font-size:17px;}
#sidebar .widget-title{margin-bottom:5px; font-size:17px; color:#fff; padding:12px 19px; 
  background:#303437;
  background: -webkit-gradient(linear, left top, left bottom, from(#3f4448), to(#303437));
  background: -moz-linear-gradient(top,  #3f4448,  #303437);
  background: -o-linear-gradient(top,  #3f4448,  #303437);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f4448', endColorstr='#303437');
 }
 
#sidebar ul{
  list-style-type:none;
  list-style-position:outside;
  margin:0;
  padding:0;
}

#sidebar ul li{
  list-style-type:none;
  margin:0;
  padding:0px;
 }

#sidebar ul li li{
  list-style-type:none;
  margin:0px 0px 0px 0px;
  padding:10px 10px 10px 50px;
  background:  url(img/doubleline.gif) repeat-x bottom,
        url(img/arrow-sidebar.png) no-repeat 20px 10px;
}

#sidebar ul li li:last-child{ background:none, url(img/arrow-sidebar.png) no-repeat 20px 10px;}

#sidebar ul li li a{ color:#7a7d80;  display:inline-block;}
#sidebar ul li li a:hover{ color:#93A445;}
#sidebar .widget-container{margin-bottom:40px; background:#f8f8f8;}

#sidebar ul.sub-menu, #sidebar ul.children{margin:0 0 0 0px}
#sidebar ul.sub-menu li:last-child, #sidebar ul.children li:last-child{padding-bottom:0px; border-bottom:0}
#sidebar blockquote{font-size:12px; font-family:Arial; font-style:italic; padding:10px 0 0 0; text-indent:40px}

/* Search */
#sidebar .inputsearch{padding:0 !important; width:240px!important; background:transparent !important; border:0 !important; line-height:8px; margin:8px 0px; color:#999}
#sidebar .bg-search{display:block; background-position:right 12px !important; padding:5px 10px !important; width:260px;}
#sidebar #searchsubmit{ display:none;}


#sidebar .widget_ts_recent_comments li a{color: #93A445;}

.widget_tag_cloud .tagcloud{ text-align:center; padding:10px 0px 15px 0px;}

#sidebar .download{ padding:10px 0px; clear:both;}

/* TS Recent Posts */
#sidebar .widget_ts_recent_posts ul.latestpost li{ background:none; padding:10px 10px 10px 20px;}
#sidebar .widget_ts_recent_posts ul.latestpost li .img-recent-posts{ position:absolute; background:  url(img/img-shadow-frame-ts-recent-posts.png) no-repeat; width:260px; height:115px;}
#sidebar .widget_ts_recent_posts ul.latestpost li .frame{ margin-bottom:5px;}
#sidebar .widget_ts_recent_posts ul.latestpost li p{ margin-bottom:10px;}
#sidebar .widget_ts_recent_posts ul.latestpost li .more{color: #93A445; margin-bottom:10px;}

/* TS Testimonial */
#sidebar .widget_ts_testimonial h2.widget-title{color:#2a2e31; margin-bottom:8px; background:transparent; filter:none; padding:0px;}
#sidebar .widget_ts_testimonial{background:#ededed; padding:22px 20px; }
.widget_ts_testimonial .testi-info{background:url(img/doubleline.gif) repeat-x top!important; padding-top:15px; margin-top:15px; color:#93A445;}

#login-form{
  padding:0px 20px;
}
  
/* TS Text */
.widget_ts_text h2.ts-text-title{ background:transparent; color:#2a2e31; margin-bottom:8px;}
.ts-text-widget{ margin-bottom:10px;}
.bgcolor{padding:22px 20px; margin-bottom:0px;}
.widget_ts_text .note{ font-size:10px; color:#FF0000;}
.sideplain{
  padding:22px 20px;
}
.sideplain.odd{
  background-color:#F4F4F4;
}
.sideplain.even{
  background-color:#FCFCFC;
}

.newsletter .wpcf7 input[type="text"]{ margin-bottom:10px!important; width:95%!important; font-size:11px!important; background:#fff!important; border:0px;}
.newsletter .wpcf7-submit{ background:#8b8b8b; filter:none; color: #FFFFFF; margin:0px; display: inline-block;  font-size: 11px;  padding: 6px 15px;}


/* WP-PageNavi  Plugin  */
.wp-pagenavi, .galery-pagination {
  padding:7px 20px; font-size:11px; margin-bottom:20px; margin-top:40px; border:1px solid #e0e0e0;
  background:#f2f2f2;
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f2f2f2));
  background: -moz-linear-gradient(top,  #fefefe,  #f2f2f2);
  background: -o-linear-gradient(top,  #fefefe,  #f2f2f2);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f2f2f2');
  text-align:right;
}
.wp-pagenavi a, .wp-pagenavi a:visited, .galery-pagination a, .galery-pagination a:visited{
  color:#7a7d80;
  padding:0 10px !important;
  margin:0px !important;
  border:0 !important;
  background:url(img/pagenav-line.gif) no-repeat right 2px;
}

.wp-pagenavi a:hover, .galery-pagination a:hover{
   color: #93A445;
  padding:0 10px !important;
  margin:0px !important;
  border:0 !important;
}
.wp-pagenavi .current, .galery-pagination span{
   color: #93A445;
  padding:0 10px !important;
  margin:0px !important;
  border:0 !important;
  background:url(img/pagenav-line.gif) no-repeat right 2px;
  }
.wp-pagenavi span.pages{
  padding:0 10px !important;
  margin:0px !important;
  border:0 !important;
  float:left!important;
}
.galery-pagination ul{margin:0px;}
.wp-pagenavi a.nextpostslink{ background:none;}

/* SHORTCODE
-------------------------------------------------------------- */
/* Dropcaps */
.dropcap1{
  text-shadow:1px 1px 0 #666;
  display:block;
  float:left;
  font-size:34px;
  line-height:34px;
  margin:2px 8px 0 0;
}
.dropcap2{
  background: transparent url(img/dropcaps.png) top left no-repeat;
  color:#fff;
  display:block;
  float:left;
  font-size:25px;
  line-height:40px;
  width:40px;
  height:40px;
  text-align: center;
  margin:4px 8px 0 0;
}
.dropcap3{
  background-color:#989898;
  color:#fff;
  display:block;
  float:left;
  font-size:25px;
  line-height:40px;
  width:40px;
  height:40px;
  text-align: center;
  margin:6px 8px 0 0;
}

/* Highlight */
.highlight1{padding:2px 5px; background-color:#989898; color:#fcfcfc}  
.highlight2{padding:2px 5px; background-color:#666666;  color:#fcfcfc}



/* Bulleted List */
.bullet-check ul{
  margin:0 0 20px 0;
  padding:0;
  list-style-type:none;
}  
.bullet-check li{
  background: transparent url(img/arrow_check.png);
  background-repeat:no-repeat;
  background-position:0 3px;
  margin:0;
  padding:0 0 8px 25px;
  list-style-type:none;
  line-height:25px
}
.bullet-check2 ul{
  margin:0 0 20px 0;
  padding:0;
  list-style-type:none;
}  
.bullet-check2 li{
  background: transparent url(img/arrow_small-check.png);
  background-repeat:no-repeat;
  background-position:0 5px;
  margin:0;
  padding:0 0 8px 25px;
  list-style-type:none;
  line-height:18px
}  
.bullet-down ul{
  margin:0 0 20px 0;
  padding:0;
  list-style-type:none;
}  
.bullet-down li{
  background: transparent url(img/arrow_down.png);
  background-repeat:no-repeat;
  background-position:0 3px;
  margin:0;
  padding:0 0 8px 25px;
  list-style-type:none;
  line-height:25px;
}  
.bullet-plus ul{
  margin:0 0 20px 0;
  padding:0;
  list-style-type:none;
}  
.bullet-plus li{
  background: transparent url(img/arrow_plus.png);
  background-repeat:no-repeat;
  background-position:0 3px;
  margin:0;
  padding:0 0 8px 25px;
  list-style-type:none;
  line-height:25px;
}  
.bullet-cross ul{
  margin:0 0 20px 0;
  padding:0;
  list-style-type:none;
}  
.bullet-cross li{
  background: transparent url(img/arrow_x.png);
  background-repeat:no-repeat;
  background-position:0px 3px;
  margin:0;
  padding:0 0 8px 25px;
  list-style-type:none;
  line-height:25px;
}  

/* Pullquotes */
.pullquote-right,.pullquote-left{
  padding:0px 10px;
  float:right;
  font-style:italic;
  font-size:14px;
  letter-spacing:0px;
  line-height:20px;
  margin:0px 2px 20px 20px;
  padding:10px 20px;
  width:50%;
  font-family:"Bookman Old Style", Georgia, arial;
  color:#454545;
  background-color:#eeefef;
  }
.pullquote-left{float:left;margin-left:2px;margin-right:20px;}

/* Tabs */
.tabcontainer{margin:20px 0px 0px 0px; }

ul.tabs {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
  height: 30px;
  width: 100%;

}
ul.tabs li {
  float: left;
  margin: 0 1px 0 0;
  padding: 0;
  height: 29px;
  line-height: 31px;
  background: #eeeeee;
  overflow: hidden;
  position: relative;
  font-size:11px;
  
}
ul.tabs li:hover{}
ul.tabs li a {
  text-decoration: none;
  color: #121212;
  display: block;
  padding: 0 25px;
  outline: none;
}
ul.tabs li a:hover {
  background: #fff;
  text-decoration:none;
}
ul.tabs   li.active{}
html ul.tabs li.active, html ul.tabs li.active a:hover  {background: #fff; color:#454545}
html ul.tabs li.active a{ color:#454545; }
#tab-body{
  background: #fff;

}
.tab-content {padding: 30px 25px; margin-top:0px;}


/* jQuery Toggle */
h2.trigger {
  padding: 7px 0px;
  margin: 0 0 0px 0;
  width:auto;
  font-size:12px;
  font-weight: normal;
  border-top:0px;
}
h2.trigger span {
  text-decoration: none;
  display: block;
  padding-left:25px;
  line-height:normal;
  cursor:pointer;
}
div.active {background-position: left bottom;}
h2.active span{background-position:0px -10px !important;}
h2.trigger a:hover {
  color: #454545;
}
h2.active {background-position: left bottom;}
.toggle_container {
  margin: 10px 25px;
  padding: 0;
  overflow: hidden;
  clear: both;
}
.toggle_container .block {
  padding: 0px;
}
.toggle_container .block p {
margin-bottom: 10px;
}

/*  TESTIMONIAL  */
.ts-testimonial{padding:0 0 30px 0; margin-bottom:20px; border-bottom:solid 1px #eaeaea}
.ts-testimonial blockquote{margin:0 0 10px 0; padding:0; line-height:28px; font-size:14px; quotes: "\201C" "\201D"; background:transparent}
.ts-testimonial blockquote p{margin:0;}
.ts-testimonial blockquote p:before {
  content: '"'; 
}
.ts-testimonial blockquote p:after {
  content: '"'; 
}
.testi-desc{margin:0; font-size:12px; color:#93A445}
  
/* PORTFOLIO */
.ts-display-pf-img{position:relative;}
.ts-display-clear{clear:both; height:1px !important; line-height:1px !important; float:none!important}
.ts-display-pf-text{ line-height:20px;}
.ts-display-pf-text p{ margin-bottom:10px;}
.ts-display-pf-text h6.title-desc{margin-bottom: 8px; font-size: 11px;}
.ts-display-pf-text .more{display:inline-block; padding: 2px 0 2px 25px; margin-top:10px;}
.ts-display-pf-text .more:hover{}
.ts-display-pf-text .nomargin{margin:0;}
.ts-display-pf-text .button{margin-top:18px; display:none;}

.ts-display-pf-img{
  overflow:hidden;
}
.ts-display-pf-img a.image{
  display:block;
  position:relative;
  overflow:hidden;
}
.ts-display-pf-img a .rollover{
  background:url(img/hover-zoom.png);
  background-color:#000;
  background-repeat:no-repeat;
  background-position:center;
  display:block;
    position:absolute;
  z-index:10;
  display:none;
  cursor:pointer;
}
.ts-display-pf-img a .rollover.gotolink{
  background:url(img/hover-link.png);
  background-color:#000;
  background-repeat:no-repeat;
  background-position:center;
}
.ts-display-pf-img a .rollover.gotopost{
  background:url(img/hover-doc.png);
  background-color:#000;
  background-repeat:no-repeat;
  background-position:center;
}

.ts-display-pf-img a.image{
  width:100%;
  height:100%;
}

.ts-display-pf-img a .rollover{
  width:100%;
  height:100%;
}

.ts-display-pf-img .img-pf-frame{background:url(img/img-shadow-frame-pf.png) no-repeat; position:absolute; width:300px; height:130px;}
/*======= Portfolio 1 Column =======*/
.ts-display-pf-col-1{list-style-type:none; padding:0; margin:0;}
.ts-display-pf-col-1 li{list-style-type:none; padding:0 0 0 0; margin:0 0 40px 0; float:left;}
.ts-display-pf-col-1 li.nomargin{margin-right:0;}
.ts-display-pf-col-1 h2{font-size:20px; line-height:24px}
.ts-display-pf-col-1 .img-pf-frame{background:none;}
.ts-display-pf-col-1 .ts-display-pf-img{
  width:540px;
  float:left;
  margin-right:30px
}

.ts-display-pf-col-1 .ts-display-pf-img a.image{
  width:530px;
  height:302px;
  display:block;
  position:relative;
  border:solid 1px #ececec;
  padding:4px;
}
.ts-display-pf-col-1 .ts-display-pf-img img{
  width:530px !important;
  height:302px !important;
}
.ts-display-pf-col-1 .ts-display-pf-img a .rollover{
  width:530px;
  height:302px;
}

.ts-display-pf-col-1 .ts-display-pf-text{
  width:370px;
  float:left;
}

/*======= Portfolio 2 Column =======*/
.ts-display-pf-col-2{list-style-type:none; padding:0; margin:0;}
.ts-display-pf-col-2 li{list-style-type:none; padding:0 0 0 0; margin:0 19px 40px 0; width:460px; float:left}
.ts-display-pf-col-2 li.nomargin{margin-right:0;}
.ts-display-pf-col-2 h2{font-size:17px; line-height:24px; margin-bottom:8px;}
.ts-display-pf-col-2 .img-pf-frame{background:none;}
.ts-display-pf-col-2 .ts-display-pf-img{
  width:460px;
}

.ts-display-pf-col-2 .ts-display-pf-img a.image{
  width:450px;
  height:256px;
  display:block;
  position:relative;
  border:solid 0px #ececec;
  padding:0px;
  margin-bottom:8px;

}
.ts-display-pf-col-2 .ts-display-pf-img img{
  width:450px !important;
  height:256px !important;
}
.ts-display-pf-col-2 .ts-display-pf-img a .rollover{
  width:450px;
  height:256px;
}

.ts-display-pf-col-2 .ts-display-pf-text{padding:0px 0 0 0;}


/*======= Portfolio 3 Column =======*/
.ts-display-pf-col-3{list-style-type:none; padding:0; margin:0;}
.ts-display-pf-col-3 li{list-style-type:none; padding:0; margin:0 20px 50px 0; width:300px;  float:left}
.ts-display-pf-col-3 li.nomargin{margin-right:0;}
.ts-display-pf-col-3 h2, .ts-display-pf-col-3 h2 a{margin-bottom:10px; font-size:17px; color:#2a2e31; line-height:20px;}


.ts-display-pf-col-3 .ts-display-pf-img a.image{
  width:300px;
  height:130px;
  display:block;
  position:relative;
  float:left;
}

.ts-display-pf-col-3 .ts-display-pf-img a .rollover{
  width:300px;
  height:130px;
}

.ts-display-pf-col-3 .ts-display-pf-text{
  padding-top:13px;
  clear:left;
}
.ts-display-pf-col-3 .ts-display-pf-text p{ margin-bottom:0px;}

/*======= Portfolio 4 Column =======*/
.ts-display-pf-col-4{list-style-type:none; padding:0; margin:0;}
.ts-display-pf-col-4 li{list-style-type:none; padding:0 0 0 0; margin:0 20px 40px 0; width:220px;  float:left;}
.ts-display-pf-col-4 li.nomargin{margin-right:0;}
.ts-display-pf-col-4 h2{font-size:14px; line-height:18px; margin:8px 0px;}
.ts-display-pf-col-4 .img-pf-frame{background:none;}
.ts-display-pf-col-4 .ts-display-pf-img{
  width:220px;
}

.ts-display-pf-col-4 .ts-display-pf-img a.image{
  width:210px;
  height:158px;
  display:block;
  position:relative;
  border:solid 0px #ececec;
  padding:0px;
  margin-bottom:7px;

}
.ts-display-pf-col-4 .ts-display-pf-img img{
  width:210px !important;
  height:158px !important;
}
.ts-display-pf-col-4 .ts-display-pf-img a .rollover{
  width:210px;
  height:158px;
}

.ts-display-pf-col-4 .ts-display-pf-text{padding:0 0 0 0;}

.contentpane{  
  margin: 0px 0 0;  
}

/* slideshow and client info in single portfolio */
.clienturl{margin-top:-15px;}
#portfolio-gallery #frame-slider-portfolio{width:608px; height:408px; float:left; position:relative; margin-right:30px; margin-bottom:0px}
#portfolio-gallery #frame-slider-portfolio #sliderportfolio{list-style-type:none; margin:0; padding:0; height:408px; width:608px; overflow:hidden }

#portfolio-gallery #frame-slider-portfolio #slide-nav{position:absolute;  bottom:-30px; z-index:30; width:100%; text-align:center; }
#portfolio-gallery #slide-nav a{
  background: url(img/but-slide.png) no-repeat scroll 50% 50%;
  display:inline;
  display:inline-block;
  zoom:1;
  font-size:0px;
  width:11px;
  height:11px;
  margin:3px;
  outline-style:none;
  outline-width:medium;
  padding:0px;
  cursor:pointer;
}
#portfolio-gallery #slide-nav .activeSlide {background: url(img/but-slide-selected.png) no-repeat scroll 0% 50%;}
.desc-portfolio{}


/* taxonomy portfolio */
.tag-frame{ float:left; margin-right:20px;}
.tag-frame .img-pf-frame{background:url(img/img-shadow-frame-pf.png) no-repeat; position:absolute; width:300px; height:130px;}
.ts-portfolio-text-content{margin-bottom:20px}
.ts-portfolio-text-content h2{ margin-bottom:12px;}
.ts-portfolio-text-content p{ margin-bottom:12px;}
.ts-portfolio-text-content .alignleft{margin-bottom:0;}

/* PRICING BOX */

.list-box-container{
  padding:0 0 29px 0;
  margin-top:0;
}
.list-box-container .button{ margin-left:0px; font-size:12px; padding:5px 20px 8px 20px; line-height:20px}
.list-box-content{ margin:0px 0px; padding:8px 0 0 0 }
.list-box-content ul{margin:0px auto; margin-bottom:20px;  padding:0; list-style-type:none;}
.list-box-content ul li{margin:0; padding:10px 10px 10px 60px; list-style-type:none; text-align:left; background-image:url(img/arrow-sidebar.png); background-repeat:no-repeat; background-position:30px 10px; border-bottom:1px solid #dedede; border-top:1px solid #ffffff}
.list-box-content ul li:last-child{border:0;}
.list-box-content ul li:first-child{border-top:0px;}

/* color teal */
ul.pricing-box-colordefault{margin:0; padding:0; list-style-type:none; list-style-position:outside;}
ul.pricing-box-colordefault li{ margin-top:0px;}
ul.pricing-box-colordefault > li{
  background-color:#f8f8f8;
  border:solid 1px #fff;
  border-width:0 1px 0 0;
  float:left;
  width:233px;
  text-align:center;
  padding:0;
  margin:0;
  position:relative;
  z-index:2
 }
ul.pricing-box-colordefault li.noborder{border:0;}
ul.pricing-box-colordefault li.current{border:0; z-index:4}
ul.pricing-box-colordefault .title-box{margin-bottom:0; padding:8px 0 8px 0; font-size:17px;  color:#fdfdfd; background:#303437 url(img/images/title-box.gif) repeat-x}
ul.pricing-box-colordefault li.current .title-box{}
ul.pricing-box-colordefault li.last{margin-right:0;}
ul.pricing-box-colordefault .currency{font-size:22px; margin-top:12px; display:inline-block; vertical-align:top;}
ul.pricing-box-colordefault .price-text{
  margin:0; color:#2a2e31; padding:13px 0; vertical-align:top;
  background:#cdcfd0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#cdcfd0));
  background: -moz-linear-gradient(top,  #fefefe,  #cdcfd0);
  background: -o-linear-gradient(top,  #fefefe,  #cdcfd0);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#cdcfd0');
}
ul.pricing-box-colordefault li.current .price-text{
  padding:18px 0 13px 0;
  background-color:#cdcfd0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#cdcfd0));
  background: -moz-linear-gradient(top,  #fefefe,  #cdcfd0);
  background: -o-linear-gradient(top,  #fefefe,  #cdcfd0);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#cdcfd0');
}
ul.pricing-box-colordefault .price{font-size:52px; font-weight:bold; line-height:54px; padding:0; margin:0}
ul.pricing-box-colordefault .price span{font-size:18px; font-weight:normal; margin:0 0 0 -8px; padding:0}
ul.pricing-box-colordefault li.current{
  margin-top:-10px;
  -moz-box-shadow: 0px 0px 18px #000;
  -webkit-box-shadow: 0px 0px 18px #000;
  box-shadow: 0px 0px 18px #000;
  padding-bottom:20px
}
.pricing-box-colordefault .button{
  border:solid 1px #d20409; 
  background:#b50b0f;
  background: -webkit-gradient(linear, left top, left bottom, from(#d30b0f), to(#b50b0f));
  background: -moz-linear-gradient(top,  #d30b0f,  #b50b0f);
  background: -o-linear-gradient(top,  #d30b0f,  #b50b0f);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d30b0f', endColorstr='#b50b0f');
  }
.pricing-box-colordefault .button:hover{
  background: -webkit-gradient(linear, left top, left bottom, from(#b50b0f), to(#d30b0f));
  background: -moz-linear-gradient(top,  #b50b0f, #d30b0f );
  background: -o-linear-gradient(top,  #b50b0f, #d30b0f);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b50b0f', endColorstr='#d30b0f');
}



/* Pricing Table */
.table-box-container{ width:940px;}
.table-box-container ul{ margin:0px; padding:0;float:left; }
.table-box-container ul li{ float:left; list-style-type:none; padding:0; margin:0; color:#707070 !important; width:230px;  border-left:1px solid #fff;  }
.table-box-container ul li h4{ margin:0px; font-size:13px;}
.table-box-container ul li.one{ padding-left:20px; width:225px}
.table-box-container ul li.two{text-align:center}
.table-box-container ul li.three{text-align:center;}
.table-box-container ul li.four{text-align:center;}
ul.table_header li.one{width:245px; padding-left:0}

.table-box-container .arr{
  background-image:url(img/arrow-sidebar.png); background-repeat:no-repeat; background-position:0px 0px; display:block; line-height:20px; padding:0 0 0 30px;
}

ul.tbl-odd{ background-color:#f8f8f8; float:left; border-bottom:solid 1px #dedede; border-top:1px solid #fff; }
ul.tbl-odd li{width:230px; padding:12px 0; border-left:1px solid #dedede;  min-height:20px}
ul.tbl-even{ background-color:#f8f8f8; float:left; border-bottom:solid 1px #dedede; border-top:1px solid #fff;  }
ul.tbl-even li{width:230px; padding:12px 0; border-left:1px solid #dedede; min-height:20px }
ul.tbl-even.noborder{ border-bottom:0px;}
ul.tbl-price{ border:0px; font-size:18px;}
ul.tbl-price a, ul.tbl-price a:visited{ color:#707070; text-decoration:underline; font-size:12px;}
ul.tbl-price a:hover{ text-decoration:none;}

ul.tbl-odd li.one, ul.tbl-even li.one{border-left:solid 1px #fff} 

.table-box-container .title-box{margin-bottom:0; padding:8px 0 8px 0px; font-size:17px; color:#fdfdfd; background:#303437 url(img/title-box.gif) repeat-x}
.table-box-container li.one .title-box{padding:8px 0 8px 20px;}
.table-box-container .currency{font-size:22px; margin-top:12px; display:inline-block; vertical-align:top;}
.table-box-container .price-text{
  margin:0; color:#2a2e31; padding:13px 0; vertical-align:top;
  background:#cdcfd0 url(img/price-box.gif) repeat-x;
   height:60px
}
.table-box-container .price{font-size:52px; font-weight:bold; line-height:54px; padding:0; margin:0;}
.table-box-container .price span{ font-size:18px; font-weight:normal; margin:0 0 0 -8px; padding:0}
.table-box-container .button{ margin-left:0px; font-size:12px; padding:5px 20px 8px 20px; line-height:20px}


/* FOOTER */

.footerline { float: left;color:#7c7d7e; }

#sn{float:right;}
#sn ul{list-style-type:none; margin:0 0 0 0; padding:0; float:right; height:23px} 
#sn li{list-style-type:none; margin:0; padding:0 0 0 4px; display:inline} 
.sn span{height:23px; width:23px; display:inline;display:inline-block}
.icon-img{background-position:0 0;}
.icon-img:hover{background-position:0 -23px;}

/*** FOOTER ***/
#banner-footer{width:1000px; margin:0 auto; background:#d4d4d4; padding:11px 0px;}
#banner-footer img{ float:left;}


.footer{ padding-top:35px;}
.footer h2.widget-title{ font-size:17px; color:#2a2e31; font-family:"DroidSansRegular", Verdana, Arial; }
.footer ul{ margin:0px 0px 30px 0px; padding:0px; list-style-type:none;}
.footer .widget-container{  color:#7c7d7e;}
.footer .widget-container li{ list-style-type:none; background:url(img/arrow-footer.gif) no-repeat 0px 8px; padding-left:13px; padding-bottom:5px; margin-bottom:5px;  }
.footer .widget-container li a{color:#7c7d7e;}
.footer .widget-container li a:hover{ text-decoration:underline;}

#footer-container{min-height:53px}
#footer{padding:24px 0px; background:url(img/line-footer.gif) repeat-x;}
#copyright{  color:#7c7d7e; }
