@charset "UTF-8";
/* CSS Document */

/********************************************/
/***   Suomen Pienyrittäjäin Mainostoimisto Oy  ***/
/***   Erkka Kinnunen, erkka.kinnunen@spym.fi  ***/
/********************************************/

@import url('reset.css');

/*####### TEKSTITYYLIT #######*/

a:link, a:visited {
	color: #535353;
}

a:hover {
	color: #06b09d;	
}

.contentheading, .componentheading, h1, h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #494949;
	padding-bottom: 17px;
}

.blog .contentheading, h3 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #06b09d;	
	padding-bottom: 5px;
}

.moduletable_ajankohtaista h3,
.moduletable_tuotevalikko h3 {
	text-transform: uppercase;
	color: #494949;
}


h4 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #494949;
	padding-bottom: 7px;
}

input, a {
	z-index: 500;
}


/*####### RAKENNE #######*/

html, body {
    height: 100%;
	margin: 0px;
	padding: 0px;	
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #535353;
	line-height: 1.3em;
	background: #f4f4f4 url('../images/body_bg.jpg') repeat-x top left;
	text-align: center;
}

.wrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -217px;
}

.header-wrapper {
	position: relative;
	width: 100%;
	height: 118px;
	text-align: center;
	background: url('../images/header_bg.jpg') no-repeat top center;
}
.header {
	position: relative;
	width: 865px;
	height: 118px;
	margin: 0 auto;
	text-align: left;
}
.header .moduletable_logo {
	position: relative;
	width: 254px;
	height: 118px;
	float: left;
}	

.header .moduletable_languages {
	position: relative;
	top: 50px;
	margin: 0px;
	padding: 0px;
	float: right;
}

.header .moduletable_languages ul li  {
	position: relative;
	width: 90px;
	margin: 0px;
	padding: 0px;
	display: inline;
}

.header .moduletable_languages ul li a {
	position: relative;
	width: 36px;
	height: 39px;
	margin: 0px 2px 0px;
	padding: 0px;
	float: left;
}



.container {
	clear: both;
	position: relative;
	padding-top: 19px;
	width: 865px;
	min-height: 700px;
	height: auto !important;
	height: 700px;
	margin: 0 auto;
}

.navi {
	position: relative;
	width: 100%;
	height: 66px;
	background: url('../images/mainmenu_bg.jpg') repeat-x top center;		
}

.banneri {
	position: relative;
	padding-top: 12px;	
	width: 100%;
	text-align: left;
}

.leftcolumn {
	position: relative;
	width: 268px;
	padding-top: 24px;		
	float: left;
	text-align: left;
}


/** vasemman laidan bannerit */
.leftcolumn .moduletable_palaute,
.leftcolumn .moduletable_varasto,
.leftcolumn .moduletable_ajo-ohjeet {
	position: relative;
	width: 243px;
	margin-bottom: 15px;
	text-align: left;
}

.leftcolumn .moduletable_varasto img {
	margin-bottom: 3px;
}

/** moduletable ajankohtaista */
.leftcolumn .moduletable_ajankohtaista {
	position: relative;
	width: 243px;
	text-align: left;
	background: transparent url('../images/module_h3_bottom-trans.png') no-repeat top center;
}
.leftcolumn .moduletable_ajankohtaista h3 {
	position: relative;
	font-size: 15px;
	height: 40px;
	line-height: 20px;
	text-align: center;
}
.leftcolumn .moduletable_ajankohtaista .contentpaneopen_ajankohtaista {
	margin: 0px 15px 0px 25px;
}
.leftcolumn .moduletable_ajankohtaista .contentheading_ajankohtaista {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #06b09d;	
	line-height: 12px;
	margin: 0px;
	padding: 0px;
}


/** moduletable tuotemenu */
.leftcolumn .moduletable_tuotevalikko {
	position: relative;
	width: 243px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	margin-bottom: 20px;
	text-align: left;
	background: transparent url('../images/module_h3_bottom-trans.png') no-repeat top center;
}
.leftcolumn .moduletable_tuotevalikko h3 {
	position: relative;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
}
.leftcolumn .moduletable_tuotevalikko ul {
	position: relative;
	left: 70px;
	list-style-type: none;
	list-style-position: outside;
	margin: 10px 0px 10px 0px;
	padding: 0px;

}
.leftcolumn .moduletable_tuotevalikko ul li {
	position: relative;
	width: 180px;
	line-height: 14px;
	list-style-type: none;
	list-style-position: outside;
	margin: 0px 0px 3px 0px;
	padding: 0px;
}
.leftcolumn .moduletable_tuotevalikko ul li a span{
	font-weight: bold;
	display: block;
	text-transform: none;
	text-decoration: none;
}
.leftcolumn .moduletable_tuotevalikko ul li ul {
	position: relative;
	left: 0px;
	margin: 1px 0px 8px 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;

}
.leftcolumn .moduletable_tuotevalikko ul li ul li {
	margin: 0px;
	padding: 0px;
}
.leftcolumn .moduletable_tuotevalikko ul li ul li a span {
	font-weight: normal;
	display: block;
	text-transform: none;
	text-decoration: none;
}


.rightcolumn {
	position: relative;
	width: 595px;
	padding-top: 24px;		
	padding-bottom: 30px;
	text-align: left;	
	float: left;
}		

