* {
	margin: 0;
	padding: 0;
	}
body {
	text-align:center;
	font-size:75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #083268;
	background-image: url(../images/bg_body.jpg);
	background-position: 0 0;
	padding:0;
	border:0;
	margin:0;
	background-repeat: repeat-x;
	}
html>body {
	font-size:13px;
	}
#content_bg {
	background-image: url(../images/bg_wrapper.png);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	width:840px;
	margin: 0 auto;
	}
#wrapper {
	width: 820px;
	margin: 0 auto;
	}
#margin {
	width: 800px;
	padding: 15px;
	}
#header {
	text-align:left;
	height: 100px;
	width: 800px;
	}
#logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	position: relative;
	top: 25px;
	left: 30px;
	width: 140px;
	height: 60px;
	float: left;
	}

.clear {
	width: 100%;
	height: 0;
	clear: both;
	}
.hidden {
	display: none;
	}
hr {
	background-color: #c2c2c2;
	height: 1px;
	margin: 10px 0 10px 0;
	border-style: none;
	outline-style: none;
	}

#langSelect {
	width: 20px;
	float: right;
	clear: none;
	padding-top: 66px;
	}

#langSelect a img {
	border-style: none;
	outline-style: none;
	
	}

#menu {
	position: relative;
	top: 0;
	width: 600px;
	float: right;
	}
#menu a:active, #menu a:focus {
	outline: none;
	}

li.menuitem > a {
	color: #858585;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	width: 100px;
	display: block;
	padding-top: 65px;
	padding-left: 10px;
	}

body#home a#homenav,
body#services a#servicesnav,
body#company a#companynav,
body#contact a#contactnav {
	color: #fff;
	background: url(../images/bg_activemenu.jpg) no-repeat 0 top;
	}

#menu,  #menu ul {
	padding:0;
	margin:0;
	list-style:none;
	display: block;
	}
#menu table {
	border-collapse:collapse;
	margin:-1px -10px; 0 0; padding:0;
	width:0;
	height:0;
	font-size:12px;
	}
#menu h1 {
	display: inline;
	white-space: nowrap;
	}

#menu li {
	display: inline;
	}
#menu li a {
	border: none;
	float:left;
	line-height:28px;
	font-family:arial, sans-serif;
	font-size:12px;
	color:#7f7f7f;
	font-weight: bold;
	text-decoration:none;
	z-index: 11;
	}
#menu li a:hover, #menu li h1 a:hover {
	white-space:nowrap;
	color:#10478c;
	z-index: 11;
	}
#menu li span {
	background: url(../images/submenu_left.png) no-repeat left 11px;
	position: relative;
	right: 15px;
	width: 15px;
	height: 45px;
	z-index: 10;
	float: left;
	margin-right: -30px;
	}
/* IE7 hack 
*/
html>body #menu li span {
	*padding-right: 10px;
	}
/* IE7 hack */
#menu li ul li a.submenu {
	color:#7f7f7f;
	}
#menu li a.submenu {
	white-space:nowrap;
	background-color: transparent;
	}
#menu li a.submenu:hover {
	background-color: transparent;
	white-space: nowrap;
	}

#menu li:hover > a, #menu li:hover > h1 a {
	color:#10478c;
	}
#menu li:hover > a.submenu, #menu li:hover > h1 a.submenu {
	color:#10478c;
	background-color: transparent;
	}
#menu li ul {
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: left top;
	text-align: center;
	position:absolute;
	top:90px;
	left:-9999px;
	z-index:10;
	visibility: hidden;
	}
#menu :hover ul, #menu :hover ul :hover ul, #menu :hover ul :hover ul :hover ul {
	color: #ebebeb;
	background-image: url(../images/submenu_right1.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right 11px;
	left: 0;
	z-index: 10;
	visibility: visible;
	margin: 0 0 0 -15px;
	padding: 0;
	white-space: nowrap;
	}
#menu :hover ul ul, #menu :hover ul :hover ul ul, #menu :hover ul :hover ul :hover ul ul {
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	left:-9999px;
	top:35px;
	visibility: hidden;
	}
#menu :hover ul li a {
	margin-right: 20px;
	z-index: 999;
	float: left;
	clear: none;
	}
#menu :hover ul#palvelut_fi {
	left: 25px;
	}
#menu :hover ul#palvelut_en {
	left: 45px;
	}

#menu :hover ul#yritys_fi {
	left: 160px;
	}
#menu :hover ul#yritys_en {
	left: 170px;
	}

#menu :hover ul#yhteys_fi {
	left: 355px;
	}
#menu :hover ul :hover ul#mobiili_fi {
	width: 335px;
	left: -100px;
	}
#menu :hover ul :hover ul#mobiili_en {
	left: -40px;
	}

#menu :hover ul :hover ul#cc_fi {
	left: -35px;
	width: 405px;
	}
#menu :hover ul :hover ul#cc_en {
	left: -35px;
	width: 425px;
	}

