body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img1.gif) repeat-x;
	font: normal small sans-serif;
	color: #666666;
}

h1, h2, h3, h4, h5, h6 {
	color: #333333;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #825037;
}

a:hover {
	text-decoration: underline;
}

/* Header */

#header {
	width: 850px;
	height: 150px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	padding: 42px 0 0 0;
}

#logo * {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #878C66;
}

#logo h1 {
	letter-spacing: -2px;
	font-size: 2.8em;
}

#logo h2 {
	margin-top: -5px;
	padding-left: 2px;
	font-size: 1em;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 69px 40px 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	margin-left: 2px;
	padding: 8px 15px 0 15px;
	background: #EFF0EB url(images/img2.gif) repeat-x;
	border: 1px solid #C9CCB9;
	border-bottom: none;
	text-decoration: none;
	color: #878C66;
}

#menu .active a, #menu a:hover {
	height: 23px;
	background: #EFF0EB;
}



#submenu {
	position:absolute;
	top:104px;
	left:320px;
	text-align: right;
	width: 800px;
	
	
}

#submenu a{
padding: 0 10px 0 0;
}
#submenu a:hover {
	text-decoration: underline;

}

.active2{
	font-weight: bold;
	text-decoration: underline;
}

/* Content */

#content {
	width: 850px;
	margin: 0 auto;
	
	
}


/* url(images/prod/iampPro.png) no-repeat; */
#prod{
	background: #FFFFFF;
}


#prodhead h1{
	font-size: 36px;
}

#prodhead h2{
	font-size: 26px;
	padding: 0 0 0 10px;

}
#prodhead h3{
	font-size: 18px;
}


#proddetail {
	
}

#proddetail td{
	padding: 10px 10px 10px 10px;
	width: 50%;
	vertical-align:top;
}

#proddetail25 {
	
}
#proddetail25 td{
	padding: 10px 10px 10px 10px;
	vertical-align:top;
}

td.proddetail25{
	width: 25%;
	border-right: solid 1px #C9CCB9;
}

td.proddetail25nb td{
	width: 25%;

}


/* Footer border-top: 1px solid #C9CCB9;  */

#footer {
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #C9CCB9;
	background: #FFFFFF url(images/img5.gif) repeat-x bottom left;
	

	
}

#footdetail {

	width: 850px;
	
}

#footdetail td{
	width: 50%;
	vertical-align:top;
}


.bdrright{
border-right: 1px solid #C9CCB9;
}
.bdrleft{
border-right: 1px solid #C9CCB9;
}
