* { margin: 0; padding: 0; }

body { background: #0061a0 url( ../img/lankapuhelin/bg.jpg ) no-repeat center top; }

/* TYPO */

body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height:1.4 ; }



/* HEADER */

#header {
	position: relative;
	 height: 1px;
	 width: 100%;
	 z-index: 10;
	 min-width:852px;
}

#header h1 {
    font-size: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 12px;
    left: 12px;
    text-indent: -999px;
	overflow: hidden;
}

#header h1 a {
    background: url(../img/lankapuhelin/global-logo-trans.png) no-repeat;
    display: block;
    height: 61px;
    width: 94px;
}

#header ul {
    position: absolute;
    top: 12px;
    right: 12px;
}
#header ul, #header li {
    display: inline;
}

#header li {
    border-right: 1px solid #96d5ff;
    margin-left: 10px;
    padding-right: 12px;
}
#header li:first-child, #header li.first {
    margin-left: 0;
}
#header li:last-child, #header li.last {
    border-right: none;
    padding-right: 0;
}

#header li.last { margin-left:10px !important ; }

#header li a {
    color: #fff;
    text-decoration: none;
}
#header li a.selected {
    color: #96d5ff;
}
#header li a:hover {
    color: #96d5ff;
}

/* CONTENT */

#container {
    clear: both;
    margin: 37px auto 0 auto;
    width: 852px;
    position: relative ;
    padding: 0 0 50px 0;
}

#theme-navigation {
	background: url( ../img/lankapuhelin/bg_navi-trans.png ) no-repeat center top;
	padding-top: 11px;
	width:100% ;
	margin:0 ;
	height:auto ;
}

#theme-navigation ul {
	list-style-type: none;
	padding-left: 264px;
	margin-bottom: 24px;
	height: 37px;
	left:0 ;
	top:0 ;
	position:relative;
}

#theme-navigation li {
	display: inline;
}

#theme-navigation a {
	display: block;
	float: left;
	height: 37px;
	text-indent: -999px;
	overflow: hidden;
	background-position: left top;
	background-repeat: no-repeat;
}

	#theme-navigation a#n1 {
		width: 104px;
		background-image: url( ../img/lankapuhelin/navi/n1.png );
	}
	#theme-navigation a#n2 {
		width: 76px;
		background-image: url( ../img/lankapuhelin/navi/n2.png );
	}
	#theme-navigation a#n3 {
		width: 73px;
		background-image: url( ../img/lankapuhelin/navi/n3.png );
	}
	#theme-navigation a#n4 {
		width: 70px;
		background-image: url( ../img/lankapuhelin/navi/n4.png );
	}

	#theme-navigation a.act {
		background-position: bottom;
	}


/* TITLES */
#puhelin-title { background: url( ../img/lankapuhelin/hl_kotipuhelin.png ) no-repeat center; height: 26px; text-indent: -9999px; overflow: hidden; margin-bottom: 18px; }
#liittymaperus { background: url( ../img/lankapuhelin/hl_perusliittyma.png ) no-repeat center; height: 19px; text-indent: -9999px; }
#liittymayhdessa { background: url( ../img/lankapuhelin/hl_liittymayhdessa.png ) no-repeat center; height: 19px; text-indent: -9999px; }
#liittymapuhekaista { background: url( ../img/lankapuhelin/hl_liittymapuhekaista.png ) no-repeat center; height: 19px; text-indent: -9999px; }

.picture-holder {
	margin-bottom: 24px;
}

.wide-box {
	width: 844px;
	height: 270px;
	background: url( ../img/lankapuhelin/3-col-bg.png ) no-repeat;
	padding-left: 8px;
	padding-top: 1px;
}
	.box {
		position: relative;
		float: left;
		width: 244px;
		padding: 10px 15px 0 15px;
		height: 162px;
		background: url( ../img/lankapuhelin/temp_perus.png );
		margin-right: 6px;
		margin-bottom: 5px;
	}
	
	.wide-box p {
		color: #fff;
		margin: 12px 4px;
	}
	
	.wide-box .box p {
		text-align: center;
	}
	
	.box h3 {
		color: #fff;
		font-size: 16px;
		text-align: center;
		margin-top: 8px;
	}
	
	.box a:link,
	.box a:visited {
		position: absolute;
		top: 10px;
		left: 15px;
		width: 244px;
		height: 162px;
		display: block;
		text-indent: -9999px;
		overflow: hidden;
	}

