body{
	text-align: center;
	color: #3A1700;
	font-family: tahoma, arial, sans-serif;
	font-size: 75%;
	letter-spacing: 0px !important;
	letter-spacing: -0.1px;
	line-height: 15px;
	background-color: #3A1700;
	margin-top: 0px;
	
}

#holder{
	margin: 0 auto;
	margin-top: 10px;
	text-align: left;
	width: 746px;
}

#header
{
    background-image: url(/images/header1.jpg);
    background-repeat: no-repeat;
    width: 746px;
    height: 144px;
}

.logo
{
    margin-top: 20px;
    margin-left: 20px;
}

#mainBody
{
    width: 708px;
    margin-left: 3px;
    border-left: 4px;
    border-right: 4px;
    border-bottom: 4px;
    border-top: 0px;
    border-color: #B32D16;
    border-style: solid;
    background-color: #F7EED7;
    padding: 10px;
    background-image: url(/images/watermark.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
	min-height: 300px;
	_height: 300px;
}

#navigation
{
    width: 350px;
    margin-left: 200px !important;
    margin-left: 250px;
    margin-top: -60px;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
}

#navigation ul
{
    margin: 0 auto;
}

#navigation ul li
{
    float: left;
    width: 100px;
    list-style: none;
    margin-bottom: 5px;
}

#navigation ul li a
{
    text-decoration: none;
    color: #3A1700;
}

#navigation ul li a.on
{
    color: #B32D16;
	text-decoration: underline;
}

#colone
{
    width: 360px;
    padding: 20px;
   	float: left;
}

#coltwo
{
    width: 260px;
    padding: 20px;
    float: left;
}

#colSingle
{
	width: 665px;
	margin-left: 20px;
	margin-top: 30px;
}

h1,
h2,
h3,
h4
{
    color: #3A1700;
    font-size: 130%;
}

h2, h3, h4
{
    font-size: 120%;
}

a,
a:hover
{
   color: #B32D16;
}

a:hover
{
	text-decoration: none;
}

hr
{
	height: 1px;
}

/*////////// Shop and Checkout Styles //////////*/

label.qty
{
    float: left;
    margin: 4px 5px 0px 0px;
}

input.inputQty
{
    float: left;
    width: 20px;
    height: 13px;
    margin: 2px 5px 0px 0px;
}

input.basketadd
{
}

table.product
{
	width: 100%;
	border-collapse: collapse;
	font-size: 100%;
	margin-bottom: 15px;
}

table.delivery
{
	width: 340px;
}

table.product th,
table.product td,
table.product th.two
{
	text-align: left;
	background-color: #B32D16;
	padding: 3px;
	color: #fff;
}

table.product th.two
{
	padding-left: 50px;
}

table.product td.one
{
	background-color: #fff;
	color: #000;
	border-bottom: 1px solid #666;
}

table.product td.two
{
	background-color: #fff;
	color: #0C4068;
	text-align: right;
	border-bottom: 1px solid #666;
}