/* @override http://www.reima.fi/themes/reima/css/styles.css */

/*  Site by Activeark  */

/* ------------------------------------------------------------

	Standardize

------------------------------------------------------------ */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img { 
	border:0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}

ol, ul {
	list-style:none;
}

caption, th {
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

q:before, q:after {
	content:'';
}

abbr, acronym {
	border:0;
}




body {
	text-align: center; /* centers in IE */ 
	font-family: /*"Futura Bold",*/ "trebuchet ms", sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #c0c0c0;
	xbackground: url("../graphics/kevat09.jpg") no-repeat center 0px;
	xbackground: url("../graphics/taustakuva_SS09kesa.jpg") no-repeat center 120px;
	xbackground: url("../graphics/reima_etusivu.jpg") repeat-x center 100px;
	xbackground: url("../graphics/index_lumisota.jpg") repeat-x center 100px;
	xbackground: url("../graphics/Reimatec_group.jpg") repeat-x center 100px;
	background: url("../graphics/reima_kesa.jpg") repeat-x center 100px white;
}
#home-page {
	background: url("../graphics/reima_etusivu_kesa.jpg") repeat-x center 100px white;
	xbackground: url("../graphics/etusivukuva_syksy_2010.jpg") repeat-x center 100px white;
}

a {
	text-decoration: none;
	color: #000000;
	outline: 0;
}

strong {
	font-weight: bold;
}

#home-page h1 {
	display: none;
}
#test {
	background: url("../graphics/reima_etusivu_kesa.jpg") repeat-x center 100px white;
}
#test #content-container {
	background: none;
}
#test #content h1 {
	display: none;
}
/*
#wrapper-outer {
	width: 100%;
	border: 1px solid #000;
	background-color: #ffffff;
}*/

#wrapper {
	/*width: 1087px;*/ /* width: 1087px; (total width of page) */
	width: 100%;
	margin: 0px auto;
	text-align: left;
	/*background: #ffffff url("../graphics/main_bg.jpg") no-repeat top left;*/
	position: relative;
	/*xoverflow: hidden;*/
}

/*---------------------------------------------------- Header -----------------------------------------------*/

#header-container {
	width: 100%;
	/*background: url("../graphics/main_transparent_bg.png") repeat top left;*/
	background-color: #fff;
}

#header {
	width: 883px; /*883 width: 1087px; */
	height: 88px; /* height: 123px; */
	/*float: left;*/
	padding-top: 35px;
	padding-left: 117px;
	padding-right: 87px;
	/*background: url("../graphics/main_transparent_bg.png") repeat-y top left;*/
	margin: 0px auto;
}


