@charset "utf-8";

body {

	font-family: Arial, sans-serif;
	font-size:13px;
	color:#5b5443;
	background: #ebe6d9;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

#container {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */

}

#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 1000px;
}

#logo {
	width: 250px;
	height: 47px;
	float:left;
	padding-top: 20px;
}

#slogan {
	float:right;
	width: 565px;
	padding-top: 20px;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

h1{
	font-size:22px;
	color:#ad998d;
}

#mainContent {
	padding: 30px;
}

#left-content {
	width 450px;
	float:left;
}

#right-content {
	float: right;
	width 450px;
}

#bottom {
	width:100%;
	float: left;
	background-color: #bd5e01;
	text-align:center;
}

#width960 {
	width:960px;
	margin:0 auto;
}

#specs {
	width:500px;
	color: #FFF;
	padding: 20px 20px 20px 0;
	text-align:left;
	float: left;
	line-height: 20px;
	}
	
li{
	list-style-image:url(../images/bullet.gif);
}

#rightButtons {
	width:300px;
	float: right;
	padding-top: 40px;
}

#footer {
	padding: 10px 0 0 0; 
	background:#603001;
	font-size:12px;
	line-height:25px;
	color:#b09880;
	height: 60px;
}

#footer p {
	margin: 0; 
	padding: 10px 0; 
}

a.shkedimLink{
	color:#b09880;
	display:block; 
	float:right; 
	height:60px; 
	text-decoration:none;
}

a.shkedimLink:hover{
	color:#FFF;
	text-decoration:none;
}



#headerTitle{
	width:100%;
	height:90px;
	margin: 0;

}

#headerButtons{
	width:100%;
	height:36px;
}

#headerButtons ul{
	margin:0px;
	padding:0px;
	float:left;
	list-style-type:none;
	list-style-position:outside;
	list-style:none;

}

#headerButtons ul li{
	float:left;
	margin:0px;
	padding:0px;
	list-style-type:none;
	list-style-position:outside;
	list-style:none;
}

.current a.home, .current a.home:hover, .current a.rooms, .current a.rooms:hover, .current a.tariff, .current a.tariff:hover, 
.current a.booking, .current a.booking:hover, .current a.services, .current a.services:hover, .current a.tips, .current a.tips:hover, .current a.links, .current a.links:hover, .current a.customers, .current a.customers:hover,
.current a.reservations, .current a.reservations:hover, .current a.contact, .current a.contact:hover
{
	height:37px;
	background-position:bottom;
	display:block;
}

a.home:hover, a.rooms:hover, a.tariff:hover, a.booking:hover, a.services:hover, a.location:hover, a.pokhara:hover, a.testimonials:hover, a.about:hover, a.contact:hover{
	height:37px;
	background-position:0 -37px;
	display:block;
}

a.home{

	background-image:url(../images/home.png);
	width:70px;
	height:37px;
	background-position:top;
	display:block;
}

a.rooms{
	background-image:url(../images/rooms.png);
	width:89px;
	height:37px;
	background-position:top;
	display:block;
}

a.tariff{
	background-image:url(../images/tariff.png);
	width:79px;
	height:37px;
	background-position:top;
	display:block;
}

a.booking{
	background-image:url(../images/booking.png);
	width:100px;
	height:37px;
	background-position:top;
	display:block;
}

a.services{
	background-image:url(../images/services.png);
	width:103px;
	height:37px;
	background-position:top;
	display:block;
}

a.location{
	background-image:url(../images/location.png);
	width:106px;
	height:37px;
	background-position:top;
	display:block;
}

a.pokhara{
	background-image:url(../images/pokhara.png);
	width:101px;
	height:37px;
	background-position:top;
	display:block;
}

a.testimonials{
	background-image:url(../images/testimonials.png);
	width:125px;
	height:37px;
	background-position:top;
	display:block;
}

a.about{
	background-image:url(../images/about.png);
	width:85px;
	height:37px;
	background-position:top;
	display:block;
}

a.contact{
	background-image:url(../images/contact.png);
	width:98px;
	height:37px;
	background-position:top;
	display:block;
}



#homeFlashWindow{
	width:960px;
	height:625px;
	float:left;
	padding-top: 20px;
	padding-bottom: 25px;

	

}

#homeFlash{
	width:960px;
	height:625px;
	background-color:#ebe6d9;

}

.clearFloat{
	clear:both;
	visibility:hidden;
}


#footerBoundries{
	width:1000px;
	height:100%;
	margin: 0 auto;
}

#footerBoundries a
{
	color:#b09880;
	text-decoration:none;
}



