/*
Theme Name: Audiographic Masterworks
Theme URI: http://www.agmw.com/
Author: X-Team
Author URI: http://xhtmlized.com/
Description: Audigraphic Masterworks new Theme
Version: 1.0
Tags: private
*/
/*******************************************************************************

	CSS on Sails Framework
	Title: AGMW.com
	Author: XHTMLized (http://www.xhtmlized.com/)
	Date: February 2012

********************************************************************************

	1. BASE
		1.1 Reset
		1.2 Accessibility Navigation & Hide
		1.3 Clearfix
		1.4 Fonts
		1.5 Default Styles
		1.6 Image Replacement

	2. COMMON
		2.1 Container
		2.2 Header
		2.3 Navigation
		2.4 Content
		2.5 Sidebar
		2.6 Footer

	3. PAGES
		3.1 Home
		3.2 Page
		3.3 Fullpage
		3.4 Listpage
		3.5 Project into form
		3.6 Short Run Quoter
		3.7 Quoter Fix


	4. PRINT

*******************************************************************************/


/* 1. BASE
--------------------------------------------------------------------------------
==============================================================================*/


/* 1.1 Reset
------------------------------------------------------------------------------*/

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, 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,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a[href], label[for], select,
input[type=checkbox], input[type=radio] {
    cursor: pointer;
}

button, input[type=button], input[type=image],
input[type=reset], input[type=submit] {
    padding: 0;
    overflow: visible;
    cursor: pointer;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=image]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
    border: 0;
}


/* 1.2 Accessibility Navigation & Hide
------------------------------------------------------------------------------*/

#accessibility-nav {
    position: absolute;
    top: 0;
    left: -9999em;
    z-index: 1000;
}

#accessibility-nav a {
    position: absolute;
    top: 0;
    white-space: nowrap;
}

#accessibility-nav a:active,
#accessibility-nav a:focus {
    left: 9999em;
}

.hide {
    position: absolute !important;
    left: -9999em !important;
}


/* 1.3 Clearfix
------------------------------------------------------------------------------*/
form div:after,
.footer-widgets:after,
.middle:after,
.form-section:after,
.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}

.ie7 form div,
.ie7 .form-section,
.ie7 .footer-widgets,
.ie7 .middle,
.ie7 .clearfix {
    zoom: 1;
}


/* 1.4 Fonts
------------------------------------------------------------------------------*/

@font-face {
    font-family: 'TradeGothic-Bold';
    src: url('fonts/tradegothicltbold.eot');
    src: url('fonts/tradegothicltbold.eot?#iefix') format('embedded-opentype'),
    url('fonts/tradegothicltbold.woff') format('woff'),
    url('fonts/tradegothicltbold.ttf') format('truetype'),
    url('fonts/tradegothicltbold.svg#tradegothicltbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TradeGothic-BoldTwo';
    src: url('fonts/tradegothicltboldno.2.eot');
    src: url('fonts/tradegothicltboldno.2.eot?#iefix') format('embedded-opentype'),
    url('fonts/tradegothicltboldno.2.woff') format('woff'),
    url('fonts/tradegothicltboldno.2.ttf') format('truetype'),
    url('fonts/tradegothicltboldno.2.svg#tradegothicltboldno.2') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* 1.5 Default Styles
------------------------------------------------------------------------------*/

body {
    font: 12px/18px Helvetica, Arial, sans-serif;
    color: #666;
    background: #fff url(images/common/bg_body.png) repeat-x 0 0;
}

hr {
    display: none;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

del {
    text-decoration: line-through;
}

th, td {
    vertical-align: top;
}

th {
    font-weight: normal;
    text-align: left;
}

address, cite, dfn {
    font-style: normal;
}

abbr, acronym {
    border-bottom: 1px dotted #999;
    cursor: help;
}

input, textarea, select {
    font-family: Arial, Helvetica, sans-serif;
}

textarea {
    overflow: auto;
}

a, a:visited {
    text-decoration: none;
    color: #0066cc;

}

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

h4 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

label {
    font-weight: bold;
    color: #333;
}


input, textarea {
    margin-bottom: 10px;
    padding: 4px 2px;
    border-top: 2px solid #cfcfcf;
    border-right: 2px solid #cfcfcf;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-size: 14px;
    line-height: 18px;
    background: #fff;
    color: #333;
}

input.error,
textarea.error {
    background: #ffffb1;
}


/* 1.6 Image replacement
------------------------------------------------------------------------------*/

.ir {
    display: block;
    position: relative;
    overflow: hidden;
}

.ir span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.ie7 .ir a span,
.ie7 a.ir span {
    cursor: pointer;
}


/* 2. COMMON
--------------------------------------------------------------------------------
==============================================================================*/


/* 2.1 Container
------------------------------------------------------------------------------*/

.container {
    position: relative;
    width: 940px;
    padding: 0;
    margin: 0 auto;
}

.footer-widgets {
    clear: both;
    padding-bottom: 30px;
}

.footer-widgets .interior-widget {
    float: left;
    width: 166px;
    height: 136px;
    margin-left: 18px;
    margin-top: 20px;
    padding: 12px 120px 0 13px;
    border: 1px solid #ececec;
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
    background: linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
    border-radius: 10px 0 10px 0;
    -moz-border-radius: 10px 0 10px 0;
    -webkit-border-radius: 10px 0 10px 0;
    -moz-box-shadow: 0 0 2px #ececec;
    -webkit-box-shadow: 0 0 2px #ececec;
    box-shadow: 0 0 2px #ececec;
}

.oldie .footer-widgets .interior-widget {
    background: transparent url(images/common/bg_footer-widget.png) repeat-x 0 100%;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
}

.middle {
    position: relative;
    width: 940px;
    padding-bottom: 20px;
    overflow: hidden;
    border: 1px solid #ececec;
    box-shadow: 0 0 2px #ececec;
    -moz-box-shadow: 0 0 2px #ececec;
    -webkit-box-shadow: 0 0 2px #ececec;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    background-color: #fff;
}

.footer-widgets .interior-widget:first-child {
    margin-left: 0;
}

.interior-widget {
    position: relative;
}

.interior-widget h4 {
    width: 170px;
    height: 60px;
    font-family: 'TradeGothic-BoldTwo', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #333;
}

.interior-widget p {
    width: 130px;
    line-height: 15px;
    color: #666;
}

.interior-widget .button {
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 0 6px;
    font-size: 12px;
    text-transform: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.interior-widget img {
    position: absolute;
    right: 0;
    bottom: -1px;
    -moz-border-radius: 0 0 10px 0;
    -webkit-border-radius: 0 0 10px 0;
    border-radius: 0 0 10px 0;
    max-width: 200px;
    max-height: 160px;
}

.row {
    width: 100%;
    clear: both;
}


/* 2.2 Header
------------------------------------------------------------------------------*/

#header {
    position: relative;
    padding: 27px 20px 35px;
    overflow: hidden;
}

#header .site-name {
    position: relative;
    width: 180px;
    height: 88px;
    float: left;
    margin: 0 47px 0 0;
    z-index: 100;
    text-indent: -32766px;
    background: url(images/logo.png) no-repeat;
}



/* 2.3 Navigation
------------------------------------------------------------------------------*/

#navigation {
    float: left;
    border: 1px solid #ebebeb;
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f6f6));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
    background: linear-gradient(top,  #ffffff 0%,#f6f6f6 100%);
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.oldie #navigation {
    background: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}

