html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

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

tbody {
    border-top: none;
}

a,
img {
    border: none;
    outline: none;
}

address,
caption,
cite,
th {
    font-style: normal;
    font-weight: normal;
}

blockquote,
q {
    quotes: none;
}

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

:focus {
    outline: 0;
}

fieldset {
    border: none;
}

abbr {
    border: none;
}

iframe {
    border: none;
    overflow: hidden;
}

html,
body {
    background: #515b65 url("../images/page-gradient.png") repeat-x top left;
    font: 10px Arial, Helvetica, sans-serif;
    color: #ccc;
}

table,
tr,
td,
th {
    font-size: 12px;
}

body {
    text-align: center;
}

.clear {
    clear: both;
}

.clear-left {
    clear: left;
}

embed,
object {
    z-index: 0;
}

fieldset {
    border: 1px solid #999;
    margin: 1em 0;
    padding: 1em;
    border-radius: 4px;
}

button {
    border: none;
    cursor: pointer;
}

ul {
    margin: 0 0 0.5em 1em;
}

ul li {
    margin: 0 0 0.5em 1.5em;
}

ol {
    margin: 0.25em 0 1em;
    padding: 0;
}

ol li {
    margin-left: 1.75em;
    padding: 0 0 0.75em;
}

p {
    margin: 0 0 1.25em;
    line-height: 130%;
}

a {
    text-decoration: none;
    color: #eee;
}

a:hover {
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 1em;
    color: #ccc;
    font-weight: normal;
    line-height: 100%;
}

h1 {
    font-size: 21px;
}

h2 {
    font-size: 18px;
    margin-bottom: 1.25em;
}

h3 {
    font-size: 14px;
    margin-bottom: 1em;
}

h4 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0.5em;
}

h5,
h6 {
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 0.35em;
}

#page-wrap {
    margin: 0 auto;
    width: 900px;
}

#page-wrap .container {
    text-align: left;
}

.form-item {
    margin-top: 1em;
    margin-bottom: 1em;
}

.form-item label {
    font-weight: bold;
}

.buttons-wrapper {
    margin-top: 15px;
}

form button {
    background-color: #333;
    color: #eee;
    display: inline-block;
    padding: 5px 19px 6px;
}

form button:hover {
    background-color: #1f1f1f;
    color: #fff;
}

.clear-block {
    display: block;
}

.clear-block:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

.alert {
    padding: 15px 12px !important;
    margin: 0 !important;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert p {
    line-height: 1;
    margin-bottom: 0;
}

#messages .alert {
    margin-bottom: 18px !important;
}

#messages .alert ul {
    margin: 0;
    padding: 0;
}

#messages .alert li:last-child {
    margin-bottom: 0;
}

#header-region p,
#logo-wrapper h1 {
    margin-bottom: 0;
}

#page-header {
    background-image: url("../images/asphalt-wm.png");
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
    text-align: left;
    min-height: 128px;
}

#logo-wrapper {
    float: left;
    margin: 33px 0 15px 8px;
}

#logo-wrapper span.site-slogan {
    position: absolute;
    top: 95px;
    left: 447px;
}

#logo-wrapper a {
    display: block;
    color: #fff;
}

#logo {
    height: 85px;
}

#nav-menu {
    clear: left;
    border-bottom: 5px solid #8e969e;
    width: 100%;
}

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

#nav-menu li {
    float: left;
    background: #8e969e url("../images/nav-curve-topright.png") no-repeat top right;
    margin: 0 1px 0 0;
    padding: 0;
}

#nav-menu li:last-child {
    margin-right: 0;
}

#nav-menu li.active a {
    color: #fff;
}

#nav-menu a {
    background: url("../images/nav-curve-topleft.png") no-repeat top left;
    display: block;
    font-size: 12px;
    padding: 7px 26px 5px;
    color: #333;
}

#nav-menu a:hover {
    color: #fff;
}

#content-top-region {
    margin-top: 2px;
}

#content-top-region img {
    display: block;
}

