/* Shinta Mani layout - shintamani.com */
/* Last updated 10/12/08 */
/* You may adapt elements of this CSS in your own projects, but the unique combination of images, colors, sizes, typography, and positioning ("the design") is copyright 2005 id3 (http://www.id3.co.th) and may not be reproduced. */

/* tags */
body {
	background-color: #dacdb4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5e411b;
	background-image: url(../p/pagebg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 10px;
}
/* forms */
form {
	margin: 0px;
	padding: 0px;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e411b;
	background-color: #f8f8f8;
	border: 1px solid #5e411b;
	padding: 2px;
	margin: 5px;
}
input checkbox {
	border: none;
}
input:focus, select:focus, textarea:focus {
	background-color: #ffffe3;
}
fieldset {
	display: block;
	padding: 5px;
	border: 1px dotted #5e411b;
	margin-bottom: 10px;
	width: 475px;
}
legend {
	font-size:12px;
	font-weight:bold;
	padding:5px;
	text-transform:uppercase;
	background-color: #dacdb4;
}
label {
	padding: 5px;
	float:left;
	text-align:right;
	width: 200px;
	cursor: hand;
	white-space: nowrap;
	line-height: 15px;
}
.required:after {
	content: " *";
	color: #5e411b;
	float: right;
}
.radio {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: none;
}
.inline {
	display: inline;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	width: auto;
	float: none;
}
.button {
	cursor: hand;
	background-color: #dacdb4;
	border: none;
	vertical-align: baseline;
	padding: 5px;
}
.button:active {
	cursor: hand;
	background-color: #dacdb4;
	border: none;
	vertical-align: baseline;
	padding: 5px;
}
img {
	border: 0px;
}
.forprint {
	display: none;
}
.noshow {
	display: none;
}
hr {
	clear:both;
	height:1px;
	margin: -1px 0px 0px;
	padding:0px;
	border:none;
	visibility: hidden;
}

/* layout */
#global {
	width: 720px; /* keeps the layout centered */
	margin: 0px auto;
	padding: 0px;
}
#top {
	background-image: url(../p/topbg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
	border: none;
	height: 115px;
	vertical-align: bottom;
}
#top h1 {
	background: url(../p/shintamani_logo.gif) no-repeat;
	text-indent: -9000px;
	width: 236px;
	height: 83px;
	margin: 15px 0px 0px;
	padding: 0px;
}
#header {
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom: 20px;
	padding: 0px;
	height: 245px;
	border-top-width: 1px; /* we need a value here to avoid gap */
	border-top-style: solid;
	border-top-color: #877049;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #a72800;
	background-color: #877049;
	background-image: url(../p/navbg.gif); /* lotus image next to navigation */
	background-repeat: no-repeat;
	background-position: right bottom;
}
#shot {
	float: left;
}
#myGallery
{
width: 480px !important;
height: 245px !important;
}
/* navigation */
#navigation {
	float: left;
	font-family: Helvetica, sans-serif;
}
#navigation ul {
	list-style-type: none;
	list-style-image: none;
}
#navigation li {
	white-space: nowrap;
	padding-bottom:8px;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	display: block;
}
#navigation a:visited {
	color: #fff;
}
#navigation a:hover {
	color: #dcbc5e;
}
#navigation a:active {
	color: #dcbc5e;
}
#home #navhome a:link, #home #navhome a:visited, #rooms #navrooms a:link, #rooms #navrooms a:visited, #packages #navpackages a:link, #packages #navpackages a:visited, #facilities #navfacilities a:link, #facilities #navfacilities a:visited, #reservation #navreservations a:link, #reservation #navreservations a:visited, #location #navlocation a:link, #location #navlocation a:visited, #hospitality #navhospitality a:link, #hospitality #navhospitality a:visited, #community #navcommunity a:link, #community #navcommunity a:visited, #links #navlinks a:link, #links #navlinks a:visited, #clippings #navclippings a:link, #clippings #navclippings a:visited, #contact #navcontact a:link, #contact #navcontact a:visited {
    color: #dcbc5e;
}
#main {
	display: block;
	_background-color: #dacdb4; /* msie fix */
}
#main h1 {
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	background-image: url(../p/bulletl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 40px;
	text-indent: 45px;
	vertical-align: baseline;
	line-height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#main h2 {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	background-image: url(../p/bullets.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 30px;
	text-indent: 35px;
	vertical-align: baseline;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#main h3 {
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#main a:link {
	text-decoration: none;
	color: #5e411b;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5e411b;
}
#main a:visited {
	text-decoration: none;
	color: #5e411b;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5e411b;
}
#main a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5e411b;
}
#main a:active {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5e411b;
}
#main h1+p:first-letter {
	font-size: 36px;
	padding: 5px;
	float: left;
}
#main h1+img {
	margin-top: 10px;
	margin-bottom: 10px;
}
#sidebar {
	width: 195px;
	float: left;
	clear: right;
	margin: 0px;
	padding: 0px;
}
#mainbar {
	width: 480px;
	float: none;
	margin: 0px 0px 0px 230px;
	padding: 0px;
}
#content {
	text-align: justify;
}
#leftcol {
	width: 350px;
	float: left;
}
#rightcol {
	width: 350px;
	margin-left: 360px;
}
.promotion {
	position: relative;
	top: -480px;
	left: 278px;
}
/* rounded box */
.box {
	background: #e8dcc5 url(../p/boxtl.gif) no-repeat left top;
	width: 100%;
	border:none;
} 
.box h4 {
	font-size:12px;
	padding:10px;
	background-image: url(../p/boxtr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.boxbody {
	padding:0px 5px 0px 5px;
	margin:-10px 0 0 0px;
}
.boxbody p{
	padding-left:7px;
	padding-right:7px;
}
.boxfooter {
	background-image: url(../p/boxbl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top:20px;
}
.boxfooter p {
	padding:5px;
	margin:-15px 0 0 0;
	background-image: url(../p/boxbr.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
/* gallery */
.gallery {
	padding: 0px;
	display: block;
	clear: none;
	margin: 0px;
}
.gallery img {
	border: 5px solid #e8e1d3;
	margin: 0px;
	padding: 0px;
	background-color: #e8e1d3;
}
.gallery a, .gallery a:visited {
	text-decoration: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	background-color: #e8e1d3;
	border: none;
}
.gallery a:hover {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-color: #5e411b;
	border: none;
}
#portrait {
	background-image: url(../p/studentbg.gif);
	background-repeat: no-repeat;
	height: 97px;
	width: 96px;
}
#portrait img {
	position: relative;
	top: 15px;
	left: 20px;
}
/* rooms and packages */
#packages h3 {
	font-weight: bold;
	background-color: #e8dcc5;
	padding: 10px;
	margin: 0px;
	border: 1px solid #5e411b;
}
#projects h3 {
	font-weight: bold;
	background-color: #e8dcc5;
	padding: 10px;
	margin: 0px;
	border: 1px solid #5e411b;
}
.room {
	background-color: #e8dcc5;
	padding: 10px;
}
.roomleft {
	float: left;
	width: 170px;
	padding-bottom: 30px;
}
.roomshot {
	background-image: url(../p/roombg.gif);
	background-repeat: no-repeat;
	height: 139px;
	width: 138px;
}
.roomshot img {
	position: relative;
	top: 12px;
	left: 12px;
}
table.rates td {
	background-color:#f8eedd;
	padding:4px;
}
table.rates td.prices {
	font-weight:bold;
}

#room img.pic_link{
	float:right;
	border:0px solid;
	visibility:hidden;
}
#packages a.current:link, #packages a.current:visited {
	color: #fff;
	background: #8f6650;
	display: block;
}
/* reservation */
#nightdetails, #transferdetails, #room2form, #room3form, #room1help, #room2help, #room3help, #emailhelp, #phonehelp, #commentshelp {
	display: none;
}
#reservation blockquote {
	padding: 5px;
	border: 1px dotted #5e411b;
	margin-left: 210px;
	background: #ffc;
}
#room2form {
	background: url(../p/bg_2.gif) no-repeat right bottom;
}
#room3form {
	background: url(../p/bg_3.gif) no-repeat right bottom;
}
#reservation #sidebar ol, #reservation #sidebar li {
	list-style: decimal inside;
	margin: 0px;
	padding: 0px;
}
#reservation ol .current {
	color: #fff;
	background: #8f6650;
	padding: 2px;
}
#reservation .error, #contact .error {
	width: 475px;
	color: #e8769d;
	background: #fbcedd;
	margin: 0px;
}
#usd5support {
	width: 405px;
	background: #ffc url(../p/usd5_community.gif) no-repeat 5px 5px;
	margin: 0px;
	padding: 5px 5px 5px 70px;
	border: 2px solid #fff;
	font-weight: bold;
}
#reservation pre {
	color: #5e411b;
	padding: 5px;
	margin: 5px;
}
#reservation #request {
	border-style: none;
	background: #dacdb4;
}
/* press */
#press #mainbar {
	padding: 0px;
	margin: 0px 0px 0px 220px;
	width: 500px;
}
#press #highres {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#press #highres li {
	display: inline;
	margin: 0px 5px 15px 0px;
	padding: 0px;
}
#press #highres img {
	background: #fff;
	padding: 3px;
	border: 1px solid #6c522d;
}
#press #highres img:hover {
	background: #6c522d;
}
#press #highres a:link, #press #highres a:visited {
	border-style: none;
	padding: 0px;
}