#navigation li {
    float: left;
    border-left: 1px solid #ebebeb;
}

#navigation li:first-child {
    border-left: 0;
}

#navigation a {
    display: block;
    color: #333333;
    font: bold 12px/16px Helvetica, Arial, sans-serif;
    padding: 7px 19px 6px;
    text-decoration: none;
}

#navigation a:active,
#navigation a:focus,
#navigation a:hover,
#navigation .current_menu_item a {
    color: #0066cc;
}


.contact-box {
    float: right;
    margin: 15px 0 23px;
    width: 670px;
    text-align: right;
}

.contact-box li {
    display: inline;
    margin-left: 26px;
    vertical-align: middle;
    line-height: 19px;
}

.contact-box a {
    display: inline-block;
    font-weight: bold;
}

.contact-box .email {
    padding-left: 23px;
    background: url(images/common/sprite_common.png) 0 4px no-repeat;
    color: #666;
}

.contact-box .tel {
    padding-left: 20px;
    font-size: 15px;
    background: url(images/common/sprite_common.png) 0 -18px no-repeat;
}

.searchform {
    float: right;
    position: relative;
    width: 208px;
}

#searchform label {
    position: absolute;
    top: 0;
    left: 11px;
    color: #7d7d7d;
    font-weight: normal;
    line-height: 32px;
}

#s {
    border: 1px solid #d4d4d4;
    margin: 0;
    padding: 6px 34px 5px 10px;
    width: 162px;
    outline: 0;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: inset 0 2px 2px #e2e2e2;
    -webkit-box-shadow: inset 0 2px 2px #e2e2e2;
    box-shadow: inset 0 2px 2px #e2e2e2;
    -moz-appearance:textfield;
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
#s::-webkit-search-decoration,
#s::-webkit-search-cancel-button,
#s::-webkit-search-results-button,
#s::-webkit-search-results-decoration {
    display:none;
}

#s:focus {
    -moz-box-shadow: 0 0 3px #06C;
    -webkit-box-shadow: 0 0 3px #06C;
    box-shadow: 0 0 3px #06C;
}

#searchsubmit {
    position: absolute;
    top: 5px;
    right: 2px;
    height: 21px;
    width: 30px;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    overflow: visible;
    background: #fff url(images/common/sprite_common.png) 7px -42px no-repeat;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

/* 2.4 Content
------------------------------------------------------------------------------*/

#content {
    float: left;
}

#content {
    width: 590px;
    margin: 20px;
}

#content h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 42px;
    color: #0066cc;
}

/* 2.5 Sidebar
------------------------------------------------------------------------------*/

#sidebar {
    float: right;
    width: 280px;
    margin: 20px 20px 0 0;
}

#sidebar h2 {
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: bold;
}

#sidebar .promo-space + h2 {
    margin-top: 20px;
}

/* 2.6 Footer
------------------------------------------------------------------------------*/

#footer {
    clear: both;
    padding: 30px 0 20px;
    font-size: 12px;
    line-height: 18px;
    background-color: #161616;
}

.menu-footer-menu-container {
    width: 100%;
    padding-bottom: 25px;
    margin-bottom: 30px;
    clear: both;
    overflow: hidden;
    border-bottom: 1px solid #323232;
}

.menu-footer-menu-container li {
    float: left;
    margin-left: 20px;
    width: 215px;
}

.menu-footer-menu-container li.last {
    width: 200px;
}

.menu-footer-menu-container li li.last {
    width: auto;
}

