*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
} 
html {
	margin: 0;
	padding: 0;
	font-size: 100%;
	}
body {
	margin: 0;
	padding: 0;
	background: #444444 url(../graphics/zenbasics_bg.jpg) top center repeat;
	font-size: 100%; /* 76%; */
	font-family: Helvetica, Arial, sans-serif;
	}

table, input, select {
	font-size: 100%;
	}

h1 {	font-size: 2em;	}
h2 {	font-size: 1.5em; line-height: 1.125;	}
h3 {	font-size: 1.125em; line-height: 1.125;	}
h4 {	font-size: 1em;	}

h1, h2, h3, h4, p {
	margin-left: 10px;
	margin-right: 10px;
	}
h1, h2, h3, h4 {
	margin-bottom: 0px;
	}
p {
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 1.25;
	}

a {
	color: #7C1F7B; /* #7E2D23;*/
	text-decoration: none;
	}
a:hover {
	color: #0000ff;
	text-decoration: underline;
	}
h2 a {
	text-decoration: none;
	}
img {
	border: 0;
	width: 100%;
	height: auto;
	}

.dimit {
	font-size: .85em;
	}
ol {
	margin-left: 0;
	padding-left: 20px;
	}
ol li {
	list-style-position: outside;
	}
ul {
	list-style-type: disc;
	margin-left: 0;
	padding-left: 10px;
	}
li {
	list-style-position: outside;
	margin-left: 30px;
	}
	
h1 {
	font-size: 1.8em;
	color: #001E39;
	font-weight: normal;
	font-family: Arial, sans-serif;
	line-height: 1.125;
	}

#wrapper {
	width: 98vw;
	height: 10px;
	margin-left: 1vw;
	}
/* MASTHEAD ======================== */

#masthead {
	width: 100%;
	overflow: hidden;

	}

/* LOGO ============================ */
#logo {
	float: right;
	margin: 0 0 0 10px;
	}
#logo img {
	width: 150px;
	height: 150px;
	}

/* TOPMENU ======================== */
#topmenu {
	padding: 0;
	font-size: .8em;
	color: #36434E;
	margin: 10px 0 0 0;
	overflow: hidden;
	}

#topmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	}


#topmenu ul li {
	margin: 0px;
	display: inline;
	text-align: center;
	overflow:hidden;
	height: 100%;
	font-weight: bold;
	}
#topmenu ul li a {
	margin: 0 .4em;
	padding: .3em .3em 0 .3em;
	color: #36434E;
	text-decoration: none;
	line-height: 1.6em;
	border-bottom: 1px dotted transparent;
	}
#topmenu ul li a:hover {
	color: #000000;
	border-bottom: 1px dotted #001E39;
	}

#innerwrap {
	background: #ffffff;
	width: 100%;
	height: 100%;
	}


/* RCCONTENT ===================== */
#rccontent {
	height: 100%;
	width: 100%;
	margin-top: 0px;
	padding-bottom: .5em;
	overflow: hidden;
	border: 1px solid #001E39;
	}

/* FOOTER ======================== */
#footer {
/*	background: #ACACAC url(../graphics/ftbkg.jpg) repeat center center; */
	background: #ACACAC;
	width: 100%;
	clear: left;
	/* height: 9em;*/
	font-size: .8em;
	overflow: hidden;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	margin: 0;
	padding: 0;
	color: #000044;
	}

#footer ul {
	background: #7B501D;
	border-bottom: 1px solid #563814;
	width: 100%;
	padding: 6px 0;
	list-style: none;
	margin: 0px 0 5px 0;
	text-align: center;
	font-size: .9em;
	}
#footer ul li {
	margin: 0;
	padding: 0;
	display: inline;
	}
#footer ul li a {
	padding: 0 12px 0 12px;
	color: #ffffff;
	text-decoration: none;
	}
#footer ul li a:hover {
	background: #CAA04E;
	color: #423419;
	}

/* FORM ============================== */
form { margin:0; padding:0; display:block;}

.basicform { 
	font-size: .85em;
	float: left; 
	margin-top: 10px;
	margin-bottom: 10px;
	}

.fieldpair {
		display: block;
		clear: both;
		padding: 3px 20px 3px 20px;
		margin: 0;
	}

p.fieldname {
		clear: left;
		float: left;
		width: 6em; /* 8em; */ /* 100px; */
		text-align: right;
		margin: 0;
		padding: 0;
	}

p.fieldinput {
		float: left;
		text-align: left;
		padding: 0 0 0 5px;
		margin: 0;
	}

