/* aparycja css */

html	{
		width:100%;
}

body	{	
		margin: 0px 0px 0px 0px;
		background-image:url(../images/bg.jpg);
		background-repeat:repeat-x;
		background-color:#9e0507;
		width:100%;				
}

a	{
	text-decoration:none;
	color:#9e0507;
}

a:hover	{
	text-decoration:underline;
	color:#987a56;
}

#top_menu	{
		width:100%;
		height:25px;
		margin:0px 0px 0px 0px;
		background-color:#670f10;		
}

#top_menu #content_top_menu	{
		margin:0px auto;
		width:750px;
		height:20px;
		padding:5px 10px 0px 10px;
		color:#faf6ad;		
		font-size:11px;				
}

#content_top_menu a {
		font-size:11px;		
		font-family:Tahoma;
		color:#faf6ad;
		text-decoration:none;
}

#content_top_menu a:hover {
		color:#ffffff;
}


#root	{
		margin: 0px auto;
		width:770px;
		background-color:#faf6ad;				
}

#header	{
		width:770px;
		height:230px;
		background-image:url(../images/header.jpg);
		background-repeat:no-repeat;
}




#content_left	{
		float:left;
		width:500px;
		padding:0px 10px 0px 20px;		
		font-size:9pt;
		background-color:#faf6ad;		
		font-family:"Trebuchet MS";
}

#content_right	{
		float:right;
		width:209px;
		padding:4px 10px 0px 20px;
		border-left:1px dashed #ab4a4b;	
		font-size:12px;
		font-family:"Trebuchet MS";
		background-color:#faf6ad;		
		color:#b0825e;				
}

#footer	{
		clear:both;
		margin:0px auto;
		width:770px;
		height:160px;
		background-image:url(../images/footer.jpg);
		background-repeat:no-repeat;
}

#footer div {
		float:left;
		width:355px;
		margin:140px 10px 0px 10px;
		font-size:11px;
		font-family:Tahoma;
		color:#8c1416;
}
#footer a {
		color:#8c1416;
		text-decoration:none;
}

/* podmenu kosmetyka */

#podmenu_kosmetyka {
	margin-bottom:20px;
}

#podmenu_kosmetyka a {
	display:block;
	margin-top:5px;
	width:200px;
	height:20px;
	border-bottom:1px dashed #ab4a4b;	
}

#podmenu_kosmetyka a.active {
	display:block;
	margin-top:5px;
	width:200px;
	height:20px;
	border-bottom:1px dashed #ab4a4b;	
	color:#987a56;	
}