.menu-footer-menu-container li li {
    float: none;
    margin-left: 0;
}

#footer h3 a {
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

#footer a {
    color: #ccc;
}

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

#footer .copyright {
    font-size: 10px;
    line-height: 25px;
    padding-left: 90px;
    background: transparent url(images/common/logo_mini.png) no-repeat 20px 0;
}

#footer .copyright span {
    float: right;
    margin-right: 20px;
    width: 16px;
    height: 25px;
    background: transparent url(images/common/footer_sth.png) no-repeat 0 0;
}

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}`



/* 3. PAGES
--------------------------------------------------------------------------------
==============================================================================*/


/* 3.1 Home
------------------------------------------------------------------------------*/
.home #footer {
     padding-top: 0;
     background-color: transparent;
 }

.home #footer .container {
    border-top: 1px solid #969899;
    padding-top: 25px;
}

.home #footer .copyright {
    color: #ccc;
    background: transparent url(images/home/logo_mini.png) no-repeat 20px 0;
}

.home #footer .copyright span {
    background: transparent url(images/home/footer_sth.png) no-repeat 0 0;
}

.home .footer-widgets {
    padding-bottom: 25px;
}

.home .middle,
.home #sidebar {
    height: 374px;
}

.home #content {
    width: 640px;
    margin: 0;
}

.home .middle {
    position: relative;
    padding-bottom: 0;
    -moz-border-radius: 30px 0 30px 0;
    -webkit-border-radius: 30px 0 30px 0;
    border-radius: 30px 0 30px 0;
    background-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.attachment-mainslider {
    -moz-border-radius: 30px 0 0 0;
    -webkit-border-radius: 30px 0 0 0;
    border-radius: 30px 0 0 0;
}

.home #sidebar {
    width: 300px;
    margin: 0;
    -moz-border-radius: 0 0 30px 0;
    -webkit-border-radius: 0 0 30px 0;
    border-radius: 0 0 30px 0;
    font-size: 16px;
    line-height: 25px;
    background: #eeeeee;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmRiZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #eeeeee 0%, #dbdbdb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#dbdbdb));
    background: -webkit-linear-gradient(top,  #eeeeee 0%,#dbdbdb 100%);
    background: -o-linear-gradient(top,  #eeeeee 0%,#dbdbdb 100%);
    background: -ms-linear-gradient(top,  #eeeeee 0%,#dbdbdb 100%);
    background: linear-gradient(top,  #eeeeee 0%,#dbdbdb 100%);
}

.oldie .home #sidebar {
    background: #eeeeee;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dbdbdb',GradientType=0 );
}

.home #sidebar ul {
    height: 100%;
    overflow: auto;
    background: url(images/home/bg_home-slider.png) 100% 0 no-repeat;
}

.home #sidebar li a {
    color: #454545;
    display: block;
    padding: 10px 15px;
}

.home #sidebar li {
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #d5d6d6;
    background: transparent;
}

.home #sidebar li:first-child {
    border-top: 1px solid #dfdfdf;
}

.home #sidebar li.hover a,
.home #sidebar a:active,
.home #sidebar a:focus,
.home #sidebar a:hover {
    text-decoration: none;
    background: #0095fc;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTVmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDYzZmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #0095fc 0%, #0063fb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0095fc), color-stop(100%,#0063fb));
    background: -webkit-linear-gradient(top,  #0095fc 0%,#0063fb 100%);
    background: -o-linear-gradient(top,  #0095fc 0%,#0063fb 100%);
    background: -ms-linear-gradient(top,  #0095fc 0%,#0063fb 100%);
    background: linear-gradient(top,  #0095fc 0%,#0063fb 100%);
    color: #fff;
}

.oldie .home #sidebar a:active,
.oldie .home #sidebar a:focus,
.oldie .home #sidebar a:hover {
    background: #0095fc;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0095fc', endColorstr='#0063fb',GradientType=0 );
}

.home #sidebar .slider-corner {
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 30px;
    height: 30px;
    background: url(images/home/bg_home-slider-corner.png) 100% 100% no-repeat;
}

.oldie .home #sidebar .slider-corner {
    display: none;
}


/* 3.2 Page
------------------------------------------------------------------------------*/
.page-template-default .container-2,
.page-template-page-list-php .container-2 {
    clear:left;
    float:left;
    width:100%;
    overflow:hidden;
    background:#fff; /* column 2 background colour */
    border-radius: 0 0 10px 0;
    -moz-border-radius: 0 0 10px 0;
    -webkit-border-radius: 0 0 10px 0;
}

.page-template-default .middle,
.page-template-page-list-php .middle {
    padding-bottom: 0;
    border-radius: 0 0 10px 0;
    -moz-border-radius: 0 0 10px 0;
    -webkit-border-radius: 0 0 10px 0;
}

.page-template-default .container-1,
.page-template-page-list-php .container-1 {
    float:left;
    width:100%;
    position:relative;
    right:750px;
    border-right: 1px solid #d6d6d6;
    padding-bottom: 30px;
    background:#e8e8e8; /* column 1 background colour */
}

.page-template-default #sidebar,
.page-template-page-list-php #sidebar { /* kolumna tu jeden */
    float: left;
    width: 190px;
    position: relative;
    left: 750px;
    overflow: hidden;
    margin: 0;
}

.page-template-default #content,
.page-template-page-list-php #content {
    float: left;
    width: 729px;
    position: relative;
    left: 751px;
    overflow: hidden;
    margin: 0;
    padding: 20px 0 0 20px;
}

.page-template-default #sidebar ul,
.page-template-page-list-php #sidebar ul {
    line-height: 22px;
}

.page-template-default #sidebar li,
.page-template-page-list-php #sidebar li {
    padding: 6px 0 6px 15px;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #d3d3d3;
    background-color: #e8e8e8;
}

.page-template-default #sidebar li:first-child,
.page-template-page-list-php #sidebar li:first-child {
    border-top: 1px solid transparent;
}

.page-template-default #sidebar li.current_page_parent,
.page-template-page-list-php #sidebar li.current_page_parent {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background-color: #dddddd;
}

.page-template-default #sidebar li:hover,
.page-template-page-list-php #sidebar li:hover {
    background: #ddd;
}

.page-template-default #sidebar li a,
.page-template-page-list-php #sidebar li a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-shadow: 0 1px 0 #fff;
}

.page-template-default #sidebar li a:active,
.page-template-page-list-php #sidebar li a:active,
.page-template-default #sidebar li a:focus,
.page-template-page-list-php #sidebar li a:focus,
.page-template-default #sidebar li a:hover,
.page-template-page-list-php #sidebar li a:hover {
    text-shadow: none;
    text-decoration: none;
    color: #333;
}

.page-template-default #sidebar li.current_page_parent a,
.page-template-page-list-php #sidebar li.current_page_parent a {
    text-shadow: none;
}

.page-template-default #sidebar li li,
.page-template-page-list-php #sidebar li li {
    padding: 0;
    background-color: transparent;
    border: none;
}

.page-template-default #sidebar li ul,
.page-template-page-list-php #sidebar li ul {
    padding-bottom: 5px;
}

.page-template-default #sidebar li li a:hover,
.page-template-page-list-php #sidebar li li a:hover,
.page-template-default #sidebar li li a:active,
.page-template-page-list-php #sidebar li li a:active,
.page-template-default #sidebar li li a:focus,
.page-template-page-list-php #sidebar li li a:focus,
.page-template-default #sidebar li.current_page_item a,
.page-template-page-list-php #sidebar li.current_page_item a {
    color: #007efc;
    text-decoration: none;
}

.page-template-default #sidebar li li a,
.page-template-page-list-php #sidebar li li a {
    display: inline;
    padding-right: 12px;
    font-size: 12px;
    font-weight: normal;
    text-shadow: none;
    color: #007efc;
}

.page-template-default #sidebar li li a:active,
.page-template-page-list-php #sidebar li li a:active,
.page-template-default #sidebar li li a:hover,
.page-template-page-list-php #sidebar li li a:hover,
.page-template-default #sidebar li li a:focus,
.page-template-page-list-php #sidebar li li a:focus {
    text-decoration: underline;
}

.page-template-default #sidebar li li.current_page_item a,
.page-template-page-list-php #sidebar li li.current_page_item a {
    font-weight: bold;
    background: url(images/page/bg_current.png) 100% center no-repeat;
}

.side-nav-widget {
    width: 148px;
    margin: 20px auto;
}

.page-template-default .middle,
.page-template-page-list-php .middle {

    margin-bottom: 5px;
}

.gallery-field {
    height: 410px;
    margin-bottom: 20px;
}

#content .gallery-field {
    margin-left: -20px;
    margin-top: -20px;
}

#content p.intro {
    margin-bottom: 8px;
    padding: 7px 0;
    font-size: 16px;
    line-height: 22px;
}

.column-A {
    float: left;
    width: 400px;
}

#content h3 {
    padding: 5px 0;
    margin: 15px 0;
    font-weight: bold;
    font-size: 16px;
    color: #0066cc;
}

#content a {
    color: #007efc;
}

#content a:acive,
#content a:focus,
#content a:hover {
    text-decoration: underline;
}

ul.dotted {
    list-style-position: outside;
    margin-bottom: 15px;
}

ul.dotted li {
    padding-left: 8px;
    background: transparent url(images/common/bullet_dot.png) no-repeat left 3px;
}

.arrowed {
    margin-bottom: 15px;
}

.arrowed li {
    padding-left: 20px;
    margin-bottom: 5px;
    background: url(images/common/bullet_arrow.png) no-repeat left 3px;
}

.think-green {
    float: right;
    width: 95px;
    margin-top: -5px;
    margin-left: 20px;
    font-size: 10px;
    line-height: 15px;
    font-weight: bold;
    text-align: center;
    color: #15bd2d;
}

.think-green img {
    display: block;
    margin: 0 auto 10px;
}

#content a.download {
    display: inline-block;
    margin: 16px 0;
    height: 25px;
    padding-right: 30px;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    color: #06C;
    text-decoration: none;
    background: transparent url(images/common/ico_go.png) no-repeat right 0;
}

#content h3 a.download {
    margin: 0;
}

#content a.download:active,
#content a.download:focus,
#content a.download:hover {
    text-decoration: underline;
}

p.notice {
    font-size: 10px;
    line-height: 16px;
}

.column-B {
    width: 280px;
    float: right;
    margin-right: 20px;
}

#content .download thead tr,
#content .package-quoter h3 {
    position: relative;
    padding: 0 0 0 13px;
    margin: 0;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.25);
    background: #c5c5c5;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M1YzVjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4YThhOGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #c5c5c5 0%, #8a8a8a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c5c5c5), color-stop(100%,#8a8a8a));
    background: -webkit-linear-gradient(top,  #c5c5c5 0%,#8a8a8a 100%);
    background: -o-linear-gradient(top,  #c5c5c5 0%,#8a8a8a 100%);
    background: -ms-linear-gradient(top,  #c5c5c5 0%,#8a8a8a 100%);
    background: linear-gradient(top,  #c5c5c5 0%,#8a8a8a 100%);
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.oldie #content .package-quoter h3 {
    background: #c5c5c5 url(images/common/bg_package-header.png) repeat-x 0 0;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c5c5', endColorstr='#8a8a8a',GradientType=0 );
}

.package-quoter {
    position: relative;
}

.package-quoter form {
    position: relative;
    padding: 19px 6px 20px 13px;
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    background-color: #f6f6f6;
}

.package-quoter label {
    float: left;
    width: 85px;
    margin-left: 19px;
    font-weight: bold;
    line-height: 22px;
    color: #333;
}

.package-quoter .fpc-info ~ label {
    margin-left: 0;
}

.package-quoter form div {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}

select {
    float: left;
    width: 150px;
    height: 22px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

.package-quoter p {
    clear: both;
    font-size: 11px;
    line-height: 16px;
    color: #999999;
}
.package-quoter div + p {
    padding-top: 5px;
}

p.total {
    font-size: 12px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;

}

.package-quoter p.total {
    padding: 15px 10px 3px 0;
}

.package-quoter p.total span {
    float: right;
    font-size: 18px;
}

.fpc-info {
    float: left;
    width: 12px;
    height: 12px;
    overflow: hidden;
    text-indent: -32766px;
    margin: 4px 7px 6px 0;
    background: url(images/common/ico_info.png) center center no-repeat;
}

.fpc-tooltip,
.tooltip {
    display: none;
    z-index: 100;
    width: 280px;
    padding: 10px;
    margin: 0;
    border: 1px solid #ececec;
    font-size: 11px;
    line-height: 16px;
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
    background: linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
    -moz-border-radius: 10px 10px 0 10px;
    -webkit-border-radius: 10px 10px 0 10px;
    border-radius: 10px 10px 0 10px;
    -moz-box-shadow: 0 0 2px #ececec;
    -webkit-box-shadow: 0 0 2px #ececec;
    box-shadow: 0 0 2px #ececec;
}

.oldie .fpc-tooltip {
    background: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
}

.fpc-tooltip p {
    color: #666;
}

.fpc-tooltip p + p,
.tooltip p + p {
    margin-top: 5px;
}

.tooltip {
    width: auto;
    max-width: 140px;
    padding: 5px 10px;
    background: #0093fc;
    text-align: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #0066cc;
    color: #fff;
}

.tooltip.center {
    text-align: center;
}

.tooltip .tip-arrow {
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    width: 6px;
    height: 12px;
    margin-top: -6px;
    background: url(images/common/bg_tip-arrow.png) 0 center no-repeat;
}

.button,
.button:visited {
    position: relative;
    padding: 6px 10px;
    margin: 15px 0 0 0;
    overflow: visible;
    display: block;
    border: 1px solid #196a92;
    color: #fff;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: middle;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.25);
    background: #0094fc;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTRmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY0ZmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #0094fc 0%, #0064fb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0094fc), color-stop(100%,#0064fb));
    background: -webkit-linear-gradient(top,  #0094fc 0%,#0064fb 100%);
    background: -o-linear-gradient(top,  #0094fc 0%,#0064fb 100%);
    background: -ms-linear-gradient(top,  #0094fc 0%,#0064fb 100%);
    background: linear-gradient(top,  #0094fc 0%,#0064fb 100%);
    color: #fff;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.oldie .button {
    background: #0094fc url(images/common/btn_button.png) repeat-x 0 0;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0094fc', endColorstr='#0064fb',GradientType=0 );
}

.button:active,
.button:focus,
.button:hover {
    border-color: #3fa1d2;
    text-decoration: none;
    background: #88cafe;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg4Y2FmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYjZlZmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #88cafe 0%, #1b6efb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88cafe), color-stop(100%,#1b6efb));
    background: -webkit-linear-gradient(top,  #88cafe 0%,#1b6efb 100%);
    background: -o-linear-gradient(top,  #88cafe 0%,#1b6efb 100%);
    background: -ms-linear-gradient(top,  #88cafe 0%,#1b6efb 100%);
    background: linear-gradient(top,  #88cafe 0%,#1b6efb 100%);
}

.oldie .button:active,
.oldie .button:focus,
.oldie .button:hover {
    background: #88cafe;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88cafe', endColorstr='#1b6efb',GradientType=0 );
}


.button-b,
.button-b:visited {
    border-color: #828282;
    background: #acacac;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FjYWNhYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MjgyODIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #acacac 0%, #828282 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#acacac), color-stop(100%,#828282));
    background: -webkit-linear-gradient(top,  #acacac 0%,#828282 100%);
    background: -o-linear-gradient(top,  #acacac 0%,#828282 100%);
    background: -ms-linear-gradient(top,  #acacac 0%,#828282 100%);
    background: linear-gradient(top,  #acacac 0%,#828282 100%);
}

.oldie .button-b {
    background: #acacac;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acacac', endColorstr='#828282',GradientType=0 );
}

.button-b:active,
.button-b:hover,
.button-b:focus {
    border-color: #828282;
    background: #bcbcbc;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JjYmNiYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MjgyODIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #bcbcbc 0%, #828282 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bcbcbc), color-stop(100%,#828282));
    background: -webkit-linear-gradient(top,  #bcbcbc 0%,#828282 100%);
    background: -o-linear-gradient(top,  #bcbcbc 0%,#828282 100%);
    background: -ms-linear-gradient(top,  #bcbcbc 0%,#828282 100%);
    background: linear-gradient(top,  #bcbcbc 0%,#828282 100%);
}

.oldie .button-b:active,
.oldie .button-b:hover,
.oldie .button-b:focus {
    background: #bcbcbc;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcbcbc', endColorstr='#828282',GradientType=0 );
}

.button span {
    padding-right: 17px;
    background: transparent url(images/common/btn_arrow.png) no-repeat right center;
}


/* 3.3 Fullpage
------------------------------------------------------------------------------*/


.header-image {
    position: relative;
}

.header-image img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.middle h1 {
    position: relative;
    padding: 24px 0 0 20px;
    font-size: 36px;
    font-weight: bold;
    line-height: 42px;
    color: #06c;
    z-index: 10;
}

.page-template-page-static-php .additional-info {
    font-size: 13px;
}

#sidebar .promo-space {
    margin: 0;
    height: 150px;
}

.widget-text {
    margin-top: 20px;
    padding: 16px;
    font-size: 13px;
    background: #f6f6f6;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.widget-text:first-child {
    margin-top: 0;
}

.widget-text h3 {
    margin: 0 0 15px;
    font-size: 13px;
    font-weight: bold;
    color: #333;
}


/* 3.4 Listpage
------------------------------------------------------------------------------*/

.category-intro {
    margin: 20px 20px 20px 0;
    font-size: 13px;
}

.row {
    float: left;
    margin: 20px 0 3px;
}

.category-intro + .row {
    margin-top: 5px;
}

.case {
    display: block;
    float: left;
    width: 222px;
    margin-left: 22px;
    text-decoration: none;
    color: #007efc;
}

.case:first-child {
    margin-left: 0;
}

.case img {
    display: block;
}

.case .name {
    display: block;
    padding: 10px 12px;
    border: 1px solid #e5e5e5;
    border-top: 0;
    font-size: 13px;
    font-weight: bold;
}

#content .case:active,
#content .case:hover,
#content .case:focus {
    text-decoration: underline;
}


/* 3.5 Project into form
------------------------------------------------------------------------------*/
.form-section {
    padding: 13px 225px 16px 0;
    border-bottom: 1px solid #e6e6e6;
}

.page-template-page-order-php #content,
.page-template-page-upload-php #content,
.page-template-page-projectdetails-php #content {
    width: 900px;
}

form div.long,
form div.medium,
form div.short {
    float: left;
}

form div.long {
    margin-right: 20px;
    width: 317px;
}

form div.long input,
form div.long textarea {
    width: 310px;
    max-width: 310px;
    min-width: 310px;
}

form div.medium {
    margin-right: 20px;
    width: 250px;
}

form div.medium input,
form div.medium textarea {
    width: 243px;
    max-width: 243px;
    min-width: 243px;
}

form div.short {
    margin-right: 19px;
    width: 150px;
}

form div.short input,
form div.short textarea {
    width: 143px;
    max-width: 143px;
    min-width: 143px;
}

.estimate-details h4,
.page-template-page-upload-php label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
}

.page-template-page-upload-php textarea {
    min-height: 92px;
}


form div.short select {
    width: 60px;
    float: none;
    margin-bottom: 16px;
}

.estimate-details {
    padding: 20px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.estimate-details ul.dotted {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 13px;
}

form div.long + form div.long {
    clear: right;
}

.file-upload input[type="file"] {
    display: block;
    width: 310px;
}

.page-template-page-upload-php .button span {
    background-image: url(images/common/btn_arrow-up.png);
}

.column-C {
    float: left;
    width: 340px;
}

/* 3.6 Short Run Quoter
------------------------------------------------------------------------------*/

.broker-login {
    position: absolute;
    z-index: 11;
    top: 10px;
    right: 20px;
}

.promo-space {
    height: 175px;
    margin: 25px 20px 10px;
    background-color: #ccc;
}

.page-template-page-shortrunquoter-php #content {
    width: 730px;
    margin-right: 0;
}

.page-template-page-shortrunquoter-php #sidebar {
    width: 150px;
    padding-left: 18px;
    border-left: 1px solid #e6e6e6;
}

.column-d {
    margin-top: 0;
    padding: 0 18px;
    width: 150px;
    max-height: 860px;
    float: left;
    border-left: 1px solid #e6e6e6;
}

.no-js .column-d {
    max-height: none;
}

.column-d.last {
    padding-right: 0;
}

.column-d:first-child {
    padding-left: 0;
    border-left: 0;
}

.column-d h4,
.page-template-page-shortrunquoter-php #sidebar h4 {
    color: #0066cc;
    margin: 0 0 25px;
}

.column-d ul + h4 {
    margin-top: 25px;
}

#sidebar form div {
    clear: both;
    width: 100%;
    float: left;
}

#sidebar select {
    margin-bottom: 10px;
}

#sidebar input {
    margin-left: 0;
    margin-right: 0;
    padding: 2px 0 2px 2px;
    width: 145px;
}

#sidebar input.errorinput {
    border-color: #c00;
    background: #ffb5c5;
}

span.estimation-date {
    font-size: 14px;
    font-weight: bold;
    color: #f00;
}

.page-template-page-shortrunquoter-php #sidebar .button {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    font-size: 12px;
}

.page-template-page-shortrunquoter-php #sidebar .button[type="reset"] {
    margin: 10px 0 20px;
    font-size: 11px;
}

ul.total {
    padding: 8px 0 15px;
    font-size: 13px;
    font-weight: bold;
    text-transform: none;
    color: #333;
}

.page-template-page-shortrunquoter-php #sidebar label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
}

.page-template-page-shortrunquoter-php #sidebar form div {
    margin-bottom: 4px;
}

h5 {
    font-weight: bold;
    color: #333;
}

.page-template-page-shortrunquoter-php #sidebar > h5 {
    font-size: 14px;
}

#sidebar .dotted {
    margin-top: 5px;
    font-size: 13px;
    color: #333;
}

.option {
    display: block;
    position: relative;
    width: 150px;
    height: 80px;
    background-color: #ddd;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.option input {
    position: absolute;
    left: -999em;
}

.option img {
    position: absolute;
    top: 5px;
    left: 7px;
    max-width: 80px;
    max-height: 74px;
}

.option span {
    float: right;
    display: block;
    width: 68px;
    padding-right: 5px;
    color: #000;
    margin-top: 33px;
    letter-spacing: -0.5px;
    line-height: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.option.smaller {
    font-size: 11px;
}

.option small {
    display: block;
    font-size: 9px;
}

.option:hover {
    background-color: #ff0;
}

.option.selected {
    background-color: #06c;
}

.column-d ul li {
    margin-top: 10px;
}

.column-d ul li.inactive {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.column-d ul li:first-child{
    margin-top: 0;
}

.jcarousel-skin-quoter {
    position: relative;
}

.jcarousel-skin-quoter .jcarousel-clip {
    max-height: 800px;
    overflow: hidden;
}

.jcarousel-skin-quoter .jcarousel-prev,
.jcarousel-skin-quoter .jcarousel-next {
    position: absolute;
    left: 0;
    top: -23px;
    width: 100%;
    height: 20px;
    background: #0066cc url(images/short-run-quoter/sprite_controls.png) center 7px no-repeat;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.jcarousel-skin-quoter .jcarousel-next {
    top: auto;
    bottom: -23px;
    background-position: center -38px;
}

.jcarousel-skin-quoter .jcarousel-prev-disabled,
.jcarousel-skin-quoter .jcarousel-next-disabled {
    visibility: hidden;
}

/* 3.7 Search results
------------------------------------------------------------------------------*/

.results-for {
    display: block;
    font: bold 0.5em Helvetica, Arial, sans-serif;
    color: #565656;
}

#content .results > li {
    padding-left: 30px;
    margin: 45px 0 0;
    background: url(images/common/bullet_arrow.png) no-repeat left 3px;
}

#content .results > li:first-child {
    margin-top: 15px;
}

#content .results h3 {
    margin: 0 0 15px;
    padding: 0;
}

#content .read-more .button,
#content .read-more .button:visited {
    display: inline-block;
    padding: 0 6px;
    font-size: 12px;
    text-transform: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
}

.pagination {
    clear: both;
    padding: 10px 20px 0;
}

.wp-paginate {
    padding: 25px 0 5px;
    border-top: 1px solid #ECECEC;
    text-align: center;
    font-size: 1.1em;
}

.wp-paginate li {
    display: inline-block;
    margin: 0 3px;
}

.ie7 .wp-paginate li {
    display: inline;
}

.wp-paginate a,
.wp-paginate a:visited,
.wp-paginate .page {
    display: block;
    width: 28px;
    line-height: 28px;
    color: #565656;
    background: url(images/common/sprite_pagination.png) no-repeat 0 0;
}

.wp-paginate a:active,
.wp-paginate a:focus,
.wp-paginate a:hover {
    text-decoration: none;
    color: #0094FC;
}

.wp-paginate .current {
    font-weight: bold;
    color: #06c;
}

.wp-paginate .gap {
    display: block;
    width: 28px;
}

.wp-paginate .prev,
.wp-paginate .next {
    text-indent: -32766px;
}

.wp-paginate .prev,
.wp-paginate .prev:visited {
    background-position: -36px 0;
}

.wp-paginate .next,
.wp-paginate .next:visited {
    background-position: -72px 0;
}


/* 3.8 Project Confirmation
------------------------------------------------------------------------------*/

.order-status {
    margin: 10px 0;
    padding: 24px;
    border: 1px solid #96d914;
    background: #f7fdee;
    color: #333;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.confirmation-info .col {
    width: 430px;
    float: left;
    margin-left: 40px;
}

.confirmation-info .col:first-child {
    margin-left: 0;
}

.confirmation-info .info {
    font-size: 1.1em;
}

.confirmation-info .info + .info {
    margin-top: 30px;
}

.confirmation-info .info > li {
    padding: 10px 3px;
    min-height: 18px;
    border-bottom: 1px solid #ececec;
}

.confirmation-info h4 {
    float: left;
    width: 130px;
    font-size: 1em;
}

.confirmation-info .entry {
    margin-left: 135px;
    color: #333;
}

.confirmation-info .dotted {
    margin-bottom: 0;
}

.confirmation-info .dotted li {
    margin-top: 8px;
    background-position: 0 3px;
}

.confirmation-info .dotted li:first-child {
    margin-top: 0;
}

/* 3.9 Downloads
------------------------------------------------------------------------------*/
.preview {
    display: block;
    float: left;
    padding-left: 21px;
    height: 21px;
    margin-right: 8px;
    background: url(images/common/ico_preview.png) no-repeat 0 0;
}

.preview[href=""] {
    display: none;
}

.preview-tip {
    max-width: none;
    border: 1px solid #ECECEC;
    background: #fff;
}

.preview-tip .tip-arrow {
    top: 0;
    left: 50%;
    width: 21px;
    height: 12px;
    margin-left: -10px;
    margin-top: -12px;
    background: url(images/common/bg_preview-tip-arrow.png) no-repeat center bottom;
}

.download {
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

.download table {
    width: 100%;
    border-collapse: collapse;
}

.download table th,
.download table td {
    padding: 7px 8px;
    border: solid 1px #efefef;
    line-height: 21px;
    vertical-align: middle;
    font-weight: bold;
}

.download table td .button {
    margin-top: 0;
}

.download table th + th,
.download table td + td {
    width: 140px;
}

#content .download thead tr {
    text-transform: none;
    height: auto;
    padding: 0;
    line-height: 29px;
}


/* 4. PRINT
--------------------------------------------------------------------------------
==============================================================================*/


@media print {

    body {
        font: normal normal 12pt/1.5em "Times New Roman", Times, serif;
    }

    a[href]:after {
        content: " (" attr(href) ") ";
        font-size: 90%;
    }

    a[href^="/"]:after {
        content: " (http://domain.com" attr(href) ") ";
    }

    #accessibility-nav,
    .hide {
        display: none !important;
    }
}

/* Igor addition */
.home #content ul,
.home #content ul li {
    display: block;
    width: 639px;
    height: 374px;
    position: relative;
}

.home #content ul li {
    position: absolute;
    top: 0;
    left: 0;
}

.home #sidebar .children {
    display: none;
}

.page-template-default #sidebar li.current_page_parent,
.page-template-page-list-php #sidebar li.current_page_parent {
    background-color: #ddd;
    border-bottom: solid 1px transparent;
    borter-top: solid 1px transparent;
}

.page-template-default #sidebar .children,
.page-template-page-list-php #sidebar .children {
    display: none;
}

.page-template-default #sidebar .current_page_parent .children ,
.page-template-page-list-php #sidebar .current_page_parent .children {
    display: block;
}

p.fpc-price-label {
    font-size: 12px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;

}

.package-quoter p.fpc-price-label {
    padding: 15px 19px 3px 0;
    position: relative;
}

.package-quoter p.fpc-price-label span {
    position: absolute;
    left: 0;
    font-size: 18px;
    display: block;
    top: 12px;
    text-align: right;
    width: 240px;
}

.package-quoter p.fpc-price-label ins {
    text-decoration: none;
}

.flexible-price-calculator {
    position: relative;
}

.fpc-loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff url(images/loading.gif) center no-repeat;
    opacity: 0.7;
    filter: alpha(opacity=70);
    display: none;
}

.page-template-page-shortrunquoter-php .fpc-title {
    display: none;
}

.page-template-page-shortrunquoter-php #flexible-price-calculator fieldset > .fpc-field-container {
    display: none !important;
}

.page-template-page-shortrunquoter-php .fpc-price-label {
    display: none;
}

.page-template-page-shortrunquoter-php #sidebar + .column-d {
    padding-left: 0;
    border-left: 0;
}

.page-template-page-shortrunquoter-php #sidebar {
    margin: 0;
}

.page-template-page-shortrunquoter-php #content {
    margin-right: 20px;
    width: 900px;
}

.validation-info {
    display: block;
    min-height: 16px;
    line-height: 16px;
    margin: 0 0 15px;
}

.validation-error {
    color: #fb5555;
    padding: 0 0 0 30px;
    background: url(images/invalid.png) no-repeat;
    background-position: 2px top;
    display: block;
}

.invalid {
    border: solid 1px #f49c9b;
    background: #feeeef;
}

form div.short select {
    margin-right: 55px;
}

#pluploader_container {
    padding: 0;
    margin: 0 0 10px;
}

#content h3 a {
    color: #0066cc;
}

.button span {
    color: #fff;
}

.galleria-stage {
    bottom: 0;
}

.galleria-thumb-nav-right,
.galleria-thumb-nav-left {
    background-color: #7f7f7f;
}

.galleria-thumb-nav-right.disabled,
.galleria-thumb-nav-left.disabled {
    background-color: transparent;
}

.galleria-info-description b {
    color: #0066CC;
    font-size: 23px;
}

.gallery-field {
    height: 327px;
}

#flexible-price-calculator .fpc-before-price {
    font-weight: bold;
    color: #000;
    margin: 15px 0 0;
}

.srq-image .topimage,
.middle > .topimage,
.container-1 .topimage {
    width: 749px;
    margin: -20px 0 20px -20px;
    overflow: hidden;
    max-height: 327px;
}

.srq-image .topimage img,
.middle > .topimage img,
.container-1 .topimage img {
    width: 749px;
    height: auto;
}

.srq-image .topimage,
.middle > .topimage {
    width: 940px;
    margin: 0;
}

.srq-image .topimage img,
.middle > .topimage img {
    width: 940px;
    position: static;
}

#flexible-price-calculator .total {
    padding: 5px;
    background: #ffffb1;
    border: solid 1px #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

#wpstats {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
}

#content.wide-content {
    width: auto;
}

.page page-id-729 .menu-footer-menu-container,
.page page-id-608 .menu-footer-menu-container,
.menu-footer-menu-container .page-item-729,
.menu-footer-menu-container .page-item-608 {
    display: none;
}

