html,body {
	height: 100%;
	margin: 0;
}
body {
	font: 12px/14px Arial, Helvetica, sans-serif;
	color: #f5f2eb;
	background:#f0f2f5;

}
a {
	text-decoration: none;
	color: #7b7676;
}
a:hover {
	text-decoration: underline;
}
img {border-style: none;}

form {
	margin: 0;
	padding: 0;
	border-style: none;
}
.wrapper{
	width: 100%;
	height: 100%;
	position: relative;
	min-width:800px;
}
.page-holder{
	width:766px;
	margin: 0 auto;
	min-height:100%;
	background:#fff;
}
* html .page-holder{
	height: 100%;
	overflow: visible;
}
#page{
	width: 100%;
	padding:123px 0 0px;
}
/* header start */
.wrap-header{
	width: 100%;
	height:154px;
	position: absolute;
	left: 0;
	top: 0;
	background:url(../images/header.png) repeat-x;
}
.wrap-headerbar{
	width: 100%;
	height:10px;
	background:url(../images/yellowbar.png) repeat-x;
}
#header{
	width:766px;
	margin: 0 auto;
	height:123px;
	overflow: hidden;
}
/* logo start */
.logo{
	float: left;
	padding:9px 0 0 34px;
}
.logo a{
	width:157px;
	height:70px;
	display: block;
	background:url(../images/bg-logo.gif) no-repeat;
	text-indent: -9999px;
}
/* logo end */
/* quick-nav start */
.quick-nav{
	margin: 0;
	padding:7px 42px 0 0;
	list-style: none;
	overflow: hidden;
	float: right;
	font-size:10px;
	word-spacing:-1px;
	width:200px;
}
.quick-nav li{
	float: left;
	padding:0 2px;
	white-space:nowrap;
}
.quick-nav li a{
	color: #1054a5;
	padding: 11px 0 0;
	display: block;
}
.home{
	background:url(../images/bg-home.gif) no-repeat 50% 0;
}
.call-back{
	background:url(../images/bg-call-back.gif) no-repeat 50% 0;
	color: #1054a5;
	padding: 11px 0 0;
	display: block;
}
.contact{
	background:url(../images/bg-contact.gif) no-repeat 50% 0;
}
.booking{
	background:url(../images/bg-booking.gif) no-repeat 50% 0;
}
/* quick-nav end */
.reserve{
	float: right;
	font-size:17px;
	color: #1054a5;
	width:50%;
	text-align: right;
	padding: 27px 40px 0 0;
	letter-spacing:1px;
	word-spacing:2px;
}
/* nav start */
.nav{
	margin: 0;
	padding:20px 0 0 10px;
	list-style: none;
	letter-spacing:1px;
	clear: both;
}
.nav li{
	float: left;
	background:url(../images/separator-01.gif) no-repeat 0 2px;
	padding:0 5px;
	overflow: hidden;
	white-space: nowrap;
}
.nav li:first-child{
	background: none;
}
.nav li a{
	display: block;
	color: #fff;
	padding: 0 0 10px;
}
.nav li a:hover,
.nav li.active a{
	text-decoration: none;
	background:url(../images/bg-nav-a.gif) no-repeat 50% 100%;
}
/* nav end */
/* content start */
#content{
	width: 766px;
	padding: 40px 0px 0 10px;
	color:Black;
}
/* secondary-content start */
.secondary-content{
	width: 100%;
	overflow: hidden;
}
/* sidebar start */
.sidebar{
	float: left;
	width:226px;
	padding: 0 0 0 14px;
}
.sidebar h1{
	margin: 0;
	color: #020101;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	padding: 12px 0 15px;
	letter-spacing:2px;
}
.sidebar ul{
	margin: 0;
	padding: 0 0 0 2px;
	list-style: none;
	line-height:29px;
	font-size:14px;
	letter-spacing:1px;
}
.sidebar ul li{
	background:url(../images/divider.gif) no-repeat 0 27px;
}
.sidebar ul li a{
	color: #7b7676;
}
.sidebar ul li a:hover,
.sidebar ul li.active a{
	text-decoration: none;
	color: #000;
}
.sidebar ul li ul{
	line-height:18px;
	font-size:12px;
	padding: 8px 0 1px 39px;
}
.sidebar ul li ul li{
	background: none;
}
.sidebar ul li ul li a,
.sidebar ul li.active li a{
	color: #1e4777;
}
.sidebar ul li ul li a:hover{
	text-decoration: underline;
	color: #1e4777;
}
/* sidebar end */
/* visual-box start */
.visual-box{
	width:507px;
	float: right;
	padding: 0 19px 0 0;
}
/* gallery start */
.gallery{
	width:501px;
	overflow: hidden;
	height:268px;
	padding: 0 0 0 2px;
	position: relative;
	margin: 0 0 11px;
}
.list{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width:501px;
	height:268px;
	position: relative;
}
.list li{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index:1;
}
.list li.active{ z-index:2;}
.list li .comment{
	position: absolute;
	left:0;
	bottom:0;
	width:501px;
}
.list li .comment p{
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fcfdfd;
	margin: 0;
	font-weight: bold;
	padding: 4px 20px;
	letter-spacing:1px;
	word-spacing:2px;
	text-align:center;
	background:url(../images/bg-gall-box.png);
}
.list li .comment p a{ position:relative;}
.gall-nav{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right:3px;
	bottom:7px;
	z-index:10;
}
* html .gall-nav{
	right:2px;
	bottom:6px;
}
.gall-nav li{
	float: left;
	padding: 0 5px 0 0;
}
.gall-nav li a{
	color: #9c4736;
}
.gall-nav li a:hover,
.gall-nav li a.active{
	color: #fcfdfd;
	text-decoration: none;
}
/* gallery end */
/* top-menu start */
.top-menu{
	margin: 0;
	padding:0 0 0 1px;
	list-style: none;
	border: 1px solid #e6eafc;
	overflow: hidden;
	height:27px;
	width:501px;
}
.top-menu li{
	float: left;
	background:url(../images/separator-03.gif) no-repeat;
	padding: 1px 1px 1px 2px;
	white-space:nowrap;
}
.top-menu li:first-child{
	background: none;
	padding-left:0;
}
.top-menu li a{
	color: #1e4777;
	display: block;
	padding: 4px 10px 7px 12px;
}
* html .top-menu li a{
	float: left;
}
.top-menu li a:hover,
.top-menu li a.active{
	text-decoration: none;
	color: #fff;
	background:#5282b5;
}
/* top-menu end */
/* visual-box end */
/* secondary-content end */
/* extra-content start */
.extra-content{
	width: 100%;
	overflow: hidden;
	border:1px solid #b3b2b2;
	background:#e6eafc;
	border-left:0;
	width:767px;
	margin: 0 -1px 35px -1px;
	position: relative;
}
/* blog start */
.blog{
	width:241px;
	background:#e6eafc;
	border-left: 1px solid #b3b2b2;
	overflow: hidden;
	padding: 13px 0 0 8px;
	float: left;
}
.box-01{
	width:218px;
	overflow: hidden;
	background:#fcfdfd;
	border: 1px solid #b3b2b2;
	padding: 10px 0 0 7px;
	margin: 0 0 14px;
}
.box-01 h2{
	margin: 0;
	font-size:14px;
	color: #000101;
	font-weight: normal;
	letter-spacing:1px;
	word-spacing:2px;
	padding: 0 0 8px;
}
.box-01 p{
	margin: 0;
	font-size:10px;
	color: #aba8a8;
	line-height:12px;
	letter-spacing:1px;
	word-spacing:-1px;
	padding: 0 0 9px;
}
.form{
	width: 100%;
	overflow: hidden;
	padding: 0 0 13px;
}
.hidden{
	position: absolute;
	left: 0;
	top: 0;
	text-indent: -9999px;
}
.form-text{
	border: 1px solid #cfcaca;
	width:149px;
	padding: 1px 0 0 4px;
	float: left;
	margin: 0;
}
.submit{
	float: left;
	margin: 4px 0 0 4px;
}
.box-02{padding: 4px 0 10px 8px;}
.box-02 h2{padding: 0 0 7px;}
.box-02 p{padding: 0 0 4px;}

