@charset "utf-8";
/* SWEET CREATIONS STYLESHEET */
/* CREATED BY COREY DE NEIRE - BRAINYYACK.COM */

/** BODY STYLE **/

body 	
{
	/* background:url(../images/background.png); */
	background:#FFFFFF;
	background-repeat:repeat-x;
	margin-top:-100px;
}

img 
{
border:none;
}

/** NAVIGATION STYLE **/

#nav
{
font-family:Gills Sans MT, Georgie, Verdana, Tahoma;
font-size: 20px;
color:#f4811a;
font-weight:100;
z-index:999;
}

#nav a, a:visited
{
font-family:Gills Sans MT, Georgie, Verdana, Tahoma;
font-size: 12px;
color:#f4811a;
font-weight:100;
text-decoration:none;
}

#nav a:hover, a:active
{
font-family:Gills Sans MT, Georgie, Verdana, Tahoma;
font-size: 12px;
color:#d17019;
font-weight:100;
text-decoration:none;
}

#nav h1 {font-size:8px; color:#f4811a; font-weight:100;}

/**CONTENT STYLE **/

#content
{
	background:url(../images/content_bg.png);
	background-repeat:no-repeat;
	font-family:Gills Sans MT, Georgie, Verdana, Tahoma;
	font-size: 12px;
	color:#999999;
	font-weight:100;
}

#content h1
{
font-family:Gills Sans MT, Georgie, Verdana, Tahoma;
font-size: 18px;
color:#f4811a;
font-weight:100;
}

#content h2
{
font-family:Gills Sans MT, Georgie, Verdana, Tahoma;
font-size: 18px;
color:#f4811a;
font-weight:100;
}

#content .sub
{
font-family:Gills Sans MT, Georgie, Verdana, Tahoma;
font-size: 24px;
color:#f4811a;
font-weight:100;
}

#content .copy
{
	background:url(../images/content_bg2.png);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
}

#content .copy2
{
	background:url(../images/content_bg3.png);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
}

#content .copy3
{
	background:url(../images/content_bg4.png);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
}

#content .copy4
{
	background:url(../images/content_bg5.png);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
}

#content .copy5
{
	background:url(../images/content_bg6.png);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
}

#content .copy6
{
	background:url(../images/flav_bg.png);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	color:#ffffff;
}

#content .copy7
{
	background:url(../images/flav_bg1.png);
	background-position:center;
	background-position:bottom;
	background-repeat:no-repeat;
}


#content .sub
{
font-family:Gills Sans MT, Georgie, Verdana, Tahoma;
font-size: 35px;
color:#f4811a;
font-weight:100;
}

#content .phone
{
font-family:Gills Sans MT, Georgie, Verdana, Tahoma;
font-size: 55px;
color:#ffffff;
font-weight:100;
}

#content .cake
{
background:url(../images/cake_img1.png);
background-repeat:no-repeat;
background-position:center;
}

#content .gallery
{
background:url(../images/gallery_bg.png);
background-repeat:no-repeat;
background-position:top;
}

#content .galleryimg
{
	background: url(../images/gallery_img.png);
	position:absolute;
	top:180px;
	width:350px;
	height:200px;
}

/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:350px;
		height:263px;
		overflow:hidden;
		text-align:center;
		}
		
	span#prevBtn{}
	span#nextBtn{}
		

/* Easy Slider */
