
body {
	background-image: url(../img/bg_page.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #005685;
}

input {
	border: 1px solid #c5c5c5;
}

.main_box {
	position: relative;
	width: 828px;
	text-align: left;
}

.home_butt {
	margin-left: 20px;
	position: absolute;
	top: 33px;
}

.print_butt {
	margin-left: 80px;
	position: absolute;
	top: 33px;
}

.menu_box {	
	background-image: url(../img/bg_menu.jpg);
	background-repeat: no-repeat;
	width: 673px;
	height: 51px;
	position: absolute;
	top: 25px;
	margin-left: 150px;
	padding-top: 15px;
}

.menu_box .item {
	float: left;
	font-size: 14px;
	font-weight: bold;
}

.menu_box .item a {
	color: #003654;
}

.menu_box .item a:hover {
	color: #fa5615;
	text-decoration: none;
}		

.collage_box {
	position: absolute;
	width: 672px;
	height: 154px;
	top: 76px;
	margin-left: 150px;
}

.rect {
	position: absolute;
	width: 672px;
	height: 154px;
	top: -131px;
	margin-left: 694px;
	z-index: 100;
}

.logo_box {
	position: absolute;
	width: 244px;
	height: 113px;
	top: 120px;
}

.left_box {
	position: absolute;
	width: 200px;
	height: 300px;
}

.outer_content_box {
	position: absolute;
	top: 233px;
	z-index: 10;
}

.content_box {
	background-image: url(../img/title_separator.gif);
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	margin-left: 245px;
	top: -2px;
	border: 2px solid #ededed;
	width: 550px;
	padding: 10px;
}

.login_box {
	background-image: url(../img/bg_login.gif);
	background-repeat: no-repeat;
	width: 225px;
	height: 97px;
	padding: 10px;
}

h5 {
	font-size: 14px;
	color: #005685;
	margin: 0px;
	padding: 0px;
}

.login_box input {
	width: 120px;
}

.login_box th {
	text-align: right;
	width: 60px;
}

.news_box {
	background-image: url(../img/bg_news.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #f5f7f3;
	width: 239px;
	border: 2px solid #eeeeee;
}

.news_box_content {
	padding: 10px;
}

.news_box_content .title {
	font-size: 11px;
	color: #003f68;
	font-weight: bold;
}

.news_box_content .date {
	font-size: 11px;
	color: #000000;
}

.news_box_content .archive {
	float: right;
}

.news_box_content .message {
	font-size: 11px;
	color: #000000;
}

.copy_box {
	background-image: url(../img/bg_copy.gif);
	background-repeat: no-repeat;
	width: 218px;
	height: 76px;
	margin-top: 2px;
	border: 2px solid #dfdfdf;
	padding: 10px;
	font-size: 11px;
	color: #939393;
}

.separator {

	width: 403px;
	height: 23px;
}

.bottom_box {
	position: absolute;
	bottom: -85px;
	margin-left: -12px;
	width: 637px;
	height: 112px;
	font-size: 11px;
	padding-bottom: 10px;
	background-image: url(../img/bg_bottom.gif);
	background-repeat: no-repeat;
}

.bottom_box a {
	color: #005685;
}

.claer {
	clear: both;
}

a {
	color: #da3800;
	text-decoration: none;
}

a:hover {
	color: #da3800;
	text-decoration: underline;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	color: #ff4200;
	padding-bottom: 20px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
}

.img {
	border: 2px solid #153a71;
	margin: 5px;
}

.img_karit {
	border: 2px solid #da3800;
	margin: 5px;
}


p {
	margin-left: 15px;
}

.logo {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
}

.warning {
	color: #FF0000;
	font-weight: bold;	
}

.clear {
	clear: both;
}

form {
	padding: 0px;
	margin: 0px;	
}

form fieldset {
	padding: 5px;
	margin-bottom: 10px;
}

form legend {
	color: #005685;
	font-weight: bold;
	font-size: 13px;
}

form label {
	background-color: #006196;
	margin-top: 1px;
	margin-right: 5px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 150px;
	text-align: right;
	float: left;
	border-bottom: 1px solid #00324d;
	border-left: 1px solid #00324d;
	background-image: url(../web_img/field_label_bg.png);
	background-repeat: repeat-x;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	
}

form .note {
	font-size: 10px;	
}


form.right_part {
	margin-left: 160px;
}

form .subtitle {
	font-size: 14px;
	font-weight: bold;
}

input, textarea {
	border: 1px solid black;
	font-size: 11px; 
	font-family: Arial;
	padding-left: 2px;
}

input.text {
	width: 160px;
}

input.prod_text {
	width: 150px;
}

input.text_long {
	width: 300px;
}

input.text_number {
	width: 50px;
}

input.text_date {
	width: 60px;
}

select.sel_short {
	width: 166px;
}

.producer_tbl .name {
	font-weight: bold;
	font-size: 11px;
	color: #7f7f7f;
	height: 32px;
	overflow: hidden;
}

.producer_tbl .logo_image {
	width: 160px;
	height: 80px;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 2px;
}

.producer_tbl {
	width: 98%;
}

.producer_tbl td {
	text-align: center;
	vertical-align: top;
	width: 33%;
}

.banner_hp_box {
	position: absolute;
	top: 72px;
	width: 201px;
	margin-left: 400px;
}

.sep {
	border-bottom: 1px dashed #a2a2a2;
}

.contact-tbl td {
	text-align: center;
	vertical-align: top;
}

.req {
	color: #FF0000;
}

.page_height {
	float: right;
	height: 420px;
}

.att_box {
	color: #FF0000;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.login_box .butt_reg_enter {
	background-image: url(../img/bg_butt_reg_enter.gif);
	background-repeat: repeat-x;
	height: 20px;
	font-size: 11px;
	border: 1px solid #b2b2b2;
}

.login_box .butt_login {
	background-image: url(../img/bg_butt_login.gif);
	background-repeat: repeat-x;
	height: 20px;
	font-size: 11px;
	width: 66px;
	border: 1px solid #0069a2;
	color: #FFFFFF;
	font-weight: bold;
}

.article-list h2 {
	margin-bottom: 0px;
}

.article-list .archive {
	float: right;
}

.article-list .comments {
	float: right;
	color: #545454;
	margin-right: 15px;
}

.cust-tbl {
	width: 99%;
}

.cust-tbl th {
	background-color: #006196;
	color: #FFFFFF;
	padding-left: 5px;
}

.cust-tbl td {
	padding-left: 5px;
	padding-right: 5px;
}

.bg_line {
	background-color: #ffcfbe;
}

.right {
	text-align: right;
}

.bg_item {
	background-color: #ebebeb;
}

.products-tbl {
	color: #FFFFFF;
}

.print {
	padding: 30px;
}

.hp_action_box {
	width: 380px;
}

.article_date {
	color: #9a9a9a;
	font-size: 14px;
}

.list {
	float: right;	
	margin-top: 30px;
}
	
.list_segment {
	display: block;
	float: right; 
	width: 20px; 
	background-color: #006196; 
	margin-right: 2px; 
	text-align: center;
	color: #ffffff;
}

.list_segment a {
	color: #ffffff;
}

.no_bg {
	background-color: transparent;
}

.forum h2 {
	font-size: 13px;
	background-color: #e2e2e2;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #b4b4b4;
}

.forum .date {
	font-style: italic;
	float: right;
}

.hp_box_inv {
	float: right;
	width: 170px;
	height: 150px;
}