.holder{
	width: 200px;
	overflow: hidden;
}
.box-01 a{
	float: left;
	cursor: pointer;
}
.box-01 a span{
	text-indent: -9999px;
	display: block;
}
.abta{
	width:70px;
	height:32px;
	background:url(../images/bg-abta.gif) no-repeat;
	margin:9px 12px 0 13px;
}
.atol{
	width:45px;
	height:45px;
	background:url(../images/bg-atol.gif) no-repeat;
	margin: 0 11px 0 0;
}
.iata{
	width:39px;
	height:27px;
	background:url(../images/bg-iata.gif) no-repeat;
	margin: 10px 0 0;
}
.investor{
	width:68px;
	height:45px;
	background:url(../images/bg-investor.gif) no-repeat;
	margin:6px 6px 0 22px;
}
.iagto{
	width:84px;
	height:39px;
	background:url(../images/bg-iagto.gif) no-repeat;
	margin: 12px 0 0;
}
/* blog end */
/* offers start */
.offers{
	overflow: hidden;
	width:517px;
	float: left;
	padding: 14px 0 0;
}
.offers ul{
	margin: 0;
	padding: 0 0 11px;
	list-style: none;
	width: 522px;
	overflow: hidden;
}
.offers ul li{
	float: left;
	width:123px;
	background:url(../images/bg-frame.gif) no-repeat;
	margin: 0 36px 0 12px;
	padding: 3px 0 0px 3px;
	display: inline;
	text-align: center;
}
* html .offers ul li{
	margin: 0 28px 0 12px;
	padding-left: 0;
}
* +html .offers ul li{
	padding-left: 0;
}
.offers ul li span{
	color: #020101;
	letter-spacing:1px;
	word-spacing:1px;
	display: block;
	margin: 0 0 0 -12px;
	position: relative;
	width:143px;
	z-index: 1;
}
.offers ul li a{
	display: block;
	overflow: hidden;
	padding: 0 0 6px;
	position: relative;
	z-index: 100;
}
.offers ul li a img{
	display: block;
}

