@charset "utf-8";

* {
    margin:0;
    padding:0;
    border:0;
}

html {
    overflow-y: scroll;
    background-color:#992a14;
    background-image:url('../img/bg_html.png');
    background-position: top;
    background-repeat: repeat-x;
}

body {
    font-family: tahoma, verdana, arial;
    font-size: 12px;
    color:#fff;
    background-image: url('../img/bg_body.png');
    background-position: top;
    background-repeat: no-repeat;
}

html>body {
    min-height: 100%;
    height: auto;
}

tr {
    vertical-align:top;
}



h1 {
    font-size: 200%;
}

h2 {
    font-size: 170%;
}

h3 {
    font-size: 145%;
}

h4 {
    font-size: 120%;
}

hr {
    width: 85%;
    height:1px;
    margin: 6px 20px;
    color:#666;
    background-color:#666;
}




#container {
    width: 960px;
    height:auto;
    margin:0 auto;
    padding:0;
}

#top {
    width:960px;
    height:113px;
    cursor: default;
    background-image:url('../img/bg_container.png');
    background-position:top;
    background-repeat: repeat-y;
    border-top: 6px solid #3e3e3e;
}

#logo {
    width: 271px;
    height: 76px;
    margin:20px 0 0 30px;
    float:left;
}

#logo h1 {
    background-image: url('../img/logo.png');
    background-position: right;
    background-repeat: no-repeat;
    width: 271px;
    height: 76px;
    text-indent: -9999px;
    overflow: hidden;
}

#logo a {
    width: 100%;
    height: 100%;
    display: block;
}



#menu {
    width:540px;
    height:60px;
    padding:0;
    float: right;
    text-align: center;
    margin-top: 24px
}



#header {
    width:960px;
    height:230px;
    cursor: default;
    background-image:url('../img/bg_container.png');
    background-position:top;
    background-repeat: repeat-y;
}

#header a {
    color:#ddd;
    text-decoration: underline;
}
#header a:hover {
    color:#fff;
    text-decoration: underline;
}

#subheader {
    width:960px;
    height: auto;
    background-image:url('../img/bg_container.png');
    background-position:top;
    background-repeat: repeat-y;
}

#subheader h2 {
    font-size: 185%;
    font-weight: normal;
    padding:5px 20px 10px 20px;
}

#subheader p {
    padding: 5px 20px;
}


.subhead {
    width:700px;
    height:201px;
    float: left;
    margin:10px;
    background-image:url('../img/bg_subhead.png');
    background-position:top;
    background-repeat: no-repeat;
}

.subhead h2 {
    font-size: 185%;
    font-weight: normal;
    padding:20px 20px 10px 20px;
}

.subhead p {
    padding: 5px 20px;
}


#loopedSlider {
    float: left;
    padding:10px;
}

#maininfo {
    width:220px;
    height:201px;
    margin:10px;
    float: right;
    cursor: default;
    background-image:url('../img/bg_maininfo.png');
    background-position:top;
    background-repeat: no-repeat;
}

#maininfo h2 {
    font-size: 135%;
    padding:16px 20px 10px 20px;
}
#maininfo p {
    font-size: 90%;
    padding: 4px 20px;
    line-height: 1.4em;
}

#content {
    width:960px;
    clear:both;
    color: #333;
    background-image:url('../img/bg_container.png');
    background-position:top;
    background-repeat: repeat-y;
}

#cut {
    width: 960px;
    height: 10px;
    line-height:1px;
    margin:0;
    padding:0;
    float: none;
    clear: both;
}




#footer {
    width:960px;
    height:140px;
    color: #ccc;
    background-image:url('../img/bg_footer.png');
    background-position:top;
    background-repeat: repeat-x;
}
#footer div {
    width: 280px;
    margin:20px 30px;
    padding:0;
    float: left;
}

#footer div.lastfooter {
    width: 200px;
    margin:20px;
    padding:0;
    float: right;
}

#footer h3 {
    font-size: 120%;
    padding: 2px 0 5px 0;
}

#footer p {
    font-size: 90%;
    line-height: 1.4em;
    padding: 2px 0 2px 0;
}

#footer a {
    color:#ddd;
}

#footer a:hover {
    color:#fff;
}

#bottom {
    width:960px;
    height:80px;
}

#bottom p {
    width:900px;
    padding:10px 30px;
    float: right;
    text-align: right;
    font-size: 0.8em;
    color: #ddd;
}


#newsSliderX div.lastnews {
    margin:0;
}

#newsSliderX p {
    width:200px;
    height:140px;
    margin:0;
    padding:10px;
}







#content h3, #content h4 {
    padding: 5px 20px 5px 20px;
}

#content h4 {
    font-size: 110%;
    color: #db3c1d;
}

#content p {
    padding: 3px 20px 5px 20px;
}


.productimage {
    padding: 7px 30px 7px 30px;
    text-align: center;
}


