BODY {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Georgia, serif;
    background: #620A0E url("../images/bg/body-bg.jpg") repeat-x left top;
    font-size: 12px;
    line-height: 120%;
}
A {
	text-decoration: none;
	color: #F1A50B;
}
A:HOVER {text-decoration: underline;}
IMG {border: none;}
LABEL {cursor: pointer;}
H1, H2, H3, H4, H5, H6, P, UL, FORM {
	padding: 0;
	margin: 0;
}

.relax {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/*  Page  */
#page {
    margin: auto;
    text-align: left;
    width: 911px;
}

/*  Header  */
.header, .content, .footer {
	float: left;
	width: 100%;
}
.header {background: url("../images/bg/header-bg.jpg") no-repeat left top;}

/* Main Navigation */
.header UL.main-nav {
	margin: 0 0 0 70px;
	float: left;
	display: inline;
}
.header UL.main-nav LI {
	list-style: none;
	float: left;
	width: 156px;
	font-size: 12px;
	line-height: 100%;
	text-transform: uppercase;
	text-align: center;
	background: url("../images/bg/main-nav-selector.jpg") no-repeat right top;
	padding: 17px 0 13px 0;
}
.header UL.main-nav LI.last {background: none;}

/* Image Frame */
.header .image-frame {
	background: url("../images/pictures/header-image.jpg") no-repeat top left;
	width: 100%;
	height: 359px;
	float: left;
}
.header .image-frame-letter {
	background: url("../images/pictures/header-image-small.jpg") no-repeat top left;
	width: 100%;
	height: 150px;
	float: left;
}
.header .image-frame A.card {
	float: right;
	background-position: top left;
	background-repeat: no-repeat;
	width: 260px;
	height: 135px;	
	text-indent: -5000px;
	margin-top: 10px;
	cursor: pointer;
}
.header .image-frame A.card.house {
	background-image: url("../images/pictures/santa-house.png");
	margin-right: 17px;
}
.header .image-frame A.card.letter {
	background-image: url("../images/pictures/letter-from-santa.png");
	margin-right: 1px;
}

/* Logo */
.header .image-frame .logo {
	float: right;
	margin: 53px 36px 0 0;
	display: inline;
}
.header .image-frame-letter .logo {
	float: right;
	margin: 53px 36px 0 0;
	display: inline;
}
.header .image-frame .logo A {
	background: url("../images/logo.png") no-repeat top left;
	width: 548px;
	height: 84px;
	display: block;
	cursor: pointer;
	text-indent: -5000px;
	outline: none;
}
.header .image-frame-letter .logo A {
	background: url("../images/letter-logo.png") no-repeat top left;
	width: 300px;
	height: 147px;
	display: block;
	cursor: pointer;
	text-indent: -5000px;
	outline: none;
}

/*  Content  */
.content {
	margin-top: -24px;
	position: relative;
	z-index: 10;
}
/*formats the mini cart subtotal  in the right menu*/
.cartsubtotalminicart{
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: normal;
font-weight: bold;
text-align: right;	
}
/*formats the links in the minicart*/
.cartminilinks{
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: xx-small;
font-style: normal;
font-weight: bold;
text-align: left;
padding-left: 20px;
}
.cartminilinks a:link{
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: xx-small;
font-style: normal;
font-weight: normal;
text-align: left;
}
.cartminilinks a:visited{
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: xx-small;
font-style: normal;
font-weight: normal;
text-align: left;
}
.cartminilinks a:hover{
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: xx-small;
font-style: normal;
font-weight: normal;
text-align: left;
}
.cartminilinks a:active{
color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: xx-small;
font-style: normal;
font-weight: normal;
text-align: left;
}

