html{
	font-size:100.01%;
	background:#306754;
}
body{
	margin:0;
	color:#818181;
	font:64% Arial, Helvetica, sans-serif;
	background:#fff;
	min-width:960px;
}
img{border-style:none;}
a{text-decoration:none; color:#000;}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
.container{
	width:100%;
}
.container-top{
	width:100%;
	background:url(../images/bg-page-top.gif) repeat-x 50% 0;
}
.container-btm{
	width:100%;
	background:url(../images/bg-page-btm.gif) repeat-x 50% 100%;
}
.page{
	width:960px;
	margin:0 auto;
	position:relative;
	padding:150px 0 0;
}
/*header start*/
#header{
	width:960px;
	height:120px;
	background:url(../images/bg-header.jpg) no-repeat;
	position:absolute;
	left:0;
	top:30px;
}
/*small nav start*/
.small-nav{
	width:292px;
	height:21px;
	float:left;
	overflow:hidden;
	margin:92px 0 0 6px;
	display:inline;
	padding:0;
	list-style:none;
	font-size:10px;
	line-height:21px;
}
.small-nav li{
	float:left;
}
.small-nav a{
	float:left;
	height:21px;
	text-transform:uppercase;
	color:#6a5749;
	text-align:center;
}
a.home{
	background:url(../images/bg-home.gif) no-repeat;
	width:57px;
	padding:0 0 0 26px;
}
a.about{
	background:url(../images/bg-about-us.gif) no-repeat;
	width:75px;
	padding:0 0 0 20px
}
a.contact{
	background:url(../images/bg-contact-us.gif) no-repeat;
	width:82px;
	padding:0 0 0 32px;
}
.small-nav a:hover{
	color:#fff3ca;
	background-position:0 -21px;
	text-decoration:none;
}
/*tools bar start*/
.tools-bar{
	float:right;
	height:29px;
	overflow:hidden;
	margin:85px 18px 0 0;
	display:inline;
}
.tools-bar .left{
	float:left;
	height:29px;
	width:8px;

}
.tools-bar .right{
	float:left;
	height:29px;
	width:8px;

}
.tools-bar .tools{
	height:19px;
	padding:10px 0 0;
	float:left;

	overflow:hidden;
}
.tools-bar .login{
	float:left;
	height:19px;
	border-right:1px solid #689988;
	padding:0 8px 0 10px;
}
.tools-bar .login a{
	display:block;
	height:19px;
	background:url(../images/login-link.gif) no-repeat;
	text-indent:-9999px;
	width:134px;
	height:19px;
}
.tools-bar .cart{
	float:left;
	height:19px;
	padding:0 0 0 8px;
	overflow:hidden;
}
.tools-bar .cart strong{
	float:left;
	height:19px;
	overflow:hidden;
	width:104px;
	text-indent:-9999px;
	background:url(../images/cart-label.gif) no-repeat;
}
.tools-bar .cart .status{
	height:19px;
	line-height:19px;
	font-size:100%;
	color:#fff;
	padding:0 4px;
	float:left;
}
.tools-bar .cart .check{
	float:left;
	width:63px;
	height:16px;
	overflow:hidden;
	text-indent:-999px;
	background:url(../images/checkout-link.gif) no-repeat;
	margin:1px 0 0;
}
/*logo start*/
.logo{
	position:absolute;
	width:342px;
	height:30px;
	top:43px;
	left:55px;
	margin:0;
	z-index:100;
}
.logo a{
	display:block;
	height:60px;
	background:url(../images/logo.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
/*banner start*/
.banner{
	position:absolute;
	top:37px;
	right:17px;
	width:445px;
	height:68px;
	z-index:4;
}
.banner img{
	display:block;
}
/*top nav start*/
.top-nav{
	position:absolute;
	width:820px;
	left:0;
	top:0;
	padding:7px 75px 0;
	z-index:2;
}
.top-nav ul{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
	font-size:120%;
}
.top-nav ul li{
	display:inline;
	padding:0 3px 0 8px;
	background:url(../images/top-nav-split.gif) no-repeat left;
	margin:0 7px 0 -7px;
	
}
.top-nav ul a{
	color:#F4EAA1;
}
/*navigation bar*/
.navigation-bar{
	width:950px;
	background:url(../images/bg-navigation-bar.gif) repeat-x;
	padding:9px 0 0;
	position:absolute;
	top:150px;
	left:5px;
	z-index:3;
	height:41px;
}
.navigation-bar:after{
	display:block;
	content:"";
	clear:both;
	height:0;
}
/*menu start*/
#menu{
	float:left;
	padding:3px 0 0;
	margin:0 0 0 4px;
	list-style:none;
	/*font-weight:bold;*/
	font-size:11px;
	line-height:18px;
}
#menu li{
	float:left;
	background:url(../images/menu-split.gif) no-repeat left;
}
#menu li:first-child{
	background:none;
}
#menu li.hover,
#menu li:hover{
	position:relative;
}
#menu li.hover ul,
#menu li:hover ul{
	display:block;
}
#menu li.hover ul ul,
#menu li:hover ul ul{
	display:none;
}
#menu ul li.hover ul,
#menu ul li:hover ul{
	display:block;
}
#menu a{
	height:18px;
	float:left;
	color:#305D48;/*6a5749*/
	padding:0 6px;
}
#menu li:hover a,
#menu li.hover a,
#menu a:hover{
	color:#fff;
	background:#305D48;/*305D48*/
	text-decoration:none;
}
/**/
#menu span{
	height:18px;
	float:left;
	color:#6a5749;/*6a5749*/
	padding:0 6px;
}
#menu li:hover span,
#menu li.hover span,
#menu span:hover{
	color:#fff;
	background:#c36f4c;
	text-decoration:none;
}
/**/

