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

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

@import url('reset.css');
@import url('form.css');
@import url('dropdown.css');

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


body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
}


#header {
	width: 100%;
	height: 136px;
	background: url('../images/header.jpg') repeat-x;
}


#logot {
	width: 958px;
	margin: 0 auto;	
	height: auto;
	text-align: center;
}

#logot img {margin-top: 30px;}


#wrap {
	width: 958px;
	margin: 0 auto;	
	text-align: center;
	/*overflow: hidden;*/
}



/*-------------------------------------------*/

#naviwrapper {
	width: auto;
	height: 118px;
	text-align: center;
	background: url('../images/navi.jpg') no-repeat;
	padding-left: 45px;
	padding-right: 10px;
}

#mainmenu a {
	font-size: 1.0em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-decoration: none;
	color: #c30000;
}

#mainmenu  li a:hover {
	background: url('../images/linkki-hover.jpg') repeat-x top left;
}

/* alavalikon linkit */
#mainmenu li ul a, #mainmenu ul li#current ul li a {
	font-size: 0.8em;
	font-weight: normal;
	letter-spacing: 0.0em;	
	color: #222;
}

/* alavalikon linkkien hoverit (ie ja ff)*/
#mainmenu ul li#current ul li a:hover{
	color: #c30000;
	background: 0;
}

#mainmenu ul li ul li a:hover{
	color: #c30000;
	background: 0;
}

	
/*-------------------------------------------*/
	
#container {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;	
	text-align: left;	
	background: url('../images/container-top.jpg') no-repeat;	
	padding-left: 12px;
	padding-right: 12px;	
}


#container p {
	padding-bottom: 10px;
}

	
#photo1 {
	width: 100%;
	height: 270px;	
}


	
/*-------------------------------------------*/	
	
#left {
	width: 447px;
	padding: 20px 0;	
	float: left;
}

#left .moduletable {
	width: 447px;
	padding-bottom: 10px;
	background: url('../images/side-module-bottom.jpg') no-repeat center bottom;	
}	
	
#left .moduletable h3{
	padding: 25px 20px 25px;	
	background: url('../images/side-module-top.jpg') no-repeat;
}	

#left .moduletable table {
	margin: 0 20px;
	padding: 0;
}	

#left .contentheading {
	font-size: 1.0em; 
	padding-bottom: 5px;
}

/*-------------------------------------------*/

#main {
	position: relative;
	padding: 20px 0;
	z-index: 2;	
}

#main.half {
	width: 463px;
	margin-left: 470px;
}	

#main.full {
	margin: 0px 160px 0 20px;
	padding-top: 10px;
}	


#main .moduletable-kuva {margin-bottom: 15px;}	
#main .contentpaneopen {margin: 0 15px;}

#main .contentheading {padding-top: 15px; padding-bottom: 15px;}
#main .componentheading {padding-top: 10px; padding-bottom: 15px;}


/*-------------------------------------------*/

#moduulit {
	clear: both;
	width: 100%;
	height: 350px;	
	background: url('../images/container-bottom.jpg') no-repeat center bottom;
	text-align: left;
}

#moduulit a {
	cursor: link;
}	

#moduulit a :hover h3{
	color: #000;
}	


#moduulit .moduletable {
	width: 287px;
	margin: 0 15px;	
	padding-bottom: 10px;
	float: left;
}	
	
#moduulit .moduletable h3 {
	padding: 25px 20px 25px;	
	background: url('../images/bottom-module-top.jpg') no-repeat;
	cursor: link;	
}	

#moduulit .moduletable ul {
	margin: 0 25px;
	padding: 0px;
	list-style-type: none;
}	

#moduulit .moduletable ul a{
	text-decoration: none;
	line-height: 1.5em;	
}	

#moduulit a {color: #000000;}
/*#moduulit a:hover {color: #c30000;}*/


/*-------------------------------------------*/

#footer {
	width: 100%;
	padding-bottom: 3em;
	text-align: center;
	background: #c30000 url('../images/footer.jpg') repeat-x;
	float: left;
	color: #000;
}

#loginmenu {
	margin-top: 60px;
	text-align: center;
}

#loginmenu ul {
	position: relative;
	margin-top: 15px;	
	left: 35%;
	width: 30%; 
	text-align: center; 
	float: left;
}

#loginmenu li {display: inline;}

#loginmenu a {
	font-size: 0.9em; 
	text-decoration: underline; 
	margin: 0 0.4em 0 0.4em; 
	color: #fff;
}

#loginmenu a:hover {color: #000;}



/* ------------------------------------------------------------------*/
/* ----------------------------- Otsikot ----------------------------*/
/* ------------------------------------------------------------------*/

h1 {
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 15px;
	color: #c30000;
}

h2, .contentheading {
	font-size: 1.4em;
	font-weight: bold;
	color: #c30000;	
}

h3, .componentheading {
	font-size: 1.4em;
	font-weight: bold;
	color: #c30000;
		
} 

h4{
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 5px;		
	color: #c30000;
}



/* ------------------------------------------------------------------*/
/* ----------------------------- Tekstit ----------------------------*/
/* ------------------------------------------------------------------*/

p, li, td, th, div, legend  {
	font-family: arial, helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
}

legend, th {
	font-weight: bold;
	color: #c30000;			
}

a {
	font-size: 1.0em;
	text-decoration: underline;	
}

a:link {	color: #c30000;}
a:visited {	color: #c30000;}
a:hover {color: #000000;}
a:active {color: #000000;}

#main ul {list-style-type: disc; margin-bottom: 10px;}
#main li {margin-left: 30px; line-height: 1.8em;} 



/* ------------------------------------------------------------------*/
/* ---------------------- Horisontaalinen menu ----------------------*/
/* ------------------------------------------------------------------*/

ul.menu-horizontal {
    margin: 0;
    padding: 0;
	list-style-type: none;
	float: left;
}

ul.menu-horizontal li {
	display: inline;
}

ul.menu-horizontal li a {
	padding: 0;
	margin: 0 .4em 0 .4em;
    display: block;
    float: left;    
}



/* ------------------------------------------------------------------*/
/* --------------------- vertikaalinen menu -------------------------*/
/* ------------------------------------------------------------------*/
/*
ul.menu-vertical {
    margin: 0;
    padding: 0;
	list-style-type: none;
}

ul.menu-vertical li a {
	padding: .4em 0 .4em 0;
    display: block;
}
*/


/* ------------------------------------------------------------------*/
/* --------------------------- Muut elementit -----------------------*/
/* ------------------------------------------------------------------*/

img {
	border: 0 none;
}

.hide { 
	display: none;
}

.chronoform {
	display:none;
}

.clear {
	clear: both;
}

table.galleria td{
	padding: 5px;
}

