body 
{
	background-color: #680108;
}

#centralindex
{
    width: 826px;
	background-color: white;
}

/*search*/
#search
{
	width: 295px;
	font-family: Arial;
	font-size: 12px;
	color: white;
	background: url("../images/search.gif") top left no-repeat;
	padding-top: 4px;
	padding-left: 20px;
	vertical-align: top;
}
#search input
{
	height: 20px;
}

/*top navigation*/
#topnav
{
	width: 514px;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	
}
#topnav a
{
	width: 123px;
	line-height: 37px;
	background: url("../images/button.gif") top left no-repeat;
	cursor: hand;
	display: inline-block;
	text-decoration: none;
	letter-spacing: 0.75px;
	font-weight: bold;
	color: white;
}
#topnav a:hover
{
	color: grey;
}

/* left navigation*/
#leftnav
{
	font-family: Arial;
	width: 250px;
	font-size: 14px;
	vertical-align: top;
	background: url("../images/pattern.gif") top left repeat;
}

#leftnav a
{
	padding: 5px;
	display: block;
	text-decoration: none;
	line-height: 15px;
	width: 150px;
	padding-left: 20px;
	color: black;
	border: 1px solid transparent;
}

#leftnav a:hover, #leftnav a:active
{
	color: grey;
	border: 1px dotted #000;
}

#leftnav ul
{
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	list-style-type: none;
}

#leftnav li
{
	margin: 0px 0px 0px 0px;
}

#current a
{
	color: grey !important;
	border: 1px dotted #000 !important;
}

/* minicart*/
#minicart
{
	padding-left: 20px;
	width: 250px;
	font-family: Arial;
	font-size: 12px;
	background: url("../images/pattern.gif") top left repeat;
}
#minicart a
{
	color: blue;
	text-decoration: none;
}
#minicart a:hover
{
	text-decoration: underline;
}

/* center page*/
#centerpage
{
	width: 576;
	padding-left: 20px;
	font-family: Arial;
	font-size: 12px;
	vertical-align: top;
}

#categorypage, #productlistpage, #productdetailpage
{
	width: 556;
	font-family: Arial;
	font-size: 12px;
	vertical-align: top;
}

#centerpage a
{
	text-decoration: none;
	color: black;
}

#centerpage a:link
{
	color: black;
}

#centerpage a:hover
{
	color: blue;
}

/*bottom page*/
#bottompage
{
	width: 826px;
	font-family: Arial;
	font-size: 12px;
	color: white;
	background: url("../images/bottom.gif") top left repeat-x;
	height: 21px;
}
#bottompage a
{
	color: white;
	text-decoration: none;
}
#bottompage a:hover
{
	color: blue;
	text-decoration: underline;
}

/*footer*/
#footer {
	color: white;
	font-family: Arial;
	font-size: 10px;
	vertical-align: top;
}
#footer a
{
	color: white;
	text-decoration: none;
}
#footer a:hover
{
	color: blue;
	text-decoration: underline;
}

/*Cart*/
#cartinfo
{
	font-family: Arial;
	font-size: 12px;
	background-color: white;
}

.entryTable
{
	font-family: Arial;
	font-size: 12px;
	background-color: #DDDDDD;
}

.entryTableHeader
{
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #680108;
	font-weight: bold;
	background-position: center;
}

.entryTable .label
{
	background-color: #EFEFEF;
}

.entryTable .content
{
	background-color: #FFFFFF;
}


.infoTable
{
	font-family: Arial;
	font-size: 12px;
	background-color: #DDDDDD;
}

.infoTableHeader
{
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #680108;
	font-weight: bold;
	background-position: center;
}

.infoTable .label
{
	background-color: #EFEFEF;
}

.infoTable .content
{
	background-color: #FFFFFF;
}

.box
{
	font-family: Arial;
	font-size: 12px;
	border: 1px solid #680108;
}

.notice
{
	color: #996600;
	font-weight: bold;
}

.addToCartButton
{
	font-family: Arial;
	font-size: 12px;
	color: black;
	font-weight:bold;
	border: 2px solid black;
	background-color: #680108;
}

.backBtn
{
	font-family: Arial;
	font-size: 12px;
	color: black;
	border: 2px solid black;
	background-color: #680108;
}

#contactForm
{
	font-family: Arial;
	font-size: 12px;
}

.sendButton {
	font-family: Arial;
	font-size: 12px;
	color: black;
	border: 1px solid black;
	background-color: grey;
}

#errorMessage {
	color: #990000;
	font-weight: bold;
}

.partners_list
{
	font-family: Arial;
	font-size: 12px;
}