/* Sand Background, set to repeat vertically */
 body 
{   
	background-color: #442f2a;
	background-image: url(../images/sand_background.jpg);
	background-repeat: repeat-x; 
	/* background-repeat: repeat-y; */
}

/*Beige Background */
.background 
{
	background-color: #E6E2D7;
}

 /* Container Table  */
 table#table1 
 {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:768px;
	background-color: #FFFFFF;
}


/* Paragraph Text */
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: left;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

/* Links */
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8B1411;
}

/* Promo/Content Table */
.home_page_promo 
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:98%;
	background-color: #f5f4ef;
	background-position: center;
	border: 1.2px solid #DDD7C8;
}

.flash_holder {
margin-left:auto;
margin-right:auto;
width:600px;
height:300px;
border: 5.2px solid #DDD7C8;
}

/* Home Page Promo Image*/
 .home_page_image
{
	padding: 7px;	
}

 div.container 
 {
	width:98%;
	margin:1%;
}

 /* Home Page Product Images*/
 table#table_products
{
	width: 96%;
		
}

 /* Home Page Product Images - Roll Overs*/

/* Footer  Text */
.footerText {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #808080;
	padding: 10px;
	text-align: center;	
}

/* Footer  Links */
.footerLinks {

	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-align: center;	
}

.footerLinks a:link     { 
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #8b1411;
	}
	
.footerLinks a:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #8b1411;
}

.footerLinks a:hover     { 
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #bf592d;
	}


/* PRODUCTS PAGES */

/* Products */
.productsContainer
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background-color: #f5f4ef;
	background-position: center;
	border: 1.2px solid #DDD7C8;
	width: 96%;
}

h6 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #336600;
	margin: 0px;
	padding: 2px;
}

.productsTable
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-style: normal;
	text-align: center;
	padding-right: 8px;
	padding-left: 8px;
	vertical-align: top;
	
}

.soldout  
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #D20000;
}

/*
.productsTable a:link 
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #8b1411;
	text-align: center;	
}

.productsTable a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #8b1411;
}

.productsTitleImage
{
	horizontal-align:center;
	padding-left: 15px;	
}
*/
.aboutTable {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #767866;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.ContactContainer {
	text-align: left;
	background-color: #f5f4ef;
}
.ContactFormText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	vertical-align: top;
}
.contentContainer {

	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color: #f5f4ef;
	background-position: center;
	border: 1.2px solid #DDD7C8;
	width: 96%;
}
img.misc_images {
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
img.product_thumb {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}

.productsTable img
{
	border: 1px solid #BF592D;
}

