@charset "utf-8";

body, html {
	padding: 0px;
	margin: 0px;
	font: 11px Arial, Tahoma, Verdana;
	color: #333333;
	text-align: center;
}

body {
	background: #fff url("img/body_bg.jpg") repeat-x;
}

img {
	border: 0px;
}

img.head {
	margin-top: 25px;
	margin-bottom: 5px;
}

#logo {
	position: absolute;
	z-index: 500;
	top: 0px;
	left: 15px;
}

#menu {
	height: 24px;
	padding-top: 85px;
	padding-left: 270px;
}

#menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#menu ul li {
	padding: 0px;
	margin: 0px;
	float: left;
	display: block;
	margin-right: 15px;
	height: 8px;
	text-indent: -9999px;
	cursor: pointer;
	filter: alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;

}

#menu ul li:hover {
	filter: alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

#menu ul li.selected {
	filter: alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

#menu ul li#hem {
	background: url("img/menu/hem.gif") no-repeat;
	width: 24px;
}

#menu ul li#butik {
	background: url("img/menu/butik.gif") no-repeat;
	width: 28px;
}

#menu ul li#inredning {
	background: url("img/menu/inredningsprojekt.gif") no-repeat;
	width: 111px;
}

#menu ul li#textil {
	background: url("img/menu/textil.gif") no-repeat;
	width: 30px;
}

#menu ul li#kontakta {
	background: url("img/menu/kontakta_oss.gif") no-repeat;
	width: 79px;
}

#container {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

.tygspecfloat1 {
	float: left;
	width: 95px;
}

.tygspecfloat2 {
	float: left;
	width: 95px;
}

.storefloat1 {
	width: 107px;
	float: left;
	border-right: 1px solid #cccccc;
	margin-right: 25px;
}

.storefloat2 {
	width: 80px;
	float: left;
}

.storefloat1 span, .storefloat2 span, .tygfloat span {
	display: inline-block;
	padding: 3px;
	background: #fff;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	cursor: pointer;
}

.storefloat1 span:hover, .storefloat2 span:hover, .tygfloat span:hover {
	border: 1px solid #22225e;
}

#arrleft {
	width: 29px;
	background: url("img/buttons/arrleft.png") no-repeat;
	height: 346px;
	cursor: pointer;
	float: left;
	position: absolute;
	z-index: 400;
	left: -12px;
}

#imgids {
	width: 750px;
	background: #22225e;
	height: 21px;
	position: absolute;
	z-index: 410;
	left: 0px;
	top: 434px;
	filter: alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

#imgids span {
	font: 12px Arial, Tahoma, Verdana;
	font-weight: bold;
	color: #fff;
	padding: 3px;
	background: none;
	display: block;
	float: left;
	cursor: pointer;
}

#imgids span.selected {
	font: 12px Arial, Tahoma, Verdana;
	color: #22225e;
	padding: 3px;
	font-weight: bold;
	background: #fff;
	display: block;
	float: left;
}

#imgids img {
	display: block;
	float: left;
	padding-top: 6px;
}

#arrright {
	width: 29px;
	background: url("img/buttons/arrright.png") no-repeat;
	height: 346px;
	cursor: pointer;
	float: right;
	position: absolute;
	z-index: 400;
	left: 733px;
}

#imgcontainer {
	width: 750px;
	position: relative;
	height: 346px;
}

#imgcontainer img {
	display: none;
}


#main {
	height: 346px;
	background: url("img/mainbg.jpg");
}

#mainleft {
	float: left;
	width: 208px;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
	height: 346px;
}

#mainright {
	float: left;
	width: 502px;
	height: 346px;
}

#bottom {
	min-height: 100px;
	margin-top: 15px;
}

.bottomfloat1 {
	float: left;
	width: 228px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-right: 1px solid #cccccc;
}

.bottomfloat2 {
	float: left;
	width: 480px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.bottomfloat3 {
	float: left;
	width: 228px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: right;
}

#tygtop {
	height: 215px;
	border-bottom: 1px solid #cccccc;
}

.tygfloat {
	float: left;
	width: 95px;
	font-style: italic;
}

.tygfloat span {
	margin-bottom: 0px;
}


.clear {
	clear: both;
}