/* 
* Layout/Template CSS only
*/
.content
{
	background-color: #ffffff;
	margin: 10px auto 0px;
	width: 930px;
	height: auto;
	text-align: left;
	background-repeat: no-repeat;

}
#header
{
	background-color:#000000;
	padding-top: 8px;
}
.basketbar{
	height:30px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	width:930px;
	color:#ffffff;
}
.titlebanner
{
	margin: 0px 8px;
	height: 129px;
	background: url('../graphics/title.gif') top left no-repeat;
	color:#ffffff;
	text-align:right;
	padding:11px 34px 0px;
}
.menu
{
	margin: 5px 10px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #FFFFFF;
}
.bottommenu
{
	margin: 5px 10px 5px 40px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #FFFFFF;
	bottom: 10px;
	position: static;
}
.maincontent
{
	margin: 2px 0px 15px;
	background-color: #FFFFFF;
	width:930px;
}
.maintextlarge
{
	text-align: justify;
	width: 680px;
	float:left;
	padding-bottom:15px;
	color:#777777
}
#rightcontent
{
	width:245px;
	float:right;
	height:100%;
	padding:5px 0px 0px;
	background:#eeeeee;
	color:#777777;
}
.mainimg
{
	text-align: left;
	width: 400px;
	height: 388px;
	background-color: #FFFFFF;
	position: relative;
	float: right;
}
.footer
{
	color:#777777;
	padding:5px 0px 5px;
	text-align:center;
	margin:5px 0px;
	font-size:10px;
	clear:both;
	background:url("../graphics/footer.gif") no-repeat scroll left bottom #ffffff;
}
/*table.product{background-color: #E0CAA6;}/**/
table.product td
{
	background-color: #ffffff;
	vertical-align: top;
	padding: 4px 4px 4px 0px;
}
table.product th
{
	height: 10px;
}
.imgright
{
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B38434;
	border-right-color: #B38434;
	border-bottom-color: #B38434;
	border-left-color: #B38434;

}
.textleft
{
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B38434;
	border-right-color: #B38434;
	border-bottom-color: #B38434;
	border-left-color: #B38434;
}
table.basket
{
	vertical-align: top;
	border: 1px solid #777777;
	background-color: #FFFFFF;
}

table.basket td
{
	padding: 4px;
	vertical-align: top;
	border-bottom: 1px solid #777777;
	color:#777777;
}
table.basket th
{
	background-color: #4A1E12;
	padding: 4px;
	height: 20px;
	border-bottom: 1px solid #777777;
	color:#CEF1A1;
}
.inputform td
{
	padding: 5px;
	vertical-align: top;
}

.inputformv td
{
	padding: 5px;
	vertical-align: top;

}
.inputformv span
{
	color: #0000FF;

}
.redtext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFFFF;
	padding: 6px;
	width: 300px;
	border: 1px solid #FF0000;
}


