/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:collapse;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:top;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
html {font-size:100.01%;}
body {font-size:75%;color:#111;font-family: Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:bold;color:#796B67;}
h1 {font-size:18px;line-height:18px;margin-bottom: 15px;}
h2 {font-size:14px;line-height:14px;margin-bottom: 15px;}
h3 {font-size:11px;line-height:14px;margin-bottom: 15px;}
h4 {font-size:1.1em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.25em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
div.right, p.right { text-align:right; }
a:focus, a:hover {color:#BA122B;outline:none;text-decoration:none;}
a {color:#ba122b;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #ba122b; cursor: help;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}

/* table style */
table {margin-bottom:1.4em;width:100%;}
th {background:#DCDAD9;font-weight: 700 !important;border-right: 1px solid #fff;}  
td {background:#F3F2F1;border-right: 1px solid #fff;}
tr.even th, tr.even td, tr.light th, tr.light td, th.light, td.light {background:#fff;}
tr.dark th, tr.dark td, th.dark, td.dark {background: #DCDAD9;}
th, td, table tbody th, table tbody td {border-bottom:1px solid #fff;}
table th, table td {padding:4px 10px;}
table th.indent, table td.indent {padding:4px 10px 4px 20px;}
table tr.dark th, table tr.dark td {border-bottom:1px solid #7a7a7a;}
table tbody tr.push td {padding:4px 10px 5px;border-bottom:0 none;background: url('images/bg.tr_push.gif') no-repeat right bottom;}
table tbody tr.push th {padding:4px 10px 5px 20px;border-bottom:0 none;background: url('images/bg.tr_push.gif') no-repeat left bottom;}
caption {padding: 0 0 1em;font-weight:bold;}
.left {float:left;}
.right {float:right;}
th.left, td.left, th.right, td.right {float:none;}
th.right, td.right {text-align:right;}
table .last {padding-right:0;}
table img { border: 0 !important; vertical-align: top; }

small, .small {font-size:.9em;line-height:1.875em;}
.hide, .hidden {display:none;}

/* forms.css */
input[type=text], 
input[type=password], 
input.text, 
textarea,
select{
    border: 1px solid #C8C8C8;
    font-family: arial,sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 2px 3px 2px 3px;
}
select{
    padding: 1px 3px 1px 3px !important;
}
input.disabled {background:#ddd}
select {width:208px;padding:2px 3px;}
input.text {width:200px;}
textarea {width:200px;height:150px;}

input.back, button.back, input.submit.disabled, a.buttonDark {
    padding: 1px 10px 2px 15px;
    background: #f3f3f3 url('images/sprite.btn_brown.gif') no-repeat;
    border: none;
    height: 20px;
    line-height: 16px;
    cursor: pointer;
    color: #333;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    width: auto;
    font-weight: bold;
    color: #fff;
    font-family: Arial;
    overflow: visible;
}

input.back:hover, button.back:hover, input.submit.disabled:hover, a.buttonDark:hover {
    background-position: 0 -25px;
}

input.submit, button.submit, a.button {
    padding: 1px 10px 2px 15px;
    background: #e597af url('images/sprite.btn_red.gif') no-repeat;
    border: none;
    height: 20px;
    line-height: 16px;
    cursor: pointer;
    font-weight: bold;
    font-size: 11px;;
    color: #fff;
    font-family: Arial;
    width: auto;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    overflow: visible;
}

input.submit:hover, button.submit:hover, a:hover.button {
    background-position: 0 -25px;
}

input.submit.disabled {
    color:#171717;
    background:#f2f2f2;
    color:#8b8b8b;
}

a.button, a.buttonDark {
    display: inline-block;
    text-decoration: none;
    padding: 0 10px 0 15px;
    line-height: 20px;
}

a.button:hover, a.buttonDark:hover {
    text-decoration: none !important;
    color: #fff;
}

form.form,
form.inquiry {
    font-size: 11px;
}

form.form .field,
form.inquiry .field {
    clear: both;
    margin-bottom: .5em;
    padding: .5em 0;
}

form.form .field label,
form.inquiry .field label {
    float: left;
    width: 226px;
    margin-right: 10px;
    text-align: left;
    font-weight: bold;
    font-size: 11px;
}

form.inquiry .check {
    padding-left: 236px;
}

form.inquiry .check label {
    float: none;
    width: auto;
    margin: 0;
    text-align: left;
    font-weight: normal;
}

form.inquiry .span-5 label {
    float: none;
    width: auto;
    margin: 0;
    text-align: left;
    font-weight: normal;
}

.list {
    margin-bottom: 1em;
}
    .list p {
        display: none;
    }
    .list label {
        padding-bottom: 0.5em;
    }
        .list label input {
            vertical-align: top;
        }

/*
#esuSudaresSutarti label {
    float: left;
    width: 140px;
    margin-right: 10px;
    text-align: right;
}
*/

#esuSudaresSutarti .check {
    padding-left: 236px;
}

#esuSudaresSutarti .check label {
    float: none;
    width: auto;
    margin: 0;
    text-align: left;
    font-weight: normal;
}

form.form .buttons {
    margin-bottom: 1.5em;
    padding: .5em 0 0 236px;
}

.error-list {
    margin-bottom: 1.5em;
    padding: 0 0 0 15px;
    color: #ba122b;
}

.error-list h3 {
    padding-left: 23px;
    background: url('images/ico.errors.gif') no-repeat 0 50%;
    color: #ba122b;
}

.error-list ul {
    margin: 0 !important;
    padding: 0;
    list-style: none;
}

.error-list li {
    padding-left: 23px !important;
    background: url('images/bullet.text_list.png') no-repeat 10px 7px !important;
}

.error { color: #ba122b} 
input.error,
select.error,
textarea.error { 
    border: 1px solid #ba122b 
}

.error-note { display: none; }

#subscribeNewsletter .error-note {
	display: block;
	padding-top: 5px;
}

/* grid.css */
.container {width:930px;margin:0 auto;}
hr {background:#dadada;color:#dadada;clear:both;float:none;width:100%;height:1px;margin:0 0 1.45em;border:none;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/* extra */

.gray{font-weight:bold;color:#7A7A7A;}
.no_margin{margin:0 !important;}
.no_padding{padding:0 !important;}
.grayblock{
    display:block;
    padding:20px;
    margin:0 0 20px 0;
    clear:both;
    border:1px solid #d4d4d4;
    background:#f3f3f3;
}
.flash-replaced .alt{display:none}

.fl {float: left}
.fr {float: right}
