@charset "utf-8";
body, html {
	font-family: arial, verdana, sans-serif; 
	margin: 0px 0px 0px; 
	padding: 0px;
	border: 0px;
	height: 100%;
}

body {
	min-width: 1025px;
	min-height: 695px;
	color: white;
	background-color: #453e3e;
}

img, div, input { behavior: url("css/iepngfix.htc"); }

/*-------------- common ----------------------*/
p, h1, h2, h3, h4, h5, h6, ul, ol, li, div, span, img, a, table, td, hr { border: 0; margin: 0; padding: 0; }

/*-------------- text ----------------------*/

h2 { 
	font-size: 14px; 
	color: #ff349a; 
}

h2 span.highlight, .white { color: white; }
.excite, .pink { color: #ff349a; }

h3 { 
	font-size: 12px; 
	font-weight: bold;
	color: black; 
}

p, ul, td, form {
	font-size: 12px;	
	color: black;
}

ul {
	list-style-image: url('../site_img/bullet_pink.png');
}

.no_margin_top {
	margin-top: 0px!important;
}

.space_above {
	padding-top: 10px;
}


table.inputs {
	margin: 0px 0px 0px 0px;
}

table.inputs td {
	vertical-align: middle;
	padding-right: 10px;
}

table.inputs td.col1 {
	width: 150px;	
}

input {
	z-index: 9;
}

.myform input[type="text"], .inputs textarea {
	width: 240px;
}

.myform input#turvakysymys {
	width: 20px;
}

.myform input.submit {
	margin-bottom: 5px;
	margin-top: 5px;
/*	padding: 5px 25px 5px 25px; */
	width: 100px;
	height: 30px;
	background-color: #ff64ba;
	border: 1px solid white;
}

.myform input.submit:hover {
	border: 1px solid #ccc;
}

.myform input.submit:active {
	position: relative;
	top: 1px;
	left: 1px;
}

.myform input.cancel {
	margin-bottom: 15px;
	margin-top: 5px;	
/*	padding: 5px 25px 5px 25px; */
	width: 100px;
	height: 30px;

	background-color: #ccc;
	border: 1px solid white;
}

.myform input.cancel:hover {
	border: 1px solid #ccc;
}

.myform input.cancel:active {
	position: relative;
	top: 1px;
	left: 1px;
}

span.error {
	color: #ff349a;
}


/*-------------- main centering ----------------------*/

div#verticalroom {
	float: left;
	position: relative;
	top: 0; left: 0;
	height: 50%;
	margin-bottom: -337.5px; /* half vertical height*/
	width: 100%;
	border-bottom: 0px solid red;
}

div#main_container {
	position: relative;
	top: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	width: 976px;
	height: 675px;
	border: 0px solid blue;
	clear: both;
}
#main {
	margin: 0px;
	padding: 0px;
	height: 644px;
	width: 976px;
}
 a { text-decoration:none;}
 p a { font-weight: normal; }
 
/* 
 a:link { color: #666;  }
 a:visited { color: #666; } */
 a:link { color: #ff349a; }
 a:visited { color: #ff349a; }  
 a:active { color: #b8266f; outline: none; }
 a:hover { color: #b8266f; }
 a:focus { outline: none; }
 
#content_left_container {
	float: left;
	height: 523px;
	width: 188px;
	margin-right: 13px;
}

#content_middle_container {  /* Kytetn bordereiden piirtmiseen */
	position: absolute;
	top: 0px;
	left: 201px;
	width: 572px;
	z-index: 2;
}

#content_middle_container_wide {  /* Kytetn bordereiden piirtmiseen sek wide ett WideHigh */
	position: absolute;
	top: 0px;
	left: 201px;
	width: 766px;
	z-index: 2;
}
#content_right_container {
	position: absolute;
	top: 0px;
	left: 786px;
	width: 190px;
	z-index: 2;
}

.infobox {
	background-color: #ff64ba;
	border: 1px solid #fff;
	padding: 15px;
	margin-bottom: 25px!important;
	color: #fff;
}

.float_clear {
	clear: both;
}

 hr { 
	 margin: 10px 10px 10px 0px; 
	 background-color: #fff; 
	 color: #fff; 	 
	 height: 1px; 
}