#home-page #header, #home-page #header-container {
	z-index: 50;
	position: relative;
}

	#logo {
		width: 143px;
		height: 45px;
		float: left;
	}
	
	#logo img {
		float: left;
	}

	/*---------------------------------------------------- Main navigation -----------------------------------------------*/

	#main-navi, #main-navi-ru, #main-navi-se, #main-navi-no, #main-navi-dk, #main-navi-de{
		width: 590px; /* 590px with search */
		margin-top: 3px;
		float: right;
		display: inline; /* Takes care of the double margin bug in IE6 */
		font-size: 17px;
		font-weight: bold;
		text-transform: uppercase;
		/*font-family: arial black;*/
	}
	
	#main-navi-ru {
		font-size: 17px;
	}
	
	#main-navi-se {
		font-size: 15px;
	}
	
	#main-navi-no {
		font-size: 15px;
	}
	
	#main-navi-dk {
		font-size: 15px;
	}
	
	#main-navi-de {
	}

	#main-navi ul, #main-navi-ru ul, #main-navi-se ul, #main-navi-no ul, #main-navi-dk ul, #main-navi-de ul {
		margin: 0;
		padding: 0;
		float: right;
		/*margin-top: -4px;
		margin-bottom: -3px;*/
	}

	#main-navi li, #main-navi-ru li, #main-navi-se li, #main-navi-no li, #main-navi-dk li, #main-navi-de li {
		display: inline;
		list-style: none;
		margin-left: 12px;
	}
	
	#main-navi li.first, #main-navi-ru li.first, #main-navi-se li.first, #main-navi-no li.first, #main-navi-dk li.first, #main-navi-de li.first {
		margin-left: 0;
	}

	#main-navi a, #main-navi-ru a, #main-navi-se a, #main-navi-no a, #main-navi-dk a, #main-navi-de a {
		color: #c90818;
	}

	/*---------------------------------------------------- /Main navigation -----------------------------------------------*/

	/*---------------------------------------------------- Language navigation -----------------------------------------------*/

	#lang-navi {
		width: 400px;
		float: right;
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
		font-family: arial;
		margin-top: 1px;
	}

	#lang-navi ul {
		float: right;
	}

	#lang-navi li {
		display: inline;
		list-style: none;
		margin-left: 8px;
	}

	#lang-navi a {
		color: #c90818;
	}

	/*---------------------------------------------------- /Language navigation -----------------------------------------------*/

	/*---------------------------------------------------- Breadcrumb navigation -----------------------------------------------*/

	#breadcrumb {
		width: 886px;
		font-family: arial;
		font-size: 11px;
		color: #e8989b;
		margin-top: 14px;
		clear: left;
		float: left;
		border-bottom: 1px solid #ffffff;
		padding-bottom: 14px;
	}
	
	#home-page #breadcrumb, #product-search-page #breadcrumb, #product-page #breadcrumb {
		border: none;
	}

	#breadcrumb li {
		list-style: none;
		display: inline;
		color: #c90818;
	}

	#breadcrumb a {
		color: #c90818;
	}

	/*---------------------------------------------------- /Breadcrumb navigation -----------------------------------------------*/

	/*---------------------------------------------------- Search -----------------------------------------------*/

	#search-container {
		width: 111px; /*126*/
		height: 41px;
		float: right;
		padding-left: 15px;
		margin-left: 13px;
		/*background: url("../graphics/search_bg.gif") no-repeat 0 5px;*/
		border-left: 1px solid #ffffff;
	}

	#search-container label {
		font-family: trebuchet ms;
		font-size: 12px;
		text-transform: uppercase;
		color: #0067b4;
		float: right;
		margin-bottom: 4px;
		font-weight: bold;
	}

	#search-container input {
		width: 92px; /* 110px */
		height: 16px;
		float: right;
		border: 1px solid #96a3ab;
		background: #ffffff url("../graphics/search_input_bg.gif") no-repeat bottom right;
		padding-right: 18px;
		padding-bottom: 1px;
		padding-top: 1px;
		padding-left: 2px;
	}


	/*---------------------------------------------------- /Search -----------------------------------------------*/

/*---------------------------------------------------- /Header -----------------------------------------------*/

/*---------------------------------------------------- Content -----------------------------------------------*/

#content-container {
	width: 100%;
	background: url("../graphics/main_transparent_bg.png") repeat top left;

}

#content {
	/*float: left;*/
	/*height: 380px;*/
	width: 972px; /* 1087px */
	/*background: url("../graphics/main_transparent_bg.png") repeat top left;*/
	font-family: arial;
	padding-left: 115px;
	height: 400px;
	margin: 0px auto;
}

html>body #content {
	/*float: left;*/
	/*height: 380px;*/
	width: 972px; /* 1087px */
	/*background: url("../graphics/main_transparent_bg.png") repeat top left;*/
	font-family: arial;
	padding-left: 115px;
	height: auto;
	min-height: 400px;
	margin: 0px auto;
}
/*
#faq-page #content, #care-page #content, #retailers-page #content, #playlayers-page #content, #reimatec-page #content {
	width: 973px;  1087 
	padding-left: 114px;
}*/

#home-page #content {
	height: 378px;
	background: none;
}

#home-page #content-container {
	background: none;
}





/*---------------------------------------------------- Haku -----------------------------------------------*/

#product-highlight, #product-highlight-image {
	width: 880px;
	background: url("../graphics/big_transparent_bg.png") repeat-y top left;
	margin-left: 1px;
	color: #0067b4;
	font-family: arial;
	float: left;
	display: inline;
	border: 1px solid #c4ccdb;
}

#product-highlight-image {
	height: 378px;
	overflow-y: scroll;
}

#product-highlight-colour {
	width: 880px;
	background-color: #ffffff;
	margin-left: 1px;
	color: #0067b4;
	font-family: arial;
	float: left;
	display: inline;
	border: 1px solid #c4ccdb;
	text-align: center;
}


