/*--------------- Global Reset Start ------------------*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

strong {
	font-weight: bold;
}

/*body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}*/

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*--------------- Global Start ------------------*/


body {
	margin: 0px;
	font-size: 11px;
	font-family: "lucida sans unicode";
	color: #cfcfcf;
	background: url(../images/bg-page.jpg) top center fixed;
}

p, h1, h2, h3, ins, del, form, span {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-decoration: none;
}

h1, h1 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #6c8fb6;
}

h1 a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

h1 strong, h1 a strong {
	color: #FFFFFF;
	text-transform: uppercase;
}

h1 a:hover strong {
	color: #6c8fb6;
}

h2, h2 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: normal;
}

h2 a:hover {
	text-decoration: none;
}

ul, li, dt, dd, dl {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}

/*dl {
	margin: 0px;
	padding: 0px;
	list-style: none;
}*/

input, select, textarea {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #bdbdbd;
	font-family: "lucida sans unicode";
	font-style: normal;
}

a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #cfcfcf;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

p {
	margin-top: 15px;
	line-height: 18px;
}

.btn {
	display: inline-block;
	height: 24px;
	padding: 4px 12px 0px 12px;
	color: #a0b0d4;
	margin: 10px 12px 0px 0px;
	background: url(../images/bg-btn.png) 0 0 repeat;
	float: left;
}

a.btn:hover {
	color: #ffffff;
	text-decoration: none;
}

.arial11yellow {
	font-size: 11px;
	color: #beaa64;
}

div, form {
	float: left;
}


/*--------------- Body Start ------------------*/


#wrap {
	width: 100%;
	background: url(../images/bg-across-site.png) 0 0 repeat-x;
}

.centralizer {
	width: 960px;
	margin: 0 auto;
	clear: both;
	float: none;
}

/*----------------------------------*/

.border {
	background: url(../images/bg-white10pc.png);
	width: 960px;
}

.top-border {
	margin-top: 15px;
}

.bottom-border {
	margin-bottom: 30px;
	height: 1px;
}

/*-------------------------------------*/


#mainbody {
	width: 920px;
	background: url(../images/bg-main.png);
	padding: 19px 20px;
}

#innerbody {
	width: 920px;
	background: url(../images/bg-innerbody.png);
}


/*----------------- Left Column Start ----------------------*/


#leftcol {
	width: 600px;
	padding-bottom: 25px;
}

#leftcol h1 {
	font-size: 24px;
	color: #FFFFFF;
	padding-bottom: 20px;
	border-bottom: 1px dashed #3f3f3e;
}

#leftcol ul {
	margin-top: 15px;
	width: 550px;
}

#leftcol ul li {
	margin-top: 5px;
	width: 530px;
	background: url(../images/bullet-white.png) 0 0 no-repeat;
	padding-left: 20px;
}

/*----------- Banner Start -----------*/

#banner {
	width: 600px;
	height: 320px;
	overflow: hidden;
}

#banner img {
	width: 600px;
}


/*----------------- General Description Start ----------------------*/


#general-desc {
	width: 550px;
	padding: 25px 25px 0px 25px;	
}

#general-desc .index{
	float: right;
	width: 260px;	
}

#general-desc .video{
	width: 245px;
	margin-top: 20px;
	padding: 10px;
	background: url(../images/bg-black50pc.png);
}
#general-desc ul {
	padding-bottom:20px;
}

/*----------------- Listing Start ----------------------*/


#listing {
	width: 550px;
	padding: 0px 25px;	
}

#listing h1 {
	font-size: 21px;
	color: #FFFFFF;
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px dashed #3f3f3e;
	border-bottom: none;
	padding-bottom: 0px;
}

#listing dl {
	width: 550px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dashed #3f3f3e;	
}

#listing dl dt {
	width: 180px;	
}

#listing dl dt a img, #listing dl dt img {
	width: 150px;
	border: 1px solid #000000;	
}

#listing dl dt a:hover img {
	border: 1px solid #ffffff;	
}

#listing dl dd {
	width: 370px;	
}

#listing dl dd h2 {
	line-height: 130%;	
}


/*----------------- Gallery Start ----------------------*/


.gallery {
	width: 576px !important;
	padding: 0px 0px 0px 24px !important;
	margin: 20px 0px 0px 0px !important;
	list-style: none !important;
	float: left !important;
}

.gallery li {
	margin: 0px 24px 0px 0px !important;
	float: left !important;
	width: 146px !important;
	background: url(../images/bg-white10pc.png) !important;
	list-style: none !important;
	padding: 10px !important;
	border: 1px solid #474747;
	text-align: center;
}

.gallery li img {
	margin-bottom: 3px;
}


