﻿body,td{
	font-family : Verdana, Arial, Helvetica, sans-serif;
     font-size: 12px;
}

.ani_txt_box{
    background-color:#84826B;
    font-size:16px;
    font-weight:bold;
    color:#ffffff;
    padding-left:18px;
    padding-top:10px;
    line-height:140%;
}

.repro_txt_box{
    background-color:#84826B;
    font-size:15px;
    font-weight:bold;
    color:#ffffff;
    padding-left:18px;
    padding-top:10px;
    line-height:120%;
}


.content{
    padding-left:20px;
    padding-top:8px;
    font-size: 12px;
    line-height:150%;
}


.copyright{
    font-size: 12px;
}


.ftp_center{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:	12px;
	color:		#FE2123;
	font-weight:bold;
}


.bg_menu_on{
    background-color: #D4D2C6 ;
}

.bg_menu_off{
    background-color: #EAEAE2 ;
}

.menu_item{
    padding-left: 6px;
    padding-right:6px;
}

/* ----[ background sections ]-------------- */
.bg_home{
	background-image:url(pics/site-bg.gif);
	background-repeat: no-repeat;
}

.bg_reprographics{
	background-image:url(pics/bg-repro-part.gif);
	background-repeat: no-repeat;
	background-position: 550px 400px;
}


.bg_reprographics_finishing_bindery{
	background-image:url(pics/bg-finishing-bindery.gif);
	background-position: 550px 400px;
	background-repeat: no-repeat;
}


.bg_equipment{
	background-image:url(pics/equip_bg.gif);
	background-repeat: no-repeat;
}

.bg_supplies{
	background-image:url(pics/supplies-bg.gif);
	background-repeat: no-repeat;
	background-position: 450px 400px;
}

.bg_information{
	background-image:url(pics/infomation-bg.gif);
	background-repeat: no-repeat;
}

.bg_contact{
	background-image:url(pics/contact_bg.gif);
	background-repeat: no-repeat;
}

.bg_fileaccess{
	background-image:url(pics/fileaccess-bg.gif);
	background-repeat: no-repeat;
	background-position: 30px 500px;
}


.sectionTitle{
    color: #E32007;
    font-size: 18px;
    font-weight: bold;
    padding-top: 40px;
    padding-bottom: 20px;
}

.sectionSubTitle{
    color: #443F36;
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* CSS Document */
a{
	text-decoration : none;
}
a:hover
{
	text-decoration : underline;
}


.mainBox{
    border-top: 1px #000000 solid ;
    border-right: 1px #000000 solid ;
    border-left: 1px #000000 solid ;
    border-bottom: 1px #000000 solid ;
}

.menu{
      color: #ffffff;
      font-size: 10px;
}

.menuFooter{
      color: #4263AA;
      font-size: 10px;
}


.sectionTitle{
    color: #FDAE45 ;
    font-size: 20px;
    font-weight: bold;
}

.title1
{font-weight:bold;
	}
.buySellTitle{
    color: #000000;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}


		.form_title{
			color : #000000;
			font-size: 13px;
			font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
			font-weight : bold;
		}
		
		.form_field {
			font-size : 13px;
			font-family : Verdana, Arial, Helvetica, sans-serif;
			color : #474747;
			font-weight : bold;
			text-align:left;
		}
		
		.form_text{
			font-size : 11px;
			color : #000000;
		}
		
		.text_box{
			font-size : 11px;
			color : #000000;
			width:300px;
		}
		
		.text_area{
			font-size : 11px;
			color : #000000;
			width:300px;
			height:150px;
		}
		
		.text_select{
			font-size : 11px;
			color : #000000;
		}

		.form_error{
			font-size : 11px;
			color : #ff0000;
			font-weight : bold;
		}
		