/* Button */
.submitbtn {
   color:#000000;
   font-family: Tahoma,Arial, Helvetica, sans-serif;
   background-color: #FFFFFF;
   font-size: x-small;
   font-weight: bold;
   border:1px solid #aaaaaa;
}
.menuhdr{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : #B3B7BB;
	color : White;
	font-size : x-small;
	font-weight : bold;
	padding : 4px 0px 4px 2px;
	text-align : left;
}
/* Side Menu */
.side-menu, .side-content {width: 220px;}
.side-menu {float: left;}
.side-menu .top, .side-menu .bottom, .side-menu .center, 
.side-content .top, .side-content .bottom, .side-content .center {
	float: left;
	width: 100%;
}
.side-menu .top, .side-menu .bottom, .side-content .top, .side-content .bottom {
	font-size: 1px;
	line-height: 0;
}
.side-menu .top, .side-content .top {
	background: url("../images/bg/dark-t.gif") no-repeat top left;
	height: 6px;
}
.side-menu .bottom, .side-content .bottom {
	background: url("../images/bg/dark-b.gif") no-repeat top left;
	height: 5px;
}
.side-menu .center, .side-content .center {background-color: #430407;}
.side-menu UL, .side-content UL {
	width: 100%!important;
	width: 86%;
	float: left;
	padding-bottom: 20px;
	position: relative;
}
.side-menu UL LI {
	list-style: none;
	float: left;
	width: 100%;
	padding-bottom: 8px;
}
.side-menu UL LI A {
	background: url("../images/icons/list-style.gif") no-repeat left 2px;
	padding-left: 18px;
	display: block;
	float: left;
	font-size: 12px;
}
.side-menu FORM SELECT {
	width: 166px;
	border: 1px solid #900E12;
	background-color: #430407;
	color: #D7292E;
}

/* Box */
.box {
	width: 214px;
	float: left;
	background: url("../images/bg/box-grad.jpg") repeat-x top left;
	margin: -3px 0 0 3px;
	display: inline;
	position: relative;
	z-index: 20;	
}
.box .top-left {background: url("../images/bg/box-tl.gif") no-repeat top left;}
.box .top-right {
	background: url("../images/bg/box-tr.gif") no-repeat top right;
	padding: 16px 6px 22px 24px;
}
.box H3 {
	padding-bottom: 20px;			
	font-size: 14px;
	color: #fff;
}


/* Main Content */
.index-content {
	width: 621px;
	float: left;
	margin-left: 26px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	display: inline;
}
.main-content {
	width: 421px;
	float: left;
	margin-left: 26px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	display: inline;
}
.main-content IMG.left, .index-content IMG.left {
  float: left;
  margin-top: 5px;
  margin-right: 15px;
  margin-bottom: 5px;
}
.main-content IMG.left-box, .index-content IMG.left-box {
  float: left;
  margin-top: 5px;
  margin-right: 15px;
  margin-bottom: 5px;
  background-color: #FFFFFF;
  padding: 10px;
}
.main-content IMG.right-box, .index-content IMG.right-box {
  float: right;
  margin-top: 5px;
  margin-left: 15px;
  margin-bottom: 5px;
  background-color: #FFFFFF;
  padding: 10px;
}  
.main-content IMG.left-clr {
  clear: right;
}
.main-content IMG.right, .index-content IMG.right {
  float: right;
  margin-top: 5px;
  margin-left: 15px;
  margin-bottom: 5px;
}
.main-content P, .main-content-drop P {
  font-size: 14px;
	color: #FFFFFF;
	line-height: 150%;
}
.main-content-drop P:first-letter {
  font-size: 300%;
  float: left;
  color: #FFFFFF;
  line-height: 100%;
  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 0px;
  font-family: "old english text mt", "bookman old style", "serif";
}

.main-content H1, .index-content H1 {
	font-size: 22px;
	color: #F1A50B;
	line-height: 100%;
	
}
.main-content H2, .index-content H2 {
	font-size: 18px;
	color: #F1A50B;
	line-height: 100%;
}
.main-content UL, .main-content OL {
margin: 0 0 0 22px;}

.main-content H3, .index-content H3 {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 140%;
	}
.main-content H3 SPAN {display: block;}
.main-content H3 SPAN.top, .main-content H3 SPAN.bottom, .main-content H3 SPAN.center {float: left;}
.main-content H3 SPAN.top, .main-content H3 SPAN.bottom {
	font-size: 1px;
	line-height: 0;
	height: 5px;
	width: 100%;
}
.main-content H3 SPAN.top {background: url("../images/bg/main-content-h3-t.gif") no-repeat top left;}
.main-content H3 SPAN.bottom {background: url("../images/bg/main-content-h3-b.gif") no-repeat top left;}
.main-content H3 SPAN.center {
	background-color: #430407;
	padding: 15px 14px 10px 28px;
	width: 379px!important;
	width: 100%;
}


/* Product List */
.main-content UL.product-list {
	margin: 0 0 0 28px;
	width: 372px;
	font-size: 14px;
	color: #F1A50B;
	line-height: 120%;
}
.main-content UL.product-list LI, .main-content UL.product-list A {
	font-size: 14px;
	line-height: 120%;
	color: #F1A50B;
}
.main-content UL.product-list LI {
	list-style: none;
	border-bottom: 2px solid #430407;
	padding: 14px 0 14px 0;
	float: left;
	width: 100%;
}
.main-content UL.product-list LI A.photo {float: left;}
.main-content UL.product-list LI DIV.frame {
	float: right;
	width: 200px;
}
.main-content UL.product-list LI P, .side-content P {margin-top: 8px;}
.main-content UL.product-list LI P STRONG, .side-content P STRONG {color: #fff;}
.main-content UL.product-list LI A.btn {
	float: left;
	font-size: 10px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}
.main-content UL.product-list LI A.btn:HOVER {text-decoration: none;}
.main-content UL.product-list LI A.btn.details {
	background: #430407 url("../images/buttons/button-details-l.gif") no-repeat left top;
	color: #D7292E;
	margin-top: 22px;
}
.main-content UL.product-list LI A.btn.add {
	background: #F5B203 url("../images/buttons/button-add-l.gif") no-repeat left top;
	color: #430407;
	margin-top: 4px;
}
.main-content UL.product-list LI A.btn SPAN {
	float: left;
	padding: 0 30px 0 9px;
}
.main-content UL.product-list LI A.btn.details SPAN {
	background: url("../images/buttons/button-details-r.gif") no-repeat right top;
}
.main-content UL.product-list LI A.btn.add SPAN {
	background: url("../images/buttons/button-add-r.gif") no-repeat right top;
}
.blockquote {
    border-width: 1px;
    border-color: #F1A50B;
    border-top-style: solid;
    border-bottom-style: solid;
    margin:5px 0px 5px 0px;
    padding:25px 25px 25px 25px;
    color:#F1A50B;
    font-size:16px;
    font-weight: bold;
    line-height:22px;
}
.testimonial {
    width: 525px;
    background: url("../images/blockquote.png") no-repeat left top;
    border-width: 1px;
    border-color: #F1A50B;
    border-top-style: solid;
    margin:5px 0px 5px 0px;
    padding:25px 25px 10px 25px;
    color:#F1A50B;
    font-size:12px;
    line-height:15px;
}
.testimonial-author {
    float: right;
    color: #CCCCCC;
    font-weight: bold;
    margin-top: -10px;
}
.order-now, .order-now A {
  float: right;
  clear: left;
  margin: 2px;
  padding: 2px;
  color: #F1A50B;
  font-size: 12px:
}
.list {
  float: left;
  font-size: 14px;
	line-height: 120%;
	color: #FFFFFF;
}
.list LI {
  padding-bottom: 10px;
}
.list H3 {
	font-size: 18px;
	font-weight: bold;
	color: #F1A50B;
	line-height: 140%;
	}

/* Side Content */
.side-content {float: right;}
  
.side-content P {
  font-size: 13px;
	color: #FFFFFF;
	line-height: 140%;
	padding-bottom: 5px;
	}
.side-content UL LI, .side-content UL LI A {
	list-style: none;
	color: #F1A50B;
	padding-bottom: 2px;
	width: 100%;
}
.side-content IMG {
  padding-left: 10px;
  padding-right: 0px ;
}
.side-content-caption {
  color: #CCCCCC;
  font-size: 11px;
  padding-left: 10px;
  padding-bottom: 30px;
  width: 85%;
}

/*  Order Form  */
.form {
  margin-left: -25px;
  margin-right: 25px;
  padding-top: 13px;
  padding-right: 15px;
  padding-bottom: 17px;
  padding-left: 15px;
 }
.form-instruction {
  float: left;
  margin-left: -100px;
  font-size: 18px;
	font-weight: bold;
	color: #F1A50B;
}
.form-caption {
  float: left;
  padding-right: 10px;
  font-size: 12px;
  color: #FFFFFF;
}
.form INPUT, .form SELECT, .form TEXTAREA, .form CHECKBOX {
  float: right;
}
.form-letter-styles  {
  list-style-type: none;
}

.form-subscript {
  float: left;
  font-size: 12px;
	color: #F1A50B;
}


/*  Footer  */
.footer {
	border-top-style: solid;
	border-top-width: 1px;
  border-color: #D7292E;
  margin-top: 20px;
  padding: 20px 0;
	text-align: center;
}
.footer P, .footer P A {color: #D7292E;}
.footer P A {margin: 0 4px;}

.aprax-content {
	color: #FFFFFF;
	width: 421px;
	float: left;
	margin-left: 26px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	display: inline;
}