.offers1{
	overflow: hidden;
	width:258px;
	float: left;
	padding: 14px 0 0;
	font-size:12px;
}
.offers1 ul{
	margin: 0;
	padding: 0 0 11px;
	list-style: none;
	width: 258px;
	overflow: hidden;
}
.offers1 ul li{
	float: left;
	width:258px;
	/*background:url(../images/bg-frame.gif) no-repeat;*/
	margin: 0 0px 0 12px;
	padding: 3px 0 5px 3px;
	display: inline;
	
}
* html .offers1 ul li{
	/*margin: 0 28px 0 12px;*/
	padding-left: 0;
}
* +html .offers ul li{
	padding-left: 0;
}
.offers1 ul li span{
	color: #020101;
	letter-spacing:1px;
	word-spacing:1px;
	display: block;
	margin: 0 0 0 -12px;
	position: relative;
	width:143px;
	z-index: 1;
}
.offers1 ul li a{

	padding: 0 0 6px;
	position: relative;
	z-index: 100;
}
.offers ul li a img{
	display: block;
}


/* offers end */
/* extra-content end */
/* content end */
/* footer start */
.wrap-footer{
	width: 100%;
	height:120px;
	background:url(../images/footergren.png);
 margin:0px auto;

	
}
#footer{
	width:766px;
	overflow: hidden;
	margin: 0 auto;
	color: #fff;
	font-size:10px;
}
.nav-footer{
		text-align:center;
	padding:10px 0 20px 11px;
	list-style: none;
	word-spacing:1px;
	letter-spacing:1px;
	overflow: hidden;
}
.nav-footer li{
	float: left;
	background:url(../images/separator-02.gif) no-repeat 0 3px;
	padding: 0 8px 0 10px;
}
.nav-footer li:first-child{
	background: none;
}
.nav-footer li a{
	color: #fff;
}
/* footer end */
#footer p{
	margin: 0;
	text-align: center;
	line-height:16px;
	letter-spacing:1px;
	font-style:italic;
	font-size:12px;
	
}
.phone_footer {
	margin: 0;
	text-align: center;
	line-height: 12px;
	letter-spacing:1px;
	font-size:12px;
	color:#933;
}
.banner-box{
	padding: 6px 0 0 316px;
	overflow: hidden;
	height:1%;
}
.banner-box a{
	float: left;
	cursor: pointer;
}
.banner-box a span{
	text-indent: -9999px;
	display: block;
}
.small-atol{
	background:url(../images/bg-smal-atol.gif) no-repeat;
	width:27px;
	height:27px;
	margin: 1px 7px 0 0;
}
.small-abta{
	width:35px;
	height:17px;
	background:url(../images/bg-small-abta.gif) no-repeat;
	margin: 7px 6px 0 0;
}
.small-iata{
	width:26px;
	height:19px;
	background:url(../images/bg-small-iata.gif) no-repeat;
	margin: 6px 4px 0 0;
}
.small-investor{
	width:43px;
	height:30px;
	background:url(../images/bg-small-investor.gif) no-repeat;
	margin: 0 6px 0 0;
}
/* about_dubai start */
.breadcrumb{
	width: 758px;
	overflow: hidden;
	border-bottom: 1px solid #4b7aac;
	padding: 1px 0 5px;
	margin: 0 0 0 4px;
}
.breadcrumb ul{
	margin: 0;
	padding: 0 0 0 12px;
	list-style: none;
	font-size:10px;
}
.breadcrumb ul li{
	float: left;
	color: #313131;
	height:1%;
	vertical-align:top;
}
.breadcrumb ul li span{
	color: #4574aa;
	margin: 0 3px 0 0;
}
.breadcrumb ul li a{
	color: #4574aa;
	margin: 0 3px 0 0;
	height:1%;
	vertical-align:top;
}
.breadcrumb p{
	margin: 0;
	font-size:14px;
	color: #1054a5;
	float: right;
	font-weight: bold;
	letter-spacing:1px;
	padding: 1px 18px 0 0;
	letter-spacing:1px;
}
.text-box{
	width: 100%;
	padding: 3px 0 158px;
}

