* {
	margin: 0;
}
body,td,th {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #EAEAEA;
	background-image: url(../images/bg.png);
	background-position: top;
	background-repeat: repeat;
	margin: 0px;
}

a:link {
	color: #3D5CAA;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3D5CAA;
}
a:hover {
	text-decoration: underline;
	color: #3D5CAA;
}
a:active {
	text-decoration: none;
	color: #3D5CAA;
}

h2 {
	margin: 0;
	margin-bottom: 5px;
	height: 15px;
	font-family: Tahoma, Verdana;
	font-size: 17px;
	font-weight: lighter;
	color: #676767;
}

input, select, textarea {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #000000;
	background-color: transparent;
	border: 1px solid #3D5CAA;
}

input[type=submit] {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3D5CAA;
	border: 1px solid #3D5CAA;
}
input[type=submit]:hover {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #3D5CAA;
	background-color: #FFFFFF;
	border: 1px solid #3D5CAA;
}

#bg_container {
	position: absolute;
	width: 100%;
	height: 456px;
	top: 50%;
	margin-top: -228px;
	background-image: url(../images/index_03.png);
	background-repeat: repeat-x;
	text-align: center;
}
#main_container {
	position: absolute;
	width: 839px;
	left: 50%;
	margin-left: -419.5px;
}
#left_box {
	position: absolute;
	width: 237px;
	height: 428px;
	top: 14px;
	left: 0px;
	background-image: url(../images/index_05.png);
	background-repeat: no-repeat;
}
#center_box {
	position: absolute;
	width: 511px;
	height: 428px;
	top: 14px;
	left: 237px;
	background-image: url(../images/index_06.png);
	background-repeat: no-repeat;
}
#right_box {
	position: absolute;
	width: 91px;
	height: 428px;
	top: 14px;
	left: 748px;
	background-image: url(../images/index_07.png);
	background-repeat: no-repeat;
}
#content_inner {
	position: absolute;
	width: 350px;
	height: 265px;
	left: 20px;
	top: 145px;
	overflow: auto;
	text-align: justify;
	padding-right: 25px;
}
#menu_inner {
	position: absolute;
	width: 55px;
	height: 37px;
	left: 400px;
	top: 145px;
	text-align: right;
}
#logo {
	position: absolute;
	width: 54px;
	height: 20px;
	left: 401px;
	top: 390px;
	text-align: right;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}

.contact_left {
	display: inline-block;
	width: 175px;
	float: left;
}

.contact_right {
	display: inline-block;
	float: left;
}

.contact_bottom {
	display: inline-block;
	margin-top: 15px;
	float: left;
}

label {
	display: block;
}

.SI-FILES-STYLIZED label.file_cabinet {
	width: 120px;
	height: 17px;
	background: url(../images/filefield_button.gif) 0 0 no-repeat;

	display: block;
	overflow: hidden;
	cursor: pointer;
}

.SI-FILES-STYLIZED label.file_cabinet input.filefield {
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
