
html, body {
    min-width: 960px;
}
body {
    background-color: #B52504;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    color: #888888;
    font: 12px Arial,Helvetica,sans-serif !important;
    position: relative;
  -webkit-font-smoothing: antialiased;
     font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
}
#main {
    background-color: #FCF8F4;
    background-image: url("../img/main-top.gif");
    background-position: 50% 0;
    background-repeat: repeat-x;
}

.btn-style{
	border : solid 1px #638a00;
	border-radius : 3px;
	moz-border-radius : 3px;
	-webkit-box-shadow : 0px 2px 2px rgba(0,0,0,0.4);
	-moz-box-shadow : 0px 2px 2px rgba(0,0,0,0.4);
	box-shadow : 0px 2px 2px rgba(0,0,0,0.4);
	font-size : 16px;
	color : #ffffff;
	padding : 1px 5px;
background: #627d4d; /* Old browsers */
background: -moz-linear-gradient(top, #627d4d 0%, #1f3b08 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#627d4d), color-stop(100%,#1f3b08)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #627d4d 0%,#1f3b08 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #627d4d 0%,#1f3b08 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #627d4d 0%,#1f3b08 100%); /* IE10+ */
background: linear-gradient(to bottom, #627d4d 0%,#1f3b08 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08',GradientType=0 ); /* IE6-9 */

    width:100px;
}

.container {
    font-size: 0.75em;
}
#splash {
    background-image: url("../img/splash.png");
    background-position: 50% 0;
    background-repeat: no-repeat;
}
body.home #splash {
    background-image: url("../img/splash-home.png");
}
dl dt {
    background: url("../img/list-arrow.gif") no-repeat scroll 0 3px transparent;
    color: #191919;
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 0.2em;
    padding: 0 0 3px 32px;
}
dl dd {
    margin: 0 0 1.5em;
    padding: 0 0 0 32px;
}
#header {
    height: 236px;
    margin-bottom: 20px;
    position: relative;
    z-index: 99;
}
body.home #header {
    margin-bottom: 0;
}
.logo {
    left: -20px;
    position: absolute;
    top: 10px;
}
.logo h1, .logo h2 {
    font-family: 'Yesteryear',cursive;
    font-size: 4em;
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    text-transform: capitalize;
}
.logo h1 a, .logo h2 a {
    background-image: url("../img/logo-img.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #FFFFFF;
    float: left;
    min-height: 65px;
    padding: 37px 0 0 102px;
    text-decoration: none;
}
.logo .tagline {
    font-size: 10px;
    text-transform: uppercase;
}
#widget-header {
    float: right;
    padding: 50px 21px 0 0;
}
#widget-header, #widget-header a {
    color: #E4EAD7;
}
#widget-header a {
    text-decoration: none;
}
#widget-header a:hover {
    text-decoration: underline;
}
.widget-header {
    float: right;
}
.widget-header strong {
    color: #FFFFFF;
}
#loginout {
    float: right;
}
#loginout a {
    background-image: url("../img/divider.gif");
    background-position: 0 50%;
    background-repeat: no-repeat;
    margin-left: 21px;
    padding-left: 21px;
}
#widget-header .social-networks {
    border: medium none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#widget-header .social-networks li {
    border: medium none;
    float: left;
    height: 30px;
    list-style-type: none;
    margin: 0 0 0 5px;
    padding: 0;
}
#widget-header .social-networks li a {
    display: block;
    float: left;
    height: 30px;
    text-decoration: none;
}
#widget-header .social-networks li a:hover {
    color: red;
}
.tooltip {
    background: none repeat scroll 0 0 #252525;
    border: 1px solid #000000;
    color: #EEEEEE;
    display: none;
    font-size: 11px;
    line-height: 1.2em;
    margin: 13px 0 0;
    padding: 5px;
    z-index: 99;
}
#widget_my_requestquotewidget {
    overflow: hidden;
    width: 100%;
}
.top-box {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #DBDBDB;
    margin-bottom: 20px;
    min-height: 80px;
    overflow: hidden;
    padding: 20px;
    position: relative;
}
.box-button {
    background: none repeat scroll 0 0 #DBDBDB;
    color: #FFFFFF;
    float: right;
    font-size: 21px;
    margin-top: -25px;
    padding: 10px;
    position: absolute;
    right: 30px;
    text-decoration: none;
    top: 50%;
}
.box-text {
    float: left;
    width: 75%;
}
#slider-wrapper {
    background-image: url("../img/loading.gif");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 424px;
    margin-bottom: 48px;
    overflow: hidden;
    position: relative;
}
.info-bg {
   
background: #627d4d; /* Old browsers */
background: -moz-linear-gradient(top, #627d4d 0%, #1f3b08 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#627d4d), color-stop(100%,#1f3b08)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #627d4d 0%,#1f3b08 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #627d4d 0%,#1f3b08 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #627d4d 0%,#1f3b08 100%); /* IE10+ */
background: linear-gradient(to bottom, #627d4d 0%,#1f3b08 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08',GradientType=0 ); /* IE6-9 */

    border-radius: 0 0 6px 6px;
    bottom: 0;
    height: 84px;
    left: 0;
    position: absolute;
    width: 940px;
    z-index: 999;
}
.kwicks {
    display: none;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
}
.kwicks li {
    background-position: 50% 0 !important;
    background-repeat: no-repeat;
    display: block;
    font-weight: normal;
    height: 424px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 188px;
}
.kwicks.horizontal li {
    float: left;
    margin-right: 0;
}
.kwicks.vertical li {
    margin-bottom: 2px;
}
.kwicks li:first-child {
    border-radius: 6px 0 0 6px;
}
.kwicks li#kwick_5 {
    border-radius: 0 6px 6px 0;
}
.kwicks .info-box {
    bottom: 0;
    height: 84px;
    left: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 706px;
    z-index: 999;
}
.kwicks .info-box .inner {
    background-image: url("../img/divider1.gif");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 58px;
    padding: 26px 0 0 19px;
}
.kwicks .info-box h3 {
    color: #FFFFFF;
    font-family: 'Yesteryear',cursive;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 15px;
    transition: all 0.3s ease 0s;
}
.ie .kwicks .info-box h3 {
    text-indent: 2px;
}
.kwicks li:first-child .info-box .inner {
    background: none repeat scroll 0 0 transparent;
}
.kwicks .excerpt {
    color: #fff;
    left: 190px;
    padding-right: 80px;
    position: absolute;
    top: 23px;
    transition: all 0.3s ease 0s;
}
.kwicks .link {
    background-image: url("../img/link-arrow.png");
    background-position: right 50%;
    background-repeat: no-repeat;
    color: #f2f294;
    padding-right: 23px;
    position: absolute;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.kwicks .link:hover {
    text-decoration: underline;
}
nav.primary {
    position: relative;
    z-index: 2;
}
.sf-menu, .sf-menu * {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.sf-menu {
    line-height: 1;
}
.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 10em;
}
.sf-menu ul li {
    width: 100%;
}
.sf-menu li:hover {
    visibility: inherit;
}
.sf-menu li {
    background: none repeat scroll 0 0 transparent;
    float: left;
    font-weight: normal;
    margin: 0;
    padding: 0;
    position: relative;
}
.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu a:hover {
    text-decoration: none;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
    left: -1px;
    top: 80px;
    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: 141px;
    top: -3px;
}
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: 141px;
    top: -3px;
}
.sf-menu {

background: #627d4d; /* Old browsers */
background: -moz-linear-gradient(top, #627d4d 0%, #1f3b08 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#627d4d), color-stop(100%,#1f3b08)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #627d4d 0%,#1f3b08 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #627d4d 0%,#1f3b08 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #627d4d 0%,#1f3b08 100%); /* IE10+ */
background: linear-gradient(to bottom, #627d4d 0%,#1f3b08 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08',GradientType=0 ); /* IE6-9 */

    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    height: 74px;
    left: 0;
    position: absolute;
    top: 141px;
    width: 100%;
}
.sf-menu a {
    color: #f2f294;
    font-size: 13px;
    text-decoration: none;
	font-weight: bold;
}
.sf-menu > li {
    background-image: url("../img/menu-divider.gif");
    background-position: right 0;
    background-repeat: no-repeat;
    padding-right: 2px;
}
.sf-menu > li > a {
    background-position: 0 bottom;
    background-repeat: repeat-x;
    border-radius: 7px 7px 7px 7px;
	
}
.sf-menu > li > a .top {

    background-repeat: no-repeat;
    display: inline-block;
    line-height: 74px;
    padding-left: 33px;
    padding-right: 33px;
}
.sf-menu > li > a:hover, .sf-menu > li.sfHover > a, .sf-menu > li.current-menu-item > a {
    background-image: url("../img/menu-current.gif");
    color: #FFFFFF;
}
.sf-menu > li > a:hover span.top, .sf-menu > li.sfHover > a span.top, .sf-menu > li.current-menu-item > a span.top {
    background-image: url("../img/menu-current-top.png");
}
.ie8 .sf-menu > li > a:hover span.top, .ie8 .sf-menu > li.sfHover > a span.top, .ie8 .sf-menu > li.current-menu-item > a span.top {
    background-image: url("../img/menu-current-top-ie.png");
}
.sf-menu li ul {
    background-color: #250201;
    background-image: url("../img/sub-menu-tail.gif");
    background-position: 0 0;
    background-repeat: repeat-x;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    padding: 3px 0 0;
    padding-left:10px;
	padding-bottom:10px;
	width: 200px;
	
}
.sf-menu li li {
    margin-bottom: 3px;

}
.sf-menu li li a {
    background-position: 0 0;
    background-repeat: repeat;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    margin-left: 3px;
    padding: 9px 0 5px 5px;
    
}
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current-menu-item > a {
    background-image: url("../img/sub-menu-current.gif");
}
.sf-menu li li li {
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .sf-menu li.current-menu-item > a {
    outline: 0 none;
}
.sf-menu a.sf-with-ul {
    min-width: 1px;
}
.sf-sub-indicator {
    background: url("../img/arrows-ffffff.png") no-repeat scroll -5px -100px transparent;
    display: block;
    height: 6px;
    overflow: hidden;
    position: absolute;
    right: 21px;
    text-indent: -999em;
    top: 1.05em;
    width: 9px;
}
a > .sf-sub-indicator {
    background-position: 0 0;
    top: 35px;
}
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
    background-position: 0 0;
}
.sf-menu ul .sf-sub-indicator {
    background-position: -5px 0;
}
.sf-menu ul a > .sf-sub-indicator {
    background-position: 0 -100px;
}
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -5px -100px;
}
.sf-shadow ul {
    background: url("../img/shadow.png") no-repeat scroll right bottom transparent;
    padding: 0 8px 9px 0;
}
.sf-shadow ul.sf-shadow-off {
    background: none repeat scroll 0 0 transparent;
}
#top-search {
    background-color: #260101;
    border: 1px solid black;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
    height: 30px;
    position: absolute;
    right: 31px;
    top: 163px;
    width: 178px;
    z-index: 2;
}
#top-search form {
    border-bottom: 1px solid #390301;
    border-radius: 6px 6px 6px 6px;
    height: 31px;
    overflow: hidden;
}
#top-search .input-search {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 #E3E6E9;
    color: #CCC1A5;
    margin-left: 5px;
    margin-right: 10px;
    padding: 7px 0;
    text-shadow: none;
    width: 141px;
}
#top-search #submit {
    background: url("../img/search-button.png") no-repeat scroll 0 0 transparent;
    border-radius: 0 0 0 0;
    cursor: pointer;
    height: 13px;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    width: 12px;
}
.primary_content_wrap {
    padding-bottom: 55px;
    position: relative;
    z-index: 1;
}
body.home .primary_content_wrap {
    padding-bottom: 0;
}
#content {
    padding: 30px 0 0;
}
#content.left {
    float: right !important;
}
.widget-content {
    margin-bottom: 10px;
}
.widget-content h3 {
    color: #000000;
    font-size: 18px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}
