/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */

#slideshow-bg {
    height: 313px;
    position: relative;
    width: 930px;
}

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

#slideshow li {
    /*
      define width and height of list item (slide)
      entire slider area will adjust according to the parameters provided here
    */
    height: 313px;
    overflow: hidden;
    width: 930px;
}

#prevBtn a,
#nextBtn a {
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    display: block;
    height: 62px;
    overflow: hidden;
    position: absolute;
    text-indent: -9999em;
    top: 136px;
    width: 50px;
}

#prevBtn a {
	left: -27px;
	background-image: url(../images/ban_left_arrow.png);
	height: 55px;
	width: 57px;
}

#prevBtn a:hover { background-image: url(../images/ban_left_arrow1.png); }

#nextBtn a {
	right: -27px;
	background-image: url(../images/ban_right_arrow.png);
	height: 55px;
	width: 57px;
}

#nextBtn a:hover {background-image: url(../images/ban_right_arrow1.png); }

/* @end slideshow */

/* Fix wonky slideshow in IE7 */

/* @end Portfolio section */


/* @group Contact section  */

#contact h1 {
    background: url(../img/sprite.png) no-repeat -550px -300px;
    height: 65px;
    margin: 0 0 0 -17px;
    width: 288px;
}

#contact form {
    float: left;
    padding: 26px 0 65px 32px;
    width: 482px;
}

#contact label {
    display: block;
    margin-bottom: 5px;
    text-align: center;
    width: 419px;
}

#contact .input {
    margin-bottom: 13px;
}

#contact input,
#contact textarea {
    border: 1px solid #d6d3c4;
    padding: 3px;
    width: 411px;
}

#contact .note {
    font-size: .83em;
    margin-bottom: 10px;
    text-align: center;
    width: 419px;
}

#contact .submit input {
    background: url(../img/sprite.png) no-repeat -900px -300px;
    border: none;
    height: 30px;
    margin-left: 173px;
    width: 72px;
}

#contact .submit input:hover {
    background: url(../img/sprite.png) no-repeat -900px -350px;
}

p.error,
span.error,
p.sentmessage {
    color: red;
    display: block;
    font-weight: bold;
    text-align: center;
    width: 419px;
}

p.sentmessage {
    font-weight: normal;
}

div.error label {
    color: red;
}

#contact div.error input,
#contact div.error textarea {
    border-color: red;
}

.vcard {
    float: left;
    width: 370px;
}

.vcard .fn {
    display: none;
}

.vcard {
    padding-top: 22px;
    text-align: center;
}

.vcard li {
    list-style: none;
}

.vcard p {
    margin-bottom: 46px;
}

.vcard a,
.vcard span {
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
}

.vcard .email {
    background-position: -900px -400px;
    height: 28px;
    margin: 0 auto 25px;
    width: 183px;
}

.vcard .tel {
    background-position: -900px -450px;
    height: 31px;
    margin: 0 auto 36px;
    width: 184px;
}

.social a {
    height: 47px;
    width: 47px;
}

.social {
    overflow: hidden;
    margin: 0 auto;
    width: 116px;
}

.social li {
    float: left;
    margin-left: 22px;
}

.social li:first-child {
    margin-left: 0;
}

.vcard .facebook { background-position: -900px -200px; }
.vcard .facebook:hover { background-position: -900px -250px; }
.vcard .twitter { background-position: -950px -200px; }
.vcard .twitter:hover { background-position: -950px -250px; }

/* @end Contact section */

.cookie-notice {
    background: black;
    height: 50px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}

.cookie-notice .cookie-notice-inner {
    padding: 0 30px 0 30px;
    margin: 0 auto;
    width: 720px;
}

.cookie-notice p {
    color: white;
    float: left;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    font-style: italic;
    padding-top: 16px;
}

.cookie-notice a {
    color: #ffda14;
    text-decoration: none;
}

.cookie-notice .cookie-notice-accept {
    background: #ffda14;
    color: black;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    margin-top: 12px;
    padding: 4px 10px;
    text-transform: uppercase;
}









/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

.button-replacement {
    border: none;
    cursor: pointer;
    float: left;
    line-height: 0;
    position: relative;
    text-indent: -9999px;
}


/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
    /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
    /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


    /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
    /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
    * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
        -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
    a, a:visited { color: #444 !important; text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
    tr, img { page-break-inside: avoid; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3{ page-break-after: avoid; }
}h2 {
	font-weight: bold;
}
.page_top table tr td table tr .fea_pro_btm span {
	text-align: left;
}