#product-highlight-colour #close-image img {
	width: 173px;
}


#product-highlight #product-img {
	float: left;
	margin-right: 10px;
}

#product-highlight img {
	float: left;
}

#product-highlight #product-img-detail {
	float: right;
	margin-top: 52px;
	margin-right: 46px;
	margin-left: 10px;
}

#product-highlight div {
	width: 250px;
	float: left;
	padding-bottom: 20px;
}

.colour-thumbs {
	float: left;
	clear: both;
	margin-top: 10px;
	padding-left: 20px;
	width: 240px;
}
.maps {
	padding-left: 30px;
}
#product-highlight h1 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 40px;
}

#product-highlight h2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 53px;
}

#product-highlight p {
	color: #6a6a6a;
	margin-bottom: 10px;
	font-size: 11px;
}

#product-highlight a {
	font-weight: bold;
	color: #6a6a6a;
	text-decoration: underline;
}

#product-highlight ul.product-bullets {
	list-style-type: disc;
	color: #6a6a6a;
	padding-left: 15px;
	margin-bottom: 15px;
}

#products-container {
	width: 884px;
	margin-left: 1px;
	padding-left: 2px;
	float: left;
	display: inline;
}

#products-container h2, #products-container .product-category-title {
	width: 100%;
	float: left;
	color: #0067b4;
	font-size: 18px;
	text-transform: uppercase;
	font-family: arial black;
	margin: 12px 0;
	clear: both;
}

#product-search-page #products-container {
	border-top: 1px solid #ffffff;
	margin-top: 29px;
}

#products-page #products-container {
	/*border-top: 1px solid #ffffff;*/
	margin-top: 19px;
}

.product {
	width: 197px; /* 217 */
	height: 180px;
	background: url("../graphics/product_bg.png") repeat-y top left;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	color: #0067b4;
	font-family: arial;
	font-size: 11px;
	position: relative;
	border: 1px solid #c4ccdb;
	padding-left: 20px;
	display: inline;
}

#products-container h3.product-title, #products-container h4.product-title {
	color: #0067b4;
	font-size: 18px;
	text-transform: uppercase;
	font-family: arial black;
	margin: 12px 0;
	margin-top: 30px;
}

#product-search-page #products-container h3.product-title {
	position: absolute;
	z-index: 50;
}

#products-container h4.product-title {
	position: absolute;
	z-index: 50;
}

.product img {
	float: right;
	margin-right: 5px;
}

.product p {
	width: 90px;
	color: #575757;
	position: absolute;
	z-index: 50;
	top: 65px;
	font-weight: bold;
}

.product a {
	color: #0067b4;
}

.product-link {
	display: block;
	width: 100%;
	height: 100%;
	background-color: transparent;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url("clear.gif"); /* Fix for IE6 and IE7 problem with clickable divs. clear.gif does not exist. */
	z-index: 100;
}

.product a span {
	display:none;
}





#product-search-container {
	width: 886px;
	height: 172px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background: url("../graphics/product_search_bg.png") no-repeat top left;
	font-family: arial black;
	float: left;
	position: relative;
	display: inline;
}

#product-search-container h1 {
	width: 200px;
	margin-top: 8px;
	font-size: 18px;
	text-transform: uppercase;
	color: #0067b4;
}

#product-search-btn {
	/*width: 101px;
	height: 41px;*/
	position: absolute;
	left: 778px;
	top: 115px;
	font-size: 18px;
}


#product-search-container label {
	text-align: left;
	text-transform: uppercase;
	font-family: arial black;
	font-size: 13px;
	float: right;
	display: inline;
}

#product-search-container input {
	margin-right: 8px;
	float: left;
	display: inline;
}

.category1 {
	width: 150px;
	position: absolute;
	left: 34px;
	color: #c90818;
}

.category1 label {
	width: 125px;
}

.category1 input {
	width: 14px;
	height: 14px;
	margin-top: 12px;
}

#babies-container {
	top: 36px;
}

#kids-container {
	top: 86px;
}

.category2 {
	width: 150px;
	height: 20px;
	position: absolute;
	left: 544px;
	color: #c90818;
}

.category2 label {
	width: 125px;
}

.category2 input {
	width: 14px;
	height: 14px;
	margin-top: 3px;
}

