/*
author: Ivailo Milenkov, mianet.net
date created: September 2008

COLOR PALETTE
-------------------------
ORANGE (BG): #FAC848

................................

TABLE OF CONTENTS
------------------------
HEADER - Site name, logo, main menu
CONTENT - Articles
AXAJ GALLERY
FOOTER - Copyright, Links, Keyword Information
*/

/* ---------------------- HTML ---------------------- */
*
{
padding: 0em;
margin: 0em;
}
body {
	font-family: "georgia", "times new roman", serif;
	font-size: 10pt;
	background-color: #FAC848;
}

p
{
	line-height: 1.4em;
	margin-bottom: 1em;
	text-align: justify;
	margin-top: 1em;
}

a
{
	color: #491809;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}
a img {
	border: none;
}



h1,h2
{
	
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left;
	color: #55281A;
}

h1
{
	font-size: 1.5em;
	background-image: url(images/assya_sweet_home_h.gif);
	padding-left: 45px;
}

h2
{
	font-size: 1.2em;
	padding-right: 28px;
	font-style: normal;
}

.brown {
	font-size: 1.2em;
	color: #55281A;
	font-style: normal;
	font-weight: bold;
}
.img-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	border: 1px solid #FAC848;
}
.left-contact {
	float: left;
}
.right-contact {
	float: right;
	margin-left: 10px;
	border: 2px solid #603817;
	padding: 5px;
	text-align: left;
	margin-top: 22px;
	font-family: Arial, Helvetica, sans-serif;
}
.right-contact h2 {
	color: #FAC848;
	background-color: #603817;
	margin: 0px;
	padding-left: 5px;
}

.clear
 {
	clear: both;
}

/* ---------------------- END HTML ---------------------- */

/* ---------------------- LAYOUT ---------------------- */
#header {
	height: 200px;
	width: 780px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
#header-content{
	margin: 0px;
	padding: 0px;
}

/* ---------------------- Top Nav ---------------------- */
#topnav{
	display:block;
	font-size:1.2em;
	font-weight:bold;
	text-transform:none;
	background-image: url(images/sweet_menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 780px;
	margin: 0px;
	padding: 0px;
}
#topnav ul{
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
}
#topnav ul li{
	display:block;
	float:left;
	margin:0 1px 0 0;
}
#topnav ul li a{
	display:block;
	float:left;
	color:#FAC848;
	text-decoration:none;
	padding-top: 12px;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 16px;
	height: 28px;
	background-image: url(images/border_right.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#topnav ul li a:hover, #topnav ul li a:active, #topnav ul li a.current{
	background-image: url(images/but_over.jpg);
	background-repeat: no-repeat;
	background-position: center 4px;


}
#topnav ul li a:focus {
	outline: none;
}
#topnav ul li a.last {
	background-image: none;
	padding-left: 20px;
}

/* ---------------------- END Top Nav ---------------------- */

/* ---------------------- Top Nav BG ---------------------- */
#topnav-bg{
	display:block;
	font-size:1.2em;
	font-weight:bold;
	text-transform:none;
	background-image: url(images/sweet_menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 780px;
	margin: 0px;
	padding: 0px;
}
#topnav-bg ul{
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
}
#topnav-bg ul li{
	display:block;
	float:left;
	margin:0 1px 0 0;
}
#topnav-bg ul li a{
	display:block;
	float:left;
	color:#FAC848;
	text-decoration:none;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 28px;
	background-image: url(images/border_right.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#topnav-bg ul li a:hover, #topnav-bg ul li a:active, #topnav-bg ul li a.current{
	background-image: url(images/but_over.jpg);
	background-repeat: no-repeat;
	background-position: center 4px;

}
#topnav-bg ul li a:focus {
	outline: none;
}
#topnav-bg ul li a.last {
	background-image: none;
	padding-left: 20px;
}

/* ---------------------- END Top Nav BG ---------------------- */

#content {
	height: 400px;
	width: 760px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FAC948;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
	background-image: url(images/assya_content_bg.jpg);
}
.welcome {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 270px;
}
.welcome-products {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 390px;
}

.welcome-products01 {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	overflow: auto;
	height: 390px;
}
.left-ref {
	float: left;
	width: 120px;
}

.line-height {
	line-height: 22pt;
	font-size: 12pt;
	font-weight: normal;
}
.line-height01 {
	line-height: 18pt;
	font-size: 12pt;
	font-weight: normal;
}

/* End Sliding*/

/* ---------------------- END AJAX ---------------------- */
.line-height-min {
	line-height: 1.35em;
	font-size: 9.5pt;
	font-weight: normal;
}

/* ---------------------- Layout Product Page ---------------------- */
.products {
	float: left;
	height: 145px;
	width: 235px;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 0px;
}
/* Not in Use for now - the client change this page
 .products-buttons-img {
	float: left;
	margin-left: 5px;
	width: 110px;
	margin-right: 2px;
}

.products-content {
	margin: 0px;
	padding: 0px;
}
*/
.products-buttons {
	height: 35px;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 0px;
	top: 0px;
}
/* ---------------------- Layout Product Page ---------------------- */

/* ----------------------------- products #nav ----------------------------- */
#products-nav 
{
	padding: 0px;
	list-style-type: none;
	text-align: left;
	width: 760px;
	height: 114px;
	clear: both;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/assya_products_bg.gif);
	background-repeat: no-repeat;
}
.adv {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #993300;
	padding-top: 5px;
	clear: both;
}


