/************
  * Misc Styles and defaults 
  */
  
* {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
 	/* font-size: 62.5%; */
 	font-size: 10px;
 	margin-bottom: 40px;
	font-family: Verdana, Lucida, sans-serif; 
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

html {
	background: #3e3737 url(../images/top_stripe.gif) repeat-x;
}
.clear{
	clear:both;
}

/**************
 	Site Container Box
*/
#BgContainer {
	width: 816px;
	position:relative;
	left: 58px;
	margin: 0 auto;
}
#Container { 
	width: 700px;

	}
#Layout {
	width: 676px;
	clear: both;
	padding: 12px;
	overflow: hidden;
	background: #6f6c6c url(../images/body_bg.gif) no-repeat;
}
#Content {
	width: 465px;
	float: right; 	
	margin: 0;
	text-align: left;
}
/** Header **/
#Header { 
 	width: 700px; 
 	height: 272px;
 	margin: 0;
	overflow: hidden;
	background: #3e3737 url(../images/header.jpg);
	}

#leftOfHeader {
	width:58px;
	height:272px;
	position:absolute;
	left: -58px;
	background: #fff url(../images/left_of_banner.gif);
	/* z-index: 1; */
}

#rightOfHeader {
	position:absolute;
	width:58px;
	height:272px;
	left: 700px;
	background: #fff url(../images/right_of_banner.gif);
	/* z-index: 1; */
}

#cartHdr {
	font-family: Verdana, sans-serif;
	/* padding-left: 25px; */
	color: #fff;
	font-weight: bold;
	font-size: 8pt;
	position: absolute;
	top: 73px;
	left: 580px;
	/* background: url(../images/cart.gif) 0 0 no-repeat; */
}

/*** Main Nav ***/
#navigation {
	width: 700px;
	position: relative;
	top: 244px;
	height: 27px;
}

#navigation td {
	text-align: center;
}

#navigation td a {
	padding: 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
}

#navigation td a:hover {
	color: #d5d5d5;
}

/*** Message Boxs ***/

.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}
/* Sidebar 
***********************************/
#Sidebar { 
 	width: 197px; 
	float: left;  
	margin: 10px 0 0 0;
	padding: 0;
	}
	#Sidebar .sidebarBox {
	margin: 0 0 5px 0;
	padding-bottom: 2px;
	padding-top: 50px;
	background: #525252 url(../images/sidebarHeader.jpg) no-repeat left top; 
	}
	#Sidebar ul {
		margin: 0;
	}
	#Sidebar li {
		margin: 0;
		list-style: none;
	}
	
	#Sidebar .sidebarBottom {
		height: 61px;
		display: block;
		width: 197px;
		margin: -8px 0 0 0;
		background: #EFEFEF url(../images/sidebarFooter.jpg) no-repeat center bottom;
	}
	#Sidebar a em {
		font-style: normal;
	}
    ul#Menu2 li { 
            font-size: 0.9em; 
            margin-bottom: 2px;
            list-style: none;
            background: url(../images/menuitem.jpg) no-repeat 0 0;
            overflow: hidden;
            }
      ul#Menu2 li a {
      		margin-left: 27px;
            display: block;
            width: 169px;
            height: 19px;
            font-size: 1.2em;
            line-height: 1.8em;
            color: #fff;
            text-decoration: none;
      }
	ul#Menu2 li em {
		padding-left: 8px;
		display: block;
	}
		ul#Menu2 li li em {
			padding-left: 0;
		}
      /* Level 1 
      - We use 3 elements for the nav to get 3 background images applied.
            * span - topleft rounded corner
            * em - bottomleft rounded corner
            * a - arrow on the right
            <a><span><em></em></span></a>
      */
      ul#Menu2 li a:hover,
      ul#Menu2 li a.current,
      ul#Menu2 li a.current:hover {
            text-decoration: none;
      }
	  ul#Menu2 li a.current, ul#Menu2 li a.section {
	  		font-weight: 700;
	  }


/* SML Mailing List */

#mailingList img {
	margin-top: 13px;
	margin-bottom: -3px;
	border: 0;
}

