/*template.css*/

@charset "utf-8";
/*Start Template*/
/*leftmenu*/
.top_text {
	font-size: 18px;
	font-weight: bold;
	color: #FFCC00;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.icon_style {
	text-align: center;
}
.leftmenu_img {
	padding: 5px;
	text-align: center;
	width:155px;
}
/*End leftmenu*/
/*header*/
#header {
	background-color: #000000;
	left:0px;
	top:0;
	width:760px;
	height:115px;
}
.headertable {
	color:#fff;
	vertical-align:middle;
	height:90px;
	width:925px;
	font-size:90% !important;
	font-size:11px;
}
.othermenu_order {
	background:url(../templates/img/index/icon_order.jpg) no-repeat;
	height: 25px;
	width: 130px;
	border-top: 1px solid #FFFFFF;
	text-align:center;
}
.othermenu_order a{
	color:#FFFFFF;
}
.othermenu_order a:HOVER{
	color:#FFCC00;
}
.othermenu_fax {
	background:url(../templates/img/index/icon_fax.jpg) no-repeat;
	height: 25px;
	width: 130px;
	border-top: 1px solid #FFFFFF;
	text-align:center;
}
.othermenu_fax a{
	color:#FFFFFF;
}
.othermenu_fax a:HOVER{
	color:#FFCC00;
}

.othermenu_map {
	background:url(../templates/img/index/icon_map.jpg) no-repeat;
	height: 25px;
	width: 130px;
	border-top: 1px solid #FFFFFF;
	text-align:center;
}
.othermenu_map a{
	color:#FFFFFF;
}
.othermenu_map a:HOVER{
	color:#FFCC00;
}

.othermenu_catalog {
	background:url(../templates/img/index/icon_catalog.jpg) no-repeat;
	height: 25px;
	width: 130px;
	border-top: 1px solid #FFFFFF;
	text-align:center;
}
.othermenu_catalog a{
	color:#FFFFFF;
}
.othermenu_catalog a:HOVER{
	color:#FFCC00;
}
.text_size {
	font-size: 12px;
}
.pink_text {
	font-size: 12px;
	font-weight: bold;
	color: #FF0066;
}
