/* 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:normal;color:#000;}
h1 {font-size:1.8em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:1.3em;line-height:1.2;margin-bottom:1.3em;}
h3 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
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 {margin-bottom:1.4em;width:100%;border-top:1px solid #ba122b;}
table thead th, table thead td, table tfoot th, table tfoot td {background:none;border-bottom:1px solid #ba122b;}
table thead th {font-weight:bold;}
th, td, table tbody th, table tbody td {border-bottom:1px solid #dadada;}
table tbody tr.end th, table tbody tr.end td {border-bottom:1px solid #ba122b;}
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 th {font-weight:normal;}
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 {padding:3px;background-color:#fff;border-top:1px solid #666;border-left:1px solid #666;border-right:1px solid #dadada;border-bottom:1px solid #dadada;}
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 {
    height: 22px;
    padding: 0 10px;
    background: #f3f3f3 url('images/btn.grey.gif') repeat-x;
    border: 1px solid #7a7a7a;
    cursor: pointer;
    color: #333;
    width: auto;
    overflow: visible;
}

input.submit,
button.submit,
a.button {
    height: 22px;
    padding: 0 10px;
    background: #e597af url('images/btn.red.gif') repeat-x;
    border: 1px solid #9c122b;
    cursor: pointer;
    font-weight: normal;
    color: #fff;
    width: auto;
    overflow: visible;
}

input.submit.disabled{
    color:#171717;
    background:#f2f2f2;
    border:1px solid #b1b1b1;
    color:#8b8b8b;
}

a.button {
    display: inline-block;
    text-decoration: none;
    padding: 0 10px;
}

a.button:hover {
    text-decoration: none;
    color: #fff;
}

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: right;
    font-weight: bold;
}

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-8 label {
    float: none;
    width: auto;
    margin: 0;
    text-align: left;
    font-weight: normal;
}

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

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

#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: 1.5em;
    background: #fffcdd;
    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;
    background: url('images/bullet.form_error.gif') no-repeat 5px .5em !important;
}

.error { background: #fffcdd;} 

.error-note { display: none; }

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

/* grid.css */
.container {width:946px;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}