/****Komex MAIN TEMPLATE STRUCTURE ****/
html, body
{
	height: 100%; /* strona zajmuje zawsze cala wysokosc ekranu */
	margin: 0px;
	padding: 0px;
	
}

body
{
	margin: 0px;
	padding: 0px;
	color: #6f6f6f;
	/*background-color: #515151;*/
	background-color: #333333;
}

div{
	overflow: hidden;
	}
img{
	border: 0px;
}
	
/**** wrapper for entire body content ****/	
#body-wrapper
{
	width: 836px;
	/*height: 100%;*/
	padding: 0px;
	margin: auto;
	/*border: 1px solid #000;*/
	/*overflow: visible;*/
	/*background: url('images/layout_13.jpg') repeat-y;*/
}

/* Header container */
#head
{
	width: 836px;
	/*overflow: hidden;*/
}

#footer
{
	width: 836px;
}


/* Wrapper for middle content */


#main-wrapper{
	background-color:#fff;
	font-family: Tahoma, sans-serif ;
	font-size: 11px; /*global font size */
	font-weight: normal;
	padding: 30px 0px 0px 0px;
	margin: 0px;
	width: 836px;
	/*min-height:380px;*/
	/*height:100%;*/
}


/*** Decoration containers ***/
#main-bgtop{
	/*background-image: url('images/layout_13.jpg');*/
	width: 836px;
	/*height: 18px;*/
}

#main-bgmid{
	width: 836px;
	/*background: url('images/layout_03.jpg') no-repeat;*/
	/*min-height: 438px;*/
	/*background: url('images/layout_15.jpg') repeat-y;*/
}

#main-bgbot{
	width: 836px;
	height: 9px;
	background: url('images/layout_07.jpg') no-repeat;
	
}

/**** end of decoration containers declaration ****/


/**** no columns ****/
#center{
	width: 836px;
	
	/*overflow: visible;*/
}

#left
{
	width: 154px;
	float: left;
	margin: 0px;
	padding: 0px;
	/*margin: 20px;*/
	/*border: 1px solid red;*/
	/*background-color: Red;*/
}

/**** Right template column ****/
#right
{
	width: 682px;
	/*float: left;*/
	margin: auto;
	/*background-color: Orange;*/
	/*border: 1px solid orange;*/
}
	
/**** horizontal menu container ****/
div.menu
{
	width: 836px;
	background: url('images/layout_05.jpg') no-repeat;
	background-position: 0px 20px;
	padding: 0px;
	margin: 0px;
	clear: both;
	/*height: 59px;*/ /* wysokosc menu dla IE */
}

div.menu *.lft{
	width: 134px;
	float: left;
	}

div.menu *.rgt{
	float: left;
	padding: 0px 0px 0px 100px; 
}

	
div.menu *.rgt p{
	padding: 0px 0px 11px 0px;
	margin: 0px;
	font-size: 12px;
}


/**** container for main content ****/	
div.main{
	padding: 0px;
	clear: both;
	width: 682px;
	margin: auto;
	/*background-image: url("img/promo_back.jpg");*/
	/*background-repeat: repeat-y;*/
	}

/* images in main content */
div.main img{
	border: 0px;
}

/* images in header */
#head img{
	border: 0px;
	float: left;
}



/**** horizontal menu structure definition ****/
div.menu img
{
	border: 0px;
	padding: 0px;
	margin: 0px;
}

div.menu ul
{
	/*display: block;*/
	padding: 0px;
	margin: 0px;
	list-style: none;
}

div.menu ul li
{
	/*display: block;*/
	/*height: 60px;*/
	float: left;
	padding: 0px;
	margin: 0px;
	border: 0px;
}



/**** end of horizontal menu definition ****/

/**** links decoration ****/
a:visited{
	text-decoration: none;
	color: #6f6f6f;
	}

a:link{
	
	text-decoration: none;
	color: #6f6f6f;
	}
a:hover{
	color: #333333;
}

/**** Content of left column ****/
#left-menu{
	font-size: 15px;
	/*font-weight: bold;*/
	margin: 0px;
	padding: 1px 5px 0px 10px;
}

/* content in right column */ 
#content{
	font-family: verdana, Sans;
	margin: 0px;
	padding: 0px 30px 20px 80px;
}

#content p{
	margin: 0px;
	padding: 10px 180px 0px 0px;	
}


div.text{
	margin: 0px;
	padding: 6px 30px 10px 33px;
		
}

*.title1{
	font-size: 18px;
	}
*.title2{
	font-size: 15px;
	}

/**** front page gallery ****/
div.gallery{
	clear: both;
}

div.large{
	float:left;
}

div.thumbs{
	margin: 0px 0px 0px 10px;
	float: left;
}

div.gallery img{
	margin: 8px 8px 0px 0px;
	}
	
#left-menu ul{
	margin: 0px 0px 0px 24px;
	padding: 0px;
	list-style: none;
	}
	
#left-menu li ul{
	font-size: 14px;
	padding-bottom: 5px;
}

form input{
	font-size: 11px;
}

/* highslide fix */
div.highslide-container{
	overflow: visible;
}

div.about img{
	margin: 0px 0px 5px 0px;
	}

ul.list li{
	padding-bottom: 5px;
	}
	
/* products list*/
div.product-list-bottom table{
	font-size: 11px;
}

*.archive p{
		width: 450px;
	}
	
div.paragraph{
		width: 450px;
	}
	