/* ================= UNDO DEFAULT ================= */

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em;font-weight: normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd,legend,input,select { margin:0; padding:0 }
a img,:link img,:visited img, fieldset { border:none }
address { font-style:normal }
table {border:none;padding:0;margin:0;}

/* ================= BASIC ================= */

body {
	font-family: TrebuchetMS, Trebuchet MS,  arial, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	background: #762700;
	}

#wrap {
	width: 983px;
	margin: 0 auto;
	position: relative;
	background: #762700 url(../images/back.jpg) repeat-y 50% 0;
	min-height: 700px;
	padding-bottom: 10px;
	}

h1 {
	position: absolute;
	top: 102px;
	left: 6px;
	width: 330px;
	height: 0;
	padding-top: 567px;
	overflow: hidden;
	background-position: 0 0;
	}

body.home h1 {background-image: url(../images/photo_castle.jpg);}
body.about h1 {background-image: url(../images/photo_mask.jpg);}
body.bhutan h1 {background-image: url(../images/photo_column.jpg);}
body.packages h1 {background-image: url(../images/photo_skeleton.jpg);}
body.planning h1 {background-image: url(../images/photo_cat.jpg);}
body.resources h1 {background-image: url(../images/photo_guard.jpg);}

#top {
	position: absolute;
	display: inline;
	top: 0;
	left: 7px;
	width: 969px;
	height: 121px;
	background: transparent url(../images/title.jpg) no-repeat 0 0;
	}

#top ul {
	display: inline;
	position: absolute;
	top: 61px;
	left: 25px;
	width: 919px;
	height: 30px;
	}

#top a {
	height: 0;
	padding-top: 30px;
	overflow: hidden;
	background-position: 0 30px;
	background-repeat: none;
	background-color: transparent;
	display: block;
	float: left;
	}

#top a:hover,
#top li.selected a:hover,
#top li.selected a {
	background-position: 0 0;
	}

#top a.home {
	background-image: url(../images/nav_home.gif);
	width: 78px;
	}

#top a.about {
	background-image: url(../images/nav_about.gif);
	width: 123px;
	}
	
#top a.bhutan {
	background-image: url(../images/nav_bhutan.gif);
	width: 174px;
	}

#top a.packages {
	background-image: url(../images/nav_packages.gif);
	width: 194px;
	}

#top a.planning {
	background-image: url(../images/nav_planning.gif);
	width: 232px;
	}

#top a.resources {
	background-image: url(../images/nav_resources.gif);
	width: 118px;
	}


#content ul.subnav,
#content div.subnav {
	color: #5A2800;
	position: absolute;
	right: 7px;
	top: 102px;
	font-size: .95em;
	background: transparent url(../images/ribbon.jpg) no-repeat 0 0;
	width: 659px;
	height: 68px;
	padding-top: 32px;
	}

#content ul.subnav li,
#content div.subnav p {
	float: left;
	margin-left: 30px;
	}

#content ul.subnav li.selected a {
	color: #FFF;
	}

#content div.subnav p {
	font-size: 120%;
	}

#content a {
	color: #5A2800;
	}

#content a:hover {
	color: #FFF;
	}

#content {
	padding: 200px 20px 0 336px;
	}

#main {
	background: transparent url(../images/line.gif) repeat-y 0 0;
	padding: 0 20px 0 25px;
	font-weight: normal;
	font-size: .9em;
	line-height: 1.3em;
	color: #671500;
	}

#main p {
	margin-bottom: 16px;
	}

#main a {
	border-bottom: 1px solid #BA4C19;
	}

#main a:hover {
	background-color: #BA4C19;
	}

#main h2 {
	margin-bottom: 16px;
	font-size: 120%;
	color: #BA4C19;
	}

#main ul {
	margin: 20px 50px 20px 20px;
	list-style-type: square;
	}

#main ol {
	margin: 20px 50px 20px 20px;
	list-style-type: decimal;
	}

#main li {
	margin: 10px 0 0 20px;
	}

#footer {
	width: 983px;
	height: 77px;
	margin: 0 auto;
	background: #762700 url(../images/footer.jpg) no-repeat 0 0;
	}

#footer img {
	position: relative;
	top: -10px;
	left: 7px;
	z-index: 2;
	}
