body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Tahoma;
	font-size: 9pt;
	color: #c5c6c8;
	background-color: #151215;
}

@font-face {
    font-family: 'skianormal';
    src: url('/fonts/Skia.eot');
    src: url('/fonts/Skia.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Skia.woff') format('woff'),
         url('/fonts/Skia.ttf') format('truetype'),
         url('/fonts/Skia.svg#skianormal') format('svg');
    font-weight: normal;
    font-style: normal;

}


a, p, h1, h2, h3 {
    margin: 0;
    padding: 0;
}

a{
    outline: none;
}

p {
    line-height: 14pt !important;
}

/*h2 {
    visibility: hidden;
    text-align: right;
    height: 1.1em;
}*/

h2 {
	font-family: skianormal;
	height: 1.1em;
	font-size: 17pt;
	text-align: right;
	font-weight: normal;
}

h3 {
    font-size: 12pt;
    color: #946E30;
    margin: 0 0 5px 0;
}

/*----- SITE CONTAINER ---------------------------------------------------------*/

#site_container {
	position: relative;
	width: 970px;
	height: auto;
	margin: 8px auto 25px auto;
}

#site_header_container {
	position: relative;
	/*width: 420px;*/
    width: 100%;
	height: 30px;
	margin: 0;/* 0 0 550px;*/
    font-size: 8pt;
}

#site_header_container_links {
    float: right;
    width: auto;
    height: 25px;
    margin: 5px 0 0 0;
}

#site_header_container_langs {
    float: right;
    width: auto;
    height: 25px;
    margin: 4px 0 0 10px;
}

#site_logo {
    position: absolute;
    top: 26px;
    left: 2px;
    width: 236px;
    height: 49px;
    z-index: 1;
}

/*----- PAGE CONTAINER ----------------------------------------------------*/

#page_container {
	position: relative;
	width: 850px;
	height: auto;
	margin: 0 0 0 120px;
	
	background: url('/images/header_background1.jpg') no-repeat #313133;
}

#page_header {
    position: relative;
	width: 500px;
	height: 122px;
	margin: 0 0 0 335px;
}

#page_menu {
  	position: relative;
	width: 100%;
	height: 23px;
	margin: 0;
	padding: 3px 0 0 0;
	background-color: #3A3A3A;  
}

    #page_menu_extension_left {
      	position: absolute;
        top: 152px;
        left: 72px;
    	width: 40px;
    	height: 26px;
    	margin: 0;
    	
    	background-color: #946E30;  
    }
    
    #page_menu_extension_right {
      	position: absolute;
        top: 152px;
        right: 0px;
    	width: 25%;
    	height: 26px;
    	margin: 8px 0 0 0; /* Same as sitecontainer */
    	z-index: -1;
    	background-color: #3A3A3A;  
    }

/*----- CONTENT --------------------------------------------------------------*/

#content_container {
    position: relative;
	width: 100%;
	height: auto;
	margin: 0; 
}

#content_header {
    position: relative;
    width: 850px;
    height: auto;
}

.content_header_spacer {
    float: left;
    width: 195px;
    height: 217px;
    z-index: 1;
}

#content_header_image {
    float: left;
    position: relative;
    width: 460px;
    height: auto;
    z-index: 2;
}

#content_block {
    clear: both;
    position: relative;
    width: 768px;
    height: auto;
    margin: 0 32px;
}

#content_block_header {
    position: relative;
    width: 100%;
    height: 20px;
    margin: 0;
    padding: 0;
    border-top: 1px solid #946E30;
}

#content_block_header2 {
    position: relative;
    width: 100%;
    height: 24px;
    margin: 0;
    padding: 0;
}

#content_block_left {
    float: left;
    width: 355px;
    margin-right: 29px;
    height: auto;
    /*line-height: 14pt;*/
}

    .content_banner {
        position: relative;
        width: 100%;
        height: 75px;
    }
    
    /*.content_banner h2 {
        color: #ccc;
    }*/

#content_block_right {
    float: left;
    width: 50%;
    height: auto;
    line-height: 14pt;
}

#content_block_footer {
    clear: both;
    position: relative;
    width: 100%;
    height: 20px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #946E30;
}

#content_header_navigationbar {
    position: absolute;
    top: 150px;
    left: 165px;
    width: 518px;
    height: 26px;
    z-index: 1;
    background-color: #876128;
}

#content_header_navigationbar_L {
    float: left;
    width: 50px;
    height: 26px;
    cursor: pointer;
    background: url('/images/arrow_left.gif') no-repeat;
}

#content_header_navigationbar_R {
    float: right;
    width: 50px;
    height: 26px;
    cursor: pointer;
    background: url('/images/arrow_right.gif') no-repeat right;
}
/*
#content_header_navigationbar:hover {
    background-color: #006E30;
}*/
/*----- COLLECTION --------------------------------------------------------------*/

#collection_container {
    position: relative;
    width: 100%;
    height: auto;
    
    margin: 15px 0 0 0;
    padding: 0;
}

