@charset "utf-8";
/* CSS Document */

body {
	background-color: #f4f4f4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.LOGO{
	background-image:url(pic/LOGO.gif);
	background-position:right center;
	background-repeat:no-repeat;
	height: 210px;
}

.TxT_bold{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	text-align: left center;
	padding-left: 30px;
}

.TxT{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	text-align: left;
	vertical-align: text-top;
	padding-left: 30px;
	padding-right: 30px;	
}

.HOME_TxT{
	background-image:url(pic/HOME_TxT.gif);
	background-repeat:no-repeat;
	background-position:left center;
	height: 120px;
	width:290px;
}

.shadow_left{
	background-image:url(pic/shadow_left.gif);
	background-repeat:no-repeat;
	height: 400px;
	width:15px;
}

.shadow_top{
	background-image:url(pic/shadow_top.gif);
	background-repeat:no-repeat;
	height: 10px;
	width:290px;
}

.shadow_bottom{
	background-image:url(pic/shadow_bottom.gif);
	background-repeat:no-repeat;
	height: 10px;
	width:290px;
}

.copyright{
	background-image:url(pic/copyright.gif);
	background-position:left 400px;
	background-repeat:no-repeat;
}

.HOME_but{
     background-image:url(pic/HOME_but.gif);
	 background-position:right;
	 background-repeat:no-repeat;
	 cursor: hand;
	 height: 30px;
}
.HOME_but_rollover{
     background-image:url(pic/HOME_but_pressed.gif);
	 background-position:right;
	 background-repeat:no-repeat;
	 cursor: hand;
	 height: 30px;
}
.HOME_but_pressed{
     background-image:url(pic/HOME_but_pressed.gif);
	 background-position:right;
	 background-repeat:no-repeat;
	 cursor: arrow;
	 height: 30px;
}

.ABOUT_but{
     background-image:url(pic/ABOUT_but.gif);
	 background-position:right;
	 background-repeat:no-repeat;
	 cursor: hand;
	 height: 30px;
}
.ABOUT_but_rollover{
     background-image:url(pic/ABOUT_but_pressed.gif);
	 background-position:right;
	 background-repeat:no-repeat;
	 cursor: hand;
	 height: 30px;
}
.ABOUT_but_pressed{
     background-image:url(pic/ABOUT_but_pressed.gif);
	 background-position:right;
	 background-repeat:no-repeat;
	 cursor: arrow;
	 height: 30px;
}

.SERVICE_but{
     background-image:url(pic/SERVICE_but.gif);
	 background-position:right;
	 background-repeat:no-repeat;
	 cursor: hand;
	 height: 30px;
}
.SERVICE_but_rollover{
     background-image:url(pic/SERVICE_but_pressed.gif);
	 background-position:right;
	 background-repeat:no-repeat;
	 cursor: hand;
	 height: 30px;
}
.SERVICE_but_pressed{
     background-image:url(pic/SERVICE_but_pressed.gif);
	 background-position:right;
	 background-repeat:no-repeat;
	 cursor: arrow;
	 height: 30px;
}

.PORTFOLIO_but{
     background-image:url(pic/PORTFOLIO_but.gif);
	 background-position:right;
	 background-repeat:no-repeat;
	 cursor: hand;
	 height: 30px;
}
.PORTFOLIO_but_rollover{
     background-image:url(pic/PORTFOLIO_but_pressed.gif);
	 background-position:right;
	 background-repeat:no-repeat;
	 cursor: hand;
	 height: 30px;
}
.PORTFOLIO_but_pressed{
     background-image:url(pic/PORTFOLIO_but_pressed.gif);
	 background-position:right;
	 background-repeat:no-repeat;
	 cursor: arrow;
	 height: 30px;
}

.CONTACTS_but{
     background-image:url(pic/CONTACTS_but.gif);
	 background-position:right;
	 background-repeat:no-repeat;
	 cursor: hand;
	 height: 30px;
}
.CONTACTS_but_rollover{
     background-image:url(pic/CONTACTS_but_pressed.gif);
	 background-position:right;
	 background-repeat:no-repeat;
	 cursor: hand;
	 height: 30px;
}
.CONTACTS_but_pressed{
     background-image:url(pic/CONTACTS_but_pressed.gif);
	 background-position:right;
	 background-repeat:no-repeat;
	 cursor: arrow;
	 height: 30px;
}

.LINKS_but{
     background-image:url(pic/LINKS_but.gif);
	 background-position:right;
	 background-repeat:no-repeat;
	 cursor: hand;
	 height: 30px;
}
.LINKS_but_rollover{
     background-image:url(pic/LINKS_but_pressed.gif);
	 background-position:right;
	 background-repeat:no-repeat;
	 cursor: hand;
	 height: 30px;
}
.LINKS_but_pressed{
     background-image:url(pic/LINKS_but_pressed.gif);
	 background-position:right;
	 background-repeat:no-repeat;
	 cursor: arrow;
	 height: 30px;
}

.sub_but{
     font-family:Arial, Helvetica, sans-serif;
	 font-size:13px;
	 font-weight:normal;
	 color: #999999;
	 text-align: right;
	 padding-right: 40px;
	 height: 20px;
	 cursor: hand;
}
.sub_but_rollover{
     font-family:Arial, Helvetica, sans-serif;
	 font-size:13px;
	 font-weight:normal;
	 color: #FF0000;
	 text-align: right;
	 padding-right: 40px;
	 height: 20px;
	 cursor: hand;
}