/* FOOTER */

#footer ul, #footer li {
    /* http://meyerweb.com/eric/tools/css/reset/ */
    /* v1.0 | 20080212 */

    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style: none
}

#footer {
    background: url(../img/lankapuhelin/footer_top.gif) top no-repeat;
    clear: both;
    color: #97c4e1;
    font-size: 12px;
    margin-top: 24px !important; /* overwrite margin-top from layout-specific css files to standardize it */
    line-height: 14px;
    padding-top: 8px;
	width: 852px;
	margin: 24px auto;
}
#footer a {
    color: #97c4e1;
    text-decoration: none;
}
#footer a:hover {
    color: #96d5ff;
}

#footer-top {
    background-color: #0062a0;
    border: 1px solid #187ab6;
    border-top: none;
    padding: 2px 0 7px 0;
}

#footer-breadcrumb {
    display: inline;
    float: left;
    margin: 2px 0 0 10px;
    width: 500px;
}
#footer-breadcrumb span {
    color: #64a5cd;
    font-size: 14px;
    margin: 0 3px 0 3px;
}

#footer-search {
    display: inline;
    float: right;
    margin-right: 10px;
    width: 176px;
}
#footer-search label {
    display: none;
}
#footer-search-q {
    background: #97c4e0;
    border: 1px solid #1975ae;
    float: left;
    padding: 2px;
    width: 145px;
}
#footer-search-submit {
    display: inline;
    float: right;
    width: 20px;
    height: 21px;
}

#footer-navi {
    background-color: #0062a0;
    clear: both;
    margin-top: 6px;
	border: 1px solid #187ab6;
}
#footer-navi ul {
    list-style: none;
    padding: 0 0 34px 0;
	margin-left:-1px ;
}

#footer-navi li {
    float: left;
}

#footer-navi li a {
    color: #59a0cb;
    display: block;
    outline: none;
    padding: 10px 12px ;
}
#footer-navi li.selected {
    border-bottom: 1px solid #0062a0;
    border-left: 1px solid #187ab6;
    border-right: 1px solid #187ab6;
}


#footer-navi li.selected a {
    color: #97c4e0;
}

#footer-links {
    background-color: #0062a0;
    border: 1px solid #187ab6;
    border-top: none;
    clear: both;
    width: 850px;
	overflow:hidden ;
	padding-bottom:12px ;
}
#footer-links h4 {
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 5px 0;
    line-height: 13px;
}
#footer-links ul {
    float: left;
    margin: 10px 0 0;
    padding-left: 12px;
    width: 108px;

}

#footer-links li {
    font-size: 11px;
    margin: 2px 0 2px 0;
}


#global-footer {
    clear: both;
    color: #69a9d5;
    font-size: 11px;
    height: 8px;
}
#global-footer ul, #global-footer li {
    display: inline;
}
#global-footer ul {
    margin-top: 20px;
}
#global-footer li {
    padding-left: 4px;
    border-right: 1px solid #619cd8;
    padding-right: 7px;
}
#global-footer li:first-child, #global-footer li.first  {
    margin-left: 0;
}
#global-footer li:last-child, #global-footer li.last {
    border-right: none;
    padding-right: 0;
}
#global-footer-left {
    float: left;
}
#global-footer-middle {
    float: left;
    position:relative ;
    left: 90px;
}
#global-footer-right {
    float: right;
}
#global-footer span {
    clear: both;
    display: block;
    float: right;
    margin: 10px 0 24px 0;
}


/* GLOBAL */

fieldset {
	border: 0 none;
}

.hidden {
    display: none;
}

.alignleft {
    float: left;
}
.alignright {
    float: right;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.hidden { display: none; }