#overall-container {
	top: 37px;
}

#top-container {
	top: 57px;
}

#bottom-container {
	top: 77px;
}

#hat-container {
	top: 97px;
}

#mittens-container {
	top: 117px;
}

#footwear-container {
	top: 137px;
}

.category3 {
	width: 210px;
	height: 20px;
	position: absolute;
	left: 708px;
}

.category3 label {
	width: 185px;
	overflow: hidden;
}

.category3 input {
	width: 14px;
	height: 14px;
	margin-top: 4px;
}

#cover-container {
	top: 37px;
	color: #0067b4;
}

#mid-container {
	top: 57px;
	color: #57ad24;
}

#base-container {
	top: 77px;
	color: #d9913c;
}





/*---------------------------------------------------- /Haku -----------------------------------------------*/

/*---------------------------------------------------- Tuotteet -----------------------------------------------*/

#product-categories-container {
	width: 886px;
	font-family: trebuchet ms;
	font-weight: bold;
	float: left;
}

#product-categories-container h1 {
	padding: 5px 0px;
	font-size: 18px;
	text-transform: uppercase;
	color: #0067b4;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 10px;
}

#product-categories-container div {
	width: 203px;
	height: 170px;
	float: left;
}
/*
#product-categories-container #asiasanahaku {
	width: 180px;
}

#product-categories-container #asiasanahaku div {
	width: 100%;
	height: auto;
	text-align: right;
}

#product-categories-container #asiasanahaku select {
	width: 179px;
}

#product-categories-container #asiasanahaku input {
	width: 100%;
}

#product-categories-container #asiasanahaku input.button {
	width: auto;
	margin-top: 24px;
}
*/
#product-categories-container h2{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0067b4;
	margin-bottom: 12px;
}

#product-categories-container a {
	font-size: 14px;
	color: #c90818;
	text-transform: uppercase;
}

#product-categories-container ul {
	height: 120px;
}

#product-categories-container li {
	width: 178px;
	background: url("../graphics/arrow_red_small.gif") no-repeat center right;
}

#product-categories-container .selected {
	background: url("../graphics/arrow_blue_down.gif") no-repeat center right;
}

#product-categories-container .selected a {
	color: #0067b4;
}

#product-categories-container .product-category {
	margin-right: 24px;
	display: inline;
}

#product-categories-container .last {
	margin-right: 0;
}

#product-categories-container .product-category ul {
	border-right: 1px solid #ffffff;
}

#product-categories-container .last ul {
	border: 0;
}

#brochure-link {
	width: 886px;
	float: left;
	padding-top: 18px;
	margin-top: 10px;
	border-top: 1px solid #ffffff;
	padding-bottom: 18px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ffffff;
}

#brochure-link div.brochure-links {
	float: left;
	margin-top: 15px;
}

#brochure-link div.brochure-links a {
	font-family: trebuchet ms;
	font-weight: bold;
	text-transform: uppercase;
	color:#0067B4;
	font-size:14px;
	background:transparent url(../graphics/arrow_blue_small.gif) no-repeat scroll right center;
	padding-right:16px;
	float: left;
	margin-top: 6px;
	clear: both;
}

#brochure-link #asiasanahaku {
	width: 180px;
	float: right;
	margin-right: 10px;
}

#brochure-link #asiasanahaku div {
	width: 100%;
	height: auto;
	text-align: right;
}

#brochure-link #asiasanahaku select {
	width: 179px;
	float: left;
}

#brochure-link #asiasanahaku input {
	width: 100%;
}

#brochure-link #asiasanahaku input.button {
	width: auto;
	margin-top: 24px;
}

#brochure-link #asiasanahaku h2{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0067b4;
	margin-bottom: 12px;
	font-family: trebuchet ms;
}



/*---------------------------------------------------- /Tuotteet -----------------------------------------------*/

/*---------------------------------------------------- Home -----------------------------------------------*/

#babies-box {
	width: 153px;
	height: 49px;
	float: left;
	margin-top: 88px;
	z-index: 35;
	position: absolute;
}

#babies-text {
	width: 123px; /* 251px */
	height: 42px; /* 84px */
	position: absolute;
	background: url("../graphics/home_transparent_bg.png") repeat-y top left;
	z-index: 10;
	padding-left: 30px;
	padding-top: 7px;
	font-family: trebuchet ms;
	font-weight: bold;
	text-transform: uppercase;
	color: #c90818;
}