#mailingList p {
	padding: 0;
	line-height: 1.25;
	padding-bottom: 10px;
}

#mailingList form {
	margin-left: 10px;
}

#mailingList input.email {
	margin-right: 4px;
	width: 120px;
}


/* Unsubscribe Newsletter
*****************************************/
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
}
	#Unsubscribe_MailingListForm_MailingListForm p label{
		display: inline;
	}

#Unsubscribe_MailingListForm_MailingListForm label{
	margin:0;
}


/* Footer 
*****************************************/

#footer { 
 	clear: both;  
	width: 700px; 
	height: 24px; 
	background: transparent url(../images/footer.gif); 
	text-align: center; 
	}

#footer p {
	color: #a8a8a8;
	}
	
	
/* Product Gallery Page */
#browseHeader {
	width: 450px;
	background: #525252;
	font-weight: bold;
	color: #fff;
	padding: 6px 0 6px 14px;
	margin: 10px 5px 5px 0;
	font-size: 9pt;
}

#intro img {
	position: relative;
	top: 10px;
	left: 10px;
	border: 6px solid #525252;
	float: left;
}

#introText .introContent {
	height: 155px;
	float: right;
	width: 300px;
	margin-right: 10px;
	margin-top: 0px;
}

#introText .introContent p {
	margin-top: 8px;
	padding: 0;
}

#gallery {
	margin-left: 15px;
	padding-top: 20px;
	clear: both;
}

#panes {
	text-align: justify;
	border-style: none;
	/*width: 245px;*/
	margin: 0 1em 0 1em;
}
		
#panes p {
	width: 600px;
	margin: 0 auto 1em auto;
	line-height: 1.2em;
}
		
#panes div div { overflow: hidden; }
		
.galleryBox {
	display: block;
	float: left;
}

.galleryBox tr td, galleryBox, .galleryBox tr {
	text-align: center;
	padding: 0;
	border: 0;
	color: #fff;
	font-size: 7pt;
	font-weight: bold;
}

.galleryBox img {
	border: 4px solid #525252;
}

.galleryLink img:hover {
	/* border: 4px solid #525252; */
}

.galleryBox a {
	border-bottom: none !important;
}

#galleryNav {
	margin: 0;
	float: right;
	padding-top: 10px;
}

#buttons {
	list-style: none;
}

#buttons li, #previous, #next {
	clear: none;
	font-size: 8pt;
	font-weight: bold;
	float: left;
	display: block;
	padding: 4px;
	color: #fff;
    cursor: pointer;
    margin: 0 5px 0 0;
}

#buttons li:hover, #previous:hover, #next:hover {
	background: #525252;
}

#buttons li.active {
	background: #2f2f2f;
}

/* Links Page */
.linkBlock {
	padding: 8px;
	margin: 10px;
}

div.linkBlock p {
	padding: 0;
	margin: 0;
}

.linkTitle {
	font-size: 10pt;

}

/* Home Page */

#welcomebox {
	width: 459px;
	height: 92px;
	background: url(../images/welcome.jpg);
	margin: 0;
	padding: 0;
}

#welcomebox p {
	font-size: 7.5pt;
	width: 275px;
	height: 38px;
	position: relative;
	line-height: 1.2;
	top: 10px;
	left: 155px;
}

#featuredItemsDiv {
	padding: 5px;
}

#featuredItemsDiv img
{ 	border: 4px solid #525252;
	margin-right: 10px;
}

#featuredItemsDiv .fi {
	border:none;
	margin: 0;
}

.featuredItemText {
	color: #fff;
	font-size: 8pt;
	margin-bottom: -5px;
}

.featuredItemText strong {
	text-transform: uppercase;
}

p.fidescr img {float: left;}

.giftPackage img {
	border: 4px solid #525252;
	margin-right: 10px;
	left: 10px;
	position: relative;
}

#giftTitle {
	float: right;
	width: 286px;
	text-align: left;
	font-size: 1.25em;
	font-weight: bold;
	color: #fff;
}

.giftPackage p {
	float: right;
	width: 280px;
}

#eventsList {
	margin: 0;
}

#eventsList li {
	list-style: url(../images/153.gif);
}