/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
	}

body {
  font: 62.5%/1.6 "Trebuchet MS", Verdana, sans-serif;
  background-color:#D4D4D4;
}

h1 {
  font-size: 1.5em;
  font-weight: normal;
  color: #B4313D;
}

p, li {
  font-size: 1em;

}

h1, h2 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	clear: both;
}

hr {
color: #876B55;
background-color: #876B55;
height: 0.05em;
}

legend {
	font-size: 1.5em;
  font-weight: normal;
  color: #876B55;
  background-color: #F9F4EA;
  padding: 5px 10px;
}

fieldset {
background-color: #F9F4EA;
padding-left: 35px;
padding-top: 20px;
border: none;
}

.img-wrapper {
  /* background: url(../Images/shadow.jpg) no-repeat bottom right; */
  float: left;
  position: relative;
  margin: 20px;
 
  
}

.icon {
	width: 10px;
	height: 10px;
}

p.img-text {
	font-size: 1.05em;
	margin-bottom: -10px;
	display:block;
	line-height: normal;
}


p.invisible {
	font-size: 1.05em;
	color: #F9F4EA;
	margin-bottom: -10px;
	display:block;
	line-height: normal;
}

p.welcome {
	font-size: 1.25em;
	color: #05416E;
	margin-bottom: -10px;
	display:block;
	margin:0px;
	padding: 15px;
}


.img-wrapper img {
  background-color: #fff;
 border: 1px solid #75B9DC;
  padding: 5px;
  margin: -5px 5px 5px -5px;
  position: relative;
  width: 110px;
  height: 150px;
  float: left;  
  
}


.img-wrapper-hor {
  /* background: url(../Images/shadow.jpg) no-repeat bottom right; */
  float: left;
  position: relative;
  margin: 15px;

}

.img-wrapper-hor img {
  background-color: #fff;
  border: 1px solid #75B9DC;
  padding: 5px;
  display: block;
  margin: -5px 5px 5px -5px;
  position: relative;
  width: 150px;
  height: 110px;
  float: left;
}

.clearboth {
clear: both;
}



#wrapper {
  background-color: #fff;

}

#branding {
	height: 185px;
	background-image: url(../Images/GiftShopHeader1.jpg);
	background-repeat: no-repeat;
	background-color: #75B9DC;
	padding-top: 30px;
	text-indent: -5000px;
}


.emphasis {
	color: #B4313D;
}

/* The Core Technique
================================= */

body {
  text-align: center; 
  min-width: 760px;
 /*  background-image: url(../Images/pattern_037.gif); */
  background-color: #ECB975;
}

#wrapper {
  width: 720px; 
  margin: 0 auto; 
  text-align: left;
  border:2px solid #876B55; 
}

#mainContent { 
  width: 480px; 
  margin: 0; 
  float: left;
 padding: 0 0 0 50px;
 color: #424344;
font-size: 1.1em;
}

#ShopContent { 
  width: 600px; 
  margin: 0; 
  float: left;
 padding: 0 0 0 50px;
 color: #424344;
font-size: 1.1em;
}

#secondaryContent { 
  width: 180px;
  float: right; 
} 

#intro {
  margin: 0; 
  float: left;
  clear: both;
  padding: 0 45px;
  font-size: 1.3em;
  color: #05416E;

}

#footer {
	clear: both;
	padding-top:160px;  /* adds space to allow rooster.gif to show */
	padding-left:20px;
	font-size: 1.25em;
	padding-bottom: 30px;
	background-image: url(../Images/rooster.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#footer p {margin-bottom: -5px; color: #876B55;}

#footer hr {
color: #876B55;
background-color: #876B55;
height: 0.05em;
width: 515px;
}

#signature {
clear: both;
text-align: center;
padding-bottom:25px;
}


/* Navigation
================================= */

#navPyra {
	margin: 0;
	padding: 5px 0 0 0;
	position: relative;
	left: 0px;
	top: -25px;
	height: 20px;
	background-color: #75B9DC;

	}

#navPyra li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#navPyra a:link, #navPyra a:visited {
	float: left;
	font-size: 12px;
	line-height: 14px;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #F9F4EA;
	}
	
#navPyra a.active {
	color: #B4313D;
	background: url(../Images/tab_pyram.gif) no-repeat bottom center;
	}


#navPyra a:hover {
	background: url(../Images/tab_pyram.gif) no-repeat bottom center;
	}
	
#navPyra a.category {
	color: #05416E;
	background-color: #FFFFFF;
	height:25px;
	position: relative;
	top: -15px;
	padding-top: 12px;
	font-size: 12px;
	background-image: none;
}
	
	