#content-wrapper {
    background: url("../images/content-bg.png") no-repeat bottom;
    position: relative;
}

#content-inner {
    padding: 20px 19px 20px 11px;
    text-align: left;
    color: #ddd;
}

.contact-form-wrapper form {
    margin-bottom: 20px;
    border: 1px solid #999;
    padding: 15px 15px 21px;
    border-radius: 4px;
}

.contact-form-wrapper form #name-wrapper {
    margin-top: 24px;
}

.contact-form-wrapper form label {
    float: left;
    width: 140px;
    margin-right: 10px;
}

.contact-form-wrapper form .form-text,
.contact-form-wrapper form textarea {
    background-color: #333;
    border: 1px solid #999;
    color: #eee;
    float: left;
    width: 420px;
}

.contact-form-wrapper form select {
    background-color: #333;
    border: 1px solid #999;
    color: #eee;
}

.contact-form-wrapper form .asphaltos-captcha {
    float: left;
    width: 420px;
}

.sidebar {
    float: left;
    position: relative;
    text-align: left;
}

.sidebar .block {
    margin-bottom: 1.1em;
    font-size: 1.2em;
}

.sidebar .block ul {
    margin: 0 0 10px;
    padding: 0;
}

.sidebar ul li {
    list-style: none none;
    padding-left: 0;
    margin-left: 0;
}

#sidebar-left,
#sidebar-right {
    width: 205px;
}

#sidebar-left {
    margin-right: 20px;
}

#sidebar-right {
    margin-left: 20px;
}

#center {
    font-size: 1.2em;
}

#center .squeeze {
    text-align: left;
    position: relative;
}

.with-sidebar #center {
    float: left;
}

.two-sidebars #center {
    width: 420px;
}

.one-sidebar #center {
    width: 645px;
}

table.grid-view {
    width: 100%;
}

table.grid-view td {
    vertical-align: top;
    text-align: left;
    padding: 0 34px 22px 0;
    width: 270px;
}

table.grid-view td div {
    margin-bottom: 12px;
}

table.grid-view td p {
    margin-bottom: 0;
}

table.grid-view td.col-3 {
    padding-right: 0;
}

table.grid-view a {
    text-decoration: underline;
    color: #ccc;
    font-weight: bold;
}

table.grid-view a:hover {
    color: #ddd;
}

table.grid-view img {
    border: 1px solid #fff;
    width: 266px;
}

table.grid-view .product-view-entry {
    background-image: url("../images/read-more-bg.png");
    background-repeat: no-repeat;
    padding: 8px 0 0 11px;
    margin-bottom: 0;
    overflow: hidden;
    width: 89px;
    height: 22px;
}

table.grid-view .product-view-entry a {
    text-decoration: none;
}

td,
th {
    padding: 0.5em 0.25em;
}

form table {
    width: 98%;
}

dl dd {
    margin: 0 0 0.5em 0;
}

#footer-region {
    background-image: url("../images/footer-bg.jpg");
    background-repeat: no-repeat;
}

#footer {
    padding: 40px 19px 30px 11px;
    text-align: left;
    font-size: 1.2em;
    color: #ccc;
}

#footer h2 {
    color: #c00;
}

#footer .content-col {
    float: left;
    display: inline;
    margin-right: 44px;
    width: 210px;
}

#footer .content-col:last-child {
    margin-right: 0;
}

#footer nav#footer-links ul {
    margin-top: 52px;
    text-align: center;
    list-style: none none;
}

#footer nav#footer-links ul li {
    display: inline;
    list-style: none none;
    border-right: 1px solid #fff;
    margin: 0 7px 0 0;
    padding: 0 8px 0 0;
    font-size: 0.85em;
}

#footer nav#footer-links ul li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

#footer nav#footer-links ul li.active a {
    color: #ddd;
}

#footer nav#footer-links ul a {
    color: #fff;
    font-size: 12px;
}

#footer nav#footer-links ul a:hover {
    color: #ddd;
}

.grecaptcha-badge {
    visibility: hidden !important;
}
