/* CSS Document */

body
{
	background: #E4E4E4 url(img/bg-body.gif	) repeat-x;
	text-align: center;
	margin: 0;
	padding: 0; 
}

h2
{
	color: #166602;
	font-size: 26px;
	margin: 0 0 15px 0;
	padding: 0;
}

a 
{
	color: #6CB306;
}
	a:hover
	{
		color: #6CB306;
		text-decoration: none;
	}

#bodyWrapper
{
	background: url(img/bg-body-bottom.gif) repeat-x bottom;
	padding-bottom: 10px;
	position: relative;
}

h1#topHeading
{
	display: none;
}

#lngSwitch
{
	height: 17px;
	text-align: right;
}
	#lngSwitch img
	{
		margin: 2px 17px 0 0;
	}

#mainNavList
{
	position: relative;
	margin: 0px 0 0 0;
	height: 44px;
        z-index: 1000;
}

#mainNavListLev1 ul,li 
{
        list-style-type: none;
        margin: 0;
        padding: 0;
        position: relative;
}

	#mainNavListLev1 li
	{
		display: block;
		float: left;
		height: 44px;
                position: relative;
	}

	#mainNavListLev1 a
	{
		display: block;
		height: 100%;
		width: 118px;
		text-decoration: none;
                position:  relative;
	}

	#mainNavListLev1 a span
	{
		visibility: hidden;
	}

ul.mainNavListLev2
{
    display: none;
    position:  absolute;
    top: 44px;
    background: #e6e4e7;
    width: auto;
    height: auto;
    text-align:  left;
}
    ul.mainNavListLev2 li
    {  
        height: auto!important;
        float: none!important;
    }
    ul.mainNavListLev2 a
    {
        display: block;
        padding: 10px 15px 10px 15px;
        border-top: 1px solid #CCCCCC;
    }
    ul.mainNavListLev2 a:hover
    {
        background-color:  #48A20C;
        color: white;
    }


#contentWrapper
{
	background: #FFFFFF url(img/bg-top.jpg) no-repeat;
	margin: 0 auto 0 auto;
	width: 950px;
	text-align: left;
	position: relative;
        z-index: 0;
}

p#based
{
	position: absolute;
	margin: 0;
	padding: 0;
	color: #0F4501;
	font-size: 13px;
	top: 95px;
	left: 12px;
	width: 258px;
	text-align: center;
}

#containerWrapper
{
}

#containerWrapper1
{
	position: relative;
}

#colNavWrapper
{
	background:url(img/bg-navCol.jpg) no-repeat;
	margin: 117px 0 0 0;
	padding: 45px 0 0 0;
}
	#colNavWrapper1
	{
		background: url(img/bg-girl.jpg) no-repeat;
		background-position: left bottom;
		padding-bottom: 120px;
	}

#colNavContent
{
	padding: 0 0 120px 0;
}
#colContent
{
	background-color: #FFFFFF;
	margin: 90px 0 0 0;
}
#colSearchContent
{
	background-color: #FFFFFF;
	margin: 40px 0 0 0;
}
#colContentDetail
{
	background-color: #FFFFFF;
	margin: 110px 0 0 0;
}


#searchForm
{
}

	#searchForm label
	{
		color: #8F8F8F;
		font-size: 10px;
	}


#oneColContent
{
	margin: 160px 0 100px 0;
}
	#oneColContent h2
	{
		width: 230px;
		margin: 0 0 70px 0;
	}


