html, body {
	background: #bbbab8;
	font-family: verdana;
	font-size: 10px;
	color: #e4d7b5;
}

img {
	border: 0;
}

a:active, a:focus {
    outline:none;
}

h1 {
	font-size: 16px;
	font-weight: normal;
	color: #e4d7b5;
	margin: 0 0 15px 0;
}

.sifrText {
	font-size: 11px;
}

#container {
	width: 680px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -340px;
}

#nav {
	height: 20px;
	border-top: 1px solid #e4d7b5;
	border-bottom: 1px solid #e4d7b5;
	margin: 10px 0 10px 0;
}
#nav ul {
	height: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	float: left;
}
#nav li a {
	display: block;
	height: 20px;
	text-decoration: none;
	font-size: 0;
	color: #bbbab8;
}
#nav li#item1 a {
	width: 113px;
	background: url('../gfx/nav.gif') 0 0 no-repeat;
}
#nav li#item1.active a, #nav li#item1 a:hover {
	background: url('../gfx/nav.gif') 0 -20px no-repeat;
}
#nav li#item2 a {
	width: 104px;
	background: url('../gfx/nav.gif') -113px 0 no-repeat;
}
#nav li#item2.active a, #nav li#item2 a:hover {
	background: url('../gfx/nav.gif') -113px -20px no-repeat;
}
#nav li#item3 a {
	width: 90px;
	background: url('../gfx/nav.gif') -217px 0 no-repeat;
}
#nav li#item3.active a, #nav li#item3 a:hover {
	background: url('../gfx/nav.gif') -217px -20px no-repeat;
}
#nav li#item4 a {
	width: 89px;
	background: url('../gfx/nav.gif') -307px 0 no-repeat;
}
#nav li#item4.active a, #nav li#item4 a:hover {
	background: url('../gfx/nav.gif') -307px -20px no-repeat;
}
#nav li#item5 a {
	width: 56px;
	background: url('../gfx/nav.gif') -396px 0 no-repeat;
}
#nav li#item5.active a, #nav li#item5 a:hover {
	background: url('../gfx/nav.gif') -396px -20px no-repeat;
}
#nav li#item6 a {
	width: 72px;
	background: url('../gfx/nav.gif') -454px 0 no-repeat;
}
#nav li#item6.active a, #nav li#item6 a:hover {
	background: url('../gfx/nav.gif') -454px -20px no-repeat;
}

#contentContainer {
	height: 266px;
	position: relative;
	border-bottom: 1px solid #e4d7b5;
}
#content {
	width: 680px;
	height: 256px;
	overflow: hidden;
	white-space: nowrap;
}

#content #productContainer img {
	margin-right: -4px;
	border: 0;
}

#content #productView, #content #textPage {
	width: 630px;
	height: 206px;
	padding: 25px;
	text-align: right;
}

#track {
	width: 680px;
	height: 10px;
	background-color: #bbbab8;
	z-index: 1000;
	font-size: 0;
}

#handle {
	width: 45px;
	height: 10px;
	background-color: #e4d7b5;
	cursor: pointer;
	cursor: hand;
	font-size: 0;
	background: url('../gfx/slider.gif') no-repeat;
}

#flashContainer {
	width: 680px;
	height: 256px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
}

#frontpageSlideshow {
	width: 680px;
	height: 256px;
	position: relative;
	display:block;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
#frontpageSlideshow li {
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#frontpageSlideshow img {
	display:block;
}

#textPage {
	background: url('../gfx/dummy_productview.jpg') no-repeat;
}

#linkOverlay {
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 250px; 
	height: 256px;
	text-decoration: none;
}
