/* CrossBrowserCompatibility - Reset default setting */
*{margin:0; padding:0; border:0 none; outline:0; font-family:inherit; vertical-align:baseline;}

/* -- Default CSS values -- */

/* -- Typography -- */

body{font-size:75%;color:#4E2F1E;background-color:#f9a23f;font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;}

/* -- Headings -- */

h1 {font-size:2.8em;line-height:1;margin-bottom:0.5em; color:#F4792A;}
h2 {font-size:1.8em;margin-bottom:0.75em; color:#269cc7;}
h3 {font-size:1.3em;line-height:1; margin-bottom:1em; color:#F4792A;}
h4 {font-size:1em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}

h1 img,h2 img,h3 img,h4 img,h5 img,h6 img {margin:0;}

/* -- Text elements -- */

p{margin: 0 0 1.5em 0;}
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus,a:hover{color:#288db2;}
a{color:#269cc7;text-decoration:underline;}

blockquote{margin:1.5em;color:#666;font-style:italic;}
strong{font-weight:bold;}
em,dfn{font-style:italic;}
dfn{font-weight:bold;}
sup,sub{line-height:0;}

abbr,acronym{border-bottom:1px dotted #666;}
address{margin:0 0 1.5em 0;font-style:italic;}
del{color:#666;}

pre{margin: 1.5em 0 0 0;white-space:pre;}
pre,code,tt{font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5;}

/* -- Lists -- */

ol,ul,dl{padding-left:2em;list-style:square;}

/* -- Tables -- */

table{margin-bottom:1.4em;}
th{font-weight:bold;}
thead th{background:#f2f2f2;}
th,td{padding:8px;}

/* -- Misc -- */

div{direction: rtl;}

/* -- Input -- */

input{border: 1px #a1a1a1 solid; direction: rtl; width: 200px;}
textarea{border: 1px #a1a1a1 solid; direction: rtl; width: 350px;}

/* Website */

.lightBlue{
	color:#269cc7;
}

.smallNote{
	font-size: 0.8em;
}

#header{
	width: 920px;
	height: 63px;
	margin: 0 auto 0 auto;
	background-image: url('../images/bgTop.jpg');
	background-repeat: no-repeat;
}

#topContent{
	width: 880px;
	height: 125px;
	margin: 0 auto 0 auto;
}

#topContent .topText{
	float: left;
	width: 580px;
	padding: 35px 0 0 35px;
}

#topContent .topText h1{
	font-size: 2.2em;
}

#topContent .topText h2{
	font-size: 1.8em;
}

#topContent .logoCont{
	top: -15px;
	right: 40px;
	position: relative;
}

#container{
	width: 920px;
	margin: 15px auto 0 auto;
	overflow: hidden;
	background-image: url('../images/bgCenter.jpg');
	background-repeat: repeat-y;
	background-position: 0 7px;
	position:relative;
}

#footer{
	width: 920px;
	height: 63px;
	margin: 0 auto 5px auto;
	background-image: url('../images/bgBottom.jpg');
	background-repeat: no-repeat;
}

#footer .footerIntro{
	width:89%;
	margin: 0 auto;
	position:relative;
	top:-53px;
	color:#818181;
}

#creditFooter{
	width: 900px;
	margin: 0 auto 10px auto;
	text-align: center;
}

#creditFooter a{
	color: #4E2F1E;
}

#menu{
	width: 100%;
	float: right;
	height: 80px;
	margin-top: 8px;
	/*overflow: hidden;*/
	background-image: url('../images/bgMenu.png');
	background-repeat: no-repeat;
}

#menu div{
	float: right;
	position: relative;
	width: 100%;
	top: 23px;
	right:50px;
}

#menu div{
	color: #fff;
	font-size: 1.7em;
	text-shadow: 1px 1px 1px #a7661c;
}

#menu div a, #menu div a:visited, #menu div a:active{
	color: #fff;
	text-decoration: none;
}

#menu div a:hover{
	color: #ececec;
}

#menu div span{
	padding: 0 10px;
}


ul#nav{float:right; width:100%; padding: 0;margin: 0;list-style: none;}ul#nav li {float: right;position: relative;margin:0 10px;}ul#nav li a {font-weight:bold;color:#fff;}ul#nav li ul {display: none;position: absolute;top: 1em;left: 0; list-style: none;padding-top: 5px; z-index:2000;}ul#nav li ul li a{font-size: 0.9em;}ul#nav li > ul {top: auto;left: auto;}ul#nav li:hover ul, ul#nav li.over ul{display: block;}ul#nav li.mnSep{margin:0;color:#fff;}