.colNav {
	width: 210px;
	margin: 0 0 4px 30px;
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 0 0 9px 0;
}
	.colNav ul
	{
		margin: 0;
		padding: 15px 15px 10px 20px;
		list-style-type: none;
		font-size: 14px;
	}
		.colNav a
		{
			display: block;
			text-decoration: none;
			color: #FFFFFF;
			width: 100%;
		}
		.colNav a:hover
		{
			color: #333333;
		}
	.colNav ul li
	{
		padding: 6px 0 9px 0;
		margin: 0;
	}

	a.colNavLink
	{
		display: block;
		height: 49px;
		background-position: left top;
		background-repeat: no-repeat;
		width: 100%;
		text-decoration: none;
	}
		a.colNavLink span
		{
			visibility: hidden;
		}

	a.colNavCurrentInDetail
	{
		color: #222222!important;
	}




	.colNav3
	{
		background: url(img/colNav/colNavBottom3.gif) left bottom no-repeat;
	}
	.colNav3 ul
	{
		background: #F89B1C;
	}
	.colNav3 ul li
	{
		background: url(img/colNav/bgList3.gif) repeat-x bottom;
	}

	.colNav5
	{
		background: url(img/colNav/colNavBottom5.gif) left bottom no-repeat;
	}
	.colNav5 ul
	{
		background: #A25641;
	}
	.colNav5 ul li
	{
		background: url(img/colNav/bgList5.gif) repeat-x bottom;
	}

	.colNav6
	{
		background: url(img/colNav/colNavBottom6.gif) left bottom no-repeat;
	}
	.colNav6 ul
	{
		background: #EC008C;
	}
	.colNav6 ul li
	{
		background: url(img/colNav/bgList6.gif) repeat-x bottom;
	}

	.colNav7
	{
		background: url(img/colNav/colNavBottom7.gif) left bottom no-repeat;
	}
	.colNav7 ul
	{
		background: #77C044;
	}
	.colNav7 ul li
	{
		background: url(img/colNav/bgList7.gif) repeat-x bottom;
	}

	.colNav8
	{
		background: url(img/colNav/colNavBottom8.gif) left bottom no-repeat;
	}
	.colNav8 ul
	{
		background: #0083CA;
	}
	.colNav8 ul li
	{
		background: url(img/colNav/bgList8.gif) repeat-x bottom;
	}

span.productsCount
{
	position: relative;
	font-size: 11px;
	top: -3px;
}




.pagingTop
{
	margin-bottom: 10px;
}

.paginatorBottomWrapper
{
	text-align: center;
	padding: 40px 0 40px 0;
}

.paginatorBottom
{
	font-size: 16px;
	width: 420px;
	margin: 0 auto 0 auto;
	text-align: left;
}
	.paginatorBottom a
	{
	}
.paginatorNextPrev
{
	float: left;
	font-size: 12px;
	padding: 39px 10px 0 10px;
}
.paginatorNumbers
{
	float: left;
}
	.paginatorNumbers span
	{
		display: block;
		float: left;
		text-align: center;
		width: 25px;
		height: 20px;
		padding: 35px 0 0 0;

	}
span.current
{
	font-weight: bold;
	color: #333333;
}



.product
{
	position: relative;
	text-align: center;
	height: 190px;
	margin: 0 0 10px 0;
	background: url(img/bg-product.png) no-repeat;
}

	.product h3
	{
		font-size: 13px;
		font-weight: bold;
		margin-bottom: 0px;
		padding: 0 10px 0 10px;
		line-height: 140%;
	}
		.product h3 a
		{
			color: #48A20C;
		}

.productPhoto
{
	padding: 15px 0 0 0;
	height: 110px;
}
	.productPhoto p
	{
		font-size: 12px;
		color: #CCCCCC;
	}
p.productCodes
{
	font-size: 90%;
	color: #666666;
}


.mark
{
	height: 100px;
	position: relative;
}


.colMarks
{
	background: #FFFFFF url(img/bg-colMarksTop.jpg) no-repeat;
	margin: 30px;
	padding: 18px 0 0 0;
}

	.colMarks h4
	{
		margin: 20px 0 8px 18px;
		padding: 0;
		font-size: 16px;
		color: #666666;
	}
	.colMarks ul
	{
		margin: 0 0 8px 18px;
		padding: 0;
	}
	.colMarks li
	{
		padding: 6px 0 0 0;
		margin: 0;
	}
	.colMarks p
	{
		margin: 0 18px 0px 18px;
	}


.colMarks1
{
	background: url(img/bg-colMarksBottom.jpg) bottom no-repeat;
}

a.markLogo
{
	display: block;
	width: 76px;
	height: 60px;
	text-align: center;
	float: left;
	margin: 0 5px 0 18px;
}


.colMarksTitle
{
	font-size: 18px;
	color: #333333;
	padding: 5px 18px 20px 0px;
}

.topMarks
{
}
 	.topMarks img
	{
		margin: 0px 10px 20px 0px;
	}

