/* ID Styles */

#navigation td {
	letter-spacing: normal;
	line-height: 44px;
	text-align: center;
	vertical-align: bottom;

	}
	
#navigation a {
	color: #640E0F;
	text-decoration: none;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/buttons/main_1.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	line-height: 44px;
	height: 44px;
	width: 145px;
	text-align: center;
	padding-top: 8px;
	}
	
#navigation a:hover {
	color:#FFFFFF;
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/buttons/main_2.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 44px;
	height: 44px;
	width: 145px;
	padding-top: 8px;
	}

#diskont td {
	letter-spacing: normal;
	line-height: 25px;
	text-align: center;
	vertical-align: bottom;

	}
	
#diskont a {
	color: #FFFFBF;
	text-decoration: none;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/buttons/diskont_1.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	line-height: 25px;
	height: 25px;
	width: 200px;
	text-align: center;
	}
	
#diskont a:hover {
	color:#FFFFFF;
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/buttons/diskont_2.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 25px;
	height: 25px;
	width: 200px;
	}

