@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);

body {
    /*font-family: 'Droid Sans', sans-serif;*/
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    background-color: #f8f8f8;
    color:#333;
}

a li ul{
    outline: 0;
    color: #a29142;
}

a:visited {
    color: #a29142;
}

/**/

h1 {
    clear: left;
    color: #a29142;
    font-size: 19px;
    margin-bottom: 12px;
    /*padding: 0 0 0 10px;*/
}

h2 {
    clear: left;
    color: #33a8ba;
    font-size: 15px;
    margin-bottom: 8px;
    /*padding: 0 0 0 12px;*/
}

h3 {
    clear: left;
    color: #33a8ba;
    font-size: 13px;
    margin-bottom: 8px;
    /*padding: 0 0 0 12px;*/
}

.grad {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1a000000',GradientType=0 ); /* IE6-9 */
}

.quick-link {
    /*background-color: #105cb6;*/
    float: left;
    margin-top: 10px;
    width: 210px;

    -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0 2px 8px 0 rgba(50, 50, 50, 0.75);
    box-shadow:         0 2px 8px 0 rgba(50, 50, 50, 0.75);
}

.box-top {
    /*background-color: #419641;*/
}

.box-top h3 {
    background-color: #fff;
    color: #a29142;
    display: inline;
    padding: 0 3px 0 0;
    font-size: 13px;
    margin-left: 10px;
}

.box-content {
    /*background-color: #66512c;*/
}

.box-content img {
    display: block;
    margin: auto;
    padding: 0 11px 11px 11px;
}

.box-content p {
    margin: auto;
    padding: 0;
    width: 187px;
    font-size: 12px;
}

.box-content a {
    padding-left: 10px;
    color: #a29142;
}

.container {
    width:1004px;
    background-color: white;
    position: relative;
    margin:9px auto 10px auto;

    -moz-box-shadow: 0 0 18px #ddd;
    -webkit-box-shadow: 0 0 18px #ddd;
    box-shadow: 0 0 18px #ddd;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    border: solid #f8f8f8 1px;
}

.header {
    background-color: white;
    width:1004px;
    height:104px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.logo {
    position: absolute;
    left:30px;
    top:18px;
    background-color: white;

    height: 69px;
    width: 670px;
}

.logo a {
    float:left;
    color: #a29142;
}

.logo span#company-title {
    color: #000000;
    font-size: 17px;
    font-weight: bold;
    position: absolute;
    left: 165px;
    bottom: 8px;
}

.links {
    background-color: white;
    height:28px;
    position: absolute;
    /*top:28px;*/
    top:13px;
    right: 41px;
    z-index: 100;
}

.links a {
    margin-left: 5px;
    color: #a29142;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}

.box-content a {
    color: #a29142;
    text-decoration: none;
    font-size: 11px;
}

.links a:hover , .box-content a:hover {
    text-decoration:underline;
}

.nav-area {
    height: 26px;
}

ul#nav {
    background-color: white;
    margin: 0;
    padding: 0;
    width: 944px;
    height:26px;
    position: absolute;
    left: 30px;
    z-index: 10;
    border-bottom: solid #0f0f0f 1px;
}

/*ul#nav*/

li.current {
    background: -moz-linear-gradient(top,  rgba(173,173,173,0) 0%, rgba(173,173,173,0.25) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(173,173,173,0)), color-stop(100%,rgba(173,173,173,0.25))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(173,173,173,0) 0%,rgba(173,173,173,0.25) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(173,173,173,0) 0%,rgba(173,173,173,0.25) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(173,173,173,0) 0%,rgba(173,173,173,0.25) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(173,173,173,0) 0%,rgba(173,173,173,0.25) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adadad', endColorstr='#40adadad',GradientType=0 ); /* IE6-9 */

}

 li.not-selected:hover {
    background: -moz-linear-gradient(top, rgba(173, 173, 173, 0) 0%, rgba(173, 173, 173, 0.1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(173, 173, 173, 0)), color-stop(100%, rgba(173, 173, 173, 0.1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(173, 173, 173, 0) 0%, rgba(173, 173, 173, 0.1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(173, 173, 173, 0) 0%, rgba(173, 173, 173, 0.1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(173, 173, 173, 0) 0%, rgba(173, 173, 173, 0.1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(173, 173, 173, 0) 0%, rgba(173, 173, 173, 0.1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adadad', endColorstr='#1aadadad', GradientType=0); /* IE6-9 */
}

ul#nav li {
    display: block;
    float: left;
    font-weight: normal;
    text-align: center;
    margin: 0;
    width: 183px;
    height: 100%;
}

ul#nav li a , ul#nav li span {
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    display: block;
    width: 100%;
    height:100%;
    margin-top: 4px;
    /*color: #a29142;*/
    color: #000000;
 }

.main {
    background-color: white;
    float: left;
    padding: 0 0 0 30px;
    position: relative;
    width: 944px;
}

.content-main {
    /*background-color: #419641;*/
    float: left;
    padding: 10px 13px 20px 0;
    width:708px;
}

.content-main .block {
    color:#000000;
    font-size: 13px;
}

.column-right {
    /*background-color: #b92c28;*/
    float:left;
    min-height: 150px;
    padding: 0 0 121px 13px;
    position: relative;
    width:210px;
}

.context-area {
    /*background-color: #8a6d3b;*/
    position: absolute;
    bottom: 40px;
    right:0;
    width:210px;
    height: 40px;

    -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0 2px 8px 0 rgba(50, 50, 50, 0.75);
    box-shadow:         0 2px 8px 0 rgba(50, 50, 50, 0.75);
}

.context-area a {
    position: absolute;
    bottom: 12px;
    color: #a29142;
}

.clearfix {
    clear: both;
}

.footer {

    background-color: white;
    height: 24px;
    padding: 5px 5px 0 25px;
    position: relative;
    width:975px;
    z-index: 1;

    -webkit-box-shadow: inset -1px 15px 15px -16px rgba(0,0,0,0.49);
    -moz-box-shadow: inset -1px 15px 15px -16px rgba(0,0,0,0.49);
    box-shadow: inset -1px 15px 15px -16px rgba(0,0,0,0.49);

    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;

    border-top: solid grey 1px;
}

.footer #copyright {
    float: left;
    font-size: 12px;
}

#cycleImage {
    width:100%;
    height: 300px;
    /*background-color: #ac2925;*/
}

.cycle-slideshow img { display: none }
.cycle-slideshow img.first { display: block }

.product-block {
    width: 100%;
    /*background-color: red;*/
    margin: 10px 0 10px 0;
    display: inline-block;
    position: relative;
}

.product-block h3 {
   margin: 0;
}

.product-block a {
    text-decoration: none;
    font-size: 12px;
    display: block;
    width: 100%;
    height:100%;
    margin-top: 4px;
    color: #a29142;
}

.product-block .left-column {
    float:left;
    width: 70%;
    margin: 0;
    min-height: 160px;
}

.product-block .right-column {
      float: left;
      width: 20%;
      margin: 0;
  }

.product-block .right-column img {
    position: absolute;
    right: 0;
    top: 0;
}