* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial;
	font-size: 12px;
	background-color: rgb(65,64,71);
	background-image: url(../images/bg_body.gif);
	background-position: center;
	background-repeat: repeat;
	text-align: center;
	direction: rtl;
}
a:link, a:visited, a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#page {
	width: 810px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg_page.gif);
	background-position: center;
	background-repeat: repeat-y;
	text-align: center;
}
#head {
	position: relative;
	width: 800px;
	height: 159px;
	background-color: rgb(184,190,162);
	background-image: url(../images/bg_header.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	;
}
#chef {
	position: absolute;
	top: -152px;
	left: 16px;
	width: 250px;
	height: 216px;
	background-color: transparent;
	background-image: url(../images/pct_chef.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#langbar {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 102px;
}
#langbar select {
	direction: rtl;
	width: 102px;
	border: 1px rgb(124,123,127) solid;
}

/****** Satrt of Top Nav descriptions ****/
#top-nav {
	position:relative;
	width: 800px;
	height: 28px;
	background-color: rgb(186,213,29);
	margin-left: auto;
	margin-right: auto;
	border-top: 5px rgb(255,255,255) solid;
}
#top-nav p {
	position:absolute;
	left:0px;
	top:0px;
	display:block;
	width: 800px;
	height: 28px;
	direction: rtl;
	text-align: right;
	color: rgb(255,255,255);
	font-weight: bold;
	font-size: 15px;
	line-height: 28px;
	padding-right: 15px;
}
#top-nav span {
	display: block;
	float: right;
	line-height: 28px;
}
#top-nav a.topnav,
#top-nav a.topnav-current {
	display: block;
	float: right;
	color: rgb(255,255,255);
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	padding: 0px 4px;
	margin: 4px 3px 0px 3px;
}
#top-nav a.topnav-current {
	text-decoration: none;
	color: #FFF;
	background-color: #79854c;
}
#top-nav a.topnav:hover,
#top-nav a.topnav:visited:hover,
#top-nav a.topnav-current:hover,
#top-nav a.topnav-current:visited:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #d2e46c;
}


/****** End of Top Nav descriptions *****/
/****** Start of CONTENTS ***************/
#contents {
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: rgb(239,243,252);
	background-image: url(../images/bg_content.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#contents #left-column-wrapper {
	float: left;
	width: 170px;
	height: auto;
	margin-top: 48px;
	text-align: center;
}
#contents #left-column {
 width: 131px;
 height: auto;
 margin-left: auto;
 margin-right: auto;
} 
.underline{
	clear: both;
	height: 0;
	font-size: 0;
	overflow: hidden;
}
/*********** Start of CONTACT-BOX  *************/
#contact-wrapper {
	width: 131px;
	height: auto;
}
#contact-wrapper .top {
	width: 131px;
	height: 13px;
	background-image: url(../images/bg_top_contact.gif);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 1px;
}
#contact-wrapper .content {
	width: 131px;
	height: auto;
	background-color: #79854c;
	background-image: url(../images/bg_contact.gif);
	background-position: left top;
	background-repeat: repeat-y;
}
#contact-wrapper .bottom {
	width: 131px;
	height: 16px;
	background-image: url(../images/bg_bottom_contact.gif);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 1px;
}
#contact-wrapper .content p.title {
	font-size: 22px;
	color: rgb(255,255,255);
	height: 25px;
	text-align: right;
	padding-right: 13px;
}
#contact-wrapper .content p {
	color: rgb(225,230,207);
	padding-right: 13px;
	text-align: right;
	line-height: 21px;
	direction: rtl;
}
#contact-wrapper .content input.text {
	display: block;
	width: 107px;
	border: 0px;
	height: 15px;
}
#contact-wrapper .content p.input-img-wrapper {
	display: block;
	margin-top: 10px;
	margin-right: 20px;
}
/******* End of CONTACT-BOX ***************/
/******* Start of NEWS-BOX ****************/
#news-box-wrapper {
	width: 131px;
	height: auto;
	margin-top: 18px;
}
#news-box-wrapper .top {
 width: 131px;
	height: 24px;
	background-image: url(../images/bg_news_box_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#news-box-wrapper .body-wrapper {
	width: 131px;
	height: auto;
	background-image: url(../images/bg_news_box.gif);
	text-align: center; 
}
#news-box-wrapper .body {
 margin-right: 3px;
 margin-left: 1px;
 padding-top: 6px;
 background-color: #b3ba9b;
 background-image: url(../images/bg_news_box_body.gif);
 background-position: top;
 background-repeat: repeat-x; 
}
#news-box-wrapper .content {
 height: 100px;
}
#news-box-wrapper .bottom {
 clear: both;
 width: 131px;
 height: 13px;
 background-image: url(../images/bg_news_box_bottom.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#news-box-wrapper p.title {
 font-size: 24px;
 line-height: 18px;
 padding-top: 10px;
 padding-right: 11px;
 text-align: right;
}
#news-box-wrapper .content p {
 color: rgb(68,67,71);
	line-height: 16px;
	margin-right: 9px;
	margin-left: 9px;
	direction: rtl;
	text-align: right;
	font-size: 13px;
}
#news-box-wrapper div.btn-go-wrapper {
 float: left;
 width: 26px;
 height: 26px;
 padding-right: 5px;
 padding-left: 10px;
}
#news-box-wrapper div.btn-go-wrapper a {
 display: block;
	border: none;
	text-decoration: none;
	background-image: url(../images/btn_go.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 26px;
	height: 26px;
}
#news-box-wrapper p.legend {
 padding-top: 8px;
 text-align: left;
 direction: rtl;
 font-size: 13px;
}
/******* End of NEWS-BOX ****************/

