/* LAINEAALTO */

body{
	
	width: 100%;
	background: url(../images/bg.jpg) center top no-repeat #000e6b;
	font-family: “Trebuchet MS”, “Lucida Sans Unicode”, “Lucida Grande”,” Lucida Sans”, Arial, sans-serif ;
	font-size: 13px;
	margin: 0;
	padding: 0;
	text-align: center;

}

ul { margin: 0; padding: 0; list-style: none;}
address { font-style: normal;}
img { border: none;}
a:active { outline: none;}
h1 { font-size: 16px; color: #ccc; margin: 0; padding: 0;}
h1 a:link { font-size: 16px; color: #4999fa; margin: 0; padding: 0; text-decoration: underline; font-weight: normal;}
h1 a:visited { font-size: 16px; color: #4999fa; margin: 0; padding: 0; text-decoration: underline; font-weight: normal;}
h1 a:hover { font-size: 16px; color: #4999fa; margin: 0; padding: 0; text-decoration: none; font-weight: normal;}
.p { font-size: 12px; color: #ccc; margin-top: 5px; padding-left: 20px; height: 18px; background: url(../images/clock.png) left top no-repeat;}

#header a:link { color: #4999fa; text-decoration: underline; padding: 3px;}
#header a:visited { color: #4999fa; text-decoration: underline;}
#header a:hover { text-decoration: none; background-color: #4999fa; color: #fff;}

#header{
	width: 100%;
	background-color: white;
	height: 40px;
}
	
	#header ul{
		margin: 0 auto;
		width: 700px;
		height: 40px;
	}
		#header ul li {
			padding-top: 15px;
			font-size: 14px;
			color: #a1a1a1;
		}
			#header ul li.left{
				float: left;
			}
			#header ul li.right{
				float: right;
			}

.logologotext { 
	width: 700px;
	height: 400px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	top: 50px;
}
	#logoText{
		position: relative;
		left: 75px;
		top: 25px;
	}
	
.twitterfacebook { position: relative; margin: 0 auto; text-align: left; width: 700px;}
.twitter { height: 65px; float: left; width: 455px; background: url(../images/twitter.png) left top no-repeat; padding-left: 100px; padding-top: 10px;}
#twitterinput li{ height: 60px; width: 400px;}
.facebook { float: right; height: 75px; width: 118px;}
.facebook a { display: block; width: 117px; height: 74px; background: url(../images/facebook.png) left top no-repeat; text-indent: -9999px; outline: none;}
.facebook a:hover { display: block; width: 117px; height: 74px; background: url(../images/facebook_on.png) left top no-repeat; text-indent: -9999px;}
.hidden { display: none;}
	
	
	
