/* CSS Document */
/* background dark tan: #F1EEE1 */
/* brown: #664E3D; */
/* pink: #F9E0E7 */
/* dark pink: #EA839E; */
/* green: #96C5BF; */

html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #F1EEE1;
    background-image: url(/images/stbg.jpg); background-attachment: fixed;
	font-family:  century gothic;
	font-size: 12px;
	color: #000000;
	
}
/* SMALL FONT SIZE */
.smfont { 

text-decoration: none; 
	font-family:  century gothic;
	font-size: 20px;
	color: #c00000;
}

/* ACCENTED FONT */
.accent { 
font-style: italic; 
	width: 18%;
	text-align: right;
}

.p_layout { 
margin-top: 10; margin-bottom: 10; 
	text-align: left;
	padding: 10px;
}
.content {
	margin: 30px;
	padding: 0px;
    text-align:left;
	font-family:  century gothic;
	font-size: 14px;
	color: #664e3d;
	
}

/* BOLD FONT */
.boldtext { 
font-weight: bold; 
letter-spacing:1px;
margin-bottom:3px;
margin-top:15px;
padding-bottom:3px;
border:0px dotted;
border-color:#c00000;
text-transform:uppercase;
text-align: left;
font-family:Georgia, Trebuchet MS, Arial, sans-serif;
font-size:16px;
color: #404040;
	background-color: #F1EEE1;
}
.smfont { 
font-size: 8pt; 
text-decoration: none; 
font-family:Georgia, Trebuchet MS, Arial, sans-serif;
}

/* ANCHOR STYLES */
a {
	color: #c00000;
}
a:hover {
	color: #000000;
}
h1 {
	font-family: century gothic;
	font-size: 22px;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 6px;
	padding: 0px;
	font-weight: normal;
}

h1.sidemenu {
	font-family:  century gothic;
	font-size: 22px;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 6px;
	padding: 0px;
	font-weight: normal;
}

h1.prodheading {
	text-align: right;
	padding-right: 10px;
}

h2 {
	font-family:  century gothic;
	font-size: 20px;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 6px;
	padding: 0px;
	font-weight: normal;
}

h3 {
	font-family:  century gothic;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

h4 {
	font-family:  century gothic;
	font-size: 16px;
	color: #000000;
	margin-top: 3px;
	margin-bottom: 6px;
	padding: 0px;
	font-weight: normal;
}

p, ul {
	margin-top: 0px;
	margin-bottom: 10px;
	color: #000000;
}
	

#centeringTable {
	width: 100%;
	height: 100%;
}

#whitePaddedBorder {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	padding: 0px;
	width: 916px;
}

#pinkBorderTable {
	width: 916px;
	height: 560px;
	border: 0px solid #664e3d;
}

#headerTableCell {
	background-image: url(images/header-bg.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	height: 146px;
}

#headerTableCellInner {
	width: 916px;
	height: 146px;
}

#headerTableCellInner .left {
	width: 187px;
}

#headerTableCellInner .right {
	width: 465px;
}

#headerTableCellInner .right img {
	display: block;
	margin-top: 66px;
	margin-left: 125px;
	border: 0px none;
}

#topMenuCell {
	border-top: 0px dotted #664e3d;
	border-bottom: 0px dotted #664e3d;
	background-color: #ffffff;
}

#bottomMenuCell {
	border-top: 2px dotted #664e3d;
	border-bottom: 2px dotted #664e3d;
	background-color: #000000;
}

#topMenuCell, {
	height: 30px;
	font-family:  century gothic;
	font-size: 15px;
	color: red;
	/*font-weight: bold;*/

}

#bottomMenuCell {
	height: 30px;
	font-family:  century gothic;
	font-size: 15px;
	color: #000000;
	/*font-weight: bold;*/

}
#topMenuCell ul, #bottomMenuCell ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#topMenuCell ul li,  {
	padding: 0;
	margin: 0;
	float: left;
	padding-left: 15px;
	color: #000000;
}
#bottomMenuCell ul li {
	padding: 0;
	margin: 0;
	float: left;
	padding-left: 15px;
}
#topMenuCell a,  {
	color: #ffffff;
	text-decoration: none;

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

}

#topMenuCell a:hover,  {
	color: red;
	text-decoration: none;
}

 #bottomMenuCell a:hover {
	color: red;
	text-decoration: none;

}
#footerCredit {
	float: right;
	padding-right: 15px;
	padding-top: 3px;
}
#footerCredit a {
	font-size: 9px;
	font-family:  century gothic;
	float: right;
}

#twoColumnTable {
	width: 100%;
}

#twoColumnTable .twocleft {
	width: 200px;
}

#sideMenuTable {
	width: 180px;
	padding-left: 5px;
	margin-right: 20px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}

#sideMenuTable td {
	padding: 5px;
	padding-left: 10px;
	border-bottom: 1px solid #F9E0E7;
}

#sideMenuTable td.noborder {
	border-bottom: 0px none;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#sideMenuTable a {
	text-decoration: none;
	color: #EA839E;
}

#sideMenuTable .bullet {
	padding-left: 25px;
	background-image: url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position: 10px center;
}

#sideMenuTable .bullet a {
	color: #664E3D;
}

#sideMenuTable a:hover {
	color: #96C5BF;
}

#sideMenuTable .subcat {
	padding-left: 25px;
	color: #EA839E;
}

#infoTable {
	width: 696px;
	background: url(/images/info-background.gif) top right no-repeat;	
}

#infoTable .infoleft {
/*padding-top: 15px;*/
padding-left: 10px;

}