#products-nav ul
{
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}

#products-nav ul li {
	float: left;
}

#products-nav ul li a
{
	float: left;
	height: 95px;
	width: 120px;
	padding: 0px;
	margin: 0px;
}
#products-nav ul li a#sweet-roll-01
{
	float: left;
	background-image: url(images/sweet_roll_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -3px;
}
#products-nav ul li a#sweet-roll-02
{
	float: left;
	background-image: url(images/sweet_roll_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}
#products-nav ul li a#swiss-roll
{
	float: left;
	background-image: url(images/swiis_roll.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#products-nav ul li a#assy-cake
{
	float: left;
	background-image: url(images/assi_cake.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#products-nav ul li a#sweet-roll-gold
{
	float: left;
	background-image: url(images/swees_roll_gold.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}
#products-nav ul li a#torta
{
	float: left;
	background-image: url(images/torta.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* ----------------------------- end products #nav ----------------------------- */
/* ----------------------------- Products Nav Inner ----------------------------- */
#assya-content-in {
	height: 280px;
	width: 760px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FAC948;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
	background-image: url(images/assya_content_in.jpg);
}
#assya-content-in-text {
	width: 270px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 1.25em;
	font-weight: bolder;
	font-family: "Times New Roman", Times, serif;
	color: #783825;
	text-align: left;
	letter-spacing: 0.02em;
}
#assya-content-in #assya-content-in-text p {
	line-height: 1.35em;
	text-align: left;
}
.descr-table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
}
.descr-table-left {
	color: #FAC848;
	background-color: #990000;
	float: left;
	width: 110px;
	padding: 2px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #FAC848;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
.descr-table-right {
	color: #990000;
	padding: 2px;
	float: right;
	border: 1px solid #990000;
	width: 60px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}

#assya-content-in-image {
	float: right;
	margin-top: 10px;
	width: 460px;
}


#assya-content-map {
	height: 120px;
	width: 780px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}

/* --- Foother --- */
#foother {
	height: 60px;
	width: 780px;
	margin-top: 3px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FF9900;
	background-image: url(images/sweet_cake_foother.jpg);
	padding: 0px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #D27D15;
}
#foother p {
	line-height: 1.0em;
}

#foother a {
	color: #ffff99;
	text-decoration: none;
}
#foother a:hover {
	color: #874F20;
}
#foother h1 {
	font-size: 11px;
	font-weight: 500;
	background-image: none;
	padding: 0px;
}
#foother-left {
	width: 250px;
	float: left;
	padding: 5px;
	margin-top: 5px;
	color: #ffff99;
	margin-left: 90px;
}
#foother-left-bg {
	width: 190px;
	float: left;
	padding: 5px;
	margin-top: 5px;
	color: #ffff99;
	margin-left: 90px;
}
#foother-right {
	float: right;
	margin-right: 20px;
	margin-top: 10px;
	padding: 5px;
}
#foother #foother-right h1 {
	color: #FFFF99;
}

#foother-right-bg {
	float: right;
	margin-right: 10px;
	margin-top: 30px;
	padding: 2px;
}
/* --- End Foother --- */

/* ---------------------- END LAYOUT ---------------------- */

/* ---------------------- AJAX ---------------------- */
/*---------- bubble tooltip 
Thanks to: http://trentrichardson.com/examples/csstooltips/
-----------*/
a.tt{
	position:relative;
	z-index:9999;
	font-weight:bold;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{
	z-index:9999;
	color: #000000;
}
a.tt:hover span.tooltip{
	display:block;
	position:absolute;
	top:0px;
	left:0;
	width:120px;
	color: #993300;
	text-align: center;

	filter: alpha(opacity:60);
	KHTMLOpacity: 0.60;
	MozOpacity: 0.60;
	opacity: 0.60;
	font-size: 85%;
	cursor: hand;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: -75px;
	margin-right: 0px;
}
a.tt:hover span.top{
	display: block;
	background: url(images/assya_bubble.gif) no-repeat top;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	background-image: url(images/assya_bubble_filler.gif);
	background-repeat: repeat;
	background-position: top;
	margin-top: 0px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}

a.tt:hover span.bottom{
	display: block;
	color: #548912;
	background: url(images/assya_bubble.gif) no-repeat bottom;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
/*---------- end bubble tooltip -----------*/

/* Sliding*/
#cont{
	width:760px;
	text-align:left;
	padding:10px;
	height: 280px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FAC948;
	background-image: url(images/assya_content_in.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.buttons{
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}

.buttons span{
	color:#990000;
	padding:0 5px;
	cursor:pointer;
	font-family: Verdana;
	font-size: 0.95em;
	font-weight: bolder;
}
.buttons span.active, .buttons span:hover{
	background-color: #FAC848;
}

#box5 div{
	position:absolute;
	width:740px;
	height:240px;
	padding-left: 10px;
}
#box5  h2{
	padding:0 0 10px 0;
}
#box5 img{
	position:static;
	float:right;
	margin: 10;
}
.mask{
	position:relative;
	width:740px;
	height:240px;
	overflow:hidden;
	padding-right: 10px;
}
.mask img{
	position:absolute;
	display:block;
	border:none;
}