/* location */
#mainbar-float{
	margin-left:35px;
	float:left;
	clear:none;
	width:200px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:370px;
}
#mainbar-float #location-map {
	float:left;
	margin-left:20px;
	width:200px;
}
#mainbar-float #location-map h2{
	width:200px;
}
#mainbar-float #location-map a#map {
	background-image:url(../p/location-maps.jpg);
	background-color: #f9f0e0;
	background-repeat: no-repeat;
	background-position:left;
	height: 136px;
	width: 197px;
	display:block;
	border:3px solid #f9f0e0;
	float:left;
}
#mainbar-float #location-map a:hover#map {
	background-position:right;
}
#mainbar-float #angkor-panorama {
	float:left;
	margin-left:20px;
	width:120px;
}
#mainbar-float #angkor-panorama h2{
	width:200px;
}
#mainbar-float #angkor-panorama ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#mainbar-float #angkor-panorama li{
	margin:0px;
	margin-top:10px;
	margin-bottom:10px;
	padding:0px;
	width:200px;
	height:45px;
}
#mainbar-float #angkor-panorama li a#panorama-thumb-1{
	background-image:url(../p/panorama-thumb-taphrom-temple1.jpg);
	background-color: #f9f0e0;
	background-repeat: no-repeat;
	background-position:left;
	height: 45px;
	width: 64px;
	display:block;
	border:1px solid #f9f0e0;
	float:left;
	margin-right:10px;
}
#mainbar-float #angkor-panorama li a:hover#panorama-thumb-1{
	background-position:right;
	border-color:#877049;
}
#mainbar-float #angkor-panorama li a#panorama-thumb-2{
	background-image:url(../p/panorama-thumb-taphrom-temple2.jpg);
	background-color: #f9f0e0;
	background-repeat: no-repeat;
	background-position:left;
	height: 45px;
	width: 64px;
	display:block;
	border:1px solid #f9f0e0;
	float:left;
	margin-right:10px;
}
#mainbar-float #angkor-panorama li a:hover#panorama-thumb-2{
	background-position:right;
	border-color:#877049;
}
#mainbar-float #angkor-panorama li a#panorama-thumb-3{
	background-image:url(../p/panorama-thumb-angkorwat.jpg);
	background-color: #f9f0e0;
	background-repeat: no-repeat;
	background-position:left;
	height: 45px;
	width: 64px;
	display:block;
	border:1px solid #f9f0e0;
	float:left;
	margin-right:10px;
}
#mainbar-float #angkor-panorama li a:hover#panorama-thumb-3{
	background-position:right;
	border-color:#877049;
}
/* links */
#links #main h1+p:first-letter {
	padding: 0px;
	font-size: 11px;
}
/* clippingdetails popup */
#clippingdetails #header {
	padding: 0px;
	border-top-width: 1px; /* we need a value here to avoid gap */
	border-top-style: solid;
	border-top-color: #877049;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #a72800;
	background: #877049;
	margin: 0px 0px 10px;
	height: 95px;
}
#clippingdetails #header h1 {
	background: url(../p/shintamani_logo.gif) no-repeat;
	text-indent: -9000px;
	width: 236px;
	height: 83px;
	margin: 15px 0px 0px;
	padding: 0px;
}
#clippingdetails #awardlist {
	margin: 0px;
	padding: 0px;
}
#clippingdetails #awardlist dt {
	font-weight: bold;
	font-size: 1em;
	margin: 15px 0px 10px;
}
#clippingdetails #awardlist dd {
	margin: 0px;
	padding: 0px;
}