.homeBanner
{
}
.homeBanner img
{
	margin: 15px 0 0 19px;
}

.homeBlock
{
	margin: 15px 0 15px 0;
	padding: 25px 0 0 0;
	border-top: 1px solid #E5E5E5;
}

.home3Blocks
{
	background: url(img/bg-homeMain.jpg) no-repeat;
	background-position: 20px 0;
	padding: 0;
	height: 375px;
}

.home3Block
{
	width: 170px;
}
	.home3Block h2
	{
		font-size: 20px;
		color: #000000;
		margin: 0;
		padding: 15px 0 0 0;
	}
	.home3Block img
	{
		padding: 1px;
		border: 1px solid #E1E1E1;
		margin-bottom: 10px;
	}

p.home3BlockDescription
{
	color: #343535;
	line-height: 140%;
	height: 92px;
}

p.home3BlockMore
{
	float: right;
	width: 76px;
	height: 25px;
	background: url(img/bg-readMore.gif) no-repeat;
	margin: 0 5px 0 0;
	padding: 0;
}
	p.home3BlockMore span
	{
		display: block;
		padding: 2px;
		text-align: center;
	}
	p.home3BlockMore a
	{
		color: #FFFFFF;
	}
	p.home3BlockMore a:hover
	{
		text-decoration: none;
	}




p.home3SubTitle1
{
	font-size: 16px;
	color: #166502;
	border-top: 1px solid  #166502;
	margin: 0;
	padding: 7px 0 7px 0;
	line-height: 130%;
}
p.home3SubTitle2
{
	font-size: 16px;
	color: #57B212;
	border-top: 1px solid  #57B212;
	margin: 0;
	padding: 7px 0 7px 0;
	line-height: 130%;
}
p.home3SubTitle3
{
	font-size: 16px;
	color: #8CBD00;
	border-top: 1px solid  #8CBD00;
	margin: 0;
	padding: 7px 0 7px 0;
	line-height: 130%;
}


.pathFinder
{
	color: #629F09;
	font-size: 90%;
	margin: 0px 0 10px 0;
}


table.orderNums
{
	border-collapse: collapse;
	border: none;
}

	table.orderNums td
	{
		color:#333333;
	}

	table.orderNums th
	{
		font-size: 90%;
		color:#666666;
	}

tr.orderNumEven
{
	background-color: #F7F7F7;
}

table.piecesCount
{
	border-collapse: collapse;
	border: none;
	background-color: #F7F7F7;
	color:#333333;
}
	table.piecesCount tr
	{
		border-bottom: 1px solid #FFFFFF;
	}
	table.piecesCount th
	{
		width: 190px;
	}



.relatedProducts
{
	margin: 15px 0 15px 0;
	padding: 25px 0 0 0;
	border-top: 1px solid #E5E5E5;
}

.relatedProducts
{
	font-size: 90%;
}

.relatedProduct
{
	height: 180px;
	text-align: center;
	padding: 0 8px 0 8px;
	border: 1px solid  #F5F5F5;
	margin: 0 0 10px 0;
}

.relatedProductPhoto
{
	margin-top: 7px;
	height: 100px;
}

.articleGallery
{
	margin: 0 0 10px 0;
}

.articleGallery img
{
	padding: 3px;
	border: 1px solid #999999;
}

.articleGalleryLeft img
{
	margin: 0 10px 10px 0;
}

.extendNavigationWrapper
{
	width: 190px;
	background: #156201 url(img/bg-extendNavigationTop.jpg) no-repeat top;
	padding-top: 15px;
}
	.extendNavigationWrapper h3
	{
		color: white;
		margin-left: 18px;
		font-size: 20px;
		margin: 10px 18px 10px 18px;
		padding: 0;
	}

.extendNavigation
{
	width: 100%;
	padding: 0 0 15px 0px;
	margin: 0;
	background: url(img/bg-extendNavigationBottom.jpg) no-repeat bottom;
}
	.extendNavigation li
	{
		margin: 0 18px 0 18px;
		background: url(img/bg-extendNavigationLi.gif) repeat-x bottom;
		padding: 8px 0 9px 0;
		font-size: 13px;
	}
	.extendNavigation a
	{
		color: #BDFB0A;
		text-decoration: none;
	}
	.extendNavigation a:hover
	{
		font-weight: bold;
	}



