@CHARSET "utf-8";

* {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666;
}

a {
	color: #fb3102;
}

p {
  margin: 0 0 12px 0;
  line-height: 20px;
}

img {
	border: none;
}

body {
  margin: 0;
  padding: 0;
}

form {
	padding: 0;
	margin: 0;
}

#logo {
  padding: 40px 0 0 43px;
}
#slogan {
  padding: 25px 0 0 0;
  float: left;
}
#banner {
  padding: 25px 0 0 25px;
  float: left;
}

div.form {

}

div.thankyou {
	display:none;
}

.textfield {
	border: 1px solid #666;
	width: 168px;
	height: 16px;
	margin: 0;
}
#orderForm h2, #offerForm h2 {
  color: #fb3102;
  margin: 0 0 4px 0;
}

#offerForm img, #orderForm img {
	cursor: pointer;
	cursor: hand;
}

#orderForm {
	display: none;
	position: absolute;
	z-index: 1002;
	width: 319px;
	height: 304px;
	background: transparent url('/images/form_order_bg.png') no-repeat scroll 50% 50%;
	line-height: 18px;
}

#orderForm .formp1 {
	padding: 24px 25px 0 25px;
}

#orderForm .formp2 {
	padding: 0 25px 12px 25px;
}

#offerForm {
	display: none;
	position: absolute;
	z-index: 1001;
	width: 319px;
	height: 365px;
	background: transparent url('/images/form_offer_bg.png') no-repeat scroll 50% 50%;
	line-height: 18px;
}
#offerForm .formp1 {
	padding: 24px 25px 0 25px;
}

#offerForm .formp2 {
	padding: 0 25px 12px 25px;
}



#offerForm dl, #orderForm dl {
	margin: 0 25px;
	line-height: normal;
	overflow: auto;
	width: 279px;
}
#offerForm dt, #orderForm dt {
	clear:left;
	float:left;
	display:block;
	text-align:left;
	width:90px;
	margin: 2px 0;
}

#offerForm dd, #orderForm dd {
	float:left;
	width:181px;
	margin: 2px 0;
}

#caseImageLoader {
	display: none;
	position: absolute;
	z-index: 1000;
	width: 920px;
	height: 371px;
	text-align: center;
}
#caseImageLoader img {
	position: relative;
	top: 180px;
}
#caseImageHolder {
	display: none;
}

#cases {
	padding: 0;
}


.case {
	padding: 20px 0 0 0;
	width: 1007px;
}
.case .alkuun {
	padding: 20px 0 0 0;
}
.case .header {
	padding: 8px 0 0 43px;
}
.case h3, .case h3 a.h3 {
  font-size: 14px;
}
.case h4, .case h4 a.h4 {
  font-size: 18px;
}
.case h3, .case h4 {
	margin: 0;
}
.case h3 a, .case h4 a {
	text-decoration: none;
	color: #666666;
}
.case .undertext {
	float: left;
	padding: 0 0 0 43px;
	width: 562px;
	line-height: 14px;
}
.case .undernavi {
	float: left;
	width: 158px;
	margin: 0 0 0 25px;
}
.case .undernavi img {
	padding: 0 2px;
}
.case .underlink {
	float: left;
	width: 122px;
}



#main {
  padding: 25px 0 50px 43px;
  width: 920px;
  height: 20px;
  background-image: url('');
  background-repeat: no-repeat;
}
#main h1 {
  font-size: 13px;
  font-weight: bold;
}
#main h2 {
  font-size: 12px;
  font-weight: normal;
}
#main h1, #main h2 {
  color: #fb3102;
  margin: 0 0 8px 0;
}
#col1, #col2, #col3 {
  float: left;
}
#col1 {
  width: 300px;
}
#col2 {
  padding: 0 25px;
  width: 320px;
}
#col3 {
  width: 230px;
margin-left: 60px;
}
.h1 {
	padding: 0 0 8px 0;
}

div.buttonContainer {
	padding: 12px 0 8px 0;
}
div.buttonContainer img {
	cursor: pointer;
	cursor: hand;
}
div.hr {
  clear: both;
}
