body {
	font-size: 15px;
	line-height: 1.6;
	color: #333;
	background: #AAA;
	font-family: Helvetica;
	padding: 10px;
	margin: 0px;
	background-image: url("../images/pattern.png");
	background-repeat: repeat;
}

h2 {
	color: #9CCC66;
	font-weight: bold;
	font-size: 24pt;
	margin: 15px 0px;
}

#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	border-radius: 10px;
	padding: 20px;
	margin:  20px auto;
	width: 510px;

}

a[href^="#error:"] {
	background: red;
	color: white;
}

form th, form td {
	vertical-align: top;
	font-weight: normal;
}

form th {
	text-align: right;
}

form .required label {
	font-weight: bold;
}

form .error {
	color: #D00;
	font-weight: bold;
}

html.js .jshidden {
	display: none;
}
a {
	color:black;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: red;
}

#place {
	background-color: white;
	width: 1040px;
	margin: 0px auto;
	border:none;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	box-shadow: 0px 0px 15px black;

}

#head {
	width: 960px;
	height: 117px;
	padding: 40px;
}

#head img {
	display: block;
	float: left;
	border: none;
	margin: 0px;
}
#motto h1 {
	display: inline;
	margin: 0px;
	border: none;
	padding: 0px;

	font-style: italic;	
	text-align: center;
	font-size: 30pt;
	color: #777;
	font-weight: normal;
	
}
#motto {
	width: 740px;
	float: right;
	background-image: url(../images/top-pattern2.png);
	background-position: top;
	background-repeat: repeat-x;

	padding: 0px;
	padding-top: 50px;
	padding-right: 00px;
	
	font-style: italic;	
	text-align: center;
	font-size: 30pt;
	color: #777;


}

#companydesc {
	width: 75%;
	font-size: 16pt;
	font-style: italic;
	text-align: justify;
	margin: 0px auto;
	margin-top: 80px;
	text-indent: 5em;

}
#aboutus {
	width: 80%;
	margin: 00px auto;
	margin-top: 80px;
}
#aboutus img {
	display: block;
	border:none;
	float: left;

}
#aboutus ul {
	display: block;
	width: 450px;
	float: right;
	line-height: 1.6;
}
#aboutus ul li {
	  list-style-image: url(../images/point.png);
	  list-style-position: outside;
	  padding-left: 15px;
	  font-size:18pt;
}
#contact {
	width: 80%;
	margin: 0px auto;
	margin-top: 80px;

}
#contact ul {

}
#contact ul li {
	list-style-type: none;
	font-size: 14pt;
}
#contact p {
	display: block;
	margin-top: 40px;
	margin-left: 40px;
}
#map {
	float: right;
	text-align: center;
}
#map a {
	display: block;
	border:none;
	text-decoration: none;
	color: #999;
	font-size: 10pt;

}
#map a:hover {
	text-decoration: underline;
	color: #444;

}
#map a img {
	border:none;
	margin-bottom: 0px;
}

#sender {
	width: 80%;
	margin: 0px auto;
	margin-top: 80px;

}
#sender label {
	display: inline-block;
	width: 230px;
	text-align: left;
	padding: 5px 0px;
	font-size: 12pt;
	font-weight: normal;
	color:#444;

}
#sender form {
	display: block;
	width: 580px;
	margin: 50px auto;
	
}
#sender input[type=text],
#sender input[type=email],
#sender input[type=submit],
#sender textarea {
	border: 1px solid #AAA;
	padding: 5px 10px;
	margin: 10px 0px;
	border-radius: 10px;
	outline: none;
}
#sender input[type=text],
#sender input[type=email] {
	display: inline-block;
}
#sender input[name="name"],
#sender input[name="email"]
 {
	width: 300px;
}
#sender input[name="confirm"] {
	width: 100px;
}
#sender input[type=submit] {
	background-color: #9CCC66;
	padding: 5px 30px;
	float: right;
	margin-right: 30px;
	cursor: pointer;

}
#sender input[type=submit]:hover {
	background-color: #BBEE46;

}

#sender textarea {
	width: 530px;
	height: 250px;
	max-width: 530px;
	max-height: 250px;
	padding: 10px;
	font-size: 9pt;
}
#foot {
	margin-top: 80px;
	background-color: #9CCC66;
	width: 100%;
	font-size: 12pt;
	height: 24px;
	text-align: center;
	padding: 8px 0px;
	color: #FFF;

}
.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
}