/* CSS Document */
html{
  min-height:100%;
  margin-bottom:1px
}

body{
  height:100%;
  font-family:verdana;
  /*background: #303315;/*url('/images/bodybg.png')*/
  margin:0px;
  padding:0px;
  padding-top:10px;
  /*background:white url('/images/trialbg.jpg') ;*/
  
  background:url(/images/bg3.png);
  /*background-color:#3F6992;*/
  /*background-repeat:no-repeat;*/
  /*background-position:right bottom;*/
}

#content{
  margin-right:20px;
  margin-left:20px;
  border-top:1px solid black;
  border-right:1px solid black;
  border-left:1px solid black;
  border-bottom:1px solid black;
  margin-top:0px;
  margin-bottom:20px;
  padding:10px;
  background:#f8f8f8;
}

h1{
  font-size:26px;
  text-align:center;
  margin:0px;
  padding:0px;
  color:#000000;
  margin-bottom:10px;
  font-variant:small-caps;
  font-family:Verdana;
  font-weight:normal;
}

h2{
  font-size:19px;
  margin:0px;
  padding:0px;
  margin-bottom:6px;
  color:#3D0D26;
  font-variant:small-caps;
}

h3{

  margin:2px;
  padding:0px;
  color:#3D0D26;
  font-variant:small-caps;
}

h4{
  font-size:18px;
  margin:0px;
  padding:0px;
  margin-bottom:6px;
  color:#000000;
  text-align:center;
  font-variant:small-caps;
}

A:link, A:visited, A:hover, A:active{
  color:#3D0D26;
  font-size:12px;
  text-decoration:none;
}
A:hover{
  text-decoration:underline;
}

#wrapper{
  text-align:center;
}

#main_table{
  width:759px;
  margin-left:auto;
  margin-right:auto;
  border-collapse:collapse;
  border-top:1px solid black;
  border-left:1px solid black;
  border-right:1px solid black;
  border-bottom:1px solid black;
}

#menu_table{
  border-collapse:collapse;
}

#main_table td{
}

#top_cell{
  padding:0px;
  vertical-align:bottom;
  /*background:url('/images/content-bg.png');*/
  background:white;
}

#menu td{
  text-align:center;
  padding-top:10px;
  padding-bottom:10px;
  border-top:1px solid black;
  border-bottom:1px solid black;
  border-right:1px solid black;
  font-size:12px;
  background-color:white;
}


#menu .last{
  border-right:0px solid black !important;
}

#menu a:link, #menu a:hover, #menu a:visited, #menu a:active{
 color:#1B6B7A;
 font-size:12px;
 text-decoration:none;
}

#menu a:hover{
  text-decoration:underline;
}

#sub_menu{
  padding:0px;
}

#sub_menu table{
  width:100%;
  border-collapse:collapse;
  height:100%;
  margin-top:-1px;
  margin-bottom:-1px;
}

#sub_menu table td{
  background:eeeeee;
  padding-top:6px;
  padding-bottom:6px;
  text-align:center;
  /*background:url('/images/content-bg.png');*/
  background-color:white;
}

#sub_menu table td{
  border-left:1px solid black; 
}

#sub_menu table td.first{
  border-left:0px !important; 
}

#sub_menu a:link, #sub_menu a:hover, #sub_menu a:visited, #sub_menu a:active{
  color:#000000;
  font-size:11px;
  text-decoration:none;
}

#sub_menu a:hover{
  text-decoration:underline;
}



p{
  margin-top:10px;
  margin-bottom:0px;
}

#footer{
  text-align:center;
  font-size:12px;
  color:#ffffff;
  padding-bottom:4px;
  padding-top:4px;
}


#footer a:link, #footer a:visited, #footer a:active{
	color: #ffffff;
	font-size:10px;
	text-decoration: underline;
}

#footer a:hover{
	text-decoration: none;
	color: #ffffff;
}


#etsy{
  text-align:center;
  clear:both;
  margin-top:15px;
  margin-bottom:15px;
  font-size:16px;
  font-weight:bold;
}
#etsy A:link, #etsy A:visited, #etsy A:hover, #etsy A:active{
  color:#1B6B7A;
  font-size:16px;
  font-weight:bold;
}


table.standard {
	border: 1px solid #000000;
	border-collapse: collapse;
	empty-cells: show;
}
table.standard td, table.standard  th {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f5f5f5;
	empty-cells: show;
	vertical-align: top;
}
table.standard  th {
	font-size: 13px;
	color: #1B6B7A;
	background-color: #f5f5f5;
}
table.standard td.field {
	vertical-align: top;
	font-weight: bold;
	color: #000000;
	background-color: #bbb87d;
}
table.standard td.content table td {
	
	padding: 0px;
}
table.standard tr.alt td {
	background-color: #e5e5e5;
}
table.standard tr.highlighted td {
	background-color: #bbbbbb;
}

.product{
  float:left;
  margin-left:17px;
  margin-bottom:40px;
  padding:3px;
  text-align:right;
  font-weight:bold;
  color:#00000;
  font-size:12px;
}
.middle_product{
  margin-left:40px;
}
.product img{
  border:2px solid #000000;
}



.product_page{
  margin-right:30px;
}

.thumbnails img{
  border:1px solid #000000;
  margin-bottom:10px;
}

.product_page img{
  border:5px solid #000000;
}

.product_row{
  clear:both;
  margin-bottom:10px;
}

input[type=submit]{
  
  border:2px solid #ffffff;
  background-color:#1B6B7A;
  padding:3px;
  color:#ffffff;
  font-weight:bold;
}

table.cart tr.item td img{
  border:1px solid #ffffff;
}

#product_wrapper{
  margin-left:60px;
}
#index_category_wrapper{
  margin-left:40px;
  margin-top:20px;
  margin-bottom:40px;
}
.index_category{
  float:left;
  width:184px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border:2px solid #000000;
  margin-right:30px;
  text-align:center;
  background-color:#ffffff;
}


.index_category div a:link, .index_category div a:visited, .index_category div a:active, .index_category div a:hover{
	color: #1B6B7A;
	font-size:16px;
	font-weight:bold;
	text-decoration: none;
}
.index_category div a:hover
{
	text-decoration: underline;
}


.index_category img{
  border:0px;
}
