/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 15px/1.50 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #323636;	
}

a {
	font-size: 15px;
	color: #0c5c81;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;

}

hr {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}


/* MENU
---------------------------*/

ul.menu	li a {
	color: #323636;
	font-size: 13px;
}

ul.menu li a:hover, li a:focus, li a:active {
	color: #ffffff;
	font-size: 13px;	
}


/* TEXT
---------------------------*/

h2{
	margin-left: -20px;
}

strong{
	font-weight: bold;
}

/* TEXT-REPLACEMENT
---------------------------*/

h2.furthingsfirst {  
    width: 157px;  
    height: 24px;  
    background:url(../images/text_furthingsfirst.png) 0 0 no-repeat;   
    text-indent: -9999px; 
}

h2.meetandspeak {  
    width: 158px;  
    height: 24px;  
    background:url(../images/text_meetandspeak.png) 0 0 no-repeat;   
    text-indent: -9999px; 
}

h2.about {  
    width: 63px;  
    height: 19px;  
    background:url(../images/text_about.png) 0 0 no-repeat;   
    text-indent: -9999px; 
}

h2.services {  
    width: 84px;  
    height: 18px;  
    background:url(../images/text_services.png) 0 0 no-repeat;   
    text-indent: -9999px; 
}

h2.process {  
    width: 154px;  
    height: 23px;  
    background:url(../images/text_process.png) 0 0 no-repeat;   
    text-indent: -9999px; 
}

h2.contact {  
    width: 83px;  
    height: 18px;  
    background:url(../images/text_contact.png) 0 0 no-repeat;   
    text-indent: -9999px; 
}

h2.quote {  
    width: 171px;  
    height: 23px;  
    background:url(../images/text_quote.png) 0 0 no-repeat;   
    text-indent: -9999px; 
}

h2.quote {  
    width: 171px;  
    height: 23px;  
    background:url(../images/text_quote.png) 0 0 no-repeat;   
    text-indent: -9999px; 
}

h2.touch {  
    width: 128px;  
    height: 19px;  
    background:url(../images/text_touch.png) 0 0 no-repeat;   
    text-indent: -9999px; 
}

h2.albus {  
    width: 57px;  
    height: 19px;  
    background:url(../images/text_albus.png) 0 0 no-repeat;   
    text-indent: -9999px; 
}

h2.arffman {  
    width: 199px;  
    height: 24px;  
    background:url(../images/text_arffman.png) 0 0 no-repeat;   
    text-indent: -9999px; 
}

h2.citiusnet {  
    width: 97px;  
    height: 18px;  
    background:url(../images/text_citiusnet.png) 0 0 no-repeat;   
    text-indent: -9999px; 
}

h2.fcwimma {  
    width: 114px;  
    height: 18px;  
    background:url(../images/text_fcwimma.png) 0 0 no-repeat;   
    text-indent: -9999px; 
}

h2.kajapro {  
    width: 79px;  
    height: 23px;  
    background:url(../images/text_kajapro.png) 0 0 no-repeat;   
    text-indent: -9999px; 
}

h2.kukkakontti {  
    width: 119px;  
    height: 19px;  
    background:url(../images/text_kukkakontti.png) 0 0 no-repeat;   
    text-indent: -9999px; 
}

h2.personaltrainingap {  
    width: 213px;  
    height: 24px;  
    background:url(../images/text_personaltrainingap.png) 0 0 no-repeat;   
    text-indent: -9999px; 
}

h2.uuninmuuraaja {  
    width: 154px;  
    height: 23px;  
    background:url(../images/text_uuninmuuraaja.png) 0 0 no-repeat;   
    text-indent: -9999px; 
}

h3.interested{
	float: right;
	margin-top: 15px;
	margin-right: -60px;
}
    

/* FOOTER
---------------------------*/

.footer{
	font-size: 12px;
}

.footer a{
	font-size: 13px;
	color: #0c5c81;
	text-decoration: none;
}

.footer a:hover{
	text-decoration: underline;

}

h3.footer{
	font-size: 13px;
	margin: 0;
	padding: 0;	
}