﻿/* GENERAL */
html, body 
{
	font-family: Helvetica,Georgia, Arial, Verdana, Tahoma;
	font-size:12px;
	margin:0;
	padding:0;
	
	background-image:url(../../images/layout/homebackground.jpg);
	background-repeat:repeat;
}
.button, .buttons input, .ncol, .smallbutton,.largebutton
{
	text-align:center;
	border:none;
	cursor:hand;
	cursor:pointer;
	font-weight:bold;
	font-family:Helvetica,Arial;
	letter-spacing:1px;
	color:#3a2d25;
	padding:0px 3px;
	margin:0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* CONTENT */
div#container
{
    text-align:center;
}
div#container .merkTable a
{
	color:#fff;
	text-decoration:none;
}
div#container .merkTable a:hover
{
	text-decoration:underline;
}
div#shop
{
	width:1000px;
	margin:0 auto;
}

div.Header
{
	background-image:url(../../images/layout/logo.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:205px;
	position:relative;
	z-index:0;
}
div.Header a.hplnkhome
{
    display:block;
    position:absolute;
    top:0px;
    left:0px;
    width:280px;
    height:135px;
}

table#middle td#centercol
{
	padding-top:0px;
	float:left;
}
div#content table img a
{
	border:none;
}
div#content table img
{
	border:none;
}
div#content
{
    width:978px;
    _width:1000px;
    min-height:400px;
    height:auto;
    _height:400px;
    background-image:url(../../images/layout/back.png);
    /*_background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='../../images/layout/back.png');*/
    background-repeat:repeat;
    margin:10px 0;
    padding:10px;
    border-left:solid 1px #fff;
    border-right:solid 1px #fff;
	color:#3a2d25;
	font-size:11px;
}
h2.currentcat
{
    margin:0;
    color:#6d4823;
    text-transform:uppercase;
    font-family:Helvetica,Tahoma, Georgia, Arial, Verdana;
    font-size:16px;
    margin-bottom:20px;
}

/* NAVIGATION */
div#Navigation
{
	display:block;
	position:absolute;
	top:150px;
	left:0px;
	width:100%;
	background-image:url(../../images/layout/back.png);
	/*_background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='../../images/layout/back.png');*/
    background-repeat:repeat;
    /*behavior: url(../../scripts/css/iepngfix.htc);*/

    border-top:solid 1px #fff;
    border-bottom:solid 1px #fff;
    text-align:right;
    z-index:1000;
}

div#Navigation ul
{
	padding-left:0px;
	margin:0;
	z-index:1000;
}

div#Navigation ul li
{
    height:50px;    
	width:auto;
	display:inline;
	padding:0px;
	margin:0;
	z-index:1000;
}

div#Navigation ul li a
{
	background-image:url(../../images/layout/menudivider.png);
	background-position:right;
	background-repeat:no-repeat;
	height:50px;
	color:#3a2d25;
	line-height:50px;
	text-decoration:none;
	text-transform:capitalize;
	text-align:center;
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	padding:0 35px 0 30px;
	_padding:0 35px;
	z-index:1000;
	
}
div#Navigation ul li.last a
{
    background-image:none;
}
/* LANGUAGES */
div#languages
{
    position:absolute;
    width:auto;
	text-align:right;
	top:130px;
	right:0px;
	text-transform:uppercase;
	font-size:12px;
}

div#languages a
{
	padding:2px;
	color:#3a2d25;
	text-decoration:none;
	
}
div#languages a:hover
{
    text-decoration:underline;
}


/* BREADCRUMBS */
h1.h1trace
{
	background-image:url(../../images/layout/crumbs.png);
	color:#fff;
	display:none;
	height:39px;
	width:646px;
	margin-top:15px;
}


/* LOGINSMALL */
div#loginsmall
{
	width:200px;
}

div#loginsmall input
{
	width:180px;
	height:18px;
	background-color:#83bbcd;
	border:solid 1px #36758e;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin-top:20px;
	font-size:60%;
}
div#loginsmall input.button
{
	background-image:url(../../images/layout/loginBtn.gif);
	background-position:center center;
	border:none;
	font-size:75%;
	vertical-align:middle;
	width:69px;
	font-size:60%;
	color:#000;
	margin-top:0px;
}
/* FOOTER */
div#footer
{
    
    background-image:url(../../images/layout/back.png);
    /* _background-image: none;
     filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='../../images/layout/back.png');*/
    background-repeat:repeat;
    border-top:solid 1px #fff;
    border-bottom:solid 1px #fff;
    text-align:right;
    height:50px;
    line-height:50px;
    font-size:11px;
    padding-right:25px;
}
div#footer a
{
	color:#3a2d25;
	text-decoration:none;
}
div#footer a:hover
{
    text-decoration:underline;
}