#menu ul{
	position:absolute;
	top:18px;
	left:0;
	/*/border:1px solid #c5bdb8;*/ /*$ changed it*/
	border-bottom-width:2px;
	width:168px;
	background:#fff;
	padding:0 0px 0 0px; /*$ changed it padding:0 15px 0 10px;*/
	margin:0;
	font: normal 11px arial;
	list-style:none;
	/*font-size:11px;*/ /*$ changed it*/
	line-height:14px;
	/*font-weight:normal;*/ /*$ changed it*/
	display:none;
	filter: alpha(opacity=90);
}
#menu ul li{
	width:100%;
	background:none;
	border-top:1px solid #ededed; /*$ changed it edd4c9*/
}
#menu ul li:first-child{
	border:none;
}
#menu li:hover ul a,
#menu li.hover ul a,
#menu ul a{
	padding:3px 14px 5px 6px;
	width:148px;
	height:auto;
	color:#285E4B;
	background:#fff;
}
#menu ul li:hover ul a,
#menu ul li.hover ul a,
#menu ul ul a{
	padding:3px 14px 5px 6px;
	width:148px;
	height:auto;
	color:#553213;
	background:#fff;
}
#menu li:hover ul a.full,
#menu li.hover ul a.full,
#menu ul a.full{
	background:#fff url(../images/bg-full.gif) no-repeat 157px 50%;
}
#menu ul li:hover a,
#menu ul li.hover a,
#menu ul a:hover{
	color:#fff;
	background:#305D48;
}
#menu ul ul li:hover a,
#menu ul ul li.hover a,
#menu ul ul a:hover{
	color:#fff;
	background:#c36f4c;
}

