@charset "UTF-8";
body  {
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 109px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/header-logo.gif);
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	width: 199px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ff9933;
	height: 231px;
	background-image: url(../images/orange-repeater.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
    vertical-align: top;
    padding-top:0px;
}

#sidebarContent {
	margin: 0px 0px 0px 0px;
	color: #FFFFFF;
	font-size: 10pt;
	padding: 0px 0px 0px 0px;
	font-style: italic;
	font-weight: bold;
	padding-left: 10px;
	width: 186px;
}
	
#sidebarContent h1{
	margin: 0px 9px 5px 2px;
	padding: 3px 0 5px 0px;
	color: #FFFFFF;
	display: block;
	font-size: 9pt;
	font-style: italic;
	font-weight: bold;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-color: #FFFFFF;
}
	
.twoColFixLtHdr #sidebar2 {
    float: left top; /* since this element is floated, a width must be given */
	width: 199px;
	height: 235px;
	padding: 0px;
	margin: 0px;
	background-color: #e2d1b3;
    position: absolute;
	top: 238px;
}
.twoColFixLtHdr #mainContent {
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px;
	/*height: 460px;*/
	position: relative;
	bottom: 0px;
	background-color: #FFFFFF;
    width: 800px;
    text-align: left;
} 
.twoColFixLtHdr #footer {
	margin: 0px;
	padding: 0px;
    width: 800px;
} 
.twoColFixLtHdr #footer p {
	margin: 0px 0px 0px 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#footercontent {
	height: 100px;
	background-image: url(../images/footer-gift-ideas_08.jpg);
	padding: 0;
	background-repeat: no-repeat;
	background-color: #5F1700;
} 

.footercontentLnk {
	color: #000000;
}
.footercontentLnk a:link {
	color: #000000;
}

.footercontentLnk a:visited {
	text-decoration: underline;
	color: #000000;
}
.footercontentLnk a:hover {
	text-decoration: none;
	color: #FA872D;
}
.footercontentLnk a:active {
	text-decoration: underline;
}

.copywright {
	color: #FA872D;
	font-size: 8pt;
	padding-top: 10px;
	margin-top: 10px;
} 

.copywright a:link {
	color: #FA872D;
	font-size: 8pt;
}

#mainContentTop {
	height: 231px;
	margin: 0px 1px 0px 0px;
	position: relative;
	top: 0px;
	left: 0px;
} 

#mainContentBottom {
	/*height: 234px;*/
	margin: 0;

	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
} 

#headertop {
	height: 38px;
	margin: 0 0 0 0px;
} 
#headerbottom {
	height: 38px;
	padding-left: 205px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 38px;
	font-style: oblique;
	margin: 0;
	margin-top: 10px;
	color: #5F1700;
	font-weight: bold;
	text-transform: capitalize;
}	

.hovermenu ul{
	height: 38px;
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	margin: 0;
	padding: 0px 1px;
}

.hovermenu ul li{
	list-style: none;
	display: inline;
	letter-spacing: 100%;
	margin: 0;
}

.hovermenu ul li a{
	padding: 0px 1.2em;
	text-decoration: none;
	float: right;
	color: #FFFFFF;
	height: 38px;
	background-image: url(../images/btn-off.gif);
	background-repeat: repeat-x;
	line-height: 36px;
	border-left-style: groove;
	border-left-width: 2px;
	margin: 0px 0px;
	border-left-color: #663300;
	background-color: #663300;
}

.hovermenu ul li a:hover{
	background-image: url(../images/btn-on.gif);
    line-height: 36px;
	border-left-style: groove;
	border-left-width: 2px;
	margin: 0px 0px;
	border-left-color: #663300;
	background-color: #663300;

}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
	border-style: none;
	margin: 0;
    line-height: 36px;
	border-left-style: groove;
	border-left-width: 2px;
	margin: 0px 0px;
	border-left-color: #663300;
	background-color: #663300;
}

.sidebarcontent {
	font-size: 8pt;
	margin: 0;
	color: #FFFFFF;
}
.sidebarcontent a:link {
	color: #FFFFFF ;
	text-decoration: underline
}

.sidebarcontent a:visited {
	text-decoration: underline;
	color: #CCCCCC;
}
.sidebarcontent a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.sidebarcontent a:active {
	text-decoration: underline;
}

#innerContent {
	background-color: #EAEBE4;
	width: 560px;
	margin: 5px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	position: relative;
	left: 205px;
	top: 2px;
	/*height: 90%;*/
}

#innerContent p {
	padding: 5px 10px 0px 10px;
	font-size: 8pt;
	line-height: 18px;
	margin: 10px 10px 10px 0px;
}

#innerContentBottom {
	background-color: #EAEBE4;
	width: 560px;
	margin: 5px 10px 5px 10px;
	padding: 10px 10px 5px 10px;
	position: absolute;
	left: 201px;
	top: 120px;
	height: 90px;
}

.innerContentBottom p {
	vertical-align: top;
}


/* Sample CSS definition for the example list. Remove if desired */
#vertmenu {
	width: 180px;
}
#vertmenu  h2 {
	border-bottom:1px dashed #5F1700;
	border-color:#5F1700;
	color:#76170E;
	font-size:9pt;
	font-style:italic;
	font-weight:bold;
	margin:9px 15px;
	padding:0px 6px 2px 0px;
	position:absolute;
	right:0px;
	top:0px;
	width:162px;
}

#vertmenu ul {
	border: none;
	position: relative;
	top: 15px;
	left: 0px;
	margin-top: 15px;
	list-style-image: url(../images/list-bullet.gif);
	list-style-position: outside;
	list-style-type: circle;
}
#vertmenu ul li {
	color: #581500;
}
#vertmenu ul li a {
	font-size: 9pt;
	display: block;
	padding: 5px 0px 0px 0px;
	text-decoration: none;
	color: #76170E;
	width: 150px;
	background-repeat: no-repeat;
}


.sidebar_link {
	font-size: 9pt;
	margin: 0;
	color: #FFFFFF;
}
.sidebar_link a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 9px;
}

.sidebar_link a:visited {
	text-decoration: underline;
	color: #CCCCCC;
}
.sidebar_link a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.sidebar_link a:active {
	text-decoration: underline;
}


#insidefooter {
	padding-top: 30px;
}
#insidefooter ul li a {

}

.style5 {font-size: 10px; line-height: 13px;}
.style6 {color: #000000}

.style1 {
	color: #FF9933;
	font-weight: bold;
	font-size: 9pt;
	background-color: #f7f7f4;
	padding: 10px 270px 10px 10px;
	line-height: 10px;
	text-transform: uppercase;
}