.text_great{
	width: 100%;
	padding: 3px 0 14px;
}
.inner-01 .blog{
	border: 1px solid #b3b2b2;
	margin: 4px 7px 0 -1px;
	overflow: hidden;
	position: relative;
	width:233px;
	padding-bottom:8px;
}
.text{
	overflow: hidden;
	padding: 0 0 40px;
}
.text h3,
.shopping h3,
.text-01 h3{
	margin: 0;
	font: 14px "Times New Roman", Times, serif;
	font-size:14px;
	font-weight: normal;
	letter-spacing:1px;
	padding: 0 0 6px;
	color: #1e4777;
}
.text p,
.shopping p,
.text-01 p{
	margin: 0;
	color: #8b7867;
	letter-spacing:1px;
	word-spacing:1px;
	padding: 0 0 16px;
}
.shopping{
	overflow: hidden;
	padding: 0 10px 0 11px;
}
.text-01{
	overflow: hidden;
	padding: 0 0 10px;
}
.text_great h3
{
	padding-top:10px;
}
.shopping-01{
	padding-top:17px;
}
.shopping-01 h3{
	padding-bottom:10px;
}
.frame-01{
	width:156px;
	height:89px;
	background:url(../images/bg-frame-01.gif) no-repeat;
	padding: 3px 0 0 3px;
	float: right;
	margin: 25px 5px 0 0;
	display: inline;
}

.frame-011{
	width:156px;
	height:89px;
	padding: 3px 0 0 3px;
	float: right;
	margin: 5px 5px 0 0;
	display: inline;
}
.landmarks{
	overflow: hidden;
	padding-top:25px;
}
.landmarks h3{
	padding-bottom:12px;
}
/* sub_hotels start */
/* top-content start */
.top-content{
	height:1%;
	padding: 0 0 6px 17px;
	overflow: hidden;
}
.visual-top{
	width:471px;
	height: 260px;
	overflow: hidden;
	float: left;
	position:relative;
}
.visual-top img{
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}
.visual-top img.active{ z-index:20;}
.visual-top .loader{
	position:absolute;
	z-index:2;
	top:50%;
	left:50%;
	width:48px;
	height:48px;
	text-indent:-6666px;
	overflow:hidden;
	margin:-24px 0 0 -24px;
	background:url(../images/img-loader.gif) no-repeat;
}
/* modified for righ thumbimage*/