.widget-content .desc-wrap {
    float: left;
    width: 199px;
}
.desc-wrap h3{font-size:12px;}
.widget-content .desc {
    margin-bottom: 30px;
}
.page {
    padding: 0;
}
#content.right div.page {
}
div.page .post-holder {
    border: medium none;
    margin: 0;
    padding: 0;
}
#page-content {
}
#page-meta {
}
h3#comments {
    color: #240302;
    font-size: 18px;
    padding: 25px 0 0 37px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}
#content.right h3#comments {
    padding: 0;
}
.commentlist {
    list-style-type: none;
    margin: 0 0 0 37px;
    padding: 0 0 20px;
}
#content.right .commentlist {
    margin: 0 37px 0 0;
}
li.comment {
    background: none repeat scroll 0 0 transparent;
    font-weight: normal;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.odd {
}
.even {
}
li.comment .comment-body {
    background: none repeat scroll 0 0 #FEFCFB;
    border: 1px solid #E8E4DE;
    border-radius: 6px 6px 6px 6px;
    margin-bottom: 10px;
    padding: 18px 32px 25px 100px;
    position: relative;
}
li.comment .comment-body h3 {
    color: #240302;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
}
.author-comment {
}
.comment-author {
    padding: 0;
}
.comment-text {
}
.comment-meta {
    font-size: 11px;
    margin-bottom: 15px;
}
li.comment .avatar {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    float: none;
    left: 20px;
    margin: 0;
    overflow: hidden;
    padding: 1px;
    position: absolute;
    top: 22px;
    vertical-align: top;
}
li.comment .avatar {
    display: block;
    overflow: hidden;
    vertical-align: top;
}
.commentlist ul.children {
    margin: 10px 0 0 30px;
}
.commentlist ul.children li.comment {
}
.reply {
}
.reply a {
    background: url("../img/button-arrow.png") no-repeat scroll 56px 14px #360201;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    display: inline-block;
    line-height: 32px;
    padding: 0 38px 0 17px;
    text-decoration: none;
}
.reply a:hover {
    background-color: #F99719;
    background-position: 56px -10px;
    color: #000000;
    text-decoration: none;
}
.reply a.comment-reply-login {
    background-position: 110px 14px;
}
.reply a.comment-reply-login:hover {
    background-position: 110px -10px;
}
.waiting-for-approval {
}
#trackbacks {
}
li.trackback {
}
p#no-comments {
}
#comments-form {
}
.allowed_tags {
    background: none repeat scroll 0 0 #EEEEEE;
    color: #666666;
    font-family: "Courier New",Courier,monospace;
    font-size: 11px;
    padding: 15px;
}
.allowed_tags strong {
    font-family: Tahoma,Geneva,sans-serif;
}
#respond {
    padding: 1em 0 0 37px;
}
#content.right #respond, #content.alt #respond {
    padding: 0;
}
#respond h3 {
    color: #240302;
    font-size: 18px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}
