/* CSS Document */

/* -------------------- base */

html, body {
	margin: 0;
	padding: 0;
	height: 100%; /* Required */
}

body {
	background: url(../images/bg.gif);
	font-family: tahoma;
	font-size: 11px;
}

p {}

td {}

a:link {
	color: #18594a;
}

a:visited {
	color: #18594a;
}

a:hover {
	color: white;
}

a:active {
	color: #18594a;
}

img {
	border: 0;
}

#background {
	position: absolute;
	background: url(../images/bg_background.gif);
	background-repeat: repeat-y;
	width: 757px;
	height: auto !important;
	min-height: 100%;
	height: 100%;
}

#deco {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/bg_deco.gif);
	height: 557px;
	width: 225px;
}

#content {
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
	width: 655px;
	padding: 0;
	text-align: left;
	position: relative;
	top: 0px;
	left: 83px;
	height: 100%;
}

#header {
	width: 655px;
	height: 240px;
	background-image: url(../images/header.jpg);
}

#main {
	margin:0;
	padding: 0 0 100px 0;
}

#c_left {
	float: left;
	width: 142px;
}

#c_right {
	float: left;
	width: 510px;
}

/* -------------------- menu */

#menu {
	margin-top: 18px;
	width: 142px;
}

#menu_prod {
	background-image: url(../images/menu_line.gif);
	background-repeat: repeat-y;
	background-position: left 0;
	margin-top: 4px;
	margin-left: 35px;
	padding-left: 10px;
	color: white;
}

#menu_prod a,#menu_prod a:visited,#menu_prod a:active {
	color: white;
	text-decoration: none;
}

#menu_prod a:hover  {
	color: #ffc58d;
	text-decoration: none;
}

#download {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	padding: 10px;
	width: 122px;
	color: white;
}

#download a,#download a:visited,#download a:active {
	color: white;
	text-decoration: none;
}

#download a:hover  {
	color: #ffc58d;
	text-decoration: none;
}

/* -------------------- main content */

#main_content {
	text-align: justify;
	padding-top: 12px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 30px;
}

#main_content h1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 25px;
	font-weight: lighter;
	margin-top: 0;
	margin-bottom: 20px;
	text-align:left;
}

#main_content h2 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 18px;
	font-weight: lighter;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	text-align:left;
}

#main_content h3 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 15px;
	font-weight: bolder;
	margin-top: 14px;
	margin-bottom: 15px;
	margin-left: 10px;
	text-align:left;
}

#main_content p {
	text-indent: 10px;
}

#footer {
	font-size: 9px;
	padding: 0;
	text-align: right;
	padding-right: 30px;
	padding-bottom: 30px;
	float:none;
}

#sign {
	text-align: center;
	padding-left: 300px;
}

.marked  {
	color: red;
	font-size: 15px;
	font-wight: bold;
}

#box1 {
	border: 1px dashed black;
	background-color: white;
	padding-left: 40px;
	padding-right: 40px;
}

/* -------------------- form */

input, textarea, select {
	border: 1px solid #E1E4E9;
	font-size:11px;
	color: black;
	padding:2px;
}

select, input {
	background-repeat: no-repeat;
	background-position: top left;
}

input {
	width: 200px;
}

select {
	width: 200px;
}

textarea {
	scrollbar-3dlight-color: black;
	scrollbar-arrow-color: black;
	scrollbar-darkshadow-color: black;
	scrollbar-face-color: #EEEEEE;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: white;
	scrollbar-track-color: #FAFAFA
}

input.submit {
	background-color: #fff;
	color:#000;
	padding: 3;
	margin: 0;
	width:auto;
	font-weight: bold;
	font-size:14px;
}

input.button {
	background-color: #fff;
	color:#000;
	padding: 3;
	margin: 0;
	width:auto;
	font-size:14px;
}

input.radio, input.checkbox, input.radios, input.checkboxes {
	width:12px;
	height:12px;
	border:none;
	background:none;
}