    html, body, div, p, h1, h2, h3, table, td, tr, form, img, ul, li, a {
		padding: 0px;
		margin: 0px;
		border: none;
	}
    html, body {
        height: 100%;
    }
    
    #rootWrapper {
        min-height: 100%;
        position: relative;
    }

	body {
		font-family: verdana, arial, tahoma;
		font-size: 12px;
		color: #3f2f28;
        background-color: #eee7bd;
	}
    
    a {
		color: #3f2f28;
    }
    
	#header{
		background-image: url("img/headerBg.jpg");
		background-repeat: repeat-x;
		width: 100%;
		height: 190px;
		position: relative;
        margin: 0px;
        padding: 0px;
	}
	#wrapper{
		background-image: url("img/header.jpg");
		background-repeat: no-repeat;
		width: 1064px;
		height: 190px;
		position: relative;
	}
	#homeLink {
		width: 245px;
		height: 90px;
		display: block;
		position: absolute;
		top: 37px;
		left: 37px;
	}
	
	#menu {
		margin-left: 30px;
		position: absolute;
		bottom: 0px;
		list-style: none;
	}
	#menu li {
		float: left;
		width: 200px;
		height: 51px;
	}
	#menu li a {
		padding-top: 17px;
		padding-bottom: 17px;
		padding-left: 10px;
		text-decoration: none;
		display: block;
		width: 190px;
		/*color: #fffed3;*/
        color: #ffffff;
		text-transform: lowercase;
		font-size: 13px;
        font-weight: none;
	}
	
	#menu li a:hover {
		background-image: url("img/main_meniu_hover.gif");
	}
    
    #menu .current_page_item, #menu .current_page_ancestor {
		background-image: url("img/main_meniu_hover.gif");
    }
    
    #menu2 .current_page_item {
        font-weight: bold;
    }
	
	#main {
        margin: 0px;
		padding-top: 14px;
		padding-bottom: 100px;
		background-color: #eee7bd;
	}
    
    #columnWrapper{
        width: 1000px;
    }
    
	#sidebar {
		margin-left: 13px;
		width: 164px;
		float: left;
    }
	#menu2 {
		list-style: none;
	}
	
	#menu2 li {
		width: 164px;
		height: 46px;
		background-image: url("img/menu2_hover.png");
	}
	
	#menu2 li a {
		padding-left: 30px;
		text-decoration: none;
		padding-top: 14px;
		padding-bottom: 14px;
		text-transform: lowercase;
		font-size: 13px;
		font-style:italic;
		color: #3f2f28;
		display: block;
	}

    #rightBar{
		margin-left: 13px;
		width: 167px;
		float: right;
        font-size: 11px;
        color: #3f2f28;
    }


    .shoppingCartItem td{
        border-bottom: 1px solid #a79c6e;
        padding-bottom: 7px;
    }
    
    .shoppingCartItem.last td{
        border: none;
    }

    .shoppingCartItemTitle td {
        padding-top: 7px;
    }
    
    .shoppingCartBottom {
        background-image: url('img/lentynele-krepselio.png');
        height: 25px;
    }

    #rightBar a, #rightBar a:visited {
        color: #3f2f28;
    }
    
	#content {
		margin-left: 200px;
		min-height: 220px;
		width: 608px;
        font-size: 11px;
	}

    .post h2 {
        display: none;
    }
    
    .post {
        padding-top: 15px;
    }

	h1, h2 {
		font-size: 14px;
		font-weight: normal;
		margin-bottom: 20px;
	}

	#content p {
		line-height: 24px;
	}

	img.alignleft {
        padding: 4px;
        margin: 0 7px 2px 0;
        display: inline;
	}
    
    .alignleft {
        float: left
	}

	#footer {
		height: 34px;
		background-image: url("img/bgr_tile2.png");
        position: absolute;
        bottom: 0px;
        width: 100%;
	}
	
	#footer p {
		text-align: right;
		max-width: 1050px;
		padding-top: 5px;
	}


.etikete {
background-color: #ffffff;
margin-top: 20px;
margin-left: 110px;
width: 400px;
padding: 12px;
padding-top: 7px;
}

.etikete h3 {
font-size: 11px;
margin-bottom: 0px;
margin-top: 5px;

}

#content .etikete p {
line-height: 11px;
}

#content a {
color: rgb(0,128,128);
}

#content a:visited {
color: rgb(0,128,128);
}

#rightBar a.cartorder:hover {
color: rgb(0,128,128);
}

.orderForm th {
    text-align: left;
    border-bottom: 1px solid #a79c6e;
}

.orderForm td {
    padding: 5px;
}

.orderForm .footer td {
    border-top: 1px solid #a79c6e;
}

.contactForm {
margin-top: 10px;
}

.contactForm td {
padding: 3px;
}

.contactForm input, .contactForm select{
    height: 22px;
}

.contactForm input, .contactForm textarea, .contactForm select {
    width: 220px;
    font-family: arial;
    font-size: 12px;
    border: 1px solid #a1956d;
    padding: 0px;
}

.contactForm .label {
    text-align: right;
}

#commentform p{
    margin-top: 10px;
}

#comment {
    width: 500px;
}

cite.fn {
    font-weight: bold;
    font-style: normal;
}