/*-------------- footer ----------------------*/

#footer_container {
	height: 31px;
	width: 775px;
	margin-left: 201px;
	background-image: none;
	background-repeat: no-repeat;
	border: 0px solid red;
}

#footer_container p {
	font-size: 10px;
	color: #999999;
	margin-left: 130px;
	margin-top: 0px;
	padding-top: 10px;
	font-weight: bold;
}

#footer_container a {
	font-size: 10px;
	color: #999999;
}

/*-------------- header ----------------------*/
#header {
	margin: 0px;
	padding: 0px;
	height: 110px;
	width: 976px;
}

#logo img {
/*	background-image: url('../site_img/logo.gif');
	background-repeat: no-repeat; */
	float: left;
	width: 188px;
	height: 110px;
	border: 0px;
	margin-right: 13px;
}
#header_navi_container {
	height: 110px;
	width: 775px;
	float: left;
}
#header_navi {
	background-image: url('../site_img/header_bg.gif');
	background-repeat: no-repeat;
	height: 80px;
	width: 775px;
}
#header_navi_divider {
	background-image: url('../site_img/header_divider.gif');
	background-repeat: no-repeat;
	height: 30px;
	width: 775px;
}

/*-------------- login ----------------------*/
#login {
	float: right;
	height: 13px;
	width: 97px;
	margin-top: 48px;
	text-align: left;
}
#login ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#login a {
	color: #8e8282;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}
#login img {
	float: left;
	height: 12px;
	width: 10px;
	margin: 1px 5px 0px 12px;
}

#login a:link {	color: #8e8282; }
#login a:visited { color: #8e8282; }
#login a:active { color: white; }
#login a:hover { color: white; }

/*-------------- header navi ----------------------*/
#header_navi #navi {
	float: left;
	height: 40px;
	width: 678px;
	margin-top: 29px;
}

#header_navi #navi ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 24px;
}

#header_navi #navi li {
	float: left;
	margin-top: 18px;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0em;
	margin-left: 5px;	
	font-weight: bold;
	text-transform: uppercase;
}

#header_navi #navi li a {
	height: 21px;
	margin-left: 5px;
	margin-right: 5px;
	margin: 0px;
}

#header_navi #navi li a:link { color: white; }
#header_navi #navi li a:visited { color: white; }
#header_navi #navi li a:active { color: #ccc; }
#header_navi #navi li a:hover { color: #ccc; }

#header_navi #navi li.selected a:link { color: black; }
#header_navi #navi li.selected a:visited { color: black; }
#header_navi #navi li.selected a:active { color: #333; }
#header_navi #navi li.selected a:hover { color: #333; }

#header_navi #navi img {
	float: left;
	height: 12px;
	width: 10px;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 5px;
}




/*-------------- alasisältö ----------------------*/
#bottom_content_container {
	background-image: url('../site_img/contentBottomGradient.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	height: 141px;
	width: 968px;
	padding-left: 8px;
}


/*-------------- vasensisältö ----------------------*/
#left_navi_container ul {
	width: 181px;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}


/* ---- level 2 (ja 3) ---- */
#left_navi_container li {
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	color: white;
}

#left_navi_container li a {
	background-image: url('../site_img/alaotsikko_btn_passive.gif');
	background-repeat: no-repeat;
	background-position: top;
	height: 17px;
	width: 161px;
	display: block;
	margin-top: 2px;
	padding-left: 20px;
	padding-top: 4px; 
}
#left_navi_container li a:link { color: white; }
#left_navi_container li a:visited { color: white; }
#left_navi_container li a:active { color: white; }
#left_navi_container li a:hover {
	background-position: bottom;
}
#left_navi_container li.selected a {
	background-image: url('../site_img/alaotsikko_btn_active.gif');
}

#left_navi_container li.selected a:hover {
	background-position: bottom;
}

/* ---- level 3 ---- */
#left_navi_container li.menulevel_3 {
	text-transform: none;
}

#left_navi_container li.menulevel_3 a {
	background-image: url('../site_img/alaotsikko_btn2b_passive.gif');
	background-repeat: no-repeat;
	background-position: top;
	height: 16px;
	padding-left: 20px;
	padding-top: 2px; 
	padding-bottom: 0px;
	margin-top: -2px;
	margin-bottom: 0px;
	border-bottom: 1px solid #6f6363;
}
#left_navi_container li.menulevel_3.selected a {
	background-image: url('../site_img/alaotsikko_btn2b_active.gif');
}