/*----------------- Contact Form Start ----------------------*/


#contact {
	width: 550px;
	padding: 0px 25px;
}

#contact h1 {
	font-size: 21px;
	color: #FFFFFF;
	padding: 20px 0px;
	margin-top: 20px ;
	border-top: 1px dashed #3f3f3e;
}

#contact dl, #contact ul {
	width: 550px;
	padding: 7px 0px;
	margin-top: 3px;
	background: url(../images/bg-white5pc.png) 0 0 repeat;	
}

#contact dl dt {
	width: 180px;
	text-indent: 10px;	
}

#contact dl dd {
	width: 370px;
	float: right;	
}

#contact dl dd input, #contact dl dd textarea {
	background: url(../images/bg-black50pc.png);
	border: 1px solid #000000;
	padding: 3px;
}

#contact dl dd textarea {
	overflow: auto;
}

#contact ul {
	padding-left: 180px;
	width: 370px;
}


/*----------------- Right Column Start ----------------------*/


#rightcol {
	width: 320px;
}


/*----------------- Menubar Start ----------------------*/


#menubar {
	width: 250px;
	background: url(../images/bg-green65pc.png);
	height: 320px;
	padding-left: 70px;
}

#menubar div {
	width: 210px;
	padding: 27px 0px 0px 40px;
	background: url(../images/bg-black50pc.png);
	margin-top: 20px;
	height: 73px;
}

#menubar div a {
	width: 170px;
	height: 46px;
	display: inline-block;
	background: url(../images/logo.png);
	float: left;
}

#menubar ul {
	margin-top: 17px;
}

#menubar ul li {
	width: 125px;
}

#menubar ul li a {
	display: block;
	padding: 0px 0px 0px 15px;
	border-left: 2px solid #4b604b;
	text-transform: uppercase;
	color: #d0d6d0;
	margin-top: 10px;
	font-size: 10px;
}


/*----------------- Reservation Start ----------------------*/


#reservation {
	margin: 25px 0px 25px 25px;
	width: 295px;
	background: url(../images/reservation.png) 0 0 no-repeat;
	padding-top: 30px;
	display: inline;
	float: left;
}

#reservation dl, #reservation ul {
	width: 270px;
	margin-top: 7px;
}

#reservation dl dt {
	width: 110px;
}

#reservation dl dd {
	width: 150px;
	float: right;
}

#reservation input{
	background: url(../images/bg-white10pc.png);
	border: 1px solid #000000;
	padding: 3px;
	margin-top: 3px;
}

#reservation dl dt input{
	width: 102px;
}

#reservation dl dd input{
	width: 142px;
}

#reservation ul li, #contact ul li {
	background: url(../images/bg-white10pc.png);
	padding: 1px;
	margin-right: 10px;
	margin-top: 2px;
}

#reservation ul li input, #contact ul li input {
	background: url(../images/bg-black50pc.png);
	padding: 3px 5px;
	border: none;
	margin: 0px;
}


/*----------------- Reservation Start ----------------------*/


#footer {
	width: 920px;
	border-top: 1px solid #000000;
	padding-top: 15px;
	float: left;
	color: #9b9a9a;
}

#footer dt {
	float: left;
	width: 500px;
}

#footer dd {
	float: right;
	text-align: right;
	width: 400px;
}

#footer dd span {
	display: block;
	float: right;
	margin-right: 5px;
}

#footer dd a {
	width: 47px;
	height: 16px;
	display: inline-block;
	background: url(../images/cnclogo.png);
	float: right;
}

#footer dd a:hover {
	background: url(../images/cnclogo-hover.png);
}

/*--------------tariff-------------*/
.tbl {
	background: url(../images/bg-white10pc.png) !important; border: 1px solid #474747; width:480px; padding:20px; margin:10px 0 20px 0; clear:both;
}
.tbl th {
	text-transform:uppercase; font-weight:bold;
}
.tbl td {
	height:25px; line-height:25px;
}

/* -------------- addresses --------------*/
.ktm_address {
	width:270px; background:url(../images/kathmandu_address.png) no-repeat left top; padding-top:50px; margin: 25px 0px 25px 25px; line-height:18px;
}
.branch_address {
	width:293px; background:url(../images/branch_office.png) no-repeat left top; padding-top:50px; margin: 25px 0px 25px 25px; line-height:18px;
}
.hotelparkside {
	width:270px; background:url(../images/hotelparkside.png) no-repeat left top; padding-top:20px; margin: 25px 0px 25px 25px; line-height:18px;
}
.onlinebooking {
	width:270px; background:url(../images/onlinebooking.png) no-repeat left top; padding-top:20px; margin: 25px 0px 25px 25px; line-height:18px;
}