.top-content1{
	height:1%;
	padding: 0 0 6px 17px;
	overflow: hidden;
}
.visual-top1{
	width:770px;
	height: 268px;
	float: left;
	
}
.visual-topbigimage
{
	width:504px;
	height:268px;
	overflow: hidden;
	float: left;
	position:relative;
	
}
.visual-topsmallimage
{
	width:190px;
	height:190px;
	overflow: hidden;
	float: left;
	position:relative;
	margin:58px 0px 0 18px;
}
/* gallery-top start */
.gallery-top{
	width:240px;
	overflow: hidden;
	float: right;
	padding: 0 23px 0 0;
}
.gallery-top h1{
	margin:-1px 11px 14px 0;
	font-weight: normal;
	color: #2e2f2f;
	font-size:16px;
	text-align: center;
	background:url(../images/bg-stars.gif) no-repeat 50% 100%;
	padding: 0 0 20px;
	line-height:19px;
}
.gallery-top h4{
	margin:-1px 11px 14px 0;
	font-weight: normal;
	color: #2e2f2f;
	font-size:16px;
	text-align: center;
	background:url(../images/4bg-stars.gif) no-repeat 50% 100%;
	padding: 0 0 20px;
	line-height:19px;
}
.gallery-top h3{
	margin:-1px 11px 14px 0;
	font-weight: normal;
	color: #2e2f2f;
	font-size:16px;
	text-align: center;
	background:url(../images/3bg-stars.gif) no-repeat 50% 100%;
	padding: 0 0 20px;
	line-height:19px;
}
.gallerymin
{
	font-size:10px;
	margin:0 0 12px 0;
	text-align:center;
	color:#2e2f2f;
}
.gallery-top h2{
	margin: 0;
	color: #fff;
	font-size:12px;
	font-weight: normal;
	text-align: center;
	background:#3e6b9d;
	padding: 3px 8px 3px 0;
	margin: 0 0 3px;
}
.gallery-top p
{
	margin:-1px 11px 24px 0;
	font-weight: normal;
	color: #2e2f2f;
	font-size:12px;
	text-align: center;
	padding: 0 0 20px;

}
/* gallery-hotel start */
.gallery-hotel{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width:243px;
}
.gallery-hotel li{
	float: left;
	width:78px;
	height:50px;
	overflow: hidden;
	padding: 0 3px 3px 0;
}
/* gallery-hotel end */
/* gallery-top end */
/* top-content end */
/* medium-content start */
.medium-content{
	width:758px;
	margin: 0 0 10px 4px;
	background:url(../images/bg-medium-content.gif) repeat-y;
	overflow: hidden;
	border-bottom: 1px solid #4b7aac;
	padding: 0 0 10px;
}
.left-medium{
	width:145px;
	float: left;
	color:#ffffff;
	overflow: hidden;
	
}
.left-medium ul
{
	width:130px;
	margin: 0;
	padding: 10px 0 20px;

}
.left-medium ul li
{
	width:130px;
	border-bottom: 3px solid #FFFFFF;
	height:1%;
	background-color:#159968;
	vertical-align:top;
	line-height:26px;
}
.left-medium ul li a{
      color:#ffffff;
		display: block;
		padding:0 0 0 2px;
	
}
* html .left-medium ul li a{
	float: left;
	background-color:#ea7842 ;
	width: 100%;
}
.left-medium ul li a:hover,
.left-medium ul li.active a{
	text-decoration:none;
	background:#ea7842;
}
.call-01{
	text-align: center;
	margin: 0 10px 0 0;
}
.center-medium{
	width:590px;
	padding: 4px 3px 4px;
	float: right;
	border:2px solid #cccccc;
}
.listli
{
	padding:2px 0 4px 0;
}

.center-medium h3{
	margin: 0;
	padding: 0 10px 12px 8px;
	font-weight: bold;
	color: #264D78;
	font:14px/17px "Times New Roman", Times, serif;
	height:1%;
	overflow: hidden;
}
.center-medium p{
	margin: 0;
	padding: 0 0 17px 8px;
	color: #8b7867;
}

.special{
	width: 580px;
	background:#E3ECF5;
	position: relative;
	overflow: hidden;
}
.special h3{
	font-size:12px;
	color: #557497;
	font-weight: bold;
	background:#C4D9ED;
	margin: 0 0 10px;
	padding: 3px 0 6px 8px;
	letter-spacing:1px;
	float: left;
	width: 580px;
}
.special ul{
	
	padding: 0 0 5px 4px;
	font-size:12px;
	list-style:none;
	line-height:12px;
	float: left;
	width:240px;
}
.special ul li{
	color: #646060;
	padding: 0 0 4px 4px;
		height:20px;
}

.special ul li a {
	color: #646060;
	height:20px;
	padding:4px 0 4px 0px;
}