/******* Start of MAIN CONTENT BOX ******/
#main-content-wrapper {
	margin-top: 37px;
	width: 600px;
	float: left;
	text-align: right;
}
body#index #main-content-wrapper {
	width: 430px;
}
#main-content-wrapper .title {
	height: 43px;
	background-image: url(../images/bg_main_content_title.gif);
	background-position: right top;
	background-repeat: no-repeat;
	border-bottom: 1px rgb(199,201,206) solid;
	text-align: left;
}
#main-content-wrapper .title p {
	padding-top: 18px;
	line-height: 22px;
	color: rgb(0,0,0);
	direction: rtl;
}
#main-content-wrapper-innerpage {
	margin-top: 37px;
	padding-right:20px;
	padding-left:20px;
	padding-bottom:25px;
	float: left;
	text-align: right;
}
#main-content-wrapper-innerpage .title {
	height: 43px;
	background-position: right top;
	background-repeat: no-repeat;
	border-bottom: 1px rgb(199,201,206) solid;
	text-align: right;
	width: 760px;
}
#main-content-wrapper-innerpage .title p {
	padding-top: 18px;
	line-height: 22px;
	color: rgb(0,0,0);
	direction: rtl;
	font-size:20px;
	font-weight:bold;
}
#main-content {
	margin-top: 15px;
}
#slideshow {
	float: left;
	margin-top: 7px;
	 width: 205px;
	height: 205px;
	overflow:hidden;
	border: 1px rgb(13,23,25) solid;
	margin-right: 17px;
}
#slideshow img {
	width: 205px;
	height: 205px;
}
div#gallery {
	position:relative;
    width: 205px;
    height: 205px;
	overflow:hidden;
}
img.gallery-image {
	position:absolute;
	top:0px;
	left:0px;
}
#main-content h1 {
	font-size: 18px;
	font-weight: bold;
	color: #99CC00;
	margin: 5px 0px;
}
#main-content h2 {
	font-size: 16px;
	font-weight: bold;
	color: #99CC00;
	margin: 5px 0px;
}
#main-content h3 {
	font-size: 14px;
	font-weight: bold;
	color: #99CC00;
	margin: 5px 0px;
}
#main-content p {
	direction: rtl;
	text-align: right;
	line-height: 21px;
	font-size: 12px;
	color: rgb(124,123,127);
}
#main-content ul {
	list-style: circle;
	margin: 10px 30px;
}
#main-content ul li {
	line-height: 20px;
}

