/* CSS Document */
body{
	margin:0px;
	padding:0px;
	/*background-color:#f1e2cc; */
	/*background:url(images/cup.gif) no-repeat top left;*/
	background-color:#f6f0e6;
}

.site-header{
	background:url(images/header-back.gif) no-repeat top left;
	background-color:#f6f0e6;
	/*border:1px solid red;*/
	height:318px;
	width:1000px;
	position:absolute;
	z-index:1;

}
.main{	
	border-right:#ffffff solid 1px;
	border-left:#ffffff solid 1px;
	background:none;
	position:absolute;
	z-index:2;
}

body, td, a{color:#3f2b27;}

a img{border:0px;}
a:hover{text-decoration:none;}

.light-table{
	background-color:#f1e2cc;
}

.light-table a{text-decoration:none;}

.light-table .cell{
	border-bottom:2px solid #efd6b3;
}
.dark-table .cell{
	padding-top:5px;
	padding-bottom:5px;
}

.dark-table td{
	background-color:#efd8b7;	
}


form{padding:0px; margin:0px;}

.left-side{
	padding-left:25px;
	width:260px;
}

.right-side{
	padding-left:40px;
	padding-top:170px;
	width:254px;
	/*background:url(images/top1-4.gif) no-repeat top right;*/
}

.center-side{
	/*background:url(images/top1-5.gif) no-repeat top right;*/
	font:Arial, Helvetica, sans-serif;
	padding-top:22px;
	padding-bottom:0px;
}

.center-side p, .center-side td{
	font-family:Arial, Helvetica, sans-serif;
}

.red{color:#d8170f;}

p.header{
font-family:"Times New Roman", Times, serif !important;
}

p.footer{
font-family:"Times New Roman", Times, serif !important;
font-style:italic;
}

.date{
	font-family:"Times New Roman", Times, serif !important;
	font-weight:bold;
	color:#e38f94;
	/*color:#dc5238;
	color:#be8b34;
	color:#ebad40;*/
}

img.article{
	margin-left:8px;
	margin-top:2px;
}
.form td{
	font-family:"Times New Roman", Times, serif !important;
}

.form .cell{
	padding-top:8px;
	padding-bottom:8px;
	border-bottom:1px solid #fff;	
}

.articles-list{
	border-bottom:2px solid #f1e2cc;
	width: 100%;
	margin-bottom: 15px;
}

.articles-list .image{
	width: 120px;
	padding-bottom: 7px;
	padding-left: 0px;
	padding-top: 7px;
}

.articles-list th{
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	font-style:italic;
	font-weight:bold;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}

.articles-list td{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	padding-left: 5px;
	padding-right: 5px;
}
.articles-list td a{
	text-decoration: none;
}
.articles-list .more{
	font-weight:bold;
	text-align: right;
	padding-bottom: 5px;
	vertical-align: bottom;
}

p.list{padding-bottom: 5px !important; margin-bottom: 0px !important;}

ul,ol {
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 2px;
	margin-bottom: 5px;
}

ul li,ol li{
	margin-bottom: 3px;
	padding-bottom:3px;
	font-family: Arial;
}

.products-list{
	border-bottom:2px solid #f1e2cc;
	width: 100%;
	margin-bottom: 15px;
}

.products-list .image{
	width: 120px;
	padding-bottom: 7px;
	padding-left: 0px;
	padding-top: 7px;
}

.products-list th{
	font-family:Verdana, Arial;	
	font-weight:bold;
	font-size:13pt;
	color:#943e31;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}

.products-list td{
	font-family:Verdana, Arial;
	font-size:11pt;
	padding-left: 5px;
	padding-right: 5px;
}
.products-list td a{
	text-decoration: none;
}
.products-list .more{
	text-align: right;
	padding-top: 0px;
	padding-bottom: 10px;
	vertical-align: bottom;
}

.products-list .more a{
	font-family:Verdana, Arial;
	font-size:11pt;
	font-weight: bold;
	text-align: right;
	color:#be8b34;
	padding-bottom: 5px;
	vertical-align: bottom;
}

.product-menu{
	width: 230px;
	background-image: url("images/pm-cc.gif");
	background-repeat: repeat;
	margin-bottom: 10px;
}

.product-menu td.corner{
	width: 7px;
	height: 7px;
}

.product-menu a{
	text-decoration: none;
	font-family:Verdana, Arial;
	font-weight: bold;
	color:#fff;
	margin-left: 10px;
	margin-right: 10px;
}

.main-menu{
	width: 230px;
	background-color: #e7c891;
}

.main-menu td{
}

.main-menu td.corner{
	width: 19px;
	height: 17px;
}

.main-menu a{
	text-decoration: none;
	font-family:Verdana, Arial;
	font-weight: bold;
	color:#3f2b27;
}

.main-menu .menu-item{
	border-bottom: 1px solid #fff;
	height: 36px;
	background-image: url(images/cup-dark.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.main-menu .mm-cb{
	background-image: url(images/mm-cb.gif);
	background-repeat: repeat-x;
}
.main-menu .mm-cl{
	background-image: url(images/mm-cl.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.main-menu .mm-cr{
	background-image: url(images/mm-cr.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.order{
	height:40px;
	width:260px;
	padding-top: 11px;
	background:url(images/mm-order.gif) no-repeat top left;
}
.order a{
	text-decoration: none;
	font-family:Verdana, Arial;
	font-weight: bold;
	color:#fff;
	margin-left: 21px;
	margin-right: 20px;
}

