@charset "utf-8";
/* CSS Document */
html, body{
	height:100%;
}
body{
	padding:0;
	margin:0;
	background-image:url(../images/background.gif);
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #494940;
}
ul li{
	list-style-image: url(../images/bullet.gif)
}

a{
	color:#835e0d;
}
input{
	background-color:#FFFFFF;
}
h2{
	font-weight:100;
	font-size: 20px;
	margin-top: 3px;
	margin-bottom: 7px;
}

div.mainContainer{
	margin-left:auto;
	margin-right:auto;
	display: table;
	width: 71%;
	min-width: 980px;
	max-width: 1100px;
	background-color:#f9f9f3;
}
div.indexHeaderContainer{
	height: 521px;
	padding-top: 35px;
	margin-left:38px;
	background-image:url(../images/indexbg.jpg);
	background-repeat:no-repeat;
	background-position:right;
	position:relative;
}
div.insideHeaderContainer, div.itemHeaderContainer{
	height: 227px;
	padding-top: 35px;
	margin-left:38px;
	background-image:url(../images/insidebg.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	position:relative;
}
div.itemHeaderContainer{
	background: none;
}
.itemMainContainerBg{
	background-image:url(../images/insidebg.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}
div.indexVertItemsHolder{
	width:150px;
}
div.itemPreview{
	height:142px;
	width: 142px;
	padding: 4px;
	background-image:url(../images/frame.gif);
}
div.itemPreview img{
	border:none;
	padding:0;
	margin:0;
	height:142px;
	width: 142px;
}
div.indexMenuHolder{
	position:absolute;
	left: 180px;
	top: 35px;
	width: 600px;
}
div.insideMenuHolder{
	position:absolute;
	left: 0;
	top: 35px;
	width: 750px;
}
div.indexMenuHolder ul, div.insideMenuHolder ul{
	float:left;
	margin-left:0;
	padding-left: 0;
	margin-right: 40px;
	margin-top: 0;
}
div.indexMenuHolder ul li, div.insideMenuHolder ul li{
	margin-bottom: 23px;
	margin-left:0;
	padding-left:20px;
	background-image:url(../images/index_bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
}
div.insideMenuHolder ul li{
	background-image:url(../images/inside_bullet.gif);
	font-size: 14px;
	margin-bottom: 14px;
}
div.indexMenuHolder ul li a, div.insideMenuHolder ul li a{
	color:#000000;
	text-decoration:none;
	background-image:url(../images/dotted_link.gif);
	padding-bottom: 3px;
	background-position:bottom;
	background-repeat:repeat-x;
}
div.indexMenuHolder ul li a:hover, div.insideMenuHolder ul li a:hover{
	color:#c03317;
}
li.extraMenuItem{
	font-size: 18px;
	font-style:italic;
	background-image:none!important;
	color:#76766b;
}
li.extraMenuItem a:link{
	color:#76766b; 
}

div.indexLogoHolder{
	position:absolute;
	width: 47%;
	height:147px;
	right: 38px;
	bottom: 0;
	z-index: 100;
}
div.insideLogoHolder{
	position:absolute;
	width: 47%;
	height:80px;
	width: 310px;
	right: 45px;
	bottom: 10px;
}
.welcomeText{
	position:absolute;
	color: #c03317;
	font-size: 12px;
	font-weight: bold;
	right: 18px;
	width:47%;
	top: 535px;
	z-index: 200;
}
div.indexContentHolder, div.insideContentHolder{
	float:none;
	font-size: 15px;
	line-height: 21px;
	padding: 0 0 48px 0;
	position:relative;
	width: 100%;
	display: table;
}
div.insideContentHolder{
	padding: 0 ;
}
div.indexContentHolderCol1{
	width: 48%;
	margin-right: 45px;
	text-align:justify;
	padding-top: 33px;
	float:left;
}
div.indexContentHolderCol2{
	float:left;
	width: 47%;
	text-align:justify;
	padding-top: 33px;
}
.indexContentWhiteSpace{
	margin: 0 38px;
}
div.indexFooterContainer{
	background-color:f9f9f3;
}
div.indexBottomItemsRow{
	margin: 0 12px;
	background-color: #f9f9f3;
}
div.indexBottomItemsRow table{
	width:100%;
	padding-left:13px;
	padding-right:13px;
}
div.indexBottomItemsRow table td{
	text-align:center;
	font-size: 12px;
}
div.indexBottomItemsRow table td div{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
}
div.footer{
	clear:left;
	float:none;
	position:relative;
}
div.stopper{
	width: 875px;
	height: 0;
	display: table;
	line-height:0;
}
div.credits{
	color:#adadad;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding: 34px 0 13px 38px;
	width: 680px;
	float:left;
}
div.credits a{
	font-size: 11px;
	color:#818176;
	text-decoration:none;
	margin-bottom: 3px;
	display:block;
}
div.credits a:hover{
	text-decoration:underline;
}
div.footerCards{
	width: 180px;
	padding-right: 38px;
	padding-top: 20px;
	float:right;
	text-align:center;
}
div.footerCards h3{
	font-style:italic;
	margin-bottom: 7px;
	font-size:18px;
	font-weight:100;
	color: #76766b;
	margin-top:0;
}
.bigStart{
	font-size: 38px;
	display:block;
	float:left;
	height: 26px;
	padding: 10px 1px 0 0;
}
table.catalogPreview {
	width: 100%;
	min-width: 950px;
}
table.catalogPreview td{
	text-align:center;
	padding-bottom: 30px;
	font-size: 12px;
}
table.catalogPreview td div{
	margin:0 auto 3px auto;
}
.catalogHeader{
	background-image:url(../images/artdeco_element.gif);
	background-repeat:repeat-x;
	margin:0 38px;
	height: 66px;
}
.catalogHeader h1{
	margin-top: 0;
	font-size: 25px;
	font-weight:100;
	background-color:#f9f9f3;
	display:inline;
	padding-right: 8px;
}
.itemCatalogHeader{
	background: none;
	height: 40px;
}
.itemCatalogHeader a{
	color: #c03317;
	text-decoration:none;
	font-size: 13px;
}
.itemPictureContainer{
	background-image:url(../images/artdeco_elementbot.gif);
	background-repeat:repeat-x;
	display: table;
	padding-top: 20px;
	width: 100%;
}

.catalogFooter{
	background-image:url(../images/artdeco_elementbot.gif);
	background-repeat:repeat-x;
	margin:0 38px;
	padding-top: 15px;
	height: 25px;
	font-size: 11px;
	position:relative;
}
.catalogItemFooter{
	background-image:url(../images/artdeco_elementbot.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	display:table;
	width: 100%;
	padding-bottom: 22px;
	margin:0;
	padding-top: 15px;
	height: 25px;
	font-size: 11px;
	position:relative;
}

.catalogDescript{
	width: 600px;
	float:left;
}
.catalogItemFooter .catalogDescript{
	display: table;
	width:100%;
	line-height:18px;
}
.pagination, .pagination_bottom{
	float:right;
	margin-right: 10px;
	background-color: #f9f9f3;
	font-size: 12px;
}
.pagination_bottom{
	margin-right: 0;
	width: 130px;
	text-align:center;
	position:absolute;
	right:0;
	top: 0;
	clear:right;
}
.pagination_bottom div{
	font-family:Verdana, Helvetica, sans-serif;
	margin-bottom: 5px;
}
.pagination_bottom div a{
	margin: 0 0 0 4px;
	color: #c44328;
}
.pagination span{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 4px;
}
.pagination a {
	text-decoration:none;
	color:#c44328;
}
#current {
	background-image:url(../images/index_bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
}
#current a{
	font-weight: bold;
	background:none;
}
.shoppingCard{
	clear:left;
	margin-left: 38px;
	padding-top: 15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-collapse: collapse;
}
.shoppingCard table{
	margin-top: 10px;
}
.shoppingCard td{
	padding: 4px 10px 4px 0 ;
	background-image:url(../images/shoppingcard_bg.gif);
	background-repeat:repeat-x;
	border-collapse: collapse;
}
.addItem{
	width: 209px;
	height: 28px;
	padding-bottom: 2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	border: none;
	cursor: hand;
	cursor:pointer;
	margin-top: 6px;
	background-image:url(../images/additem.gif);
}
.quantity input{
	border: 1px solid #d6a539;
}