ul#nav li ul li {
	background-color:#fcb42b;
	border-bottom:1px solid #FFFFFF;
	left:18px;
	padding:2px 10px 2px 4px;
	top:12px;
	width:149px;
}



#subMenu{
	float: right;
	width: 88.6%;
	text-align: left;
	background: none repeat scroll 0pt 0pt #F9F9F9;
	position: relative;
	height: 15px;
	top: -10px;
	right: 38px;
	padding: 5px 20px 10px 10px;
}

#subMenu strong, #subMenu a{
	font-size: 1.3em;
	padding: 0 5px;
}

#mainContent{
	width: 880px;
	margin: 25px auto 0 auto;
}

#mainContent div.mainSection{
	float: right;
	width: 820px;
	margin: 25px 30px;
	padding: 0 0 35px 0;
	border-bottom: 1px #e1e1e1 solid;
}

#mainContent div.mainSection div.sectionHeader{
	float: right;
	width: 100%;
}

#mainContent div.mainSection div.sectionHeader h3{
	margin:0;
}

#mainContent div.mainSection div.sectionHeader div.backUpCont{
	float: left;
	width: 90px;
}

#mainContent div.mainSection div.sectionHeader div.backUpCont a{
	color: #a5a5a5;
	font-size: 1.2em;
	text-decoration: none;
}

#mainContent div.mainSection div.sectionIntro{
	float: right;
	width: 45%;
	padding-top: 10px;
}

#mainContent div.mainSection div.sectionGallery{
	float: left;
	width: 52%;
	margin-top:0;
}

#mainContent div.mainSection div.sectionIntro p, #mainContent div.mainSection div.textSection p{
	font-size: 1.4em;
	color: #4e2f1e;
}

#mainContent div.mainSection div.sectionIntro p.contactCont{
	color: #269cc7;
}

#mainContent div.mainSection div.sectionGallery div.galleryFirstImg{
	float: left;
	width: 100%;
}

#mainContent div.mainSection div.sectionGallery div.galleryFirstImg img{
	width: 100%;
	border: 1px #e1e1e1 solid;
}

#mainContent div.mainSection div.sectionGallery div.galleryThumbnails{
	float: left;
	width: 100%;
	margin: 5px 0 5px 0;
}

#mainContent div.mainSection div.sectionGallery div.galleryThumbnails img{
	float: left;
	width: 15%;
	margin: 0 2px 0 2px;
	border: 1px #e1e1e1 solid;
}

#mainContent div.mainSection div.sectionGallery div.galleryThumbnails img.sideThumb{
	margin: 0 3px 0 3px;
}

.aboutImgLeft {
	clear:both;
	float:left;
	margin: 0 25px 0 0;
}

.backHomeLinkCont{
	float: right;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	font-size: 1.3em;
}

div.bigGalleryCont{
	float: right;
	width: 100%;
}

div.picTutorial img{
	float: right;
	width: 122px;
	height: 150px;
	margin: 18px;
	border: 1px #e58718 solid;
	text-align: center;
}

div.cakeDreams img{
	float: right;
	width:144px;
	height:110px;
	margin: 28px;
	border: 1px #e58718 solid;
	text-align: center;
}

/* jquery.popeye.css 2.0 | Mandatory CSS classes for jQuery.popeye | Copyright (C) 2010 Christoph Schuessler (schreib@herr-schuessler.de) */

.ppy-outer {
	margin-left:15px;
    display:                none;
}
.ppy-active .ppy-outer {
    display:                block;
}
.ppy-stage {
    background-repeat:      no-repeat !important;
    background-position:    center center !important;
    position:               relative;
}

.ppy-placeholder {
    position:               relative;
}

.ppy-caption,
.ppy-captionwrap {
    overflow:               hidden;
}

.ppy-hidden {
    display:                none !important;
}
.ppy-imglist {
    width:          100%;
    display:        block;
    overflow:       hidden;
    
}
.ppy-imglist li {
    padding:        10px;
    border:         1px solid #f0f0f0;
    border-radius:          5px;
    -moz-border-radius:     5px;
    -khtml-border-radius:   5px;
    -webkit-border-radius:  5px;
    background:     #fff;
    list-style:     none;
    float:          left;
    display:        block;
    margin:         0 10px 10px 0;
}
.ppy-imglist li a img {
    display:        block;
    border:         0;
}

