﻿body 
{
	font-family: Times New Roman;
	font-size: 13px;
	background-color: #5f2612;
	text-align:center;
}

#centercontainer {
	margin: 10px auto;
	width: 760px;
}

a:link {color:#000000; text-decoration: none;}
a:visited {color:#000000; text-decoration: none;}
a:active {color:#000000; text-decoration: none;}
a:hover {color:#000000; text-decoration: underline;}

a:link.whitelink {color:#ffffff; text-decoration: none;}
a:visited.whitelink {color:#ffffff; text-decoration: none;}
a:active.whitelink {color:#ffffff; text-decoration: none;}
a:hover.whitelink {color:#ffffff; text-decoration: underline;}

.white {color:#ffffff;}

.color {color:#e1d8bb;}

.title 
{
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 10px;
}

.subtitle 
{
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 5px;
}

.bodytext 
{
	font-family: Times New Roman;
	font-size: 13px;
	font-weight: normal;
	text-align:center;
}

.productimage
{
	margin-bottom: 4px;
	border: 0;
}

.dottedline
{
	margin-left: 10px;
	margin-right: 10px;
	border: 0;
}

.dottedline2
{
	margin-top: 5px;
	margin-bottom: 10px;
	border: 0;
}

ul.square
{ 
	list-style-type: square; 
	line-height: 20px;  
}

table.producttable
{
	padding: 0;
	border: 0;
	width:auto; 
}

td.photo
{
	padding-bottom: 15px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	vertical-align:top;
		
}

td.productcopy
{
	padding: 20px;	
}

#gallery
{
    list-style:none;
    position:relative;
    margin:0px;
    padding:0px;
    width:548px;
    height:283px;
}

#gallery li
{   position: absolute;
    top: 0px;
    left: 0px;
    display: block;
}
