@CHARSET "UTF-8";

body {
    background-image: url(images/bg.jpg);
    background-repeat: repeat-x;
    background-color: #352D3A;
    font-family: verdana, sans-serif;
    font-size: 0.8em;
    line-height: 1.5em;
    color: #404040;
    margin: 0;
    text-align: center;
}

a {
    color: #5e0190;
}

h1, h2, h3 {
    font-family: "Trebuchet MS", verdana, sans-serif;
    font-weight: normal;
    color: #5e0190;
    width: 100%;
}
h1, h2 {
    border-bottom: 1px solid #5e0190;
    background-image: url(images/heading_decoration.png);
    background-repeat: no-repeat;
    background-position: 100% 90%;
}
h1 {
    text-transform: uppercase;
    padding-top:10px;
    padding-bottom:3px;
    line-height: 1em;
}
h2 {
    margin-top: 30px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
}
td {
    font-size: 8pt;
}

input.textfield {
	position: relative;
	margin-left: 20px;
	border: 1px solid #404040;
}
input.textfield_disabled {
	background-color: #eeeeee;
	border: 1px dashed #cccccc;
}

label {
	display: block;
	width: 100%;
	font-weight: bold;
	margin-top: 10px;
}
ul label {
	display: inline;
	font-weight: normal;
	width: auto;
}

legend {
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: 1.5em;
    font-weight: normal;
    color: #5e0190;
}
fieldset {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 20px;
	border: 1px solid #404040;
}

fieldset ul {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	list-style-type: none;
}
fieldset ul li {
	line-height: 2em;
}

.error {
	color: #ff0000;
}
fieldset.error {
	font-weight: bold;
	border: 1px solid #ff0000;
	padding: 10px;
}
fieldset.error legend {
	color: #ff0000;
	text-transform: uppercase;
}

#header {
    width: 1000px;
    height: 79px;
    background-image: url(images/header_bg.jpg);
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-color: transparent;
    margin: 0;
    margin: auto;
    position: relative;
}
#header.white {
    background-image: url(images/header_bg_white.jpg);
}

#page {
    margin: 0;
    margin: auto;
    background-image: url(images/page_bg.png);
    background-position: 50% 0;
    background-repeat: repeat-y;
    /*width: 867px;*/
    width: 998px;
    overflow: hidden;
    text-align: left;
    /*background-color: white;*/
}

#content {
	position: relative;
	width: 500px;
	float: right;
}

#left_bar {
    float: left;
    width: 344px;
    height: 683px;
    margin-top: -79px;
    /*background-image: url(images/left_image.jpg);*/
    background-color: white;
    background-repeat: no-repeat;
    border-bottom: 1px solid white;
    position: relative;
    left: 66px;
}
#movie {
    position: absolute;
    z-index: 10;
    left: 67px;
}

#netvisor_logo {
	position: relative;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 20px;
	bottom: 0;
}

#menu {
    position: absolute;
    float: right;
    right: 95px; 
    top: 0;
    margin: 0;
    padding: 0;
    background-image: url(images/menu_bg.png);
    background-repeat: repeat-x;
    height: 79px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Trebuchet MS", verdana, sans-serif;
}
#menu li {
    display: inline;
}
#menu li a {
    display: block;
    float: left;
    border-left: 1px solid white;
    font-size: 12px;
    text-decoration: none;
    width: 106px;
    height: 79px;
    padding: 2px;
    padding-top: 48px;
    text-align: center;
    background-image: url(images/menu_bg.png);
    background-repeat: repeat-x;
}
#menu li a:hover, #menu li a.active, #menu li a.active_last {
    background-image: url(images/menu_bg_active.png);
}
#menu li a.last, #menu li a.active_last {
    border-right: 1px solid white;
}

#textbox {
    position: relative;
    float: right;
    margin-top: 40px;
    right: 105px;
    width: 445px;
    overflow: hidden;
}

.contact_table {
	margin-bottom:10px;
}

.contact_info {
	text-align:top;
	vertical-align:top;
	padding-left:5px;
}

#ota_yhteytta {
    position: relative;
    top: 52pt;
    padding: 20px;
}
#ota_yhteytta label, #ota_yhteytta input.textfield, #ota_yhteytta textarea {
    width: 100%;
	padding:0;
	margin:0;
}

.success {
	color:green;
	width:97%;
	border:2px solid green;
	padding:5px;
	margin-top:10px;
	font-weight:bold;
}

.nosuccess {
	color:red;
	width:97%;
	border:2px solid red;
	padding:5px;
	margin-top:10px;
	font-weight:bold;
}

img.right_bottom {
    float: right;
}

#footer {
    width: 867px;
    text-align: center;
    border-top: 0;
    margin: 0;
    margin: auto;
}
#footer a {
    color: #41314F;
}
#footer a:hover {
    color: white;
}
