/* BASIC STYLES
*/
h1{
    margin: 0.8em 0;
}

h2{
    margin: 0.8em 0;
}

ul{
    list-style: disc;
    padding-left: 2em;
}
ol{
    list-style: decimal;
    padding-left: 3em;
}
table,
ul,
ol,
p,
.hr{
    margin: 0 0 1em 0;
}
td{
}
img{
}
.imgLeft{
    margin-right: 15px;
}
.hr{
    border-color: #ccc;
}


/* FONTS
*/
body{
    text-align: left;
    font: normal normal normal 12px/1.4 Arial, Helvetica, sans-serif;
    color: #151518;
}
h1,
h1 a,
h1 span{
    font: normal normal normal 22px/1.2 Arial, Helvetica, sans-serif;
    color: #000;
}
h2,
h2 a,
h2 span{
    font: normal normal normal 16px/1.3 Arial, Helvetica, sans-serif;
    color: #B60009;
}
h3{
    font: normal normal normal 16px/1.3 Arial, Helvetica, sans-serif;
    color: #B60009;
}
a{
    color: #B60009;
    text-decoration: underline;
}
a:hover{
    text-decoration: underline;
}
#navTop a{
    font: normal normal bold 12px/14px Arial, Helvetica, sans-serif;
}
#navLeft a{
    font: normal normal normal 12px/1.4 Arial, Helvetica, sans-serif;
}
strong, b, th{
    font-weight:bold;
}
em, i{
    font-style:italic;
}
u{
    text-decoration:underline;
}
strike, s{
    text-decoration:line-through;
}


/* RESET NAVIGATION LISTS
*/
#navTop ul, #navLeft ul, #smallNav ul{
    margin: 0;
    padding: 0;
    list-style: none;
    position:relative;
}
#navTop ul a, #navLeft ul a, #smallNav ul a{
    text-decoration: none;
}
#navTop ul a:hover, #navLeft ul a:hover, #smallNav ul a:hover{
    text-decoration: none;
}


/* BASIC STRUCTURE
*/
html{
    background: url(../layout/hgBody.jpg) no-repeat 0 0 #fff;
    border-top: 5px solid #B60009;
}
body{
    padding-bottom: 100px;
}
#website{
    width: 925px;
    margin: 0 0 0 25px;
    position: relative;
}
#wrapper{
    width: 699px;
    position: relative;
    float: right;
    display: inline;
    border: 1px solid #ccc;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: url(../layout/hgFooter.gif) no-repeat left bottom #fff;
    padding: 20px 0 15px 24px; 
}
#footer{
    width: 660px;
    padding: 70px 0 0 50px;
    color: #fff;
}
#footer *{
    display: inline;
    color: #fff;     
}
#footer a:hover{
    text-decoration: underline;    
}


/* HEADER
*/
#header{
    position: relative;
    float: left;
    margin: 55px 0 30px 0;
    width: 925px;
    height: 190px;
}
#header img{
    border: 0;
    padding: 0;
    background: none transparent;
}
#headerImage{
    width: 713px;
    height: 178px;
    position: relative;
    overflow: hidden;
}
#headerImage_wrapper{
    width: 713px;
    height: 178px;
    padding: 5px;
    border: 1px solid #ccc;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}
#headerImage img{
}
#logo{
    float: left;
    position: absolute;
    left: 0;
    top: 43px;
    z-index: 12;
}



/* CONTENT
*/
#content{
    width: 450px;
    float: left;
    display: inline;
    position: relative;
    top: 0;
    left: 0;
}
.shop #content{
    width: 660px;
}
#content img{
}

/* TEASER / SMALL 1
*/
#teaser{
    width: 229px;
    float: right;
    display: inline;
    position: relative;
    top: 0;
    left: 0;
    border-left: 1px solid #ccc;
    background: url(../layout/1pxCCCCCC.gif) repeat-x 0 0;
}
#teaser .clear{
    display: none;
}
.shop #teaser{
    display: none;
}
.teaser{
    width: 219px;
    padding: 5px;
    margin: 0 0 25px 0;
}
.teaser:first-child{
    margin-top: 1px;    
}
.teaser .image{
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 219px;
}
.teaser .image img{
    display: block;
}
.teaserContent{
}
.teaserContent *{
}

