/* CSS Document */

/* Structure Layout  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
html, body {
    height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #F1E8E0;
	font: 0.8em/2em "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	color: #666699;
	text-align: left;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
}
a:link {
	color: #BE5877;
	text-decoration: none;
}
a:hover {
	color: #BE5877;
	text-decoration: underline;
}
a:visited {
	color: #BF5F7C;
	font-weight: bold;
	text-decoration: none;
}
h1,h2,h3,h4 {
	padding:0px;
	margin:0px;
	font: 14px "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	color: #666699;
}

.bodygreen{background-color: #ACC5BC;}
.bodycream{background-color: #EEE3BF;}
.bodywhite{background-color: #FFFFFF;}
.backfade{
	background-image: url(../images/backfade.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.minheight{min-height:600px;}

/* Layout Wrappers - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#topsection {
	height:139px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}
#topsection h1, #mainadvert h2, #secondadvert h2 { text-indent:-2000px;}
#topnav {
	height:40px;
	background-image: url(../images/navback.gif);
	background-repeat: repeat-x;
}
#mainadvert{
	height:208px;
	background-image: url(../images/mainadvert.gif);
	background-repeat: no-repeat;
}
#mainadvert a {
	height:70px;
	display: block;
	width: 240px;
	top: 90px;
	position: relative;
	left: 80px;
	overflow: hidden;
}
#mainadvert a img {
	border:none;
	text-decoration: none;
}
#secondadvert{
	height:208px;
	background-image: url(../images/secondadvert.gif);
	background-repeat: no-repeat;
}
#shadow {
	height:30px;
	background-image: url(../images/shadow.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer {
	font-size: 80%;
	color: #174D53;
	padding: 10px;
}
#footer a {
	color: #277584;
}
#footer a.button {
	color: #FFFFFF;
	background-color: #A0B8BA;
	padding: 5px;
}
#footer a.button:hover {
	color: #FFFFFF;
	background-color: #2D8295;
	padding: 5px;
	text-decoration: none;
}
#sidebar {
	background-image: url(../images/sidefade.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#pageheader {
	display:block;
	text-align: right;
	color: #FFFFFF;
	font-size: 18px;
}
#new{
	display:block;
	background-image: url(../images/newcorner.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.tagline {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
}

/* Various Layout  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.clear {clear:both;}
.clearleft {clear:left;}
.clearright {clear:right;}
.hr { border-top:1px solid #B9CEE1; margin-top: 10px; margin-bottom: 10px; }
.left {float:left;}
.right {float:right;}
.bordertop {border-top:1px solid #FF6600}

/* Custom Text Styles  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - */

.mainheader {
	font: 170%/150% Arial, Helvetica, sans-serif;
	color: #EB819F;
	text-align: left;
	text-transform: none;
}
.purple{
 color:#333366;
}
.serif-purple {
	color:#333366;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px
	}
.medium-purple {
	color:#333366;
	font-size:14px
	}
.large-purple {
	color:#333366;
	font-size:16px
	}
.pink{
 color:#BE5877;
}
.serif-pink {
	color:#BE5877;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px
	}
.medium-pink {
	color:#BE5877;
	font-size:14px
	}
.large-pink {
	color:#BE5877;
	font-size:16px
	}

/* TOP NAV  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#topnav {
	display: block;
	margin: 0px;
	padding:0px;
	list-style: none;
	bottom: 0px;
}
#topnav  ul {
	display: inline;
	margin:0px;
	list-style-type: none;		
}
#topnav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#topnav  li a {
	font: normal 14px/60px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	letter-spacing: 0.1em;
	text-align: center;
	display: block;
	margin: 0px 5px 0px 0px;
	float: left;
	padding: 0px 15px 0px 0px;
	text-transform: uppercase;
	background-image: url(../images/smallheart.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 60px;
}
#topnav li a:hover {
	color: #2A7C8D;
}
#topnav li a.selected, #nav li a:hover.selected  {
	color:#2A7C8D;
}
#last { border-right:1px solid #FFFFFF; }

/* SUB NAV  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#subnav { 
	margin: 0px;
	padding:0px;
}	
#subnav  ul {
	display: inline;
	margin:0px;
	list-style-type: none;
	padding: 0px;
}
#subnav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#subnav li a {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 10px 0px 10px 5px;
	font: normal 14px/20px Georgia, "Times New Roman", Times, serif;
	color:#545A7E;
	text-decoration: none;
	border-bottom: 1px solid #8EA39C;
	text-align: left;
	text-transform: none;
	letter-spacing: 1px;
	background-image: url(../images/shopnavheart.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#subnav li a:hover {
	color:#7982B7;
	font-weight: normal;
}
#subnav li a.selected, #subnav li a:hover.selected  {
	color:#FFFFFF;
}
/* Gallery Thumbs   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.gallerythumb{
	float:left;
	border: none;
	margin-right: 8px;
	margin-bottom: 8px;
	background-color: #CCCCCC;
}
.gallerythumb img{
	padding: 1px;
	display: inline;
}
