/* CSS Document */


body 
{ 
text-align: center; 
margin-top: 0; 
background-color: #371a0d; 
font-family: Arial, Helvetica, sans-serif; 
}

body * {text-align: left; }

/* page container */
#pgcontain
{
width: 768px; 
height: auto; 
margin-left: auto; 
margin-right: auto; 
border: 1px solid #814a3d; 
background-color: #83221c; 
background-image: url(images/tc_bkg_gradient.jpg); 
background-repeat: 
repeat-y; 
position: relative; 
top: 0px;
}

/* leaf bkg */
#leafbkg
{
width: 204px; 
height: 213px; 
margin: 0px; 
padding: 0px; 
position: absolute; 
top: 0px; 
left: 0px;
}

/* left col with lines art */
#leftcolart
{
width: 25px; 
height: 556px; 
margin: 0px; 
padding: 0px; 
position: absolute; 
top: 0px; 
left: 0px;
}

/* logo, dingat, page name */

#logocol
{
width: 768px; 
position: absolute; 
top: 0px;
}

.logoimg
{
float: left; 
margin-left: 25px;
}

.dingbattopimg
{
float: right; 
margin-right: 28px;
} 

.pgtitle 
{
width: 768px; 
position: absolute; 
top: 100px;
} 

.pgtitleimg
{
float: right; 
clear: left; 
margin-right: 28px;
} 

/* links */

a img
{
border: 0px;
}

a:link { color: 897d70; }
a:visited { color: #a58e79;}
a:hover { color: #6d6359; }
a:active { color: #6d6359; }

/* MAIN CONTENT AREA */
#contentarea
{
width: 768px; 
padding-left: 25px; 
margin-bottom: 0px; 
padding-bottom: 135px; 
position: relative; 
top: 135px;
} 

/* product images */
#imgarea
{
width: 562px; 
float: left;
}

.imgmain
{
width: 276px; 
margin: 0 10px 0 0; 
float: left;
}

.img-grid-2col
{
width: 276px; 
float: left;
}

.img-grid-1col
{
width: 133px; 
margin: 0 10px 0 0; 
float: left;
}


.space-rightbot10
{
margin: 0 10px 10px 0; 
padding: 0px;
}

.space-bot10
{
margin: 0 0 10px 0; 
padding: 0px;
}

.space-right10
{
margin: 0 10px 0 0; 
padding: 0px;
}


/* nav col */
#navcol
{
width: 135px; 
margin-top: 0px; 
margin-right: 20px; 
float: left;
}

*navcol img
{
border: 0px;
}

#nav a img
{
border: 0px;
}
 
/* text */
.textarea
{
float: left; 
padding-top: 15px; 
padding-right: 60px;
font-size: 12px; 
color: #A58E79; 
line-height: 17px;} 

.textarea p
{
margin-top: 0px; 
}

.textarea h1
{
margin-bottom: 5px; 
font-weight: bold; 
font-size: 15px; 
color: #897d70;
}

/* ABOUT PAGE */
#textpgarea
{
float: left; 
width: 560px; 
margin-top: 10px;
margin-right: 0px;
}

#textpg-text
{
float: left; 
width: 380px;
padding: 0px; 
margin: 0px;
font-size: 12px; 
color: #A58E79; 
line-height: 17px; 
}

#textpg-text p
{
margin-top: 0px; 
}

#textpg-text h1
{
margin-top: 0px;
margin-bottom: 5px; 
font-weight: bold; 
font-size: 15px; 
color: #897d70;
}

#textpg-img
{
float: right; 
width: 133px; 
margin: 0px; 
padding: 0px;
}

#textpg-img img
{
margin-bottom: 10px;
}

/* bottom dingbat */
.dinbatbotimg
{
width: 133px; 
margin-bottom: 20px; 
clear: both;
}

    
/* footer text and links */
#footercont
{
width: 768px;
margin-left: auto; 
margin-right: auto; 
position: relative; 
top: 15px; 
padding-bottom: 20px;
font-size: 10px; 
color: #6d6359;
} 
 
#footercont a:link { color: #a58e79; }
#footercont a:visited { color: #6d6359;}
#footercont a:hover { color: #897d70; }
#footercont a:active { color: #6d6359; }

  
.footeraddy
{
float: left; 
}

.footeraddy ul 
{
margin: 0 0 10px 0; 
padding: 0px;
}

.footeraddy li
{
list-style-type: none; 
display: inline; 
padding-right: 10px;
}

.footeremail
{
float: right; 
}

 
 
 
 
 
 
 
 
 
 
 
 
 
