@charset "utf-8";

* { 
	padding: 0; margin: 0;
}

html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #363535;
	font-weight: normal;
}

body {
	text-align: center;
	background-color:#eae8e8;	
	background-image: url(bgbars.png?OpenImageResource);
	background-position: top;
	background-repeat: repeat-y;	
}

p {
	margin: 35px 0;
}

a {
	color: #ED871F;
	text-decoration: none;
}

#squares {
	position:absolute;
	top:0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#sqleft {
	width:50%;
	position: absolute;
	left: 0;
}
#sqright {
	width: 50%;
	position: absolute;
	right: 0;
}
#sqleft .sq {
	background: url(bgbarstopleft.png?OpenImageResource) right top no-repeat;
	height: 479px;
}
#sqright .sq {
	background: url(bgbarstopright.png?OpenImageResource) left top no-repeat;
	height: 479px;
}

#headerbg {
	height: 86px;
	width:100%;
	background-color: #FFF;
	border-top: 4px solid #ED871F;
	position: relative;
}

#wrapper {
	min-width: 320px;
	min-height: 100%;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;	
	position: relative;
	overflow-x: hidden;		
}

#header {
	height: 40px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

#logo {
	float: left;
	margin-top: 4px;
	margin-bottom: 4px;	
}

#subheader {
	width: 940px;
	height: 220px;
	float: left;
	background-color: white;
	background-image:url(edesk_940.jpg?OpenImageResource);
	background-repeat:no-repeat;
	background-size:contain; 
	background-position:center;
	position: relative;

}

#subheaderbottom {
    position: absolute;
    bottom: 0px;
	width: 100%;
	height: 22px;
	padding: 10px 1%;
	background-color: #363535;
	color: #ED871F;
	font-size: 22px;
	font-weight: bold;
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

#subheader h1 {
    position: absolute;
    bottom: 0px;
	width: 100%;
	height: 22px;
	padding: 10px 1%;
	color: #ED871F;
	font-size: 22px;
	font-weight: bold;
}

.logincontainer {
	width: 960px;
	margin-left: -10px;
	margin-right: -10px;	
	margin-bottom: 0px;	
	display: block;
	float: left;		
}

.login {
	background-color: #363535;	
}

.support {
	background-color: white;
}

.loginruutu {
	width: 432px;
	height: 153px;
	float: left;
	padding: 14px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	/* background-color: #363444; */
}

.imagecontainer {
	float: left;
	width: 90px;
	height: 138px;
	padding: 5px;
}

.login .imagecontainer {
	background: url(login_icon.png?OpenImageResource) 0px 5px no-repeat;
	background-size: 70%;
}
	
.support .imagecontainer {
	background: url(remote_icon.png?OpenImageResource) 5px 5px no-repeat;
	background-size: 70%;
}
	
.rowcontainer {
	float: right;
	width: 322px;
	min-height: 37px;
}
	
.rowleft {
	color: #ED871F;
	float: left;
	width: 110px;
	min-height: 27px;
	padding: 5px;
}
	
.rowright {
	float: left;
	width: 192px;
	min-height: 27px;
	padding: 5px;
}

.rowright input {
	font-weight: bold;
	font-size: 16px;
	width: 180px;
    padding: 3px 3px;
    box-sizing: border-box;
    border: 1px solid #555;
    outline: none;
}

.rowright input.button, .rowright input[type="submit"] {
    background-color: #ED871F;
    border: none;
    color: white;
    padding: 7px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0px 0px;
    cursor: pointer;	
    font-weight: bold;
}

.titletext {
	padding: 10px 5px 0px 5px;
	font-weight: bold;
	font-size: 14px;
}

.titletextbig {
	font-weight: bold;
	font-size: 16px;	
}

.remotetitle {
	font-weight: bold;
	font-size: 16px;
	padding: 5px;
	width: 312px;	
}

.remotecontainer {
	padding: 5px;
	width: 312px;
}

.remotecontainer a {
	color: #ED871F;	
	font-weight: bold;
}

/* change password */

.changecontainer {
	width: 960px;
	margin-left: -10px;
	margin-right: -10px;	
	margin-bottom: 0px;	
	display: block;
	float: left;		
}

.change {
	background-color: #363535;	
}

.info {
	background-color: white;
}

.changeruutu {
	width: 432px;
	height: 190px;
	float: left;
	padding: 14px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	/* background-color: #363444; */
}
	
.rowcontainer2 {
	float: left;
	width: 100%;
	min-height: 27px;
}
	
.rowleft2 {
	color: #ED871F;
	float: left;
	width: 180px;
	min-height: 27px;
	padding: 5px;
}
	
.rowright2 {
	float: left;
	width: 232px;
	min-height: 27px;
	padding: 5px;
}

.rowright2 input {
	font-weight: bold;
	font-size: 16px;
	width: 210px;
    padding: 3px 3px;
    box-sizing: border-box;
    border: 1px solid #555;
    outline: none;
}

.rowright2 input.button, .rowright2 input[type="submit"] {
    background-color: #ED871F;
    border: none;
    color: white;
    padding: 7px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0px 5px 0px 0px;
    cursor: pointer;	
    font-weight: bold;
    width:100px;
}

.titletext {
	padding: 10px 5px 0px 5px;
	font-weight: bold;
	font-size: 14px;
}

.titletextbig {
	font-weight: bold;
	font-size: 16px;	
}

.infotitle {
	font-weight: bold;
	font-size: 16px;
	padding: 5px;
	width: 100%;	
}

.infocontainer {
	padding: 5px;
	width: 100%;
}

.infocontainer a {
	color: #ED871F;	
	font-weight: bold;
}

/* /change password */


#footer {
	width: 920px;
	height: 40px;
	margin: 0px 0px 30px 0px;
	text-align: left;
	position: relative;
	padding: 10px;
	background-color: #363535;
	overflow: hidden;
	color: white;
}

#footerleft {
	width: 235px;
	height: 40px;
	float: left;
	text-align: left;
}
#footermiddle {
	float:left;	
	text-align: center;
	width: 450px;
	height: 40px;
}

#footerright {
	width: 235px;
	float: right;
	text-align: right;
	height: 40px;
}

.contacttitle {
	float: left;
	width: 150px;
	height: 16px;
	font-size: 16px;
	padding: 12px 0px 12px 0px;
	text-align: center;
}

.contacttext {
	float: left;
	width: 125px;
	height: 16px;	 
	padding: 12px 0px 12px 25px;
	text-align: left;
}

.phone {
	background: url(puho.png?OpenImageResource) left 15px no-repeat;
 }

.email {
	background: url(emailo.png?OpenImageResource) left 15px no-repeat;
 }	

#footermiddle a {
	color: white;
	text-decoration: none;
} 

#somelinkit{
	nowrap;
	margin-top:6px;
}
#somelinkit a{
	margin-right:10px;
	text-decoration: none;
}

.carouselitem a b {
	display: block;
	padding-bottom: 8px;
}

/* ---------- CASET ----------*/
.caset {
	height: 120px;
	width: 100%;
	float: left;
	background-color: #FFF;
	margin-bottom: 35px;
}
.caseotsikko {
	height: 30px;
	line-height: 30px;	
	background-color: #eae8e8;
	font-size: 15px;	
	font-weight: bold;	 	
	padding-left: 15px;
}
.caseotsikko a {
	color: #363535;
}
.caserivi {
	width: 100%;
	height:95px;
}