.special ul li a:hover,
.special ul li.active a{
	text-decoration:none;
	color:#5f594a;
	
}

.price{
	float: right;
	text-align: right;
	padding: 10px 30px 0 0;
	line-height:16px;
}
.price p{
	margin: 0;
	font-size:14px;
	color: #557497;
}
.price p span{
	display: block;
}
/* medium-content end */


/*offers page css*/
.Offers_area
{
	overflow: hidden;
	border-left:0;
	width:750px;
	margin: 0 0px 15px 24px;
	position: relative;
}
.Offer_headerText
{
	padding:10px 0 10px 0;
	font-weight:bold;
	/*color:#3e75b6;*/
	color:#4D7AB1;
	 font-size:20px;
	 text-align:center;
	 font-family:Arial, Helvetica, sans-serif;
	 
}

.Offer_block
{
width:224px; 
float:left;	
margin-right:14px;

}
.Offers_heading
	{
	height:18px;
	margin:2px 0 1px 0;
	font-size: 13px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#264D78;
	/*color: #996631;*/
	
	}
.offer_star
{
height:15px;
margin:1px 0 0px 0;
text-align:center;
}
.offer_image
{
	height:68px;
	overflow:hidden;
		text-align:center;
}
.offer_image span
{
	height:68px;
	overflow:hidden;
}


.offer_imagePriceTag
{
	
background-image:url(../images/price_tag.gif);
color:#fff;
text-align:center;
height:21px;
font-weight:bold;
font-size: 15px;
font-family: Arial, Helvetica, sans-serif;
margin:0 21px 0 21px;
padding:3px 0 0 2px;
width:180px;

}
.offers_title
{
	height:28px;
	color:#990000;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	
}
.Offers_Descr
{
	height:135px!important;
	font-size:11px; 
  	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	padding:2px 0 0 0 ;
	margin:2px 0 3px 0;
	
}
.Offers_HoneyDescr
{
	height:110px!important;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	padding:2px 0 0 0 ;
	margin:2px 0 3px 0;
	
}
.Offer_Date
{
height:26px;
padding:2px 0 0 0 ;
text-align:center;
	margin:2px 0 5px 0;
}
.offer_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #439926;
	text-decoration: underline;
}
/*end of offer page css*/

/*newly added the css*/
.text-link{
	overflow: hidden;
	padding: 0 0 10px;
}
.text-link h3,
.shopping-link h3{
	margin: 0;
	font: 14px "Times New Roman", Times, serif;
	font-size:14px;
	font-weight: normal;
	letter-spacing:1px;
	padding: 0 0 6px;
	color: #1e4777;
}
.text-link p,
.shopping-link p{
	margin: 0;
	color: #8b7867;
	line-height:0.25em;
	padding: 0 0 16px;
}
.text-link p b,
.shopping-link p b{
	margin: 0;
	color: #8b7867;
	line-height:0.8em;
	padding: 0 0 16px;
}
.text-link p a,
.shopping-link p a
{
	margin: 0;
	color: #8b7867;
	line-height:0.25em;
	padding: 0 0 16px;
}
.shopping-link{
	overflow: hidden;
	padding: 0 10px 3px 11px;
}

.rightbox
{
	background:url(../images/right_box.jpg) no-repeat;
	height:260px;
	width:621px ;
	float:right;
}
.rightbox h2
{
	font-size:18px;color:#ea7842;padding:30px 0 10px 20px;font-weight:bold;color:#ff6633;letter-spacing:1px;
}
.rightbox p
{
	font-size:16px;padding:0px 0 0px 20px;color:#666633;font-weight:bold;letter-spacing:1px;
}
.rightbox span
{
	padding:0px 0 0px 20px;font-size:11px;
}




/* side bar style --- */
.sidebar
{
	width: 145px;
	float: left;
}

.sidebar .marriot
{
	padding: 0 0 15px 10px;
	width: 130px;
}

.sidebar a, .sidebar p
{
	font-size: 10px !important;
}

.sidebar .details
{
	background: url('images/details-bg.jpg') no-repeat top left;
	height: 110px;
	padding: 65px 19px 0 34px;
	color: white;
}

.sidebar .details p, .sidebar .details td, .sidebar .details span, .sidebar .details a
{
	color: white;
}

ul#menu
{
	padding: 74px 0 20px 16px;
	margin: 0;
	list-style: none;
}