#left_navi_container li.menulevel_3 a:hover { 
	/* background-color: #555;  */
	background-position: bottom;
}

#left_link {
	position: absolute;
	top: 455px;
	left: 0px;
}

#left_link ul {
	width: 181px;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-left: 8px;
}

#left_link li a {
	background-image: url('../site_img/stylea_trends_linkki.gif');
	background-repeat: no-repeat;
	background-position: top;
	height: 63px;
	width: 181px;
	display: block;
	padding: 0;
}
#left_link li a:hover { background-position: bottom; }


/*-------------- keskisisältö  ----------------------*/
#content_container {
	position: relative;
	top: 0; left; 0;
	height: 393px;
	width: 976px;
	background-image: url('../site_img/border_left.gif');
	background-repeat: repeat-y;
	background-position: left;
}
#content_container_2 {
	height: 393px;
	width: 976px;
	background-image: url('../site_img/border_right.gif');
	background-repeat: repeat-y;
	background-position: right;
}
#middle_left_up_corner {
	background-image: url('../site_img/corner_top_left.png');
	background-repeat: no-repeat;
	background-position: left top;
	width: 572px;
}
#middle_right_up_corner {
	background-image: url('../site_img/corner_top_right.png');
	background-repeat: no-repeat;
	background-position: right top;
	width: 572px;
}
#middle_left_down_corner {
	background-image: url('../site_img/corner_down_left.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 572px;
}
#middle_right_down_corner {
	background-image: url('../site_img/corner_down_right.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 572px;
}
#middle_content_border_left {
	background-image: url('../site_img/borderWhiteBlock.gif');
	background-repeat: repeat-y;
	background-position: left;
	width: 572px;
}
#middle_content_border_right {
	background-image: url('../site_img/borderWhiteBlock.gif');
	background-repeat: repeat-y;
	background-position: right;
	width: 572px;
}
#middle_content_border_top {
	background-image: url('../site_img/borderWhiteBlock.gif');
	background-repeat: repeat-x;
	background-position: top;
	width: 572px;
}
#middle_content_border_bottom {
	background-image: url('../site_img/borderWhiteBlock.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	width: 572px;
}
#middle_content_minHeight {
	height: 393px;
	width: 0px;
}

/*-------------- WideHigh muutokset ----------------------*/

#middle_content_minHeight_high {
	height: 524px;
	width: 0px;
}


/*-------------- Wide muutokset ----------------------*/
#middle_left_up_corner_wide {
	background-image: url('../site_img/corner_top_left.png');
	background-repeat: no-repeat;
	background-position: left top;
	width: 766px;
}
#middle_right_up_corner_wide {
	background-image: url('../site_img/corner_top_right.png');
	background-repeat: no-repeat;
	background-position: right top;
	width: 766px;
}
#middle_left_down_corner_wide {
	background-image: url('../site_img/corner_down_left.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 766px;
}
#middle_right_down_corner_wide {
	background-image: url('../site_img/corner_down_right.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 766px;
}
#middle_content_border_left_wide {
	background-image: url('../site_img/borderWhiteBlock.gif');
	background-repeat: repeat-y;
	background-position: left;
	width: 766px;
}
#middle_content_border_right_wide {
	background-image: url('../site_img/borderWhiteBlock.gif');
	background-repeat: repeat-y;
	background-position: right;
	width: 766px;
}
#middle_content_border_top_wide {
	background-image: url('../site_img/borderWhiteBlock.gif');
	background-repeat: repeat-x;
	background-position: top;
	width: 766px;
}
#middle_content_border_bottom_wide {
	background-image: url('../site_img/borderWhiteBlock.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	width: 766px;
}


/*-------------- Kuvalayer ----------------------*/

.content_middle_container_pics {
	position: absolute;
	top: 3px;
	left: 204px;
	width: 900px;
	height: 600px;
	clip:rect(0px 566px 388px 0px); 
	border: 0px solid red;
	z-index: 1;
	overflow: hidden;
}	

