body {
	background-image: url("/images/background.png");
	background-position: center;
	background-color: #dbdbdb;
	margin: 0px;

	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #323232;
}

a {
    color: #1761C0;
}


#lisakuvat img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	cursor: pointer;
}

#lisakuvat {
	text-align: right;
}


#mainWrapper {
	width: 977px;
	margin: 0px auto;
	padding: 0px 12px 0px 12px;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

#mainContent {
	width: 844px;
}

#topLinks, #footer {
	text-align: right;
	padding: 20px 0px 10px 0px;
	margin-bottom: 10px;
}
#topLinks {
	border-bottom: 1px solid #ccc;
}
#footer {
	border-top: 1px solid #ccc;
}
#topLinks a, #footer a {
	text-decoration: none;
	color: #4b4b4b;
	margin-right: 13px;
	margin-left: 13px;
}

#header {
	width: 844px;
	height: 140px;
	background: url("/images/header.png") no-repeat;
	*margin-bottom: -20px;
}

#header #search {
	width: 250px;
	padding: 30px;
}

#header #search .label {
	width: 60px;
	color: #fff;
	padding: 3px 5px;
	font-weight: bold;
}
input[type=text],input[type=password], select, textarea {
    	border: 1px solid #b06002;
	font-size: 14px;
}
#header #search input, #header #search select {
	width: 160px;
}

#header #search input.submit, #haku input.submit {
    width: auto;
}


input.submit {
	border: 1px solid #d61702;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	width: auto;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	margin-top: 7px;
	background: url("/images/submitBackground.png") repeat-x;
        cursor: pointer;
}

#header #search a {
	color: #fff;
}
#menu {
	margin-top: 13px;
	margin-bottom: 20px;
	background: #ededed;
	height: 18px;
	padding: 8px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
#menu ul {
    padding: 0px;
    margin: 0px;
}
#menu ul li {
    display: inline;
    list-style: none;
}

#menu a {
	text-decoration: none;

	color: #4b4b4b;

	text-transform: uppercase;
	margin-right: 13px;
	margin-left: 13px;
}
#menu a.active, #menu a:hover {
	color: #1761c0
}


#latestOffers {
	width: 262px;
}

#offers {
	border: 1px solid #d07000;
	padding: 7px;
	margin-bottom: 20px;

	-webkit-border-radius: 0px 0px 2px 2px;
	-moz-border-radius: 0px 0px 2px 2px;
	-khtml-border-radius: 0px 0px 2px 2px;
	border-radius: 0px 0px 2px 2px;
}
.offer {
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #ccc;
}

#offers .offer:last-child {
	border: none;
}

.offer .offerTitle {
	text-transform: uppercase;
	font-weight: bold;
	margin: 3px 0px;
}
.offer .offerTitle a {
        color: #000;
        text-decoration: none;
}
.offer .offerContent {
	margin: 3px 0px;
}
.offer .offerCompany a {
	color: #1761c0;
	font-weight: bold;
}

#latestOffers h2 {
	background-image: url("/images/offersTop.png");
	color: #fff;
	padding: 10px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	margin: 0px;
	height: 33px;
}

#content {
	margin-left: 16px;
	width: 565px;
        margin-bottom: 15px;
}

h3 {
	background: url("/images/h3background.png");
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	padding: 5px;
	margin: 15px 0px;
}

#content .company:last-child {
	border: none;
}

/* ETUSIVU */
.company {
	padding-bottom: 5px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ccc;

        

}
.company .companyLogo {
	/*border: 1px solid #636363; */
        margin-left: 10px;
        margin-bottom: 10px;
}
h4 {
	color: #1761c0;
	text-transform: uppercase;
	margin: 2px 0px;
	font-size: 14px;
}
.company h4 a {
    color: #1761c0;
    text-decoration: none;
}
.company p {
	line-height: 16px;
	margin: 10px 0px;
}

#bannerContent {
	width: 117px;

	padding-top: 55px;
	padding-left: 12px;
}

.googleMap {
    width: 270px;
    height: 470px;

}

.contactForm input, .contactForm textarea {
    width: 100%;
}
.contactForm input.submit {
    width: auto;
}

.videolink * {
    vertical-align: middle;
}

.videolink a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

.red {
    color: #ff0000;
    font-weight: bold;
}

#haku {
    margin-bottom: 40px
}

#haku input {
    width: 220px;
    height: 18px;
}
#haku select {
    width: 224px;
}

#search select#toimiala {
    width: 164px;
}
