* {
    font-family: Verdana;
    font-size: 10pt;
    color: #3c3c3c;
}

.clr {
    clear: both;
}

.fl {
    float: left;
}
.fr {
    float: right;
}
img.thumb {
    border: 1px solid #713111;
}

body {
    margin: 0;
    padding: 0;
    background: #4C2C1D url('../images/background.jpg') repeat-x top;
    width: 100%;
    height: 100%;
}

#mainContainer {
	width: 742px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background: transparent url('../images/site_bg.jpg') repeat-y top;
}

/*
	TOP {
*/
#topContainer {
	width: 742px;
	height: 486px;
	background: transparent url('../images/top_bg.jpg') no-repeat top;
}
	#topContainer strong {
		color: white;
		font-size: 7pt;
		font-weight: normal;

		position: relative;
		left: 95px;
		top: 75px;
	}
/*
	} TOP
*/



/*
	MENU {{{
*/
#menu {
    /*position: ;
    top: 96px;
    left: 26px;*/
    margin-left: 26px;
    margin-top: 96px;
}
	#menu a {
	    display: block;
	    padding: 0px;
	    margin: 0px;
	    height: 30px;
	}
/*
	}}} MENU
*/



/*
	LANGUAGES {{{
*/
#lang {
    position: relative;
    top: 0px;
    left: 630px;
    width: 200px;
}
	#lang, #lang * {
	    padding: 0;
	    margin: 0;
	}
	#lang li {
	    list-style-type: none;
	    display: inline;
	}
/*
	}}} LANGUAGES
*/

#leftContainer {
	float:left;
	width: 161px;
	height: 367px;
	/*background: red url('../images/candle_left.jpg') no-repeat bottom;*/
	margin-left: 12px;
	_margin-left: 6px; /* IE HACK */
}
#rightContainer {
	/*float: left;*/
	width: 511px;
    position: relative;
    top: -55px;

	margin-left: 190px;
    _left: -10px;

	padding: 10px;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-right: 20px;
}
    #rightContainer p {
        text-align: justify;
    }
#bottomContainer {
	clear: both;
	height: 83px;
	width: 742px;
	background: #4C2C1D url('../images/bottom_bg.jpg') no-repeat bottom;
}

p {
    text-align: justify;
}
img {
    border: none;
}

h2 {
    background: url('../images/header_bg.png') no-repeat left;
    padding: 10px 0px 15px 40px;
    font-size: 15pt;
    font-weight: bold;
    color: #52240D;
    font-family: "Book Antiqua", "Arial Black";
}
	h2 a {
	    font-size: 15pt;
	    font-weight: bold;
	    color: #52240D;
	    text-decoration: none;font-family: "Book Antiqua", "Arial Black";
	}
	h2 a:hover {
	    text-decoration: underline;font-family: "Book Antiqua", "Arial Black";
	}





/**
 * CATEGORIES {{{
 */
#breadCrumb * {
    font-size: 10pt;
    font-weight: bold;
}

#subCategories {
    position: relative;
    width: 500px;
    display: block;
}

#subCategories > li {
    list-style-type: none;
    margin-left: 20px;
}

.products {
    position: relative;
    left: 0px;
    width: 450px;
    margin-left: 50px;
}

.categoryProducts {
    position: relative;
    left: 0px;
    width: 504px;
    margin-left: 1px;
}

.subCategoriesList {
    display: none;
}
h3.toggleSubCategoryList {
    margin: 10px 10px 20px 50px;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: underline;
}