.rightcolumn .contentpaneopen {
	margin: 0px 10px 0px 0px;
}
.rightcolumn .contentpaneopen .contentheading {
	padding-top: 5px;
}
.rightcolumn .contentpaneopen p {
	margin-bottom: 10px;
}

.push {
	height: 217px;
}

.footer-wrapper {
	position: relative;
	width: 100%;
	height: 217px;
	margin: 0 auto;
	text-align: center;
	background: url('../images/footer_bg.jpg') no-repeat top center;
}
.footer {
	position: relative;
	top: 145px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.footer .moduletable_copy {
	position: relative;
	top: 0px;
	width: 100%;
	line-height: 16px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #fff;
}
.footer .moduletable_copy a:link {
	color: #fff;
}
.footer .moduletable_copy a:visited {
	color: #fff;
}
.footer .moduletable_copy a:hover {
	color: #06b09d;	
}

/*################## MAIN MENU ##################*/
/*
.moduletable_menu td {
	position: relative;
	height: 66px;
	float: left;
}
.moduletable_menu img {
	float: left;	
}
.moduletable_menu a {
	position: relative;
	width: auto;
	line-height: 66px;
	margin: 0px 12px;
	padding: 0px;
	text-align: center;
	font-family: tahoma, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
}
.moduletable_menu a:link {
	color: #fff;
}
.moduletable_menu a:visited {
	color: #fff;
}
.moduletable_menu a:hover {
	color: #2b2f2f;		
}
*/

.moduletable_menu ul {
	position: relative;
	height: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.moduletable_menu ul li {
	margin: 0px;
	padding: 0px;	
	display: inline;	
}
.moduletable_menu ul li a {
	height: 66px;
	line-height: 66px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: tahoma, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	float: left;
}
.moduletable_menu ul li a:link {
	color: #fff;
}
.moduletable_menu ul li a:visited {
	color: #fff;
}
.moduletable_menu ul li a:hover {
	color: #2b2f2f;	
}

/** english menu */
.moduletable_menu english ul li a {
	margin-right: 15px;
}

/*################## LOGIN MENU ##################*/

.moduletable_login {
	position: relative;
	height: auto;
}
.moduletable_login a {
	line-height: 16px;
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #fff;
	margin: 0px 4px;
}
.moduletable_login a:link {
	color: #fff;	
}
.moduletable_login a:visited {
	color: #fff;	
}
.moduletable_login a:hover {
	color: #06b09d;	
}



.moduletablevids a:link, .moduletablevids a:visited {
	text-decoration: none;
}	

.moduletablevids a:hover, .moduletablevids a:active {
	text-decoration: none;
}

/*####### MODULETABLE_CATSELECT #######*/
/*
.moduletable_catselect {
	position: relative;
	left: 20px;
	margin-bottom: 15px;
}
.moduletable_catselect table.catselect {
	width: 75%;
}
.moduletable_catselect input.edit {
	width: 100%;
}
*/

/*####### VIDEOPLAYER MODUULI #######*/

div.banneri div.moduletable{
	background: url('../images/video_bg_2.jpg') no-repeat top left;
	padding:10px 0px 10px 10px;
}

/*####### YHTEYSTIETOSIVUN TAULUKKO #######*/

table.contact {
	width: 100%;
	margin: 10px 0px 10px;
}

table.contact td {
	margin: 0px;
	padding: 0px 30px 15px 0px;
}

table.contact td p{
	padding-bottom: 15px;
}

table.contact td h4 {
	color: #06b09d;	
	padding-bottom: 10px;
}

/*####### PALAUTELOMAKE #######*/

table.contactform td {
	padding-bottom: 0px;
}

/*####### FRONTEND ADMINISTRATOR SITE #######*/

fieldset {
	width: auto;
	margin: 0px;
	padding: 10px;
	border: 1px solid #cacaca;
}


/** login & logout forms **/
form#login, form#com-form-login {
	width: 75%;
	margin: 0px 15px 0px; 
	padding: 0px 0px 30px;	
} 
form#login, form#com-form-login fieldset {
	width: 100%;
}
form#com-form-login .componentheading,
form#login .componentheading {
	padding-bottom: 15px;	
}

form#com-form-login ul {
	margin: 10px 0px 0px 10px;
	list-style: none;
}
form#com-form-login ul li {
	line-height: 16px;
}

form#com-form-login fieldset input.inputbox{
	margin: 3px 0px 6px;
	border: 1px solid #cacaca;
}
form#com-form-login fieldset input.button{
	margin: 12px 0px 6px;
	border: 1px solid #cacaca;
}
form#com-form-login fieldset input#remember.inputbox{
	margin: 0;
	border: 0 none;
}
form#login input.button {
	float: left;
	margin: 10px;
} 


/** user's details **/
form.form-validate {
	width: 70%;
	margin: 0px 20px;
	padding: 0px 0px 20px;
}
form.form-validate td {
	padding: 3px;
}	
form.form-validate table td{
	width: 160px; text-align: left;
}
form.form-validate table td input{
	width: 200px; text-align: left;
}
td.paramlist_key {
	width: 160px; text-align: left;
}
td.paramlist_value select {
	width: 200px; text-align: left;
}

