﻿@import "bgColor/bgColors.css";
@import "productCss.css";


A:link
{
	text-decoration:none;
}
A:visited

{
	text-decoration:none;
}
A:active
{
	text-decoration:none;
}

#leftHeaderTD
{
	background-image: url( 'image/header/left.jpg' );
	background-repeat: no-repeat;
	width: 43px;
	height: 78px;
}
#centerHeaderTD
{
	
	background-image: url(  'image/header/center.jpg' );
	background-repeat: repeat-x;
	height: 78px;
}
#rightHeaderTD
{
	background-image: url( 'image/header/right.jpg' );
	background-repeat: no-repeat;
	width: 43px;
	height: 78px;
}

#topMenuTable td
{
	width:200px;
	height:30px;
}
#topMenuTable td a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
}
#topMenuTable td a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
#searchTD
{
	padding-bottom:2px;
	width:230px;
}

#menuDiv ul
{
	padding: 0px;
	margin: 0px;
}
#menuDiv li
{
	display:inline;
	text-align: center;
}
#menuDiv li a
{
	text-decoration: none;
	color: #FFFFFF;
	font-family: arial, Helvetica, sans-serif;
	font-size: x-small;
	
}

#menuDiv li a:hover
{
	text-decoration: none;
	color: #FFFFFF;
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
}

#footerLeftTd
{
	background-image: url( 'image/header/footerLeft.jpg' );
	background-repeat: no-repeat;
	width: 43px;
	height: 26px;
}
#footerCenterTd
{
	
	background-image: url(  'image/header/footerCenter.jpg' );
	background-repeat: repeat-x;
	height: 26px;
}
#footerRightTd
{
	background-image: url( 'image/header/footerRight.jpg' );
	background-repeat: no-repeat;
	width: 43px;
	height: 26px;
}



#footerDiv
{
	text-align:center;
	
}
#fTable td 
{
	height:30px;
	width:140px;
}

#fTable td a
{
	text-decoration: none;
	color: #c0c0c0;	
	font-family: Arial;
	font-size: 10px;
	
	
}

#fTable td a:hover
{
	text-decoration: none;
	color: #c0c0c0;	
	font-family: Arial;
	font-size:14px;	

}

.mouse
{
	cursor:pointer;
}



#mapDiv
{
	border: 2px solid #C0C0C0;
	width: 800px;
	height: 450px;
}