#babies-text h2, #kids-text h2 {
	font-size: 18px;
	font-weight: bold;
}

#babies-text p, #kids-text p {
	color: #c90818;
	font-size: 14px;
	margin-top: -3px;
}

#babies-box img {
	position: relative;
	z-index: 25;
	float: right;
}

#kids-box {
	width: 153px;
	height: 49px;
	float: left;
	z-index: 30;
	position: absolute;
	margin-top: 32px;
}

#kids-text {
	width: 123px; /*251*/
	height: 42px; /* 84px */
	position: absolute;
	background: url("../graphics/home_transparent_bg.png") repeat-y top left;
	z-index: 10;
	padding-left: 30px;
	padding-top: 7px;
	font-family: trebuchet ms;
	font-weight: bold;
	text-transform: uppercase;
	color: #c90818;
}

#kids-box img {
	position: relative;
	float: left;
	z-index: 20;
}
/*
#babies-text .choose, #kids-text .choose {
	height: 20px;
	background: url("../graphics/arrow_red_small.gif") no-repeat center right;
	width: 75px;
	position: relative;
}
*/
#babies-text h2 a, #kids-text h2 a {
	color: #c90818;
	background: url("../graphics/arrow_red.gif") no-repeat center right;
	padding-right:12px;
}

#babies-link {
	display: block;
	width: 100%;
	height: 100%;
	background-color: transparent;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url("clear.gif"); /* Fix for IE6 and IE7 problem with clickable divs. clear.gif does not exist. */
	z-index: 100;
}

#kids-link {
	display: block;
	width: 100%;
	height: 100%;
	background-color: transparent;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url("clear.gif"); /* Fix for IE6 and IE7 problem with clickable divs. clear.gif does not exist. */
	z-index: 100;
}

#reima-65 {
	xmargin-top: 20px;
	xmargin-right: 20px;
	xfloat: right;
	position: absolute;
	right: 20px;
	top: 360px;
	_float:right;
	_margin-top: 220px;
	_margin-right: 20px;
	display: none;
}


/*---------------------------------------------------- /Home -----------------------------------------------*/


/*---------------------------------------------------- FAQ -----------------------------------------------*/

#sidebar {
	width: 285px;
	float: left;
	margin-right: 58px;
}

#intro {
	width: 285px;
	padding-bottom: 9px;
	font-size: 11px;
}

#reima-group-page #intro {
	border: none;
}

#faq-page h1, #materials-page h1, #retailers-page h1, #playlayers-page h1, #reimatec-page h1, #reima-group-page h1, #news-page h1, #contact-page h1, #products-page h1, #search-page h1, #page h1 {
	width: 886px;
	font-family: arial black;
	font-size: 18px;
	text-transform: uppercase;
	color: #0067b4;
	margin-bottom: 18px;
	padding-top: 16px;
	/*border-top: 1px solid #ffffff;*/
}

#reima-group-page h1 {
	width: 343px;
	font-family: arial black;
	font-size: 18px;
	text-transform: uppercase;
	color: #0067b4;
	margin-bottom: 18px;
	padding-top: 16px;
}

#reima-group-page h2 {
	width: 543px;
	font-family: arial black;
	font-size: 18px;
	text-transform: uppercase;
	color: #0067b4;
	margin-bottom: 18px;
	padding-top: 16px;
}

#sidebar #body {
	width: 100%;
	font-size: 11px;
	padding-top: 26px;
	border-top: 1px solid #ffffff;
}


#sidebar li {
	list-style: none;
	margin-bottom: 15px;
}

#reimatec-page #sidebar ul {
	padding-left: 15px;
	margin-bottom: 15px;
}

#reimatec-page #sidebar li {
	list-style: disc;
	margin-bottom: 0px;
	font-weight: bold;
}

#sidebar a {
	font-weight: bold;
}

#sidebar p, #main-content p, #sidebar address, #main-content address {
	margin-bottom: 15px;
}

#sidebar #body select {
	width: 270px;
	border: 1px solid #96a3ab;
}

#main-content {
	width: 540px;
	float: left;
	display: inline;
	font-size: 11px;
}

