@charset "iso-8859-1";
/*--page properties---------------------------------*/

body {
	font-family:Verdana,Helvetica,Arial;
	background: White;
	margin-left: 0px; 
	margin-right: 0px;
	margin-top: 0px; 
	margin-bottom: 0px;
}
td {
	color: #5C3938;
	font-size: 14px;
}
/*--main-------------------------------------------*/
.main {
	}

/*--main menu--------------------------------------*/
.mainmenu {
	background: #E2C7AC;
	}

.mainmenu-links {
	color: #981212;
	font-weight: bold;
	font-size: 11px;
}

.mainmenu-links a {
	color: #981212;
	font-weight: bold;
	text-decoration: none;
}

.mainmenu-links a:hover {
	color: #A37575;
	text-decoration: underline;
	cursor: hand;
}

.mainmenu-links a:active {
	color: #981212;
	text-decoration: none;
}

/*--products menu---------------------------------*/
.productsmenu {
	background: #999966;
	}

.productsmenu a {
	color: #5C3938;
	font-weight: bold;
	text-decoration: none;
}

.productsmenu a:hover {
	color: #B40404;
	text-decoration: underline;
	cursor: hand;
}

.productsmenu a:active {
	color: #A16F6D;
	text-decoration: none;
}

.productsmenu-title {
	color: #BEB1A0;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	text-align: center;
}

.productsmenu-categories {
	background: #666699;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	text-indent: 3px;
	}

.productsmenu-products {
	background: #E8E6E3;
	color: #5C3938;
	font-weight: bold;
	font-size: 11px;
	text-indent: 5px;
	text-align: center;
	}

.productsmenu-status {
	background: #E8E6E3;
	color: #5C3938;
	font-weight: bold;
	font-size: 11px;
	text-indent: 5px;
	text-align: left;
	}

/*--middle----------------------------------------*/
.middle {
	background: #FFFFFF;
}

.middle-title {
	color: #635949;
	text-transform: capitalize;
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
}

.middle-order {
	color: #3A3F65;
	font-weight: bold;
	font-size: 13px;
	border-top: solid 1px #A3623A;
	}

.middle-order a {
	color: #845213;
	font-weight: bold;
	text-decoration: none;
}

.middle-order a:hover {
	color: #E16F00;
	text-decoration: underline;
	cursor: hand;
}

.middle-order a:active {
	color: #845213;
	text-decoration: none;
}

.middle-menu-back {
	}

.middle-menu {
	background: #E5DED3;
	color: #3A3F65;
	font-weight: bold;
	font-size: 11px;
	}

.middle-menu a {
	color: #943B29;
	font-weight: bold;
	text-decoration: none;
}

.middle-menu a:hover {
	color: #D86600;
	text-decoration: underline;
	cursor: hand;
}

.middle-menu a:active {
	color: #943B29;
	text-decoration: none;
}

.middle-info {
	color: #000000;
	font-size: 12px;
}

.middle-info a {
	color: #943B29;
	font-weight: bold;
	text-decoration: underline;
}

.middle-info a:hover {
	color: #C72100;
	font-weight: bold;
	text-decoration: underline;
}

.middle-info a:active {
	color: #943B29;
	font-weight: bold;
	text-decoration: none;
}

/*--price list------------------------------------*/
.pricelist-tab {
	background: #E7F2DA;
	color: #3F473F;
	font-weight: bold;
	font-size: 11px;
	}

.pricelist-tab a {
	color: #3F473F;
	font-weight: bold;
	text-decoration: none;
}

.pricelist-tab a:hover {
	color: #7F9A81;
	text-decoration: none;
	cursor: hand;
}

.pricelist-tab a:active {
	color: #7F9A81;
	text-decoration: none;
}

.pricelist-tab-selected {
	background: #59725B;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

.pricelist-top {
	background: #557799;
	font-size: 11px;
	font-weight: bold;
	color: #ded1c0;
}

.pricelist-alt-a {
	background: #F7F7F6;
	border-top: solid 2px #FFFFFF;
}

.pricelist-alt-b {
	background: #F0EFEC;
	border-top: solid 2px #FFFFFF;
}

.pricelist-text {
	font-size: 11px;
	color: #3F473F;
}

.pricelist-text a {
	color: #943B29;
	font-weight: bold;
	text-decoration: underline;
}

.pricelist-text a:hover {
	color: #D86600;
	font-weight: bold;
	text-decoration: underline;
}

.pricelist-text a:active {
	color: #943B29;
	font-weight: bold;
	text-decoration: underline;
}

.pricelist-bottom {
	background: #557799;
	text-indent: 3px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.pricelist-bottom a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.pricelist-bottom a:hover {
	color: #FF9B42;
	text-decoration: none;
	cursor: hand;
}

.pricelist-bottom a:active {
	color: #FFB878;
	text-decoration: none;
}

/*--footer------------------------------------------*/
.footer-menu {
	background: #E0E0DB;
}

.footer-bottom {
	background: #FFFFFF;
}

.copyright {
	color: #000000;
	font-size: 10px;
}

/*--forms-------------------------------------------*/
.forms-title {
	text-transform: capitalize;
	font-weight: bold;
	font-size: 24px;
	color: #537926;
}

.forms-info {
	font-size: 12px;
	background-color: White;
}

.exx {
	font-size:12px;
	background-color: White;
	color: Red;
}