#menu :hover ul :hover ul :hover ul#smsgateway_fi {
	left: 95px;
	}
#menu :hover ul :hover ul :hover ul#smsgateway_en {
	left: 110px;
	width: 138px;
	
	}

.submenu_arrow {
	background-image: url(../images/submenu_arrow.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center 0;
	position: relative;
	top: 3px;
	left: -7px;
	height: 11px;
	z-index: 999;
	display: block;
	}

/* IE7 hack
submenu arrow needs a width to show up in IE7, but if set, won't render properly in FF, Opera...
*/
html>body .submenu_arrow {
	*width: 15px;
	}
/* IE7 hack */
ul#breadcrumbs {
	color: #aaa;
	font-size: 0.9em;
	font-family: arial, sans-serif;
	width: 590px;
	height: 10px;
	float: right;
	clear: both;
	padding: 10px 0 0;
	display: block;
	}

#breadcrumbs li {
	color: #aaa;
	list-style-type: none;
	list-style-image: none;
	display: inline;
	}
#breadcrumbs li a {
	color: #aaa;
	text-decoration: none;
	}
#breadcrumbs li a:hover {
	color: #10478c;
	text-decoration: none;
	}
p.kwords{
	font-size:0em;
	}
#content {
	font-size: 100%;
	line-height: 150%;
	text-align: left;
	width: 790px;
	height: auto;
	margin: 15px 0 0;
	}
#content a {
	color: #10478c;
	}
#main_img {
	text-align: center;
	height: 200px;
	padding: 15px 0;
	}
#content ul {
	margin: 0 0 10px;
	
	}
#content li {
	margin: 0 0 0 20px;
	}

#home .main_content {
	font-size: 100%;
	line-height: 150%;
	text-align: left;
	width: 600px;
	height: auto;
	float: right;
	}
.main_content {
	font-size: 100%;
	line-height: 150%;
	text-align: left;
	width: 790px;
	height: auto;
	float: right;
	}
.main_content table {
	margin: 0;
	padding: 0;
	}
table.referenssit {
	width: 100%;
	border: 1px #c2c2c2;
	}
table.referenssit th {
	border-bottom: 1px none #c2c2c2;
	
	}

table.referenssit tr img {
	padding: 15px;
	
	
	}
#newsRotate {
	background-image: url(../images/bg_newsrotate.jpg);
	background-repeat: no-repeat;
	position: relative;
	top: 15px;
	width: 158px;
	height: 300px;
	padding: 10px 15px 15px;
	}
#newsRotate h1 {
	font-size: 1em;
	}
.newsLink {
	position: absolute;
	left: 15px;
	bottom: 20px;
	}
.newsDate {
	color: #aaa;
	font-size: 1em;
	}

p {
	margin: 0 0 0.67em 0;
	}
h1 {
	color: #10478c;
	font-size: 2em;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	margin: 0.67em 0;
	}
h2 {
	color: #10478c;
	font-size: 1.5em;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	margin: 0.83em 0;
	}
h3 {
	color: #10478c;
	font-size: 1.17em;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	margin: 1em 0;
	}
h4 {
	color: #10478c;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	margin: 0.8em 0;
	}
td h4 {
	color: #10478c;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	margin: 0 0 0.8em;
	}

h5 {
	color: #10478c;
	font-size: 0.83em;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	margin: 1.67em 0;
	}
h6 {
	color: #10478c;
	font-size: 0.67em;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	margin: 2.33em 0;
	}
h3 a {
	text-decoration: none;
	}
h3 a:hover {
	text-decoration: underline;
	}
.uutiset h3 {
	margin-bottom: 0.35em;
	
	
	}

a img {
	border-style: none;
	}
#contactForm {
	margin-bottom: 20px;
	}

fieldset {
	padding: 10px;
	border: solid 1px #c2c2c2;
	}
fieldset p {
	width: 100%;
	float: left;
	clear: both;
	}

legend {
	color: #10478c;
	font-weight: bold;
	padding: 0 5px;
	}

label {
	text-align: right;
	width: 150px;
	float: left;
	margin-right: 10px;
	}
input.text, textarea {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	border: solid 1px #c2c2c2;
	}
input.text {
	width: 300px;
	}

label.error {
	color: #c00000;
	line-height: 2em;
	text-align: left;
	position: relative;
	left: 160px;
	width: 300px;
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	}
.hff {
	display: none;
	position: absolute;
	left: -10000px;
	}

#footer {
	color: #aaa;
	background-image: url(../images/bg_footer.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin: 0 auto;
	text-align:center;
	width: 800px;
	height: 109px;
	padding: 0 20px;
	}
#footer hr {
	background-color: #c2c2c2;
	height: 1px;
	margin: 0 0 30px;
	border-style: none;
	}
html>body #footer hr {
	*margin: 0 0 15px;
	}
#inspecta {
	position: relative;
	top: -45px;
	right: 15px;
	float: right;
	}
#ie_warning {
	display: none;
	}