.main ul#menu
{
	background: url('images/blue-menu-bg.gif') no-repeat top left;
}

.second ul#menu
{
	background: url('images/green-menu-bg.gif') no-repeat top left;
	padding-top: 35px;
}

ul#menu li.logo
{
	padding: 0 0 15px 26px;
	height: auto;
	width: 163px !important;
}

ul#menu li.logo p
{
	margin: 0;
	padding: 0;
}

/* menu in side bar */
ul#menu li
{
	display: block;
	height: 30px;
}

.main ul#menu li
{
	width: 199px;
}

.second ul#menu li
{
	width: 189px;
}

ul#menu a:visited,
ul#menu a:link,
ul#menu a
{
	background: url('images/menu-item.gif') no-repeat 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: white;
	padding: 5px 10px 0 19px;
	height: 25px;
	display: block;
}

ul#menu a:hover
{
	background: url('images/menu-item.gif') no-repeat 0 -30px;
}
.Rightcontent
{
	float:left;
	padding:10px 0 20px 10px;
	
}

.Rightcontent h2
{
	text-align:center;
	font-size:16px;
	
}

.productpart
{
	width:580px;
	height:100px;
	float:left;
	padding:10px 10px 2px 0px;
	
	
}
.productpartimage
{
	float:left;
	width:250px;
	height:90px;
	padding:5px 0 0px 5px;
}
.productpartimage h2
{
	font-size:16px;
	font-weight:bold;
	letter-spacing:1px;
	color:#5f594a;
	
}
.productpartimage h2 a
{
	font-size:16px;
	font-weight:bold;
	letter-spacing:1px;
	color:#5f594a;
	
}
.productpartimage h2 a:hover,
.productpartimage h2.active a{
	text-decoration:none;
	color:#5f594a;
	
}
.productpartimage p
{
	padding:5px 0 5px 10px;
	font-size:12px;
}
.line
{
	border-bottom:2px solid #000000;
	width:570px;
}
.productDetails
{
	width:560px;
	text-align:center;
	margin-top:10px;
}
.productDetailsdec
{
	width:560px;
	float:left;
	padding:5px 0 0 0;
}
.productDetailsdec h2
{
	
	text-align:left;
	width:560px;
	font-size:18px;
	font-weight:bold;
	padding:8px 0 10px 0;
	color:#ea7842;
	
}
.Navigation
{
		width: 580px;
	font-size:14px;
	padding:10px 0 10px 0px;
}
.Navigation  a{
      color:#000000;
	 padding:0 0 0 2px;
	
}

.Navigation a:hover,
.Navigation.active a{
	text-decoration:none;
	color:#2b3915;
	
}
.row
{
	width:260px;
	padding:5px 0 5px 10px;
}
.receipes
{
	border:2px solid #c2c2c2;
	width:580px;
	float:left;
}
.receipesleft
{
	
	width:292px;
	float:left;
}
.receipesleft h2
{
	font-size:16px;
	font-weight:bold;
	color:#c2c2c2;
	padding:10px 0px 10px 20px;
text-decoration:underline;
	width:272px;
}
.receipesleft p
{
	padding:1px 0px 1px 30px;
}

.receipesright
{
	
width:286px;float:right;vertical-align:top;	
}
.receipesright h2
{
	font-size:16px;
	font-weight:bold;
	padding:10px 0px 10px 20px;
	color:#c2c2c2;
text-decoration:underline;
	width:269px;
}
.receipesright p
{
	padding:1px 0px 1px 30px;
}


.receipesleft1
{
	border-right:2px solid #c2c2c2;
	width:292px;
	float:left;
}
.receipesleft1 h2
{
	font-size:16px;
	font-weight:bold;
	color:#c2c2c2;
	padding:10px 0px 10px 20px;
text-decoration:underline;
	width:272px;
}
.receipesleft1 p
{
	padding:1px 0px 1px 30px;
}

.receipesright1
{
	border-left:2px solid #c2c2c2;
width:286px;float:right;vertical-align:top;	
}
.receipesright1 h2
{
	font-size:16px;
	font-weight:bold;
	padding:10px 0px 10px 20px;
	color:#c2c2c2;
text-decoration:underline;
	width:269px;
}
.receipesright1 p
{
	padding:1px 0px 1px 30px;
}
.tdget
{
	text-align:center;
	font-weight:bold;
}