/******* End of MAIN CONTENT BOX ******/
#call-now {
	width: 293px;
	height: 29px;
	margin-left: auto;
	margin-right: 0;
	margin-top: 14px;
	background-image: url(../images/bg_callnow.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#call-now p {
	direction: rtl;
	text-align: center;
	line-height: 29px;
	font-size: 24px;
	color: rgb(186,213,29);
}
#call-now span.phone {
	font-size: 18px;
	color: rgb(255,255,255);
	word-spacing: 12px;
}
/******* Start of RECOMENDATIONS BOX *************/
#recom {
 width: 430px;
	height: auto;
	border-top: 1px rgb(199,201,206) solid;
	padding-top: 18px;
	margin-top: 15px;
	margin-bottom: 40px;
	direction:rtl;
}
#recom p {
	text-align: right;
	line-height: 29px;
	color: rgb(68,66,71);
}
#recom span.green {
	color: rgb(115,128,64);
}
#recom .subtitle {
	font-size: 18px;
	font-weight: bold;
}
#recom .signature {
	margin-top: 7px;
	line-height: 15px;
}
/******* End of RECOMENDATIONS BOX *************/
/****** End of CONTENTS *****************/
#right-banner-box-wrapper {
 float: right;
	margin-top: 23px;
	width: 200px;
	height: 380px;
	text-align: center;
	padding-bottom:25px;
}
#right-banner-box {
 width: 160px;
	height: 380px;
	border: 1px rgb(124,123,127) solid;
	margin-left: auto;
	margin-right: auto;
}
/*** End of main content **/
#footer {
	width: 800px;
	height: 30px;
	background-color: rgb(186,213,29);
	margin-left: auto;
	margin-right: auto;
 border-bottom: 30px rgb(239,243,252) solid
}
.copyright {
	text-align: center;
	line-height: 30px;
	color: rgb(255,255,255);
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
}
/******* Start of RECOMENDATIONS PAGE*************/
#recom-2 {
	padding-top: 18px;
	margin-top: 15px;
	padding-bottom:20px;
	direction:rtl;
}
#recom-2 p {
	text-align: right;
	line-height: 22px;
	color: rgb(68,66,71);
}
#recom-2 span.green {
	color: rgb(115,128,64);
}
#recom-2 .subtitle {
	font-size: 18px;
	font-weight: bold;
}
#recom-2 .signature {
	margin-top: 7px;
	line-height: 15px;
	margin-bottom:20px;
}
/******* End of RECOMENDATIONS PAGE*************/


/****** Start of ALBUMS *****************/

div.album {
	clear:both;
	margin: 10px 0px;
	width: 500px;
	background-color: #FFF;
	padding: 5px;
	border: solid 1px #4d4c4e;
}
div.album img.album-image{
	float: right;
	border: solid 1px #4d4c4e;
}
div.album div.album-desc{
	float:right;
	margin-right: 10px;
}
div.album div.album-desc .green {
	color:#738040;
	font-size:16px;
	font-weight: bold;
	
}

#myGallery
{
width: 205px !important;
height: 205px !important;
}
#myGallery p {
	display:block;
	margin-top:-9px;
}

div.product-wrapper {
	padding:1px;
	float:right;
}
div.product {
	height:100px;
	padding:10px;
	margin-left:15px;
	margin-bottom:15px;
	background:#f8f7f7;
	border:1px solid #c7c9ce;
	width:300px;
}
div.product img {
	width:100px;
	float:right;
}
div.product div.text {
	float:right;
	padding-right:10px;
}
h1 {
	clear:both;
}
#main-content div.product h2 {
	color:black;
	width:190px;
}
div.product input {
	vertical-align:middle;
}
div.product select {
	display:block;
	margin-top:10px;
	font-family:arial;
}
input.button {
	font-family:arial;
	font-size:14px;
	padding:6px 6px 6px 6px;
}
table#order-confirmation {
	direction:rtl;
	text-align:right;
	margin:0px;
	padding:0px;
}
table#order-confirmation td{
	direction:rtl;
	padding:8px;
	border-top:0px solid #c7c9ce;
	border-left:0px solid #c7c9ce;
	border-right:0px solid #c7c9ce;
	border-bottom:1px solid #c7c9ce;
	font-size:13px;
}
table#order-details {
	direction:rtl;
	text-align:right;
	margin:0px;
	padding:0px;
	border-top:1px solid #c7c9ce;
	margin-top:25px;
}
table#order-details td{
	direction:rtl;
	padding:8px;
	border-top:0px solid #c7c9ce;
	border-left:0px solid #c7c9ce;
	border-right:0px solid #c7c9ce;
	border-bottom:1px solid #c7c9ce;
	font-size:13px;
}
table#order-confirmation tr.titles td{
	direction:rtl;
	padding:8px;
	border-top:1px solid #c7c9ce;
	border-left:0px solid #c7c9ce;
	border-right:0px solid #c7c9ce;
	border-bottom:1px solid #c7c9ce;
	font-weight:bold;
}
div.input-wrapper {
	clear:both;
	height:auto;
	overflow-y:auto;
	margin-bottom:10px;
	width:310px;
}
div.input-wrapper label{
	float:right;
	display:block;
	width:120px;
}
div.input-wrapper input{
	float:right;
	display:block;
	width:180px;
}
div#alert {
	clear:both;
	margin-top:10px;
	margin-bottom:20px;
	color:red;
	font-weight:bold;
}