.collection_product_container {
    float: left;
    width: 220px;
    height: 150px;
    
    margin: 0 0 10px 25px;
    padding: 0;
}

/*----- PRODUCT ----------------------------------------------------------------*/

#product_container_left {
    float: left;
    width: 384px;
    height: auto;
    margin: 12px 0 0 0;
    text-align: center;
}

.product_gallery_item {
    /*float: left;*/
    display: -moz-inline-block;
    display: inline-block;
    width: 160px;
    height: 120px;
    margin: 0 10px 0 0 !important;
    margin: 0 5px 0 0;
    padding: 0;
}

.product_gallery_line {
    clear: both;
    width: 350px;
    padding: 0px;
    margin: -8px auto 8px auto;
    border-bottom: 1px solid #946E30;
}

#product_container_right {
    float: left;
    width: 384px;
    height: auto;
    margin: 12px 0 0 0;
}

#product_details {
    position: relative;
    width: 100%;
    height: auto;
    margin: 12px 0 12px 0;
    line-height: 14pt;
}

/*----- DROPDOWN ---------------------------------------------------------------*/
#dropdown_spacer_left {
    float: left;
    width: 590px;
    height: 20px;
    margin: 0;
    padding: 0;
    border-top: 1px solid #946E30;
}

#dropdown_box {
    float: left;
    width: 163px;
    height: 20px;
    margin: 0 0 0 5px;
    padding: 0 10px 0 0;
    cursor: pointer;
    text-align: center;
    background: url('/images/dropdown_normal.png') no-repeat;
}

    #dropdown_box:hover {
        background: url('/images/dropdown_active.png') no-repeat;
    }

#dropdown_field {
    position: absolute;
    top: 23px;
    left: 595px;
    width: 158px;
    height: auto;
    
    margin: 0;
    padding: 8px;
    z-index: 2;
    /*overflow-y: scroll;*/
    display: none;
    background-color: #876128;
}

/*----- LINKS ------------------------------------------------------------------*/

.whitelink_small {
    font-size: 8pt;
    color: #c5c6c8;
    text-decoration: none;
}

    .whitelink_small:hover {
        color: #946E30;
    }
    
.whitelink2_small {
    font-size: 8pt;
    color: #c5c6c8;
    text-decoration: none;
}

    .whitelink2_small:hover {
        color: #313131;
    }


.brownlink_small {
    font-size: 8pt;
    color: #946E30 !important;
    text-decoration: none;
}

    .brownlink_small:hover {
        color: #c5c6c8 !important;
    }

.block_right a {
	font-size: 8pt;
    color: #946E30 !important;
    text-decoration: none;
}

	.block_right a:hover {
		color: #c5c6c8 !important;
	}
	
#content_block_right a {
	font-size: 8pt;
    color: #946E30 !important;
    text-decoration: none;
}

	#content_block_right a:hover {
		color: #c5c6c8 !important;
	}

.whitelink_normal {
    color: #c5c6c8;
    text-decoration: none;
}

    .whitelink_normal:hover {
        color: #946E30;
    }

.menulink_normal {
    font-family: Trebuchet MS;
    font-size: 10pt;
    /*font-weight: bold;*/
    font-weight: 600;
    color: #c5c6c8;
    text-decoration: none;
    
    margin: 2px 0 0 2px;
    padding-left: 27px;
    background: url('/images/menu_bullet.gif') no-repeat;
    background-position: 0 0;
}

    .menulink_normal:hover {
        color: #946E30;
        background-position: 0 -26px;
    }
    
    .active {
        color: #946E30 !important;
        background-position: 0 -26px !important;
    }

.backlink {
    font-family: Trebuchet MS;
    font-size: 10pt;
    font-weight: bold;
    color: #c5c6c8;
    text-decoration: none;
    
    float: right;
    width: 173px;
    height: 18px;
    /*display: block;*/
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 5px;
    background: url('/images/button_back.png') no-repeat;
    background-position: 0 1px;
}

    .backlink:hover {
        color: #946E30;
    }

/*----- SUBBLOCKS ----------------------------------------------------------*/
#box_container {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 32px;
}

.block_container {
    float: left;
    width: 387px;
    height: auto;
    margin: 16px 0 0 0;
    /*background-color: #222;*/
}

.block_container a {
    font-size: 8pt;
    color: #c5c6c8;
    text-decoration: none;
}

    .block_container a:hover {
        color: #946E30;
    }


.block_left {
    float: left;
    width: 156px;
    height: auto; 
}

.block_right {
    float: left;
    width: 219px;
    height: auto;
    margin: 0 0 0 12px;
}

/*----- OTHER --------------------------------------------------------------*/
.flag {
    margin: 0 0 0 5px;
    border: 0;
}

.browntext {
    color: #946E30; 
}

.brownsquare {
    font-size: 13pt;
    color: #946E30; 
    margin: 0;
    padding: 0;
}

.sitemap_box {
    float: left;
    width: 230px;
    height:  auto;
    display: block;
    margin: 0 25px 25px 0;
}