.imgGallery .ppy-extcaption {
    width:          240px;
    display:        block;
}
.imgGallery .ppy-imglist li {
    width:          240px;
    height:         270px;
}

.imgGallery.ppy-active {
    width:          262px;
    float:          left;
    margin:         0 15px 10px 0;
}

.imgGallery .ppy-outer {
    padding:        5px;
    border:         1px solid #f9a23f;
    border-radius:          10px 10px 10px 10px;
    -moz-border-radius:     10px 10px 10px 10px;
    -webkit-border-radius:  10px 10px 10px 10px;
    background:     #f9a23f;
}

.imgGallery .ppy-stage {
    width:          426px;
    height:         284px;
    border-radius:          0 5px 5px 5px;
    -moz-border-radius:     0 5px 5px 5px;
    -webkit-border-radius:  0 5px 5px 5px;
}

.imgGallery .ppy-outer:hover,
.imgGallery.ppy-expanded .ppy-outer {
    border:         1px solid #d5e68e;
    box-shadow:         0 0 7px #ccc;
    -moz-box-shadow:    0 0 7px #ccc;
    -webkit-box-shadow: 0 0 7px #ccc;
}

.imgGallery .ppy-caption {
    margin:         5px 0 0 0;
    padding:        10px;
    font-size:      0.9em;
    line-height:    1.3em;
    color:          #809f21;
    background:     #eeffa8;
    border-radius:          10px;
    -moz-border-radius:     10px;
    -webkit-border-radius:  10px;
    box-shadow:         0 0 7px #ccc;
    -moz-box-shadow:    0 0 7px #ccc;
    -webkit-box-shadow: 0 0 7px #ccc;
    visibility:         hidden; /* prevent flash of content before popeye loads */
}

.imgGallery .ppy-caption a {
    color:          #66bde9;
}
.imgGallery .ppy-caption a:hover {
    text-decoration:underline;
}

.imgGallery .ppy-counter {
    border-bottom:  1px solid #d5e68e;
    color:          #b8cf5a;
    padding:        0 0 2px 0;
    margin:         0 0 5px 0;
    font-size:      0.9em;
}

.imgGallery .ppy-stagewrap {
    background:     #f4792a;
    border-radius:          0 5px 5px 5px;
    -moz-border-radius:     0 5px 5px 5px;
    -webkit-border-radius:  0 5px 5px 5px;
}

.imgGallery .ppy-loading {
    background:     #F9A23F url(../images/popeye/loading1.gif) no-repeat center !important;
}

.imgGallery .ppy-nav {
    background:     #f4792a;
    background:     -moz-linear-gradient(
        center bottom,
        #f4792a 0%,
        #F9A23F 100%
    );
    width:          104px;
    height:         32px;
    padding:        5px;
    position:       absolute;
    bottom:            0;
    left:           0;  
    border-radius:          0 5px 0 0;
    -moz-border-radius:     0 5px 0 0;
    -webkit-border-radius:  0 5px 0 0;   
}

.imgGallery .ppy-nav a {
    display:        block;
	text-decoration:none;
    overflow:       hidden;
    text-indent:    -900em;
    height:         22px;
    float:          left;
    padding:        5px;
    border-radius:          5px;
    -moz-border-radius:     5px;
    -khtml-border-radius:   5px;
    -webkit-border-radius:  5px; 
}

.imgGallery .ppy-prev {
    width:          22px;
    background:     url(../images/popeye/prev3.png) no-repeat center;
}

.imgGallery .ppy-next {
    width:          22px;
    background:     url(../images/popeye/next3.png) no-repeat center;
}

.imgGallery .ppy-nextBig{
	cursor: pointer;
	cursor: hand;
}

.imgGallery .ppy-switch-enlarge {
    width:          30px;
    background:     url(../images/popeye/enlarge3.png) no-repeat center;
}

.imgGallery .ppy-switch-compact {
    width:          30px;
    background:     url(../images/popeye/compact3.png) no-repeat center;
}

.imgGallery .ppy-nav a:hover {
    background-color:   #F9A23F;
    cursor:         pointer;
}

table.contactTable tr td{
	font-size: 1.6em;
}

#news{width: 370px; height: 265px; margin: 15px 10px 0 0;position:relative;}
#scroller{position: absolute;}