.cancel-comment-reply {
    padding-left: 2px;
}
.cancel-comment-reply a {
    color: #DB4503 !important;
    text-decoration: none;
}
.cancel-comment-reply a:hover {
    text-decoration: underline;
}
.nocomments {
    padding-left: 37px;
}
#content.right .nocomments, #content.alt .nocomments {
    padding: 0;
}
.post {
}
.postContent {
}
.post-excerpt {
}
.post-holder {
    border-top: 1px solid #E6E4DF;
    margin: 35px 0 0 37px;
    padding: 35px 0 0;
    position: relative;
}
#post-holder-wrap {
    margin-bottom: 55px;
	margin-top:7px;
}
#post-holder-wrap .post-holder:first-child {
    border: medium none;
    margin-top: 0;
    padding-top: 0;
}
#content.right .post-holder {
    margin-left: 0;
    margin-right: 37px;
}
.post-holder .entry-header {
    margin-bottom: 13px;
    overflow: hidden;
}
.post-holder .entry-header h2 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0.2em;
    padding: 3px 125px 0 0;
    text-transform: uppercase;
}
.post-holder .entry-header h2 a {
    color: #240302;
    text-decoration: none;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.post-holder .entry-header h2 a:hover {
    color: #DB4503;
}
.post-holder .entry-header time {
    color: #240302;
    float: left;
    font-size: 11px;
    font-weight: bold;
    margin: 0 14px 0 0;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}
.post-holder .entry-header time .date {
    background-image: url("../img/date-bg.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    font-size: 15px;
    height: 43px;
    line-height: 52px;
    margin-bottom: -2px;
    width: 42px;
}
.post-holder .comments {
    float: right;
    padding-top: 40px;
}
.comments-link {
    background-image: url("../img/comments-bg.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #888888;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    padding-left: 26px;
    text-decoration: none;
}
a.comments-link:hover {
    color: #C12C03;
}
.post-holder.single-post {
    margin-bottom: 30px;
}
.single-post.team {
    padding-left: 37px;
}
#content.right .single-post.team {
    padding: 0 37px 0 0;
}
.single-post.team .header-title {
    padding: 0 !important;
}
.featured-thumbnail {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    float: left;
    margin: 5px 20px 10px 0;
}
.featured-thumbnail .img-wrap {
    float: left;
}
.featured-thumbnail .img-wrap:hover {
}
.featured-thumbnail.no-hover .img-wrap:hover {
}
.featured-thumbnail img {
    border-radius: 5px 5px 5px 5px;
    float: left;
}
.featured-thumbnail.small img {
    padding: 4px;
}
.featured-thumbnail.large {
    display: inline-block;
    margin-bottom: 1.5em;
    overflow: hidden;
}
.featured-thumbnail.large .img-wrap {
    display: block;
    float: none;
    overflow: hidden;
}
.f-thumb-wrap {
    height: 220px;
    overflow: hidden;
    width: 100%;
}
.featured-thumbnail.single {
    position: relative;
}
.featured-thumbnail.single .zoom-icon {
    background: url("../img/magnify.png") no-repeat scroll 50% 50% transparent;
    height: 249px;
    position: absolute;
    width: 581px;
}
.featured-thumbnail.single:hover .zoom-icon {
    opacity: 1;
}
.post-content {
}
.post-content .excerpt {
    margin-bottom: 1.5em;
}
.pagination {
}
.pagination a {
    background: none repeat scroll 0 0 #EEEEEE;
    display: inline-block;
    padding: 0 5px;
}
.post-holder footer {
    clear: both;
    padding: 5px 0 0;
}
.post-holder.single-post footer {
    margin-top: 20px;
}
.post-meta {
    border-bottom: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
    font-size: 0.92em;
    margin-bottom: 1em;
    overflow: hidden;
    padding: 0.5em 0;
    width: 100%;
}
.post-navigation {
}
p.gravatar {
    float: left;
    margin-right: 20px;
}
.post-edit-link {
    background: none repeat scroll 0 0 #000000;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: block;
    font-size: 10px;
    padding: 2px 7px;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-transform: uppercase;
    top: 0;
}
.post-edit-link:hover {
    background: none repeat scroll 0 0 #666666;
}
.alignleft {
    border: 1px solid #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    float: left;
    margin: 0 20px 10px 0;
}
.alignright {
    border: 1px solid #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    float: right;
    margin: 0 0 10px 20px;
}
.aligncenter {
    border: 1px solid #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    text-align: center;
}
.alignnone {
    border: 1px solid #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    display: block;
    margin-bottom: 10px;
}
article .post-content img {
    max-width: 710px;
}
.frame {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DBDBDB;
    border-radius: 5px 5px 5px 5px;
    padding: 7px;
    text-align: center;
}
.frame img.alignleft, .frame img.alignright {
    border: medium none;
    margin: 0;
    padding: 0;
}
.wp-pagenavi {
    clear: both;
    text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: medium none;
    color: #888888;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    margin: 0 7px;
    padding: 0;
    text-decoration: none;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    color: #000000;
}
.wp-pagenavi span.current {
    font-weight: bold;
    text-decoration: underline;
}
.wp-pagenavi .pages {
    border: medium none;
    float: right;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
    background-color: #C12703;
    background-position: 10px 9px;
    background-repeat: no-repeat;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    height: 30px;
    text-indent: -999em;
    width: 29px;
}
.wp-pagenavi .nextpostslink:hover, .wp-pagenavi .previouspostslink:hover {
    background-color: #FF983C;
}
.wp-pagenavi .previouspostslink {
    background-image: url("../img/prev.png");
}
.wp-pagenavi .nextpostslink {
    background-image: url("../img/next.png");
    background-position: 12px 9px;
}
nav.oldernewer {
    margin-bottom: 2.5em;
    overflow: hidden;
    width: 100%;
}
.older {
    float: left;
    padding-left: 37px;
}
#content.right .older {
    padding: 0;
}
.newer {
    float: right;
    padding: 0;
}
#content.right .newer {
    padding-right: 37px;
}
#post-author {
    background-color: #FEFCFB;
    border: 1px solid #E8E4DE;
    border-radius: 6px 6px 6px 6px;
    margin: 0 0 2em 37px;
    overflow: hidden;
    padding: 20px;
}
#content.right #post-author {
    margin: 0 37px 0 0;
}
#post-author h3 {
    color: #240302;
    font-size: 18px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}
#author-link {
    margin-top: 1.5em;
}
#post-author .gravatar {
    margin: 0 20px 0 0;
}
#post-author .gravatar img {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    padding: 1px;
}
#author-description {
}
#recent-author-posts {
    margin-bottom: 3em;
}
#recent-author-posts h3 {
    color: #240302;
    font-size: 18px;
    padding-left: 37px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}
#content.right #recent-author-posts h3 {
    padding: 0 37px 0 0;
}
#recent-author-comments {
    padding-left: 37px;
}
#content.right #recent-author-comments {
    padding: 0 37px 0 0;
}
#recent-author-comments h3 {
    color: #240302;
    font-size: 18px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}
.author-info {
    margin: 0 0 3em 37px;
    padding-bottom: 2em;
}
#content.right .author-info {
    margin-left: 0;
    margin-right: 37px;
}
.author-info .header-title {
    padding: 0 !important;
}
.author-info .avatar {
    margin: 0 20px 0 0;
}
.author-info .avatar img {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    float: left;
    padding: 1px;
}
.author-meta {
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
}
.author-meta p.gravatar {
    margin: 0;
}
#error404 {
    padding: 30px 0 100px;
}
.error404-num {
    color: #240302;
    font-size: 250px;
    line-height: 1.2em;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
}
#error404 hgroup {
    margin: 0 0 2em;
    padding-top: 50px;
}
#error404 hgroup h1 {
    font-size: 3em;
    margin-bottom: 0.2em;
}
#error404 #searchform .searching {
    width: 300px;
}
.latestwork {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.latestwork li {
    float: left;
    margin-right: 20px;
}
.header-title {
    margin-bottom: 2.5em;
    padding-left: 37px;
}
#content.right .header-title {
    padding: 0 37px 0 0;
}
.header-title.alt, #content.alt .header-title {
    padding: 0 !important;
}
.header-title h1 {
    font-size: 18px;
    margin-bottom: 0.1em;
    text-transform: uppercase;
}
.header-title .page-desc {
    color: #999999;
    font-size: 0.91em;
}
#gallery {
}
#gallery .portfolio {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
#gallery .portfolio li {
    background: none repeat scroll 0 0 transparent;
    display: inline-block;
    font-weight: normal;
    margin: 0 17px 50px 0;
    padding: 0;
    position: relative;
    vertical-align: top;
    width: 298px;
}
* + html #gallery .portfolio li {
    display: inline;
}
#gallery .portfolio li.nomargin {
    margin-right: 0 !important;
}
#gallery .portfolio li span.image-border {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    display: block;
    height: 205px;
    position: relative;
    width: 298px;
}
#gallery .portfolio li a.image-wrap {
    background: url("../img/loading-folio.gif") no-repeat scroll 50% 50% transparent;
    display: block;
    height: 205px;
    overflow: hidden;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
    width: 298px;
}
#gallery .portfolio li a.image-wrap:hover {
}
#gallery .portfolio li a.image-wrap img {
    border-radius: 5px 5px 5px 5px;
    float: left;
}
#gallery .portfolio h3 {
    font-size: 14px;
    margin-bottom: 2px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}
#gallery .portfolio h3 a {
    color: #240302;
}
#gallery .portfolio h3 a:hover {
    color: #DB4503;
    text-decoration: none;
}
#gallery .portfolio .folio-desc {
    margin-bottom: 0;
    padding: 1.9em 0 0;
}
#gallery .portfolio p.excerpt {
    margin-bottom: 0;
    padding: 0;
}
.zoom-icon {
    background: url("../img/magnify.png") no-repeat scroll 50% 50% transparent;
    border: 5px solid white;
    border-radius: 6px 6px 6px 6px;
    cursor: pointer;
    display: block;
    height: 197px;
    left: -1px;
    opacity: 0;
    position: absolute;
    top: -1px;
    transition: all 0.2s ease-in-out 0s;
    width: 290px;
}
.ie8 .zoom-icon {
    visibility: hidden;
}
#gallery .portfolio li a.image-wrap:hover .zoom-icon {
    opacity: 1;
}
.ie8 a:hover .zoom-icon {
    visibility: visible;
}
#gallery.one_column .portfolio li {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
#gallery.one_column .portfolio li span.image-border {
    float: left;
    height: 257px;
    width: 589px;
}
#gallery.one_column .portfolio li a.image-wrap {
    height: 257px;
    width: 589px;
}
#gallery.one_column .zoom-icon {
    height: 249px;
    width: 581px;
}
#gallery.one_column .folio-desc {
    float: left;
    margin: 0 0 0 24px;
    overflow: hidden;
    padding: 0;
    width: 325px;
}
#gallery.one_column .excerpt {
    margin-top: 20px;
}
#gallery.two_columns .portfolio li {
    margin-right: 17px;
    width: 458px;
}
#gallery.two_columns .portfolio li span.image-border {
    height: 235px;
    width: 458px;
}
#gallery.two_columns .portfolio li a.image-wrap {
    height: 235px;
    width: 458px;
}
#gallery.two_columns .zoom-icon {
    height: 227px;
    width: 450px;
}
#gallery.four_columns .portfolio li {
    margin-right: 17px;
    width: 218px;
}
#gallery.four_columns .portfolio li span.image-border {
    height: 165px;
    width: 218px;
}
#gallery.four_columns .portfolio li a.image-wrap {
    height: 165px;
    width: 218px;
}
#gallery.four_columns .zoom-icon {
    height: 157px;
    width: 210px;
}
#sidebar {
    padding: 30px 0 0;
}
#widget-sidebar {
}
.widget {
    margin-bottom: 55px;
}
.widget > h3, .widget .twitter h3 {
    color: #000000;
    font-size: 18px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}