/* footer */
#footer {
	font-size: 10px;
	margin-top: 5px;
	border-top: 1px solid #bbac90;
	padding-top: 10px;
	padding-bottom: 5px;
}
#footer a {
	text-decoration: underline;
	color: #5e411b;
	border: none;
}
#footer a:hover {
	text-decoration: none;
	border: none;
}
#clippingdetails #global {
	width: 500px; /* keeps the layout centered */
	margin: 0px auto;
	padding: 0px;
}

/* interstitial */
#interContainer{
position: absolute;
width: 670px; /*Width of interstitial box*/
left: 0;
top: 0;
padding: 10px;
padding-top: 0;
background-color: #dcd1bf;
border: 1px solid black;
visibility: hidden;
z-index: 6;
}

#interContainer .headerbar{ /*CSS for header bar of interstitial box*/
color: gray;
padding: 5px;
text-align: right;
}

#interContainer .headerbar a{ /*CSS for header bar links of interstitial box*/
font-size: 120%;
text-decoration: none;
}


#interContent{ /*CSS for div that holds the content to show*/
border: 1px solid #5e411b;
background-color: white;
padding:10px;
font-size: 13px;
}
#interContent a:link {
	text-decoration: none;
	color: #5e411b;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5e411b;
}
#interContent a:visited {
	text-decoration: none;
	color: #5e411b;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5e411b;
}
#interContent a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5e411b;
}
#interContent a:active {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5e411b;
}

#interVeil{ /*CSS for background veil that covers entire page while interstitial box is visible*/
position: absolute;
background: black url(blackdot.gif);
right: 0;
width: 10px;
top: 0;
z-index: 5;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;
}.frame {
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