#reima-group-page #main-content {
	margin-top: -61px;
}

.section, .section-last {
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 27px;
	border-bottom: 1px solid #ffffff;
	overflow: hidden;
}

.section-last {
	margin-bottom: 0;
	border: none;
}


.section h2, .section-last h2, #sidebar h2{
	font-weight: bold;
	margin-bottom: 15px;
}

#sidebar #body h2 {
	margin-bottom: 0px;
}

#sidebar .section h2, #sidebar .section-last h2 {
	font-weight: bold;
	margin-bottom: 0px;
}

.section p, .section-last p {
	font-size: 11px;
}

#main-content img {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

#main-content img.last {
	margin: 0;
}

#retailers-page #main-content h2 {
	margin-bottom: 0px;
}



/*---------------------------------------------------- /FAQ -----------------------------------------------*/

/*---------------------------------------------------- Hoito-ohjeet -----------------------------------------------*/

#materials-page #main-content h2 {
	font-weight: bold;
	margin-bottom: 15px;
}


/*---------------------------------------------------- /Hoito-ohjeet -----------------------------------------------*/




/*---------------------------------------------------- Yhteydenotto -----------------------------------------------*/

#main-content label, p.label {
	width: 164px;
	display: block;
	float: left;
	font-weight: bold;
}

#main-content label.checkbox {
	width: auto;
	display: inline;
	font-weight: normal;
	margin-left: 3px;
}

#main-content input, #main-content select, #main-content textarea {
	width: 371px;
	border: 1px solid #96a3ab;
	float: right;
	margin-right: 1px;
	display: inline;
}

#main-content input.checkbox {
	width: auto;
	float: left;
	margin-left: 2px;
	display: inline;
}

#main-content textarea {
	height: 190px;
}

.section div, .section-last div {
	width: 100%;
	margin-bottom: 12px;
	float: left;
}

.section div div, .section-last div div {
	width: 374px;
	float: right;
	margin-bottom: 5px;
}

#main-content .section div div input.checkbox, .section-last div div input.checkbox {
	margin-left: 0;
	margin-bottom: 4px;
}

#main-content .contact-submit {
	width: auto;
	border: none;
	float: right;
}

#main-content a.privacy-policy-link {
	text-decoration: underline;
	float: right;
}

/*---------------------------------------------------- /Yhteydenotto -----------------------------------------------*/


/*---------------------------------------------------- Jälleenmyyjät -----------------------------------------------*/

#retailers-page #sidebar select {
	float: right;
	margin-bottom: 10px;
	border: 1px solid #96a3ab;
}

#retailers-page #sidebar #retailer-search-btn {
	margin-top: 5px;
	float: right;
}

/*---------------------------------------------------- /Jälleenmyyjät -----------------------------------------------*/




/*---------------------------------------------------- /Content -----------------------------------------------*/


/*---------------------------------------------------- Footer -----------------------------------------------*/

/*#footer {
	width: 1087px;
	height: 299px;
	background-color: #ffffff;
	background: url("../graphics/main_transparent_bg.png") repeat-y top left;
	padding-top: 30px;
	clear: both;
}*/

#footer-container {
	width: 100%;
	background: url("../graphics/main_transparent_bg.png") repeat top left;
}

#home-page #footer-container {
	z-index: 50;
	position: relative;
	background-color: #fff;
}

#footer {
	width: 1087px;
	/*float: left;*/
	/*background: url("../graphics/main_transparent_bg.png") repeat-y top left;*/
	padding-top: 110px;
	padding-bottom: 10px;
	z-index: 50;
	margin: 0px auto;
}