.contactBlock
{
	margin-bottom: 20px;
}

.contactCountry
{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: #CCCCCC 1px solid;
}
	.contactCountry strong
	{
		color: #333333;
	}
	.contactCountry h3
	{
		color: #166602;
	}

.contactPhone
{
	color:#156300;
}


.historyArticle
{
	border-top: 1px solid #E5E5E5;
	margin-top: 10px;
	padding-top: 10px;
}
	.historyArticle p
	{
		font-size: 90%;
		margin-top: 0;
		padding-top: 0;
	}


.qualityItems a
{
	display: block;
	opacity: 0.9;
	filter: alpha(opacity = 90);
	margin-bottom: 25px;
}
.qualityItems a:hover
{
	display: block;
	opacity: 1;
	filter: alpha(opacity = 100);
}


ul.distributionList
{
	padding: 0px 0 0px 0;
	margin: 0 0 0 0;
}

ul.distributionList li
{
	float: left;
	width: 190px;
	height: 35px;
	padding: 0;
	font-size: 15px;
	color: #166602;
}
	ul.distributionList li img
	{
		margin-right: 10px;
	}

#requestBlock
{
	border-top: 1px solid #CCCCCC;
	padding-top: 20px;
}


form.exportRequest
{
	padding: 0px 0 15px 25px;
	border-left: 1px solid #CCCCCC;
}
	form.exportRequest label
	{
		float: left;
		width: 120px;
		padding: 5px 0 0 0;
		color:#666666;
	}



.marks
{
	margin-bottom: 40px;
}

.marks h3
{
	margin: 0;
	padding: 16px 10px 10px 10px;
	width: 580px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	font-size: 18px;
}
.marks img
{
	margin: 10px;
}

.marksCat3 h3
{
	background-image: url(img/marksTitles/bg-title3.jpg);
}
.marksCat6 h3
{
	background-image: url(img/marksTitles/bg-title6.jpg);
}
.marksCat5 h3
{
	background-image: url(img/marksTitles/bg-title5.jpg);
}
.marksCat7 h3
{
	background-image: url(img/marksTitles/bg-title7.jpg);
}
.marksCat8 h3
{
	background-image: url(img/marksTitles/bg-title8.jpg);
}




.catalogue
{
	text-align: center;
	padding: 30px 30px 0 30px;
}
	.catalogue a
	{
		color: #015A46;
	}


.note1
{
	color: #666666;
	font-size: 90%;
}

.correctLeft
{
	clear: left;
	visibility: hidden;
}


.formatted
{
}
	.formatted ul
	{
		margin: 0;
		padding: 0px 0 15px 10px;
	}
	.formatted li
	{
		padding: 0 0 8px 10px;
		background: url(img/list-square.gif) no-repeat 0px 8px;
	}

.contactUs
{
	background-color: #FFFFCC;
	border: 1px solid #FFFF99;
	color: #CC6600;
	padding: 10px;
}



#footer
{
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 640px;
	border-top: 1px solid #479F0B;
	height: 85px;
	font-size: 10px;
	color: #666666;
}
	#footer p
	{
		float: left;
		width: 213px;
		margin-top: 8px;
	}

.footerPhone
{
	text-align: center;
}

.footerLogo img
{
	float: right;
}

#footerCopyright
{
	padding: 15px;
	font-size: 12px;
	color: #666666;
	background-color: #CCCCCC;
}


/* ADMIN  */


#admin
{
	position: fixed;
	background-color: #FFFFFF;
	border: 4px solid #999999;
	padding: 10px;
	top: 10px;
	left: 2px;
	text-align: left;
	z-index: 50000;
	font-size: 12px;
}
	#admin ul
	{
		margin: 0;
		padding: 0;
		width: 100px;
		list-style-type: none;
	}
	#admin li
	{
		margin: 0 0 5px 0;
		border-bottom: 1px dashed #999999;
		padding: 0 0 5px 0;
	}

.admin-icons
{
	position: absolute;
	right: 10px;
	top: -5px;
	display: none;
}