#calendar_wrap {
    padding: 0 20px;
}
#wp-calendar {
    width: 100%;
}
#wp-calendar caption {
    text-align: center;
}
#wp-calendar td {
    border: medium none;
    padding: 6px 0;
    text-align: center;
}
#wp-calendar caption {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 4px 0;
}
#wp-calendar thead th {
    background: none repeat scroll 0 0 #EFECEA;
    color: #000000;
    font-size: 14px;
    padding: 7px 0;
    text-align: center;
}
#wp-calendar #prev {
    text-align: left;
}
#wp-calendar #next {
    text-align: right;
}
.faq_list {
}
.faq_list dt {
    background: none repeat scroll 0 0 transparent;
    color: #666666;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 5px 28px;
    position: relative;
}
.faq_list span.marker {
    color: #333333;
    display: block;
    font-size: 15px;
    font-weight: bold;
    left: 0;
    position: absolute;
    top: 0;
}
.faq_list dd {
    color: #B2B2B2;
    margin: 0 0 2em;
    padding: 0 0 0 28px;
    position: relative;
}
.faq_list dd .marker {
    top: 3px;
}
ul.recentcomments {
    margin: 0;
    padding: 0;
}
ul.recentcomments li {
    background: none repeat scroll 0 0 transparent;
    border-bottom: medium none;
    border-top: 1px solid #C6C6C6;
    font-weight: normal;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 25px 0;
}
ul.recentcomments li:first-child {
    border-top: medium none;
    padding-top: 0;
}
ul.recentcomments li img {
    float: left;
    margin: 0 12px 0 0;
}
ul.recentcomments .comment-body {
    padding: 15px 0 0;
}
ul.recentcomments .comment-body a {
    color: #96999D;
    text-decoration: none;
}
ul.recentcomments .comment-body a:hover {
    color: #000000;
    text-decoration: underline;
}
ul.recentcomments li h4 {
    margin-bottom: 0.1em;
}
ul.recentcomments li h4 a {
    text-decoration: none;
}
ul.recentcomments li h4 a:hover {
    color: #000000;
}
ul.recentcomments li small {
    color: #6A6A6A;
    font-size: 11px;
}
.post_list {
    list-style-type: none;
    margin: 0 0 8px;
    padding: 0;
}
.post_list li {
    background: none repeat scroll 0 0 transparent;
    font-weight: normal;
    margin: 0;
    padding: 0 0 23px;
}
.post_list li:first-child {
    border: medium none;
    padding-top: 0;
}
.post_list li img {
    float: left;
    margin: 0 23px 0 0;
}
.post_list .post-title {
    color: #5E4745;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 8px;
}
.post_list .wp-post-image {
    border: 1px solid #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.post_list li .link {
    background-image: url("../img/link-arrow1.gif");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 5px;
    position: relative;
    text-indent: -999em;
    top: 7px;
    vertical-align: top;
    width: 14px;
}
.post_list li .post_content {
    display: inline;
    line-height: 21px;
}
.popular-posts {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.popular-posts li {
    margin: 0 0 2em;
    overflow: hidden;
}
.popular-posts li .post-thumb {
    border: 1px solid #DBDBDB;
    float: left;
    height: 100px;
    margin-right: 20px;
    overflow: hidden;
    padding: 1px;
    width: 100px;
}
.popular-posts li .post-thumb.empty-thumb {
    background: url("../img/empty_thumb.gif") no-repeat scroll 50% 50% #ECECEC;
}
.popular-posts li h5 {
    font-size: 1em;
    margin-bottom: 0.5em;
}
.popular-posts li .excerpt {
    margin-bottom: 0.8em;
}
.solutions_cycle {
    float: right;
    width: 726px;
}
.solutions_cycle .solutions_item {
    float: left;
    margin-left: 22px;
    width: 220px;
}
.solutions_cycle .solutions_item  h3{
	padding: 3px 2px;
	clear:left;
    color:#34501E;
	font-weight:bold;
	font-size:13px;
}

.solutions_cycle .solutions_item .featured-thumbnail {
    margin: 0;
}
.solutions_cycle .solutions_item .featured-thumbnail a {
    display: block;
    height: 215px;
    position: relative;
    width: 217px;
}
.solutions_cycle .solutions_item .img-border {
    border: 5px solid white;
    border-radius: 5px 5px 5px 5px;
    height: 205px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 207px;
}
.solutions_cycle .solutions_item .featured-thumbnail a:hover .img-border {
    opacity: 1;
}
.capabilities_cycle {
    float: right;
    width: 720px;
}
.capabilities_cycle .capabilities_item {
    float: left;
    margin-left: 22px;
    width: 218px;
}
.capabilities_cycle .capabilities_item ul {
    margin-bottom: 0;
}
.capabilities_cycle .capabilities_item ul li {
    background-image: url("../img/divider3.gif");
    background-position: 0 0;
    background-repeat: repeat-x;
    margin: 5px 0 0;
    padding: 5px 0 0 4px;
}
.capabilities_cycle .capabilities_item ul li:first-child {
    background: none repeat scroll 0 0 transparent;
    margin-top: 0;
    padding-top: 0;
}
.capabilities_cycle .capabilities_item ul li a {
    background-image: url("../img/arrow.gif");
    background-position: 0 6px;
    background-repeat: no-repeat;
    padding: 0 0 0 16px;
}
.capabilities_cycle .capabilities_item .featured-thumbnail {
    border: medium none;
    float: none;
    margin-bottom: 25px;
    overflow: hidden;
}
.capabilities_cycle .capabilities_item .featured-thumbnail a {
    background-color: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    display: block;
    height: 87px;
    overflow: hidden;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.capabilities_cycle .capabilities_item .featured-thumbnail a:hover {
    background-color: #BC2603;
}
.capabilities_cycle .capabilities_item .featured-thumbnail img {
    display: inline-block;
    float: none;
    margin-top: 17px;
}
.post_cycle {
    margin: 0;
    padding: 0;
}
#post-cycle .cycle_item {
    display: none;
}
.folio_cycle {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.folio_cycle .folio_item {
    display: none;
    overflow: hidden;
}
.folio_cycle .folio_item figure.thumbnail {
    overflow: hidden;
    width: 270px;
}
#folio-controls {
    overflow: hidden;
    text-align: center;
}
#folio-controls ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#folio-controls ul li {
    background: none repeat scroll 0 0 transparent;
    display: inline;
    padding: 0;
}
#folio-controls ul li a {
    background: none repeat scroll 0 0 #000000;
    display: inline-block;
    font-size: 0;
    height: 8px;
    line-height: 0;
    text-decoration: none;
    width: 8px;
}
#folio-controls ul li a:hover {
    background: none repeat scroll 0 0 #999999;
}
.testimonials {
    margin: 0;
    padding: 0;
}
.testimonials div.testi_item {
    background: url("../img/quotes.png") no-repeat scroll 10px 10px #F3F3F3;
    margin-bottom: 2em;
    margin-right: 5px;
    padding: 1.5em;
}
.name-testi {
    color: #333333;
    display: block;
    font-weight: bold;
    padding: 0 0 0 2.2em;
    text-align: right;
}
.name-testi a {
    font-weight: normal;
}
.testimonials .thumb {
    float: left;
    margin-right: 20px;
}
.testimonials div.testi_item blockquote {
    border: medium none;
    margin: 0;
    padding: 15px 0 15px 30px;
}
.testimonials div.testi_item blockquote a {
    color: #888888;
    display: block;
    text-decoration: none;
}
.testimonials div.testi_item blockquote a:hover {
    color: #333333;
}
#testi-cycle .testi_item {
    display: none;
}
#testi-controls {
    overflow: hidden;
    text-align: center;
}
#testi-controls ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#testi-controls ul li {
    background: none repeat scroll 0 0 transparent;
    display: inline-block;
    margin: 0 2px 0 0;
    padding: 0;
}
* + html #testi-controls ul li {
    display: inline;
}
.latestpost {
    list-style-type: none;
    margin: -2px 0 0;
    padding: 0;
}
.latestpost li {
    background: none repeat scroll 0 0 transparent !important;
    list-style-type: none;
    margin: 0 0 1.5em !important;
    padding: 0 !important;
}
#widget-footer .latestpost li a {
    background: none repeat scroll 0 0 transparent;
    margin: 0;
    padding: 0;
}
.latestpost li time {
    background-image: url("../img/arrow.gif");
    background-position: 4px 50%;
    background-repeat: no-repeat;
    color: #FFFFFF;
    padding-left: 21px;
}
.latestpost li h4 {
    margin-bottom: 0;
}
.latestpost li .excerpt {
 
    line-height: 21px;
    margin: 6px 0 0;
    padding: 5px 10px 0 0;
}
.latestpost li .excerpt a {
    display: inline-block;
}
.twitter_update_list {
    overflow: hidden;
}
.twitter {
    position: relative;
}
.twitter ul li {
    background: url("../img/twitter-icon-small.png") no-repeat scroll 0 0 transparent;
    font-weight: normal;
    list-style-type: none;
    margin: 0 0 15px;
    padding: 0 0 0 37px;
}
.twitter ul li .twitt-body {
    padding: 0 0 5px;
}
.twitter ul li .twitt-body a {
    font-weight: bold;
}
.twitter ul li a.timesince {
    font-size: 11px;
}
.twitter .profileLink {
}
.widget-content.widget_my_twitterwidget {
    background-image: url("../img/twitter-tail.gif");
    background-position: 0 0;
    background-repeat: repeat;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
}
.widget-content.widget_my_twitterwidget h3 {
    display: none;
}
.widget-content.widget_my_twitterwidget .twitter_update_list {
    overflow: hidden;
}
.widget-content.widget_my_twitterwidget .twitter {
    background-image: url("../img/twitter-splash.png");
    background-position: 50% 0;
    background-repeat: no-repeat;
    position: relative;
}
.widget-content.widget_my_twitterwidget .twitter ul {
    background-image: url("../img/twitter-divider.gif");
    background-position: 159px 0;
    background-repeat: repeat-y;
    margin: 0;
    padding: 0;
}
.widget-content.widget_my_twitterwidget .twitter ul li {
    background: url("../img/twitter-icon.png") no-repeat scroll 43px 32px transparent;
    list-style-type: none;
    margin: 0;
    min-height: 103px;
    padding: 0 0 0 188px;
}
.widget-content.widget_my_twitterwidget .twitter ul li .twitt-body {
    color: #FFFFFF;
    font-size: 14px;
    font-style: italic;
    padding: 20px 250px 0 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.widget-content.widget_my_twitterwidget .twitter ul li .twitt-body a {
    color: #000000;
    font-weight: normal;
    text-shadow: 1px 1px #D33B0C;
}
.widget-content.widget_my_twitterwidget .twitter ul li a.timesince {
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    text-shadow: 1px 1px #D33B0C;
}
.widget-content.widget_my_twitterwidget .twitter ul li a.timesince:hover {
    text-decoration: underline;
}
.widget-content.widget_my_twitterwidget .twitter .profileLink {
    background-image: url("../img/button-tail.gif");
    background-position: 0 0;
    background-repeat: repeat-x;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    height: 32px;
    line-height: 32px;
    margin: -16px 0 0;
    padding: 0 12px 0 14px;
    position: absolute;
    right: 26px;
    text-decoration: none;
    top: 50%;
}
.widget-content.widget_my_twitterwidget .twitter .profileLink:hover {
    background-position: 0 -32px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.widget-content.widget_my_twitterwidget .twitter .profileLink .inner {
    background-image: url("../img/twitter-right.gif");
    background-position: right 0;
    background-repeat: no-repeat;
    display: inline-block;
    padding-right: 36px;
}
.widget-content.widget_my_twitterwidget .twitter .profileLink:hover .inner {
    background-position: right -32px;
}
.widget-content.widget_my_twitterwidget .preloader {
    background-image: url("../img/loading-twitter.gif");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 20px;
    left: 50%;
    margin: -10px 0 0 -75px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 155px;
}
.widget.widget_my_twitterwidget .preloader {
    margin-top: -20px;
}
.widget.widget_categories ul li {
    color: #888888;
    font-weight: normal;
}
.widget.widget_categories ul li a {
    font-weight: bold;
}
.flickrImages {
    margin: 0 !important;
    overflow: hidden;
    position: relative;
}
.flickrImages a {
    background: none repeat scroll 0 0 #000000;
    display: block;
    float: left;
    height: 75px;
    margin: 0 1px 1px 0;
    width: 75px;
}
.flickrImages a img {
    transition: all 0.2s ease 0s;
}
.flickrImages a:hover img {
    opacity: 0.5;
}
.flickrImages a.link {
    background: none repeat scroll 0 0 transparent;
    display: inline;
    float: none;
    height: auto;
    margin: 0;
    width: auto;
}
.banners-holder {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.banners-holder li {
    float: left;
    list-style-type: none;
    margin: 0 3px 3px 0;
    padding: 0;
}
.banners-holder li img {
    float: left;
    vertical-align: top;
}
article.testimonial {
    background: url("../img/quotes.png") no-repeat scroll 170px 20px #FEFCFB;
    border: 1px solid #E8E4DE;
    border-radius: 6px 6px 6px 6px;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0 0 35px 37px;
    padding: 30px 30px 30px 235px !important;
    width: auto;
}
#content.right article.testimonial {
    margin-right: 37px;
}
article.testimonial .testi-pic {
    left: 20px;
    position: absolute;
    top: 20px;
}
.name-testi {
    color: #222C36;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-style: normal;
    line-height: 1.2em;
    text-align: right;
}
.name-testi a {
    text-decoration: none;
}
.name-testi a:hover {
    text-decoration: underline;
}
blockquote.testi-single {
    background: url("../img/quotes.png") no-repeat scroll 170px 20px #FEFCFB;
    border: 1px solid #E8E4DE;
    border-radius: 6px 6px 6px 6px;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 14px;
    font-style: italic;
    line-height: 1.5em;
    margin: 0 0 2em;
    padding: 30px 30px 30px 235px !important;
    position: relative;
    width: auto;
}
#content.right blockquote.testi-single {
    margin-right: 37px;
}
blockquote.testi-single p {
    margin: 0 0 1em;
    padding: 0;
}
.testi-pic {
    left: 20px;
    position: absolute;
    top: 20px;
}
.testi-pic img {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    padding: 1px;
}
.recent-posts {
    border: medium none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.recent-posts li {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    font-weight: normal;
    margin: 0 0 20px;
    padding: 0;
}
.recent-posts li .thumb-wrap {
    background-color: #FFFFFF;
    border: 1px solid white;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.recent-posts li img.thumb {
    float: left;
    margin: 0 20px 0 0;
}
.recent-posts li h5 {
    font-size: 1em;
    margin-bottom: 0;
}
.recent-posts li .excerpt {
    margin-bottom: 1.5em;
}
.recent-posts li span.meta {
    color: #888888;
    display: block;
    font-size: 10px;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}
.recent-posts.team {
    margin: 0 0 -40px;
    padding: 0;
}
.recent-posts.team li {
    float: left;
    margin: 0 20px 40px 0;
    width: 159px;
}
.recent-posts.team li:nth-child(4n) {
    margin-right: 0;
}
.recent-posts.team li.nomargin {
    margin-right: 0;
}
.recent-posts.team li .thumb-wrap {
    float: none;
    margin: 0 0 17px;
    overflow: hidden;
}
.recent-posts.team li a {
    color: #191919;
}
.recent-posts.team li .excerpt {
    margin-bottom: 0;
}
.recent-posts.partners li {
    display: inline-block;
    float: none;
    margin-right: 22px;
    width: 218px;
}
.recent-posts.partners li:nth-child(3n) {
    margin-right: 0;
}
.recent-posts.partners li.nomargin {
    margin-right: 0;
}
.recent-posts.partners h5 {
    display: none;
}
.recent-posts.partners .thumb-wrap {
    border: medium none;
    margin-bottom: 12px;
}
.recent-posts.partners .thumb-wrap a {
    background-color: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    display: block;
    height: 147px;
    overflow: hidden;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 218px;
}
.recent-posts.partners .thumb-wrap a:hover {
    background-color: #BC2603;
}
.recent-posts.partners .thumb-wrap img {
    display: inline-block;
    float: none;
    margin: 35px 0 0;
}
.recent-posts.partners .button {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    box-shadow: 0 0 0 #E3E6E9;
    color: #DB4503;
    font-weight: bold;
    padding: 0;
}
.type-partners .featured-thumbnail {
    border: medium none;
}
.type-partners .featured-thumbnail, .type-partners .featured-thumbnail a {
    background-color: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    display: block;
    height: 147px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 218px;
}
.type-partners .featured-thumbnail a:hover {
    background-color: #BC2603;
}
.type-partners .featured-thumbnail img {
    display: inline-block;
    float: none;
    margin: 35px 0 0;
}
.recent-posts.services {
    list-style-type: none;
    margin: 0 0 -30px;
    overflow: hidden;
    padding: 1.5em 0 0;
}
.recent-posts.services li {
    background: none repeat scroll 0 0 transparent;
    float: left;
    margin: 0 20px 30px 0;
    padding: 0;
    width: 300px;
}
.recent-posts.services li:nth-child(2n) {
    margin-right: 0;
}
.recent-posts.services li.nomargin {
    margin-right: 0;
}
.recent-posts.services li img.thumb {
    margin-right: 3px;
}
.recent-posts.services li h3 {
    padding-top: 8px;
}
.recent-posts.services li h3 a {
    color: #191919;
}
.tags-cloud a, .tagcloud a {
    background: none repeat scroll 0 0 #360201;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    display: inline-block;
    font-size: 11px !important;
    line-height: 1.5em;
    margin: 0 1px 4px 0;
    padding: 2px 7px;
    text-decoration: none;
    vertical-align: top;
}
.tags-cloud a:hover, .tagcloud a:hover {
    background: none repeat scroll 0 0 #C12C03;
    color: #FFFFFF;
}
.tags-list li {
border-bottom: 2px solid #FFFFFF;
    margin: 0 0 4px !important;
    padding: 0 0 6px !important;
}
.tags-list li span {
    background-image: url("../img/tag-icon.png");
    background-position: 0 5px;
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 20px;
}
#widget-footer .tags-list li a {
    background: none repeat scroll 0 0 transparent;
    margin: 0;
    padding: 0;
}
.recent-comments {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.recent-comments li {
    border: medium none;
    margin: 0;
    padding: 0 0 0.5em;
}
#footer {
}
#widget-footer {
    background-image: url("../img/widget-footer-tail.gif");
    background-position: 50% 0;
    background-repeat: repeat;
    color: #FF983C;
}
#widget-footer .tail-top {
background: #627d4d; /* Old browsers */
background: -moz-linear-gradient(top, #627d4d 0%, #1f3b08 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#627d4d), color-stop(100%,#1f3b08)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #627d4d 0%,#1f3b08 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #627d4d 0%,#1f3b08 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #627d4d 0%,#1f3b08 100%); /* IE10+ */
background: linear-gradient(to bottom, #627d4d 0%,#1f3b08 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08',GradientType=0 ); /* IE6-9 */

    padding: 45px 0 49px;
}
.widget-footer > h4 {
    color: #FFFFFF;
    font-size: 18px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}
.widget-footer ul li {
   border-bottom: 2px solid #FFFFFF;
    font-weight: normal;
    margin: 0 0 4px;
    padding: 0 0 6px;
}
.widget-footer ul li:first-child {
    margin-top: 0;
}
.widget-footer ul li a {
    background-image: url("../img/arrow.gif");
    background-position: 0 6px;
    background-repeat: no-repeat;
    color: #f2f294;
    padding: 0 0 0 20px;
    text-decoration: none;
}
.widget-footer ul li a:hover {
    color: #FFFFFF;
}
#widget-footer .social-networks li {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0.5em;
}
nav.footer {
    float: right;
}
nav.footer ul {
    margin: 0;
    padding: 0;
}
nav.footer ul li {
    float: left;
    list-style-type: none;
    margin: 0;
    padding-left: 15px;
}
#copyright {
background:#1F3B08;
    font-size: 0.917em;
    font-weight: bold;
    height: 59px;
    line-height: 59px;
    text-align: center;
}
#copyright, #copyright a {
    color: #FFFFFF;
}
#copyright a {
    text-decoration: none;
}
#copyright a:hover {
    text-decoration: underline;
}
#footer-text {
}
.button {
    background-image: url("../img/button-tail.gif");
    background-position: 0 0;
    background-repeat: repeat-x;
    border-color: #370201;
    border-radius: 6px 6px 6px 6px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 14px 0 16px;
    text-decoration: none;
}
.button .arrow {
    background-image: url("../img/button-arrow.png");
    background-position: right 13px;
    background-repeat: no-repeat;
    display: inline-block;
    padding-right: 23px;
}
.button:hover {
    background-position: 0 -32px;
    border-color: #E26500;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    color: #000000;
}
.button:hover .arrow {
    background-position: right -11px;
}
.no-results #searchform .searching {
    width: 400px;
}
body.search-results .type-capabilities .featured-thumbnail {
    border: medium none;
}
body.search-results .type-capabilities .featured-thumbnail a {
    background-color: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    display: block;
    height: 87px;
    overflow: hidden;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 218px;
}
body.search-results .type-capabilities .featured-thumbnail a:hover {
    background-color: #BC2603;
}
body.search-results .type-capabilities .featured-thumbnail img {
    display: inline-block;
    float: none;
    margin-top: 17px;
}
ul.history {
    overflow: hidden;
}
ul.history li {
    background: none repeat scroll 0 0 transparent;
    float: left;
    font-weight: normal;
    margin: 0;
    padding: 0;
    width: 211px;
}
ul.history li.alt {
    color: #240302;
    font-size: 14px;
    font-weight: bold;
    padding-top: 70px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    width: 130px;
}
ul.history li.last {
    text-align: right;
    width: 45px;
}
.tabs {
    margin: 1px 0 20px;
}
.tabs .tab-wrapper {
    border: 1px solid #DDDDDD;
    border-radius: 0 5px 5px 5px;
    margin: -1px 0 0;
}
.tabs .tab-menu ul {
    list-style: none outside none;
    margin: 0 !important;
    padding: 0 !important;
}
.tabs .tab-menu li {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
}
.tabs .tab-menu a {
    background-color: #FAFAFA;
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 0 0;
    color: #AAAAAA;
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0 2px 0 0;
    padding: 8px 20px;
}
.tabs .tab-menu a:hover {
    background-color: #F2F2F2;
    color: #666666;
}
.tabs .tab-menu a.active {
    background: -moz-linear-gradient(center bottom , #FAFAFA 0px, #F6F6F6 90%) repeat scroll 0 0 transparent;
    border-bottom: medium none;
    color: #666666;
    padding: 8px 20px 9px;
}
.tabs .tab {
    background-color: #FAFAFA;
    border-radius: 0 5px 5px 5px;
    padding: 20px;
}
.toggle {
    padding: 0 0 2px;
}
.toggle .trigger {
    background: -moz-linear-gradient(center bottom , #F2F2F2 0px, #FFFFFF 100%) repeat scroll 0 0 transparent;
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    color: #666666;
    display: block;
    height: 1%;
    padding: 10px 12px 10px 40px;
    position: relative;
    text-decoration: none;
}
.toggle .trigger span {
    background: url("includes/../img/toggle.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 20px;
    left: 10px;
    position: absolute;
    text-indent: -9999px;
    top: 9px;
    width: 22px;
}
.toggle .trigger:hover, .toggle .active {
    background: none repeat scroll 0 0 #191919;
    color: #FFFFFF;
}
.toggle .active span {
    background-position: 0 -20px;
}
.toggle .box {
    background-color: #FAFAFA;
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    padding: 20px;
}
.dropcap {
    display: block;
    float: left;
    font-size: 4em;
    line-height: 1em;
    margin: 0 10px 0 0;
    text-transform: uppercase;
}
.widget-area {
}
.hr {
    background: none repeat scroll 0 0 #EEEEEE;
    font-size: 0;
    height: 1px;
    line-height: 0;
    margin: 30px 5px;
    overflow: hidden;
}
.grid_1 .hr, .grid_2 .hr, .grid_3 .hr, .grid_4 .hr, .grid_5 .hr, .grid_6 .hr, .grid_7 .hr, .grid_8 .hr, .grid_9 .hr, .grid_10 .hr, .grid_11 .hr, .grid_12 .hr, .grid_13 .hr, .grid_14 .hr, .grid_15 .hr, .grid_16 .hr, .grid_17 .hr, .grid_18 .hr, .grid_19 .hr, .grid_20 .hr, .grid_21 .hr, .grid_22 .hr, .grid_23 .hr, .grid_24 .hr {
    margin-left: 0;
    margin-right: 0;
}
.spacer {
    font-size: 0;
    height: 48px;
    line-height: 0;
    overflow: hidden;
}
.address {
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.address dt {
    background: none repeat scroll 0 0 transparent;
    color: #DB4503;
    font-size: 1em;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 20px;
    padding: 0;
}
.address dd {
    margin-bottom: 30px;
    padding: 0;
}
.address dd ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.address dd ul li {
    background: none repeat scroll 0 0 transparent;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
}
.address dd span {
    float: left;
    width: 80px;
}
.address dd a {
    color: #191919;
    text-decoration: underline;
}
.address dd a:hover {
    text-decoration: none;
}
.video-wrap {
    margin-bottom: 10px;
    position: relative;
}
.video-wrap object {
    position: relative;
    z-index: 2;
}
.video-bg {
    background-color: black;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}
.audio-wrapper {
    margin-bottom: 1.5em;
}
.audio-desc {
    color: #999999;
    font-size: 0.91em;
    padding: 0.5em 0 0;
}
.audiojs audio {
    left: -1px;
    position: absolute;
}
.audiojs {
    background: -moz-linear-gradient(center top , #444444 0%, #555555 50%, #444444 51%, #444444 100%) repeat scroll 0 0 #404040;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    font-family: monospace;
    font-size: 12px;
    height: 36px;
    overflow: hidden;
    width: 460px;
}
.audiojs .play-pause {
    border-right: 1px solid #000000;
    float: left;
    height: 40px;
    margin: 0;
    overflow: hidden;
    padding: 4px 6px;
    width: 25px;
}
.audiojs p {
    cursor: pointer;
    display: none;
    height: 40px;
    margin: 0;
    width: 25px;
}
.audiojs .play {
    display: block;
}
.audiojs .scrubber {
    background: none repeat scroll 0 0 #5A5A5A;
    border-bottom: 0 none;
    border-left: 0 none;
    border-top: 1px solid #3F3F3F;
    float: left;
    height: 14px;
    margin: 10px;
    overflow: hidden;
    position: relative;
    width: 280px;
}
.audiojs .progress {
    background: -moz-linear-gradient(center top , #CCCCCC 0%, #DDDDDD 50%, #CCCCCC 51%, #CCCCCC 100%) repeat scroll 0 0 #CCCCCC;
    height: 14px;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 1;
}
.audiojs .loaded {
    background: -moz-linear-gradient(center top , #222222 0%, #333333 50%, #222222 51%, #222222 100%) repeat scroll 0 0 #000000;
    height: 14px;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}
.audiojs .time {
    border-left: 1px solid #000000;
    color: #DDDDDD;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0 0 0 6px;
    padding: 0 6px 0 12px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.audiojs .time em {
    color: #F9F9F9;
    font-style: normal;
    padding: 0 2px 0 0;
}
.audiojs .time strong {
    font-weight: normal;
    padding: 0 0 0 2px;
}
.audiojs .error-message {
    color: #FFFFFF;
    display: none;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 400px;
}
.audiojs .error-message a {
    border-bottom: 1px solid #999999;
    color: #EEEEEE;
    padding-bottom: 1px;
    text-decoration: none;
}
.audiojs .play {
    background: url("js/audiojs/player-graphics.gif") no-repeat scroll -2px -1px transparent;
}
.audiojs .loading {
    background: url("js/audiojs/player-graphics.gif") no-repeat scroll -2px -31px transparent;
}
.audiojs .error {
    background: url("js/audiojs/player-graphics.gif") no-repeat scroll -2px -61px transparent;
}
.audiojs .pause {
    background: url("js/audiojs/player-graphics.gif") no-repeat scroll -2px -91px transparent;
}
.playing .play, .playing .loading, .playing .error {
    display: none;
}
.playing .pause {
    display: block;
}
.loading .play, .loading .pause, .loading .error {
    display: none;
}
.loading .loading {
    display: block;
}
.error .time, .error .play, .error .pause, .error .scrubber, .error .loading {
    display: none;
}
.error .error {
    display: block;
}
.error .play-pause p {
    cursor: auto;
}
.error .error-message {
    display: block;
}
.alert-box, .wpcf7-response-output {
    border: 1px solid #DBDBDB;
    border-radius: 5px 5px 5px 5px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.91em;
    line-height: 1.4em;
    margin-bottom: 15px;
    padding: 20px 20px 20px 90px !important;
}
.error-box, .wpcf7-mail-sent-ng {
    background: url("../img/icons/alert/icon-error.png") no-repeat scroll 20px 50% #FFCCCC;
    border-color: #FF9999;
    color: #C31B00;
}
.attention-box, .wpcf7-validation-errors, .wpcf7-spam-blocked {
    background: url("../img/icons/alert/icon-note.png") no-repeat scroll 20px 50% #FDEBAE;
    border-color: #E6C555;
    color: #9E660D;
}
.notice-box {
    background: url("../img/icons/alert/icon-info.png") no-repeat scroll 20px 50% #BFE4F9;
    border-color: #68A2CF;
    color: #2E6093;
}
.approved-box, .wpcf7-mail-sent-ok {
    background: url("../img/icons/alert/icon-download.png") no-repeat scroll 20px 50% #CCFF99;
    border-color: #A3C159;
    color: #5E6F33;
}
input, select, textarea {
    border: 1px solid #DBDBDB;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 1em;
    font-weight: normal;
    outline: medium none;
    vertical-align: middle;
}
input[type="text"], textarea {
    background: none repeat scroll 0 0 #EFECEA;
    border: 1px solid #CAC6C3;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset;
    padding: 6px 10px 5px;
}
input[type="submit"], input[type="reset"] {
    background-color: #350201;
    border: medium none;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    height: 31px;
    line-height: 31px;
    margin-right: 4px;
    padding: 0 19px;
    position: relative;
    text-decoration: none;
    text-shadow: 1px 1px black;
    text-transform: capitalize;
}
input[type="submit"]:hover, input[type="reset"]:hover {
    background-color: #F99719;
    background-position: 62px -11px;
    color: #000000;
    text-shadow: none;
}
#commentform {
    overflow: hidden;
    padding-bottom: 10px;
    width: 582px;
}
#commentform a {
    color: #DB4503;
    text-decoration: underline;
}
#commentform a:hover {
    text-decoration: none;
}
#commentform p.field {
    margin-bottom: 8px;
}
#commentform small {
    color: #8B8B8B;
}
#commentform label {
    display: block;
    float: left;
    margin-right: 9px;
    padding-top: 5px;
    text-align: right;
    width: 52px;
}
#commentform input[type="text"] {
    width: 300px;
}
#commentform textarea {
    height: 189px;
    max-width: 499px;
    min-height: 189px;
    min-width: 499px;
    overflow: auto;
    width: 499px;
}
#commentform input[type="submit"] {
    background-image: url("../img/button-arrow.png");
    background-position: 114px 14px;
    background-repeat: no-repeat;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    float: right;
    margin: 0 2px 0 0;
    padding: 0 35px 0 16px;
}
#commentform input[type="submit"]:hover {
    background-position: 114px -10px;
}
.children #commentform {
    width: 493px;
}
.children #commentform textarea {
    max-width: 408px;
    min-width: 408px;
    width: 408px;
}
.wpcf7-form p.field {
    margin-bottom: 7px;
    overflow: hidden;
    position: relative;
    vertical-align: top;
}
.wpcf7-form p.field label {
    float: left;
    padding-top: 6px;
    width: 79px;
}
.wpcf7-form p.field input {
    background: url("../img/form-tail.png") repeat scroll 0 0 transparent;
    border-color: #450E01 #5F1301 #D53403;
    border-style: solid;
    border-width: 1px;
    color: white !important;
    float: left;
    padding: 7px 10px;
    text-shadow: 1px 1px black;
    width: 198px;
}
.wpcf7-form p.field small {
    color: red;
}
.wpcf7-form textarea {
    background: url("../img/form-tail.png") repeat scroll 0 0 transparent;
    border-color: #450E01 #5F1301 #D53403;
    border-style: solid;
    border-width: 1px;
    color: white !important;
    float: left;
    height: 125px;
    margin-bottom: 0;
    max-width: 198px;
    min-height: 125px;
    min-width: 198px;
    overflow: auto;
    padding: 7px 10px;
    text-shadow: 1px 1px black;
    width: 198px;
}
.wpcf7-form .submit-wrap {
    margin: 0;
    padding: 0;
    text-align: right;
}
.wpcf7-form .submit-wrap input[type="submit"] {
    background-image: url("../img/button-arrow.png");
    background-position: 50px 13px;
    background-repeat: no-repeat;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    margin: 0;
    padding: 0 30px 0 16px;
}
.wpcf7-form .submit-wrap input[type="submit"]:hover {
    background-color: #F99719;
    background-position: 50px -11px;
    color: #000000;
    text-shadow: none;
}
span.wpcf7-form-control-wrap {
    display: block;
}
.wpcf7-not-valid-tip {
    background: none repeat scroll 0 0 #F3B7B7 !important;
    border: 1px solid red !important;
    border-radius: 6px 6px 6px 6px;
    color: red !important;
    left: 0 !important;
    padding: 6px 10px 5px !important;
    position: absolute;
    top: 0 !important;
    width: 198px !important;
}
.ie9 .wpcf7-not-valid-tip {
    padding: 4px 10px 3px !important;
}
.wpcf7-form .ajax-loader {
    float: left;
}
#searchform {
}
#searchform .searching {
    margin-right: 7px;
    width: 170px;
}
#searchform .submit {
    background-image: url("../img/button-arrow.png");
    background-position: 62px 13px;
    background-repeat: no-repeat;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    margin: 0;
    padding: 0 37px 0 16px;
}
#searchform .submit:hover {
    background-color: #F99719;
    background-position: 62px -11px;
    color: #000000;
    text-shadow: none;
}
.one_half {
    width: 48%;
}
.one_third {
    width: 30.66%;
}
.two_third {
    width: 65.33%;
}
.one_fourth {
    width: 22%;
}
.three_fourth {
    width: 74%;
}
.one_fifth {
    width: 16.8%;
}
.two_fifth {
    width: 37.6%;
}
.three_fifth {
    width: 58.4%;
}
.four_fifth {
    width: 79.2%;
}
.one_sixth {
    width: 13.33%;
}
.five_sixth {
    width: 82.67%;
}
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    float: left;
    margin-right: 4%;
    position: relative;
}
.last {
    clear: right;
    margin-right: 0 !important;
}
.fleft {
    float: left;
}
.fright {
    float: right;
}
.clear {
    clear: both;
}
.wrapper {
    overflow: hidden;
    width: 100%;
}
.extra-wrap {
    overflow: hidden;
}
.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}