.teaserContent a{
}
.teaser h3{
    margin: 0.6em 0 0.5em 0;
}
.teaser h3.overImage{
}
.teaser p,
.teaser ul,
.teaser ol,
.teaser table{
    margin: 0 0 0.5em 0;
}
.teaser .overImage{
}
.teaser .belowImage{
}
.teaser .textLink,
.teaser .downloadLink{
    font-weight: bold;
    text-decoration: underline;
}
.teaser .textLink{
}
.teaser .textLink:hover{
}
#editMode #teaser .adminModuleSideBar{
}

/* NAV TOP
*/
#navTop{
    width: 925px;
}
#navTop ul{
    position: relative;
    float: right;
    overflow: hidden;
}
#navTop li{
    float: left;
    margin: 0;
    padding: 0;
    display: inline;
    overflow: hidden;
}
#navTop a{
    float: left;
    padding: 5px 15px;
    text-transform: uppercase;
}
#navTop .passive a{
    color: #151518;
}
#navTop .passive a:hover{
    text-decoration: none;
    color: #B60009;
}
#navTop .active{
}
#navTop .active a{
    color: #fff;
    background: #B60009;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

/* NAV LEFT 
*/
#navLeft{
    width: 180px;
    min-height: 1px;
    float: left;
    display: inline;
    margin: 20px 0 0 0;
}
#navLeft ul{
    border-top: 1px solid #ccc;
}
#navLeft ul li{
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    margin: 0;

}
#navLeft ul span{
}
#navLeft ul a{
    display: block;
    padding: 4px 5px 4px 5px;
}
#navLeft ul .active{
}
#navLeft ul .active a{
    color: #151518;
    font-weight: bold;
}
#navLeft ul .passive a{
    color: #151518;
}
#navLeft ul .passive a:hover{
    text-decoration: none;
    color: #B60009;
    
}


/* EDITMODE - RESET AND PREPARE NAV ELEMENTS
*/
#editMode #navLeft li,
#editMode #navTop li,
#editMode #navTop2 li,
#editMode #smallNav li{
    position: relative;
}
#editMode .editButton img{
    border: 0;
    padding: 0;
    background: none transparent;
}
#editMode #navLeft .editButton,
#editMode #navTop .editButton,
#editMode #navTop2 .editButton,
#editMode #smallNav .editButton{
    position: absolute;
    z-index: 1;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    border: 0;
    background: none transparent;
}


/* EDITMODE - NAV TOP
*/
#editMode #navTop li,
#editMode #navTop2 li{
    margin: 0 0 0 0;
    padding: 0;
}
#editMode #navTop a,
#editMode #navTop2 a{
    padding-left: 18px;
    padding-right: 5px;
}
#editMode #navTop .editButton{
    top: 2px;
    left: 0;
}

#editMode #navTop2 .editButton{
    top: 3px;
    left: 0;
}
#editMode #navTop .active a,
#editMode #navTop .passive a{
}

/* EDITMODE - SMALL NAV
*/
#editMode .smallNav1 .editButton{
    position: relative;
    top: 3px;
    left: 0;
}
#smallNavLastEntry{display: none;}

/* EDITMODE - NAV LEFT
*/
#editMode #navLeft ul li{
}
#editMode #navLeft ul .active a{
    /*background-image: none;*/
}
#editMode #navLeft ul .passive a{
    background-image: none;
}
#editMode #navLeft ul .passive a:hover{
    background-image: none;
}
#editMode #navLeft ul a{
    padding-left: 18px;
}
#editMode #navLeft ul .editButton{
    top: 3px;
    left: 0;
}
#editMode #navLeft ul ul li{
}
#editMode #navLeft ul ul a{
    padding-left: 36px;
}
#editMode #navLeft ul ul .editButton{
    left: 18px;
}
#editMode #navLeft ul ul ul li{
}
#editMode #navLeft ul ul ul a{
    padding-left: 54px;
}
#editMode #navLeft ul ul ul .editButton{
    left: 36px;
}

#editMode #headerImage b{
}

/* EDITMODE - SHOP LINK
*/
#editMode .navLeft a.shopLink{
    line-height: 1.0;
    padding: 2px 5px 3px 5px;
}

/* FANCYBOX
*/
#fancybox-outer,
.fancybox-title-inside{
    /*background: #F0ECE0;*/
}
.fancybox-title-inside *{
    /*color: #3e3e3c;*/
}


