@charset "UTF-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	background:url(../Global_Images/BG.png) no-repeat center top;
	background-color:#ffecd2;
	text-align:center;
	margin: 0px auto 0;
	width:100%;
	display:table;
	font-family:'Forum', Times, serif;
	color:#666;
	font-size:14;
	height:100%;
}

p {font-size:150%;}

html{
	height:100%;
}

a:link {color: #f16474; text-decoration: underline; font-weight:bold; }
a:active {color: #0000ff; text-decoration: underline; }
a:visited {color: #008000; text-decoration: underline; }
a:hover {color: #f16474; text-decoration: none; }

#header{
	height:238px;
	width:900px;
	margin: 0 auto;
	position:relative;
}

#description{
	width: 243px;
	text-align: center;
	position:absolute;
	left: 114px;
	top: 153px;
	font: italic normal 24px/26px Georgia, "Times New Roman", Times, serif;
	color: #5b514b;
}

img
{  border-style: none; /*Removes blue image boarder*/
}

#content {
	width: 900px;
	margin: -20px auto 0px;
	background: url(../Global_Images/wrapBG.png) repeat-y center top;
	text-align:justify;
	position:relative;
	z-index: 1;
	
		
}

#text {
	width:830px;
margin:auto;
min-height:500px;
}

/*In css for IE:*/
#text {
height: expression(this.scrollHeight < 500? "500px" : "auto" );
}

/*
--------------------MENU-----------------------
*/
#menu {
	list-style:none;
	width:900px;
	height:95px;
	background:url(../Global_Images/Menu.png) no-repeat;
	margin: 0px auto 0;
	padding:0;
	z-index:2;
	position:relative;
	overflow:hidden;
}
#menu span {
  display: none;
  position: absolute;
}
#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}
#menu a:hover {
  background-position: left bottom;
}
#menu a:hover span {
  display: block;
}
#menu .home {
	width: 98px;
	height: 59px;
	background:url(../Global_Images/btnHome.png) no-repeat;
	left: 44px;
	top: 20px;
}
#menu .gallery {
	width: 113px;
	height: 57px;
	background:url(../Global_Images/btnGallery.png) no-repeat;
	left: 187px;
	top: 22px;
}
#menu .about {
	width: 117px;
	height: 50px;
	background:url(../Global_Images/btnContact.png) no-repeat;
	left: 349px;
	top: 18px;
}
#menu .shop {
	width: 116px;
	height: 53px;
	background:url(../Global_Images/btnShop.png) no-repeat;
	left: 479px;
	top: 20px;
}
#menu .blogger {
	width:20px;
	height:20px;
	top:30px;
	left:630px;
	background:url(../Global_Images/icons_orange.gif) no-repeat;
}

#menu .facebook {
	width:20px;
	height:20px;
	top:30px;
	left:660px;
	background:url(../Global_Images/facebook.gif) no-repeat;
}

#menu .twitter {
	width:20px;
	height:20px;
	top:30px;
	left:690px;
	background:url(../Global_Images/twitter.gif) no-repeat;
}

#fbookbtn {
	width:60px;
	margin-left:720px;	
	margin-top:30px;
	
}

#googlebtn {
	width:70px;
	height:20px;
	margin-left:805px;
	margin-top:-21px;	
}
/*
-----------------------------------------------
*/

#footer {
	width:900px;
	height:95px;
	background:url(../Global_Images/Footer.png) no-repeat center top;
	margin: -20px auto 0;
	z-index:2;
}

/*
-----------------Slide Show----------------
*/
#slideshow {
    position:relative;
    height:250px;
	width:200px;
	margin-right:150px;
	float:right;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	float:left;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
/*
-------------------------------
*/

