/*Sinebrychof - Perinteet CSS*/

h1{
	margin:0 0 26px 0;
	font-weight:normal;
	font-size:24px;
	color:#505050;
	letter-spacing:-1.5px;
}

p{
	font-size:12px;
	margin:0 0 22px 0;
	color:#505050;
}
#perinteet div#paaotsikko2{
	padding: 22px 0 0 0;
}

#perinteet #boxarea{
	height:550px;
}

#perinteet .oikeasisalto{
	float : left;
	margin-left : 5px;
	height : 560px;
	width  : 697px;
}

/* #perinteet #boxarea{
	height:800px !important;
} */
#perinteet #oikeapalsta {
	position : absolute;
	right : 35px;
	top	  : 87px;
	width : 200px;
}

#perinteet  #vasenpalsta{
	margin-left : 32px;
	font-family : Verdana; 
	width : 420px;	
}
#perinteet  #kokopalsta{
	margin-left : 32px;
	font-family : Verdana; 
	width : 640px;	
}
#perinteet  p{
	padding:0 40px 0 0;
}

.frameslide {
	background-image : url(../img/perinteet/frameslide.gif);
	background-repeat: no-repeat;
	background-position: bottom center; 	
	width : 697px;	
	position : relative;
	height : 672px;
}
.frametop {
	float : left;
	width : 675px;	
	background-image : url(../img/perinteet/frametop.jpg);
	background-repeat: no-repeat;
	background-position: top center; 	
	text-align : left;
	padding-top : 40px;
	font-family : Times;
	font-size   : 12px;
}

.imgframe_small{
	position:relative;
	width:196px;
	height:217px;
	background: transparent url(../img/perinteet/imgframe_small.jpg) top left no-repeat;
	display:block;
	margin:8px 14px 0 0;
	float:left;
}
.imgframeglass_small{
	position:absolute;
	/* background: transparent url(../img/perinteet/frameglass_small.png) top left no-repeat; */
	width:161px;
	height:161px;
	top:18px;
	left:18px;
	border:none;
	display:block;
}

.frameimg{
	position:absolute;
	top:18px;
	left:18px;
}

.imgframe_wide{
	position:relative;
	width:301px;
	height:253px;
	background: transparent url(../img/perinteet/imgframe_wide.jpg) top left no-repeat;
	display:block;
	margin:8px 14px 0 0;
	float:left;
}

.imgframeglass_wide{
	position:absolute;
	/* background: transparent url(../img/perinteet/frameglass_wide.png) top left no-repeat; */
	width:265px;
	height:198px;
	top:18px;
	left:18px;
	border:none;
}

.imgframe_small .textCont{
	position:absolute;
	width:160px;
	height:13px;
	bottom:17px;
	left:18px;
	font-weight:bold;
	color:#1a3b76;
	text-align:center;
	font-family:verdana;
}

.imgframe_wide .textCont{
	position:absolute;
	width:265px;
	height:13px;
	bottom:17px;
	left:18px;
	font-weight:bold;
	color:#1a3b76;
	text-align:center;
	font-family:verdana;
}

#perinteet .spaced{
	clear:both;
}

/*SLIDER NAVIGAATIO*/
#slidernavi{
	display:block;
	width:609px;
	height:32px;
	margin-left:35px;
}

#slidernavi #sliderleft{
	display:inline;
	float:left;
	width:33px;
	height:32px;
}

#slidernavi #sliderright{
	display:inline;
	float:left;
	width:33px;
	height:32px;
}

#slidernavi #slidewindow{
	display:inline;
	float:left;
	width:543px;
	height:32px;
	background:transparent url(../img/perinteet/bar_bg.png) left top no-repeat;
	overflow:hidden;
	position:relative;
}

#slidernavi #sliderleft .slideprev {
	background: transparent url(../img/perinteet/btn_scrollLeft.png) left top no-repeat;
	display:block;
	width:33px;
	height:32px;
	cursor:pointer;
}

#slidernavi #sliderright .slidenext {
	background: transparent url(../img/perinteet/btn_scrollRight.png) left top no-repeat;
	display:block;
	width:33px;
	height:32px;
	cursor:pointer;
}

#slidernavi ul{
	padding:0  0 0 0;
	margin:0;
	width:2000px;
	position:absolute;
}

#slidernavi li{
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:8px 0;
	width:90px;
	text-align:center;
}

#slidernavi ul#slidercontent a{
	color:#1a3b76;
	font-family:verdana, arial;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	width:80px;
}
#slidernavi ul#slidercontent a.active{
	color:#bb0003;
}