.content_middle_container_pics#pics_wide_high {
	clip:rect(0px 760px 518px 0px); 
}	


.content_middle_container_pics img {
	float: left;
	border: 0;
}

.content_middle_container_pics div.caption {
	position: absolute;
	top: 341px;
	left: 0;
	width: 760px;
	height: 15px;
	padding: 3px 0px 0px 0px;	
/*	background-color: #fff;
	opacity: 0.5;  
	filter:alpha(opacity=50);  */
/*	background-image: url('../site_img/50_white.png');
	background-repeat: repeat;  */
	z-index: 2;
	
}

.content_middle_container_pics div.caption p {
	display: block;
	color: #333;
	font-size: 9px;
	line-height: 12px;
	text-align: right;
	margin-right: 5px;
	opacity: 1;
}


/*-------------- Tekstilayer ----------------------*/

.content_middle_container_text {  
	position: absolute;
	top: 331px;
	left: 224px;
	width: 520px;
	height: 190px;
	z-index: 3;
	overflow: hidden;
}	

.content_middle_container_text p, .content_middle_container_text h2, .content_middle_container_text h3, .content_middle_container_text ul {
	margin: 8px 20px 8px 0px;
}

.content_middle_container_text li {
	margin: 0px 0px 4px 20px;
}

.content_middle_container_text h2 {
	/* margin-top: 8 px; */
}

/*-------------- iso otsikko ----------------------*/
.content_middle_container_text_header {
	position: absolute;
	top: 140px;
	left: 204px;
	width: 760px;
	height: 63px; 
	z-index: 3;
	border: 0px solid blue;
	vertical-align: bottom;	
/*	background-image: url('../site_img/20_black.png');
	background-repeat: repeat;    */
/* 	background-color: #ffaacc;  */
		
}

.content_middle_container_text_header h1 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding-left: 20px;
	width: 740px;
	font-size: 50px;
	line-height: 61px; 
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	background-image: url('../site_img/20_black.png');
	background-repeat: repeat;    
	
/*	text-shadow: #333 1px 1px 8px;  */ /* Huom! Ei IE! */
/* 	opacity: 1; */
/*	filter: 	
		progid:DXImageTransform.Microsoft.Glow(Color=#cccccc,Strength=5); */

}
	


/*-------------- Kontentti(keski)valikot ----------------------*/

#content_middle_container_menu_bg_4 {
	position: absolute;
	top: 2px;
	left: 204px;	
	width: 760px;
	height: 25px;
	background-color: #aaa;
	z-index: 2;		
}	

#content_middle_container_menu_bg_5 {
	position: absolute;
	top: 27px;
	left: 204px;	
	width: 760px;
	height: 20px;
	background-color: #666;
	z-index: 2;		
}	

#content_middle_container_menu {
	width: 760px;
	overflow: hidden;	
}

#content_middle_container_menu #level_4 {
	position: absolute;
	top: 6px;
	left: 215px;
	z-index: 4;	
}
#content_middle_container_menu #level_5 {
	position: absolute;
	top: 28px;
	left: 215px;
	z-index: 4;	
}
#content_middle_container_menu ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
#content_middle_container_menu li {
	float: left;
	margin-top: 2px;
	font-size: 11px;
	margin-left: 0px;	
	font-weight: bold;
	text-transform: uppercase;
}

#content_middle_container_menu #level_5 li {
	font-size: 11px;
	margin-left: 0px;	
	font-weight: normal;
	text-transform: none; 
}


#content_middle_container_menu li a {
	height: 21px;
	color: white;
	/* margin-left: 7px;
	margin-right: 7px; */
	padding-left: 5px;
	padding-right: 5px;
	text-decoration:none;
	margin: 0px;
}

#content_middle_container_menu li a:link { color: white; }
#content_middle_container_menu li a:visited { color: white; }
#content_middle_container_menu li a:active { color: #ccc; }
#content_middle_container_menu li a:hover { color: #ccc; }

#content_middle_container_menu li.selected a:link { color: black; }
#content_middle_container_menu li.selected a:visited { color: black; }
#content_middle_container_menu li.selected a:active { color: #333; }
#content_middle_container_menu li.selected a:hover { color: #333; }

#content_middle_container_menu li span {
	color: #913c6c;
}