.menu {
  width: 100%;
  border-spacing: 0;
}
.menu .col1 {
  text-align: left;
  padding-left: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.menu .col2 {
  text-align: left;
  padding-left: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 1px solid rgba(0, 0, 0, 0.07);
}
.menu .col3 {
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
}
.menu th {
  color: #785434;
  
  font-size: 16px;
  text-shadow: 1px 1px 1px #FFFFFF;
  text-transform: uppercase;
  font-weight: normal;
  height: 70px;
  border: 0 !important;
}
.menu .row-odd {
  background: #f3f0e9;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr= #f8f5f0 , EndColorStr= #eeebe2 );
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f5f0), to(#eeebe2));
  background: -webkit-linear-gradient(#f8f5f0, #eeebe2);
  background: -moz-linear-gradient(top, #f8f5f0, #eeebe2);
  background: -ms-linear-gradient(#f8f5f0, #eeebe2);
  background: -o-linear-gradient(#f8f5f0, #eeebe2);
  background: linear-gradient(#f8f5f0, #eeebe2);
  zoom: 1;
  border-bottom: 1px solid #e3ddd1;
}
.menu .row-odd .col3 {
  color: #2A4613;
}
.menu tbody .col1 {
  color: #2A4613;
  
  font-size: 16px;
  line-height: 25px;

  text-shadow: 1px 1px 1px #FFFFFF;
  text-transform: uppercase;
}
.menu tbody .col2 {
  color: #2A4613;
  text-shadow: 1px 1px 1px #FFFFFF;
}
.menu tbody .col3 {
  color: #2A4613;
  
  font-size: 16px;
  line-height: 25px;

  text-shadow: 1px 1px 1px #FFFFFF;
  
}





.menux {
  width: 100%;
  border-spacing: 0;
}
.menux .col1x {
  text-align: left;
  padding-left: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
padding:9px;
}
.menux .col2x {
  text-align: left;
  padding-left: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 1px solid rgba(0, 0, 0, 0.07);
padding:9px;
}
.menux .col3x {
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
padding:9px;
}
.menux th {
  color: #785434;
  
  font-size: 16px;
  text-shadow: 1px 1px 1px #FFFFFF;
  text-transform: uppercase;
  font-weight: normal;
  border: 0 !important;
}
.menux .row-odd {
  background: #f3f0e9;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr= #f8f5f0 , EndColorStr= #eeebe2 );
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f5f0), to(#eeebe2));
  background: -webkit-linear-gradient(#f8f5f0, #eeebe2);
  background: -moz-linear-gradient(top, #f8f5f0, #eeebe2);
  background: -ms-linear-gradient(#f8f5f0, #eeebe2);
  background: -o-linear-gradient(#f8f5f0, #eeebe2);
  background: linear-gradient(#f8f5f0, #eeebe2);
  zoom: 1;
  border-bottom: 1px solid #e3ddd1;
}
.menux .row-odd .col3x {
  color: #2A4613;
}
.menux tbody .col1x {
  color: #2A4613;
  
  font-size: 16px;
  text-shadow: 1px 1px 1px #FFFFFF;
  text-transform: uppercase;
}
.menux tbody .col2x {
  color: #2A4613;
  text-shadow: 1px 1px 1px #FFFFFF;
}
.menux tbody .col3x {
  color: #2A4613;
  
  font-size: 16px;
  text-shadow: 1px 1px 1px #FFFFFF;
  
}







.thead th {height:20px;}
.form-select {
  zoom: 1;
  background: #ece8df;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr= #f2f1eb , EndColorStr= #e5ded3 );
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f1eb), to(#e5ded3));
  background: -webkit-linear-gradient(#f2f1eb, #e5ded3);
  background: -moz-linear-gradient(top, #f2f1eb, #e5ded3);
  background: -ms-linear-gradient(#f2f1eb, #e5ded3);
  background: -o-linear-gradient(#f2f1eb, #e5ded3);
  background: linear-gradient(#f2f1eb, #e5ded3);
  zoom: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 20px rgba(110, 110, 110, 110);
  -moz-box-shadow: 0 0 20px rgba(110, 110, 110, 110);
  box-shadow: 0 0 20px rgba(110, 110, 110, 110);
  border-bottom: 1px solid #e3ddd1;
  display: inline-block;
  position: relative;
  margin: 18px 0;
  text-align: left;
}
.form-select:before {
  content: '';
  display: block;
}
.form-select:after {
  content: '';
  display: table;
  clear: both;
}
.form-select .selected {
  float: left;
  color: red;
  text-align: left;
  
  font-size: 18px;
  line-height: 36px;
  margin: 0;
  padding: 0 20px;
  text-shadow: 1px 1px 1px #FFFFFF;
  text-transform: uppercase;
}
.form-select .arrow {
  float: right;
  cursor: pointer;
}
.form-select .arrow img {
  padding: 16px;
}
.form-select .options {
  list-style: none;
  padding: 0;
  margin: 0;
  left: 0;
  right: 0;
  top: 100%;
  position: absolute;
  z-index: 100;
  display: none;
}
.form-select .options li {
  text-align: left;
  cursor: pointer;
  color: #785434;
  background: #ece8df;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr= #f2f1eb , EndColorStr= #e5ded3 );
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f1eb), to(#e5ded3));
  background: -webkit-linear-gradient(#f2f1eb, #e5ded3);
  background: -moz-linear-gradient(top, #f2f1eb, #e5ded3);
  background: -ms-linear-gradient(#f2f1eb, #e5ded3);
  background: -o-linear-gradient(#f2f1eb, #e5ded3);
  background: linear-gradient(#f2f1eb, #e5ded3);
  zoom: 1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  
  font-size: 18px;
  line-height: 36px;
  margin: 0;
  padding: 0 20px;
  text-shadow: 1px 1px 1px #FFFFFF;
  text-transform: uppercase;
}