.submitbutton {
	 font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

/* =================================== */
.boxreset {
        margin: 0;
        height: 0;
        padding: 0;
        width: 100%;    /* this is the magic element to fix the h1 clump */
        clear: both;    /* magic element makes box shrink-wrap */
}

.floatright {
        float: right;
        margin: 6px 5px 0px 8px;
}

.floatleft {
        float: left;
        margin: 6px 8px 0px 5px; 
}

.floatcenter {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	}

.picncap {
        overflow: hidden;
        margin: 10px 15px 10px 15px;
        text-align: center;
        }
.picncap img {
        margin: 0 auto;
        }
.picncap p {
        font-size: .75em;
        margin: 0px 0px 5px 5px;
	line-height: 1em;
        }


h2.point2 {
	font-size: 1.5em;
	color: #000099;
	font-weight: normal;
	font-family: Arial, sans-serif;
	line-height: 1.125;
	}

blockquote {
	margin-right: 20px;
	margin-left: 20px;
	color: #000099;
	padding: 10px;
	border: 1px dashed #990000;
	}

blockquote p.bywho {
	text-align: right;
	}


.centeredline {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1px;
        margin-top: 4px;
        padding:0px;
        width: 82%;
        height: 0;
        border-top: 1px solid #994444;
/*      border-bottom: 1px solid #B9C893; */
        text-align: center;
}

p.notice {
	color: #D22D0C;
	}
.bulletin {
	border: 1px dotted #A2A1FF;
	background: #FEF3A9;
	overflow: hidden;
	}
.bulletin .sample {
	font-size: .85em;
	}

.itemette {
	float: left;
	margin: 5px 5px 5px 12px;
	height: 148px;
	overflow: hidden;
	}
.itemette img {
	height: 130px;
	width: auto;
	}

.itemette p {
	margin: 0;
	padding: 0;
	font-size: .75em;
	text-align: center;
	font-weight: bold;
	line-height: 1.125;
	}

ul.address {
	list-style-type: none;
	margin-left: 0;
	padding-left: 10px;
}

.ppadd {
        margin: 0 0 0 10px;
        }
.ppadd form {
        float: left;
        margin: 0 4px 0 0;
        padding: 0;
        display: inline;
        }
.ppadd form input { /* smaller submit button */
        /* submit graphic is only visible input element in ppadd. */
        /* width: 90px; */
        padding-top: 0;
        margin-top: 0;
        }
.ppadd p {
        margin: 0;
        padding: 0;
        }
.cartfaq {
        font-size: .85em;
        padding-top: 5px;
        padding-bottom: 9px;
        }
.cartprice {
        font-size: .85em;
        padding-top: 5px;
        padding-bottom: 9px;
        }

.ppaddinline {
        margin: 0 0 0 10px;
        }

.ppaddinline form {
        float: left;
        margin: 0 4px 0 0;
        padding: 0;
        display: inline;
        }
.ppaddinline form input { /* smaller submit button */
        /* submit graphic is only visible input element in ppadd. */
        width: 90px;
        padding-top: 0;
        margin-top: 0;
        }
.ppaddinline p {
        margin: 0;
        padding: 0;
        }

.bpdetail {
	color: #aa0000;
	}
.width40 {
	width: 40%;
	}
.width50 {
	width: 48%;
	}

.centerme {
	margin: 0 auto;
	overflow: hidden;
	}

.thumbette {
	float: left;
	overflow: hidden;
	margin: 3px;
	}
.thumbette img {
	height: 80px;
	width: 80px;
	}
.thumbette p {
	display: none;
	font-size: .75em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

.itemdivitte {
	float: left;
	background: #DEC38C;
	width: 104px;
	overflow: hidden;
	height: 116px;
	font-size: 10px;
	line-height: 1;
	text-align: center;
	margin: 3px;
	}
.itemdivitte img {
	margin-top: 2px;
	height: 100px;
	width: 100px;
	} 
.itemdivitte p {
	margin-top: 0;
	margin-bottom: 0;
	} 

.moreinfo a {
	font-size:  .9em;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 3px;
	float: right;
	}

.ftselector {
        margin: 5px;
        border: 1px solid #777777;
        padding: 1px;
	overflow: hidden;
	float: left;
/*	display: inline-block; */ /* will make shrink wrap */
        }
.ftselector p {
	padding: 0px;
	margin: 0px;
        text-align: center;
	line-height: 1;
	}
#ommanipadmehum_wrapper {
	float: right;
	margin: 5px;
	width: 150px;
	padding: 0px;
	border: 1px dotted #001E39;
	}
#ommanipadmehum_wrapper p {
	font-size: .8em;
	}

#ommanipadmehum {
	width: 150px;
	height: 233px;
	}

#titleline1,
#titleline2,
#titleline3,
#titleline4 {
color: #333333;
text-align: right;
font-weight: bold;
margin: 0;
padding: 0;
}

#titleline1 {
margin-top: 76px;
font-size: 3em;
line-height: 1;
}
#titleline2 {
display: none;
font-size: 1.4em;
line-height: 1.2;
}
#titleline3 {
display: none;
font-size: 1.05em;;
line-height: 1;
}
#titleline4 {
display: none;
font-size: .8em;
line-height: 1.5;
}

p.tmontext {
	text-align: left;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-style: italic;
	font-size: 1em;
	}
p.tmonby {
	text-align: right;
	padding-top: 0px;
	margin-top: 0px;
	font-style: normal;
	font-size: .9em;
	}

@media only screen
and (orientation: landscape) {
	height: 98vh;
	width: 10px;
	margin-top: 1vh;
}