#home-page #footer {
	width: 1087px;
	z-index: 50;
	padding-top: 30px;
	position: relative;
}

	/*---------------------------------------------------- Bottom navigation -----------------------------------------------*/
	

	#home-page #bottom-navi .text {
		float: left;
		text-align: right;
		padding-right: 18px;
		cursor: pointer;
	}
	
	#home-page #products-link {
		background: url("../graphics/arrow_green.gif") no-repeat center right;
	}
	
	#home-page #materials-link {
		background: url("../graphics/arrow_blue.gif") no-repeat center right;
	}
	
	#home-page #club-link {
		background: url("../graphics/arrow_red.gif") no-repeat center right;
	}
	
	#home-page #search-link {
		background: url("../graphics/arrow_orange.gif") no-repeat center right;
	}
	
	
	#bottom-navi {
		width: 1087px;
		text-transform: uppercase;
		float: left;
		text-align: center;
		font-family: trebuchet ms;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	
	#home-page #bottom-navi {
		margin-bottom: 110px;
	}
	
	#bottom-navi li {
		list-style: none;
		display: inline;
		margin: 0 5px;
	}
	
	
	#home-page #bottom-navi {
		width: 260px;
		margin-left: 116px;
		margin-top: 0;
		display: inline;
	}
	
	
	#home-page #bottom-navi li {
		width: 100%;
		list-style: none;
		display: list-item;
		margin: 0;
		float: left;
		line-height: 32px;
		margin-bottom: 8px;
		font-size: 18px;
	}
	
	#home-page #bottom-navi img {
		float: left;
		margin-right: 10px;
	}
	
	#playlayers-box {
		width: 193px;
		float: left;
		font-family: trebuchet ms;
		margin-left: 13px;
		font-weight: bold;
	}
	
	#playlayers-box span {
		font-size: 18px;
		color: #57ad24;
		float: left;
		height: 19px;
		margin-top: -3px;
		margin-right: 5px;
		text-transform: uppercase;
	}
	
	#playlayers-box p {
		color: #57ad24;
		font-size: 14px;
		_line-height: 1.4em;
	}
	
	
	#playlayers-box a {
		float: left;
		margin-top: 20px;
		color: #57ad24;
		padding-right: 13px;
		background: url("../graphics/arrow_green_small.gif") no-repeat center right;
		text-transform: uppercase;
		font-size: 14px;
	}
	
	#reimatec-box {
		width: 193px;
		float: left;
		font-family: trebuchet ms;
		margin-left: 45px;
		font-weight: bold;
	}
	.reimalubinosto {
	background: transparent url(../graphics/reimaclubinostobg.jpg) no-repeat 0 0;
	font-size: 15px;
	color: #ce091d;
	width: 150px !Important;
	padding: 28px 0 0 65px;
	margin-left: 20px !important;
}
	#reimatec-box span {
		font-size: 18px;
		color: #c90818;
		float: left;
		height: 19px;
		margin-top: -3px;
		_margin-bottom: -5px;
		margin-right: 5px;
		text-transform: uppercase;
	}
	
	#reimatec-box p {
		color: #c90818;
		font-size: 14px;
	}
	
	#reimatec-box a {
		float: left;
		margin-top: 20px;
		color: #c90818;
		padding-right: 13px;
		background: url("../graphics/arrow_red_small.gif") no-repeat center right;
		text-transform: uppercase;
		font-size: 14px;
	}
	#huimala {
	margin: 0 !important;
	background: none !important;
	display: block;
	width: 190px;
	height: 180px;
	margin-left: -10px !important;
	outline: 0;
}
	#retailers-box {
		width: 193px;
		float: left;
		margin-left: 16px;
	}
	
	#retailers-box h2 {
		color: #0067b4;
		font-family: arial black;
		font-size: 18px;
		text-transform: uppercase;
	}
	
	#retailers-box select {
		width: 193px;
		margin-bottom: 5px;
	}
	
	#retailers-box input {
		margin-top: 5px;
		margin-left: 147px;
	}

	/*---------------------------------------------------- /Bottom navigation -----------------------------------------------*/
	
	#footer-text {
		width: 1076px;
		text-align: center;
		font-size: 11px;
		color: #979588;
		float: left;
		font-family: arial;
	}
	
	#footer-links {
		width: 1076px;
		margin-top: 5px;
		text-align: center;
		font-size: 10px;
		color: #979588;
		float: left;
		font-family: arial;
		padding-bottom: 78px;
	}
	
	#footer-links img {
		margin-left: 5px;
	}
	

/*---------------------------------------------------- /Footer -----------------------------------------------*/


.color1 {
	color: #57ad24;
}

.color2 {
	color: #0067b4;
}

.color3 {
	color: #c90818;
}

.color4 {
	color: #f28d01;
}

#contact-page .error {
	color: #c90818;
}



#footer:after, #header:after, #content:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/* @group My Group */



/* @end */