@charset "utf-8";
/* CSS Document */
A:link {
	text-decoration: none;
	color: #444444;
	}
A:visited {text-decoration: none; color:#444444;}
A:active {text-decoration: none; color:#000;}
A:hover {text-decoration: underline; color:  #000;}

.bigGreyFont {font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #666; font-weight: bold; }
.bigGrey16 {font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #666; font-weight: bold; line-height: 40px; }
.boldGreenFont {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #7E8D35;
	padding-right:9px;
}
.normalFont {
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif; 

}
.listItem {
	position: static;
}
.smallBoldFont {
	color: #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#mainDiv {
	position:absolute;
	left:85px;
	top:93px;
	width:840px;
	z-index:1;
	background-color: #EBEBEB;
	border:#FFFFFF 9px solid;
	
}
body {

	  background-image:url(../img/back.gif);
  background-repeat:no-repeat;
  background-position: left bottom;
  background-attachment:fixed;

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 17px;
	background-color: #cebe9e;
}
#contentDiv {
	position:relative;
	left:0px;
	top:0px;
	margin-top:45px;	
	margin-right:30px;	
	margin-bottom:30px;	
	margin-left:20px;	
	z-index:2;
}
#headerTopDiv {
	position:absolute;
	left:494px;
	top:21px;
	width:413px;
	height:72px;
	z-index:2;
}
#topMenu {
	position:absolute;
	left:105px;
	top:67px;
	font-size: 13px;
	font-weight: bold;
	color: #999999; 
	z-index:3;
}
#menuDiv {
	position:absolute;
	left:94px;
	top:270px;
	width:388px;
	height:37px;
	z-index:77;
}



.menuItemDiv {
	position:static;
	width:85px;
	height:30px;
	background-image: url(../img/m_menu.gif);
	background-repeat: no-repeat;

}

.smallPic{
	margin-top:6px;
}

.bigPic{
	margin-right:20px;
	border:#FFFFFF solid 1px;
}

.bigPic2{
	border:#FFFFFF solid 1px;
}

.productTable{
	margin-left:10px;
}

.rightMenu{
	padding-left:5px;
}

