body {
	margin: 0px;
	padding: 0px;
	background: url('bgr_fade.jpg') no-repeat #5e5148;
	background-position: top center;
	}

img {
	border: 0px;	
	}

.clear {
	clear: both;
	height: 1px;
	}

#big-wrapper {
	position: relative;
	width: 965px;
	margin: auto;
	}

#shadow {
	position: relative;
	background: url('wrapper_bg.png') repeat-y;
	}

#shadow-bottom {
	position: relative;
	margin: auto;
	height: 12px;
	}

#wrapper {
	position: relative;
	width: 947px;
	margin: auto;
	background-color: #ffffff;
	padding: 5px 0px 3px 0px;
	}

#wrapper-inner {
	position: relative;
	margin: 0px 5px 0px 5px;
	border: solid 3px #000000;
	padding: 0px 0px 0px 12px;
	}

#header {
	position: relative;
	height: 118px;
	border-bottom: solid 5px #000000;
	}

	#logo {
		position: absolute;
		width: 184px;
		height: 43px;
		top: 64px;
		left: 0px;
		}

#padding-container {
	position: relative;
	padding: 0px 12px 0px 0px;
	}

#content {
	position: relative;
	padding: 11px 0px 35px 0px;
	}

#main-menu {
	position: absolute;
	width: 730px;
	height: 17px;
	top: 94px;
	right: 23px;
	}

	#main-menu .main-menu-item {
		position: relative;
		height: 17px;
		float: right;
		margin-left: 18px;
		}


#footer {
	position: relative;
	height: 47px;
	border-top: solid 3px #000000;
	text-align: center;
	font: 11px arial,sans-serif;
	color: #000000;
	line-height: 47px;
	}

	#footer a {
		text-align: center;
		font: 11px arial,sans-serif;
		color: #000000;
		line-height: 47px;
		}



/*
	PAGE CONTENT
*/

	.col-wrapper {
		position: relative;
		clear: both;
		}

	#front-column1 {
		position: relative;
		width: 294px;
		margin-right: 13px;
		float: left;
		}

	#front-column2 {
		position: relative;
		width: 294px;
		float: left;
		}
	
	#front-column3 {
		position: relative;
		width: 294px;
		float: right;
		}

	#front-column1 img, 
	#front-column2 img, 
	#front-column3 img {
		margin-bottom: 5px;
		}
	
	.front-column-title {
		position: relative;
		border-bottom: solid 5px #000000;
		border-top: solid 3px #000000;
		padding-left: 10px;
		margin-bottom: 40px;
		}

	.front-column-title h3 {
		margin: 0px;
		padding: 0px;
		font: 16px arial,sans-serif;
		color: #000000;
		font-weight: bold;
		line-height: 35px;
		text-transform: uppercase;
		}
	
	.std-font {
		font: 12px arial,sans-serif;
		line-height: 17px;
		color: #000000;
		}
	
		.std-font a {
			font: 12px arial,sans-serif;
			color: #000000;
			line-height: 17px;
			}

	.front-text {
		padding: 0px 5px 0px 5px;
		}
	
	.two-col-left {
		position: relative;
		float: left;
		}

	.two-col-right {
		position: relative;
		float: right;
		}
		
	p {
		margin: 0px;
		padding: 0px;
		margin-bottom: 20px;
		}

	h2 {
		font: 22px arial,sans-serif;
		margin: 0px;
		padding: 0px;
		color: #000000;
		font-weight: normal;
		margin-bottom: 2px;
		}
	
	h4 {
		margin: 0px;
		padding: 0px;
		font: 18px arial,sans-serif;
		color: #000000;
		font-weight: normal;
		margin-bottom: 2px;
		}

	.top-spacer {
		position: relative;
		height: 20px;
		}

		.sortiment-item {
			position: relative;
			padding: 40px 0px 0px 0px;
			text-align: left;
			}

		.sortiment-item img {
			margin-bottom: 10px;
			white-space: nowrap;
			}

		.sortiment-item a {
			font: 18px arial,sans-serif;
			color: #000000;
			}

	.list-row {
		position: relative;
		width: 907px;
		padding-bottom: 30px;
		clear: both;
		}
	
	.list-row img {
		margin-bottom: 1px;
		}
	
		.list-item-left {
			position: relative;
			float: left;
			width: 294px;
			}

		.list-item-right {
			position: relative;
			float: right;
			width: 294px;
			}

		.list-margin {
			margin-right: 12px;
			}



