@charset "utf-8";
/* css document */
/* initial settings */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	/* border: 0; */
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* general properties */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5f5f5f;
}
body {
	background: #F7F7F7;
}
a:link {
	color: #696468;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #656074;
}
a:hover {
	text-decoration: underline;
	color: #696468;
}
a:active {
	text-decoration: none;
	color: #6F6975;
}
h2 {
	color: #6A793E;
	font-size: 16px;
	font-weight: bold;
}
h3 {
	color: #6A793E;
	font-size: 12px;
	font-weight: bold;
}
hr {
	color: #5F605D;
	background-color: #5F605D;
	height: 2px;
	border: 0; 
}
/* layouts properties */
#container {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 50px 0px;
}
#logo {
	background: url(../images/logo.gif) 0 100px no-repeat;
	margin: 0 auto;
	width: 286px;
	height: 249px;
}
#header {
	background: url(../images/header.gif) no-repeat;
	margin: 0 auto;
	width: 553px;
	height: 100px;
}
#header_bottom {
	background: #000000;
	width: 100%;
	height: 20px;
}
.space_50 {
	height: 50px;
	clear: both;
}
.space_10 {
	width: 10px;
	float: left;
}
/* general properties */
#options {
	width: 215px;
	height: 30px;
	margin: 0 auto;
}
.option {
	background: url(../images/bg_btn.gif) no-repeat;
	width: 68px;
	height: 19px;
	display: block;
	font-size: 10px;
	float: left;
	padding: 7px 8px 0 25px;
	font-weight: bold;
}
#company {
	width: 553px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}
#contact {
	width: 553px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}
.textfield {
	font-family: Tahoma;
	background: #FFFFFF;
	border: 1px solid #8C8C8C;
	font-size: 13px;
	width: 200px;
}
.textfield:focus {
	background: #dbec91;
	border: 1px solid #8e8989;
}
label {
	width: 150px; 
	display: block; 
	float: left;
}
.send {
	width: 100px;
	margin: 0 auto;
}
.btn_send {
	background: url(../images/bg_btn.gif) no-repeat;
	width: 100px;
	height: 26px;
	display: block;
	font-size: 10px;
	float: left;
	padding: 0 8px 3px 5px;
	display: block;
	border: 0;
	font-weight: bold;
}
/* temp */
* {
	/* border: 1px solid #FF0000; */
}