.box_subpage {
    width:940px;
    padding:10px;
    float: left;
}
.box_subpage .box_top {
    height:10px;
    padding:0;
    background-image:url('../img/box_subpage_top.png');
    background-position:bottom;
    background-repeat: no-repeat;
}
.box_subpage .box {
    padding:0;
    background-color:#db3c1d;
    background-image:url('../img/box_subpage_box.png');
    background-position: top;
    background-repeat: no-repeat;
}
.box_subpage .box_bottom {
    height:10px;
    padding:0;
    background-image:url('../img/box_subpage_bottom.png');
    background-position:bottom;
    background-repeat: no-repeat;
}




.box_big {
    width:700px;
    padding:10px;
    float: left;
}
.box_big .box_top {
    height:10px;
    padding:0;
    background-image:url('../img/box_big_top.png');
    background-position:bottom;
    background-repeat: no-repeat;
}
.box_big .box {
    padding:0;
    background-color:#fff;
    background-image:url('../img/box_big_box.png');
    background-position: top;
    background-repeat: no-repeat;
}
.box_big .box_bottom {
    height:10px;
    padding:0;
    background-image:url('../img/box_big_bottom.png');
    background-position:bottom;
    background-repeat: no-repeat;
}


.halfbox {
    width:50%;
    padding:0;
    float: left;
}
.clrbox {
    width:100%;
    height:1px;
    line-height:1px;
    clear:both;
}
.box_mid {
    width:460px;
    padding:10px;
    float: left;
}
.box_mid .box_top {
    height:10px;
    padding:0;
    background-image:url('../img/box_mid_top.png');
    background-position:bottom;
    background-repeat: no-repeat;
}
.box_mid .box {
    padding:0;
    background-color:#fff;
    background-image:url('../img/box_mid_box.png');
    background-position: top;
    background-repeat: no-repeat;
}
.box_mid .box_bottom {
    height:10px;
    padding:0;
    background-image:url('../img/box_mid_bottom.png');
    background-position:bottom;
    background-repeat: no-repeat;
}


.box_sml {
    width:220px;
    padding:10px;
    float: left;
}
.box_sml .box_top {
    height:10px;
    padding:0;
    background-image:url('../img/box_sml_top.png');
    background-position:bottom;
    background-repeat: no-repeat;
}
.box_sml .box {
    padding:0;
    background-color:#fff;
    background-image:url('../img/box_sml_box.png');
    background-position: top;
    background-repeat: no-repeat;
}
.box_sml .box_bottom {
    height:10px;
    padding:0;
    background-image:url('../img/box_sml_bottom.png');
    background-position:bottom;
    background-repeat: no-repeat;
}

/************ HEADER ************/

#navMain {
    width:500px;
    height:37px;
    float: right;
    font-size: 0.9em;
    padding: 0 10px 0 0;
    background-image:url('../img/bg_navmain.png');
    background-position:top;
    background-repeat: no-repeat;
}

#navMain form {
    margin:0;
    padding: 6px 0 0 10px;
}

form#loginbox legend {
    display: none;
}

#navMain label {
    float: left;
    padding: 2px 4px 2px 8px;
}

#navMain input {
    width:140px;
    height:1.2em;
    margin: 1px 0 5px 0;
    padding:1px;
    display: block;
    float: left;
    font-family: tahoma, verdana, arial;
    font-size: 0.9em;
    color:#666;
    background-image:url("../img/bg_input.gif");
    border:1px solid #CCCCCC;
}

#navMain input.button {
    width:80px;
    height:19px;
    margin: 0 10px;
    padding:0px;
    display: block;
    float: left;
    font-size: 0.9em;
    background-image:url("../img/bg_button.gif");
    border:1px solid #ABABAB;
}

#langMain {
    width:110px;
    height:37px;
    float: right;
    font-size: 0.9em;
    padding: 0 10px 0 0;
    background-image:url('../img/bg_langmain.png');
    background-position:top;
    background-repeat: no-repeat;
}

#langMain div {
    padding: 10px 0 0 14px;
    float: left;
}

#ie6 {
    display: none;
}

.ngg-navigation{margin-bottom: 20px; color:#992A14;}
/*.ngg-galleryoverview{margin-left: 15px;}*/
.page-numbers{color:#992A14;}
.next{color:#992A14;}

a.Thumb {display: block; margin: 8px 10px; width: 150px; height: 150px; float: left;}
a .productimage {border: 4px solid  #f1f1f1;	padding: 0; text-align: center;}
a:hover .productimage {border: 4px solid  #fff;}
a:active .productimage {border: 4px solid  #762825;}

.box_sml a {margin-bottom: 12px;}
.center{text-align: center;}
.right{float: right;}

.box {overflow: auto;}

.box input{
    border: 1px solid grey;
}
.box textarea{
    border: 1px solid grey;
}