#menu ul li:hover a.full,
#menu ul li.hover a.full,
#menu ul a.full:hover{
	background:#c36f4c url(../images/bg-full-hover.gif) no-repeat 157px 50%;
}
#menu ul ul{
	left:168px;
	top:0;
	clear:both;

}
/*search-form start*/
.search-form{
	width:141px;
	float:right;
	margin:0 10px 0 0;
	overflow:hidden;
	display:inline;
}
.search-form .txt{
	float:left;
	background:url(../images/bg-txt.gif) no-repeat;
	width:91px;
	height:21px;
	overflow:hidden;

}
.search-form .txt input{
	width:158px;
	padding:4px 5px 2px;
	background:none;
	border:0;
	color:#fff;
	font:10px/12px Arial, Helvetica, sans-serif;
}
.search-form .go-btn{
	float:right;
}
.shadow{
	width:100%;
	background:url(../images/bg-shadow.jpg) no-repeat;
}
.shadow-btm{
	width:100%;
	background:url(../images/bg-shadow-btm.jpg) no-repeat 0 100%;
}
/*content start*/
#content{
	width:950px;
	margin:0 auto;
	min-height:660px;
	padding:61px 0 20px;
}
.author-holder:after,
#content .holder:after{
	content:"";
	height:0;
	display:block;
	clear:both;
	overflow:hidden;
}
* html #content{ height:660px; overflow:visible;}
#content .holder{
	width:100%;
}
.tabs-area{
	float:left;
	width:676px;
	margin:0 0 0 20px;
	padding:0 0 17px;
	display:inline;
	overflow:hidden;
}
.tabs-area div.tab h2{
	height:0;
	overflow:hidden;
	margin:0;
}
.tabs-area div.tab p{
	margin:0 0 9px;
	font-size:12px;
}
.tabs-area div.tab .links{
	height:17px;
	overflow:hidden;
}
.tabs-area div.tab .links a{
	float:left;
	height:17px;
	width:96px;
	padding:0 9px 0 0;
	font:12px/17px "Trebuchet MS", Arial, Verdana, sans-serif;
	text-align:center;
	margin:0 15px 0 0;
}
.tabs-area div.tab .links a.light{
	background:url(../images/bg-light-link.png) no-repeat;
	color:#816a40;
}
.tabs-area div.tab .links a.dark{
	background:url(../images/bg-dark-link.gif) no-repeat;
	color:#fff;
}
.tabs-area div.tab ul{
	margin:0 0 18px;
	padding:0;
	list-style:none;
	background:url(../images/tab-splitter.gif) no-repeat 0 100%;
	font-size:12px;
	line-height:16px;
}
.tabs-area div.tab ul li{
	background:url(../images/tab-splitter.gif) no-repeat;
}
.tabs-area div.tab ul a{
	padding:0 0 0 16px;
	background:url(../images/bullet.gif) no-repeat 4px 50%;
	color:#7c7c7c;
}
#tab1{
	background:url(../images/bg-cards-tab.jpg) no-repeat;
	padding:71px 5px 0 313px;
	height:171px;
}
#tab2{
	background:url(../images/bg-scroll-tab.jpg) no-repeat;
	padding:71px 0px 0 250px;
	height:171px;
}
#tab3{
	background:url(../images/bg-occasion-tab.jpg) no-repeat;
	padding:71px 0px 0 325px;
	height:171px;
}
#tab4{
	background:url(../images/bg-items-tab.jpg) no-repeat;
	padding:71px 0px 0 340px;
	height:171px;
}
#tab5{
	background:url(../images/bg-favors-tab.jpg) no-repeat;
	padding:71px 0px 0 360px;
	height:171px;
}
.tabs-area .tabset{
	height:32px;
	overflow:hidden;
	background:url(../images/bg-tabset.gif) no-repeat;
	font-size:120%;
	line-height:22px;
	padding:0 0 0 20px;
	margin:0;
}
.tabs-area .tabset li{
	float:left;
	margin:0 2px 0 0;
	display:inline;
}
.tabs-area .tabset a{
	color:#dbd6cb;
	float:left;
	height:32px;
	background:url(../images/tab-link-left.gif) no-repeat;
	cursor:pointer;
}
.tabs-area .tabset a.active,
.tabs-area .tabset a:hover{
	text-decoration:none;
	background-position:0 -32px;
	color:#B7B10A;
}
.tabs-area .tabset a span{
	float:left;
	height:22px;
	background:url(../images/tab-link-right.gif) no-repeat 100% 0;
	padding:10px 16px 0;
}
.tabs-area .tabset a.active span,
.tabs-area .tabset a:hover span{
	background-position:100% -32px;
}
.column{
	float:right;
	width:214px;
	margin:-11px 20px 12px 0;
	display:inline;
	position:relative;
}
.live{
	width:196px;
	padding:23px 0 0 18px;
	height:54px;
	background:url(../images/bg-live.png) no-repeat;
	margin:0 0 13px;
}
.live h3{
	margin:0 0 10px;
}
.live h3 img{
	display:block;
}
.live h3 span{
	height:0;
	overflow:hidden;
	display:block;
}
.live .chat{
	display:block;
	overflow:hidden;
	text-indent:-999px;
	width:72px;
	height:10px;
	background:url(../images/chat-link.png) no-repeat;
}
/*blockquote-start*/
.customer{
	width:100%;
}
.customer h3{
	margin:0 0 4px;
}
.customer h3 img{
	display:block;
}
.customer h3 span{
	display:block;
	height:0;
	overflow:hidden;
}
.blockquote{
	width:100%;
	background:url(../images/bg-bq.gif) repeat-y;
}
.blockquote .top{
	background:url(../images/bq-top.gif) no-repeat;
	overflow:hidden;
	height:1%;
	padding:22px 14px 0 32px;
}
.blockquote p{
	margin:0 0 12px;
	font-size:120%;
}
.author-holder{
	width:100%;
	background:url(../images/bg-author-holder.gif) no-repeat;
}
.author-holder .author{
	float:left;
	width:118px;
	margin:0 0 0 10px;
	padding:11px 0 0;
	display:inline;
}
.author-holder .author span{
	font-size:100%;
	color:#B88C05;
}
.author-holder .author strong{
	font-size:120%;
	color:#789911;
	display:block;
}
.author-holder .author em{
	font-size:100%;
	font-style:normal;
}
.author-holder .more{
	float:right;
	width:74px;
	height:17px;
	line-height:17px;
	text-align:center;
	padding:0 9px 0 0;
	font:12px/17px "Trebuchet MS", Arial, Verdana, sans-serif;
	color:#8E8906;
	background:url(../images/bg-read-more.gif) no-repeat;
	margin:39px 0 0;
}
/*news bar*/
.news-bar{
	width:910px;
	border:1px solid #e5e5d4;
	background:#fafaf7 url(../images/bg-news.gif) repeat-y;
	margin:0 auto 20px;
	overflow:hidden;
	height:32px;
}
.news-bar h2{
	float:left;
	font:140%/32px Georgia, "Times New Roman", Times, serif;
	color:#000;
	text-transform:uppercase;
	float:left;
	width:130px;
	text-align:center;
	margin:0;
}
.news-bar .news-line{
	float:left;
	width:750px;
	padding:0 15px;/*0 17px*/
}
.news-bar .news-line div{
	width:750px;
	overflow:hidden;
	height:32px;
}
.news-bar .news-line ul{
	margin:0;
	padding:0;
	list-style:none;
	width:9999px;
}
.news-bar .news-line ul li{
	float:left;
	width:750px;/*780px*/
	height:30px;
	font-size:12px;
	line-height:32px;
}
.news-bar .news-line ul a{
	color:#816d5c;
	padding:0 0 0 18px;
	background:url(../images/news-arrow.gif) no-repeat left;
}
.news-bar .news-line ul strong{
	color:#816d5c;
	padding:0 0 0 18px;
	background:url(../images/news-arrow.gif) no-repeat left;
}
/*featured products*/
.featured{
	width:912px;
	margin:0 auto 43px;
}
.featured h2{
	margin:0 0 7px;
}
.featured h2 img{
	display:block;
}
.featured h2 span{
	display:block;
	height:0;
	width:0;
	overflow:hidden;
}
.gallery{
	border:1px solid #e5e5e5;
	background:#f2f2f2 url(../images/bg-gallery.gif) repeat-x;
	height:210px;
	width:100%;
	position:relative;
}
.gallery .frame{
	width:860px;
	height:205px;
	overflow:hidden;
	margin:0 auto;
}
.gallery .frame ul{
	height:205px;
	margin:0;
	padding:0;
	list-style:none;
	width:9999px;
	overflow:hidden;
}
.gallery .frame ul li{
	float:left;
	width:172px;
	text-align:center;
	padding:11px 0 0;
}
.gallery .frame ul p{
	font-size:12px;
	margin:4px 0 6px;
}
.gallery .frame ul .price{
	background:url(../images/bg-price.gif) no-repeat top;
	padding:5px 0 0;
}
.gallery .frame ul .price strong{
	font-size:11px;
	color:#000;
}
.gallery .frame ul .price strong span{
	color:#305D48;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.gallery a.prev,
.gallery a.next{
	width:33px;
	height:27px;
	overflow:hidden;
	position:absolute;
	text-indent:-999px;
	background:url(../images/next-btn.gif) no-repeat;
	top:89px;
	right:-8px;
}
.gallery a.prev{
	background:url(../images/prev-btn.gif) no-repeat;
	left:-8px;
}
/*products list start*/
.products{
	padding:0;
	list-style:none;
	overflow:hidden;
	width:948px;
	margin:0 auto 43px;
	background:url(../images/bg-products.gif) repeat-y;
	color:#818181;
}
.products li{
	float:left;
	width:226px;
	background:url(../images/bg-products-item.png) no-repeat;
	margin:0 1px 0 0;
	display:inline;
	text-align:center;
	padding:11px 5px 0;
	min-height:244px;
}
* html .products li{ height:244px; overflow:visible;}
.products h3{
	color:#9b9b9b;
	font-size:140%;
	margin:0 0 11px;
}
.products a img{
	vertical-align:top;
}
.products p{
	font-size:120%;
	margin:8px 0;
	padding:0 15px;
}
.products .more{
	background:url(../images/bg-products-more.gif) no-repeat top;
	padding:5px 0 0;
}
.products .more a{
	color:#316855;
	font:120% "Trebuchet MS", Arial, Verdana, sans-serif;
	padding:0 14px;
	background:url(../images/bg-more.gif) no-repeat right;
}
/*info bar start*/
.info-bar{
	width:864px;
	margin:0 auto 15px;
	border:1px solid #dddbdb;
	background:#fff;
	overflow:hidden;
	padding:9px 17px;
}
.info-bar .accept{
	float:left;
	margin:0 48px 0 0;
	height:22px;
	overflow:hidden;
}
.info-bar .accept strong{
	float:left;
	font-size:120%;
	line-height:183%;
	color:#000;
	margin:0 20px 0 0;
}
.info-bar .accept ul{
	margin:0;
	padding:0;
	list-style:none;
	height:22px;
	overflow:hidden;
	float:left;
}
.info-bar .accept ul li{
	float:left;
	margin:0 3px 0 0;
	display:inline;
}
.info-bar .links a,
.info-bar .courier ul a,
.info-bar .accept ul a{
	float:left;
	overflow:hidden;
	text-indent:-9999px;
	height:22px;
}
a.mastercard{
	width:36px;
	background:url(../images/mastercard.png) no-repeat;
}
a.visa{
	background:url(../images/visa.png) no-repeat;
	width:34px;
}
a.google{
	width:53px;
	background:url(../images/google.png) no-repeat;
}
a.pay{
	width:72px;
	background:url(../images/pay.png) no-repeat;
}
.info-bar .courier{
	float:left;
	overflow:hidden;
	height:22px;
}
.info-bar .courier strong{
	float:left;
	font-size:120%;
	line-height:183%;
	color:#000;
	margin:0 15px 0 0;
}
.info-bar .courier ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	height:22px;
	overflow:hidden;
	width:329px;
}
.info-bar .courier ul li{
	float:left;
	margin:0 3px 0 0 ;
	display:inline;
}
a.ups{
	background:url(../images/ups.png) no-repeat;
	width:19px;
}
a.fedex{
	background:url(../images/fedex.png) no-repeat;
	width:64px;
}
.info-bar .links{
	float:left;
	padding:0;
	margin:0;
	overflow:hidden;
	height:22px;
}
.info-bar .links li{
	float:left;
	margin:0 3px 0 0;
	display:inline;
}
a.link1{
	width:42px;
	background:url(../images/link1.png) no-repeat;
}
/*site map start*/
.site-map{
	width:100%;
	overflow:hidden;
}
.site-map .col{
	float:left;
	width:180px;
	margin:0 0 0 56px;
	display:inline;
}
.site-map h3{
	font-size:140%;
	margin:0 0 3px;
	color:#2C5547;
}
.site-map ul{
	margin:0 0 6px;
	padding:0;
	list-style:none;
	font-size:120%;
	line-height:150%;
}
.site-map ul a{
	color:#56513B;
}
/*network start*/
.network{
	background:url(../images/bg-network.png) no-repeat;
	height:34px;
	width:960px;
	overflow:hidden;
}
.network ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:120%;
	color:#fff;
	font-weight:bold;
	line-height:34px;
}
.network ul li{
	display:inline;
	margin:0 0 0 20px;
}
.network ul a{
	color:#fff;
	font-size:100%;
	font-weight:normal;
}
/*footer start*/
.footer-holder{
	width:100%;
	background:#305D48;
}
#footer{
	width:805px;
	padding:10px 112px 10px 44px;
	margin:0 auto;
	overflow:hidden;
	color:#fff;
}
#footer p{
	font-size:120%;
	font-weight:bold;
	margin:0;
}
#footer .by{
	float:right;
}
#footer .by p{
	font-weight:normal;
}
#footer .by p a{
	color:#fff;
}
