html,body {
	margin: 0px;
	padding: 0px;
	background-color: #B2B2B2;
}

body, td {
	font: normal 12px 'tahoma';
	color: black;
}

a, a:active, a:visited {
	color: #284D17;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

div {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

table.mt {
	width: 100%;
	height: 100%;
}

td.mtd {
	vertical-align: top;
	text-align: center;
}

div.m {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 650px;
	height: 432px;
}

div.header {
	position: absolute;
	width: 650px;
	height: 62px;
	top: 0px;
	left: 0px;
	background-color: #EBEAB8;
	background-image: url('/images/h-kamasutra-bg.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.promo {
	position: absolute;
	left: 0px;
	top: 62px;
	width: 464px;
	height: 264px;
	background-image: url('/images/kama-sutra-central-bg.gif');
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.slogan {
	position: absolute;
	left: 464px;
	top: 62px;
	width: 186px;
	height: 264px;
	background-color: white;
	background-image: url('/images/kama-sutra-central-bg.gif');
	background-repeat: repeat-x;
	background-position: 0px 0px;
	overflow: auto;
}

.slogantxt {
	width: 174px;
	padding: 4px;
	margin: 3px;
	background-color: #F9FBD9;
	text-align: justify;
	font: normal 11px 'tahoma';
	opacity: .7;
	filter: alpha(opacity=70);
}

div.hlblock {
	position: absolute;
	padding: 2px 4px 2px 6px;
	width: 216px;
	height: 230px;
	top: 326px;
	overflow: auto;
	background-color: white;
	border-style: solid;
	border-color: #70902B;
	border-width: 1px 1px 1px 0px;
	font-size: 12px;
	text-align: center;
}

div.hlblock#b1 {
	left: 0px;
	border-left-width: 1px;
}

div.hlblock#b2 {
	left: 216px;
}

div.hlblock#b3 {
	left: 432px;
	width: 218px;
}

.smallh {
	font: bold 12px 'tahoma';
	height: 15px;
	text-align: center;
	color: #3D2727;
	background-color: #BBCD56;
	font-variant: small-caps;
	margin-bottom: 5px;
	width: 100%;
}

div.navmenu {
	position: absolute;
	top: 32px;
	left: 300px;
	width: 350px;
	height: 30px;
	background-color: #F8F7D3;
	border-style: solid;
	border-color: #BDC67D;
	border-width: 1px 0px 0px 1px;
	padding: 7px;
	text-align: right;

}

div.navmenu a, div.navmenu a:active, div.navmenu a:visited {
	display: block;
	margin-right: 10px;
	float: left;
	font: normal 11px 'tahoma';
	color: #284D17;
	text-decoration: underline;
}

div.navmenu a:hover {
	display: block;
	margin-right: 10px;
	float: left;
	text-decoration: none;
	background-color: white;
}

.imp {
	font-weight: bold;
	color: #9B1717;
}

div.copy {
	position: absolute;
	top: 546px;
	left: 0px;
	width: 650px;
	height: 18px;
	text-align: center;
	background-color: #6C8030;
	color: white;
	font: normal 10px 'tahoma';
}


a.orderlnk, a.orderlnk:active, a.orderlnk:visited,
a.dllnk, a.dllnk:active, a.dllnk:visited {
	display: block;
	width: 300px;
	border-style: solid;
	border-width: 2px;
	border-left-color: #E4F2B7;
	border-top-color: #E4F2B7;
	border-right-color: #486136;
	border-bottom-color: #486136;
	background-color: #CEE875;
	padding: 5px;
	margin-bottom: 6px;
	text-decoration: none;
	text-align: left;
}

a.orderlnk:hover, a.dllnk:hover {
	color: #cc0000;
}

.pheader {
	font: bold 18px 'tahoma';
	color: #284D17;
}

input, textarea {
	color: black;
	border: 1px solid #535736;
}

input.subm {
	background-color: #CCDA7C;
}

img.sshot {
	border-style: solid;
	border-width: 1px;
	margin: 5px;
}

/* styles for table-based internal pages */

.intmenu {
	background-color: #BBCD56;
	text-align: center;
}

.intmenu a, .intmenu a:active, .intmenu a:visited {
	display: block;
	float: left;
	font: bold 15px 'tahoma';
	font-variant: small-caps;
	text-decoration: none;
	padding: 2px 8px 2px 8px;
	margin: 2px 7px 2px 7px;
}

.intmenu a:hover {
	text-decoration: none;
	background-color: #F0F291;
}

.maincell, .rcolumn {
	padding: 8px;
}

.maincell {
	background-color: white;
}

.rcolumn {
	background-color: #F8F7D3;
}

.intcopy {
	text-align: center;
	background-color: #6C8030;
	color: white;
	font: normal 10px 'tahoma';
}