#infoTable .inforight {
	width: 315px;	
	padding-right:0px;
	font-family: tahoma;
	color: #96C5BF;
	font-weight:bold;
}

#infoTable .inforight h1 {
	text-transform: lowercase;
	font-size: 20px;
	font-family:  century gothic;
	color: #EA839E;
	font-weight: normal;
	line-height: 15px;
	margin-top: 5px;
	margin-bottom: 6px;
	padding: 0px;
}

#infoTable .inforight p {
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: tahoma;
	font-size: 10px;
	color: #96C5BF;
	font-weight:bold;
}


.imgright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.imgleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.pinkborder {
	padding: 15px;
	border: 1px solid #F9E0E7;
}

.textbox, .widetextbox {
	padding: 2px;
	border: 1px solid #f9e0e7;
	font-size: 12px;
	width: 250px;
	margin: 0px;
	font-family:  century gothic;
}
.widetextbox {
	width: 350px;
}

.smalltextbox {
	padding: 1px;
	border: 1px solid #f9e0e7;
	font-size: 12px;
	width: 125px;
	margin: 0px;
	font-family:  century gothic;
}

.submit {
	/*padding: 10px;*/
	border: 1px solid #96C5BF;
	color: #EA839E;
	background-color: #ffffff;
	cursor:pointer;
	text-transform: lowercase;
	font-size: 14px;
	margin: 0px;
	height: 22px;
}
.smallsubmit {
	border: 1px solid #96C5BF;
	color: #EA839E;
	background-color: #ffffff;
	cursor:pointer;
	text-transform: lowercase;
	font-size: 8px;
	margin: 0px;
}

span.bigquotes {
	font-size: 40px;
	font-family:  century gothic;
	float: left;
	/*line-height: 40px;*/
	/*border: 1px solid #ff0000;*/
	margin: 0px;
	padding: 0px;
	margin-bottom: -60px;
	margin-top: -7px;
	color: #f4acbf;
}

span.bigqa {
	font-size: 22px;
	font-family:  century gothic;
	float: left;
	/*line-height: 40px;*/
	/*border: 1px solid #ff0000;*/
	margin: 0px;
	padding: 0px;
	margin-bottom:-10px;
	margin-top: -8px;
	margin-right: 5px;
	color: #96C5BF;
}

.greenbold {
	color: #664e3d;
	font-weight: bold;
	font-style: normal;
}

.pinklabel {
	font-family:  century gothic;
	font-size: 12px;
	color: #EA839E;
}

.cart-headerrow th {
	text-decoration: underline;
}
.cart-prirow td {
	border-bottom: 1px dotted #d6eeed;
}
.cart-secrow td {
	border-bottom: 1px dotted #d6eeed;
}

/* CATEGORIES */

.catimage {
	margin: 0px auto;
	/*border: dashed 1px #96C5BF;*/
}

P.catname {
	margin-top: 0px;
	margin-bottom: 14px;
	vertical-align:top;
	text-align: center;	
	display: none;
}

P.catname a {
	text-decoration: none;
	font-family:  century gothic;
	font-size: 13px;
	color: #000000;
}

TD.catname{
	text-align: center;
}

/* PRODUCTS */

.prodimage {
	margin: 0px auto;
	border: dashed 1px #c1d6e6;
}

P.prodname {
	margin-top: 0px;
	vertical-align:top;
	text-align: center;
	font-family: Tahoma, arial;
	font-size: 10px;
	color: #776c55;
	text-decoration: none;
}

.prodname a {
	font-family: Tahoma, arial;
	font-size: 10px;
	text-decoration: none;
	color: #776c55;
	font-weight: bold;
}

TD.prodname{
	text-align: center;
}

.proddescription {
	font-family: tahoma, arial;
	
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.prodprice, .price {
	font-weight: bold;
	font-family: Tahoma, arial;
	font-size: 11px;
	color: #776c55;
}

.listprice {
	font-family: Tahoma, arial;
	font-size: 12px;
	color: #776c55;
}

.zoom, .zoom a{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: Tahoma, arial;
	font-size: 10px;
	text-decoration: none;
	color: #776c55;
	font-weight: bold;
}

.pagenums {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: Tahoma, arial;
	font-size: 10px;
	text-decoration: none;
	color: #776c55;
	font-weight: bold;
}

.pagenums a {
	text-decoration: none;
	color: #EA839E;
	font-size: 10px;
}

.promoheading {	
	font-family: tahoma, arial;
	font-size: 12px;
	color: #b0cdd1;
	font-weight: bold;
}

#headingDiv {
	padding-left: 15px;	
}

#headingDiv h1 {
	font-size: 22px;
}

hr {
	height: 0px;
	border: 0px none;
	width: 99%;
	display: block;
	border-top: 1px dashed #EA839E;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	line-height: 1px;	
}

* html hr {
	margin-top: -5px;
}

.testimonials p {
	text-align: justify;
}

#contactus label {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
}

.prodtable td {
	padding-top: 5px;
	padding-bottom: 5px;
}

#promotable {
	width: 710px;
}

#promotable td {
	width: 20%;
	padding-bottom: 5px;
}

.optioncell1 {
	text-align: right;
	padding-right: 15px;
}

.optioncell2 {
	text-align: right;
}

#cart {
	float: right;
	padding-top: 1px;
	padding-right: 15px;
	vertical-align: middle;
	font-size: 9px;
	font-family:  century gothic;
}

#cart span {
	color: #664E3D;
}


}

/* BUTTON SETUP FOR USE WITH %PAGES_TABLE% OR %NAVBAR_TABLE% */


.formbutton  { 
font-weight: bold; 
color: #54472d;  
text-decoration: none; 
background-color: #e3d2c0; 

}




