body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #D7D2CD;
	text-align: center;
	margin: 0;
	padding: 0;
	
}

/************************************ Links */

a:link {
	color: #938679;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #938679;
	text-decoration: none;
}

/************************************ Main page container */

.table_main {
	border: 1px solid #A9A095;
	background-color: #FFFFFF;
	border-collapse: collapse;
	margin: 0 auto 0 auto;
}

/************************************ Logo */

#header_logo {
	text-align: left;
	background-image: url(../images/bg-header_logo_right.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#header_logo img {
	display: block;
	margin-bottom: 6px;
}

/************************************ Telephone number and search form */

#telephone_cell {
	background-color: #F8B334;
	background-image: url(../images/bg-telephone.gif);
	background-repeat: no-repeat;
	text-align: right;
	height: 47px;
}

#searchform {
	margin: 0;
	padding: 4px;
	font-size: 12px;
}

#searchform .searchform_text {
	border: 1px solid #FFF;
	width: 175px;
}

#searchform .searchform_button {
	border: 1px solid #A9A095;
	background-color: #A9A095;
	color: #FFF;
}

/************************************ Top navigation */

#topnav {
	font-size: 12px;
	list-style-type: none;
	background-color: #A9A095;
	background-image: url(../images/bg-150_white.gif);
	background-repeat: repeat-y;
}

#topnav ul {
	margin: 0 0 0 155px;
	padding: 10px 0;
	text-align: left;
}

#topnav li {
	display: inline;
	padding: 0 6px;
	text-transform: uppercase;
	border-right: 1px solid #FFF;
}

#topnav li.lastlink {
	border-right: none;
}

#topnav li.lastlink img {
	margin-bottom: -5px;
}

#topnav li a:link, #topnav li a:visited {
	color: #FFF;
	text-decoration: none;
}

#topnav li a:hover {
	text-decoration: underline;
}

/************************************ Left hand column and product navigation */

.leftcol {
	width: 150px;
	border-right: 1px solid #A9A095;
	font-size: 80%;
	text-align: left;
}

.maincatmenu {
	list-style-type: none;
	margin: 0 4px;
	margin-bottom: 10px;
	padding: 0;
}

.maincatmenu li {
	cursor: hand;
	padding: 6px 4px;
	border-top: 1px solid #A9A095;
	color: #F8B334;
}

.maincatmenu li.normal_link {
	padding-left: 21px;
}

.maincatmenu li.normal_link a:link, .maincatmenu li.normal_link a:visited {
	text-decoration: none;
	color: #000;
	width: 175px;
	display: block;
}

.maincatmenu li.normal_link a:hover{
	text-decoration: underline;
}

.maincatmenu img {
	margin-right: 8px;
}

.showSwitch {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.showSwitch li {
	font-weight: normal;
	border: none;
}

.maincatmenu a:link, .maincatmenu a:visited {
	color: #F8B334;
	text-decoration: none;
}

.maincatmenu a:hover {
	text-decoration: underline;
}

.showSwitch li {
	font-size: 11px;
	padding: 2px 0;
}

.showSwitch li a:link, .showSwitch li a:visited {
	color: #666;
}

.showSwitch li a:link.currentcat, .showSwitch li a:visited.currentcat {
	color: #1F5CE9;
}

.hideSwitch, .subcats_hidden {
	display: none;
}

.subcats {
	margin: 5px 0 5px 8px;
	list-style-type: none;
	border-bottom: 1px dotted #666;
}

.subcats li a:link, .subcats li a:visited {
   color: #000;
}

/************************************ Right hand column */

#right_col {
	width: 200px;
	border-left: 1px solid #A9A095;
}

/************************************ Content */

#content_cell {
	padding: 4px;
	line-height: 150%;
	font-size: 80%;
	text-align: left;
}

/************************************ Footer caption */

#footer_caption {
	background-color: #F8B334;
	font-size: 16px;
	padding: 5px 5px 5px 210px;
	background-image: url(../images/card_logos.gif);
	background-repeat: no-repeat;
	height: 72px;
	text-align: left;
}

#footer_caption strong {
	color: #FFF;
	font-weight: 400;
}

/************************************ Footer */

#footer {
	font-size: x-small;
	text-align: right;
	padding-right: 0.5em;
	height: 24px;
	background-color: #FFF;
}

/************************************ Page headers */

h1 {
	font-size: large;
	color: #000;
	font-weight: 600;
}

h2 {
	font-size: 105%;
	color: #000;
}

/************************************ Product thumbnails */

.thumbnail_div {
	text-align: center;
	font-size: 11px;
}

.thumbnail_div img {
	display: block;
	margin: 3px 0;
}

.cat_table {
	border-collapse: collapse;
}

.cat_table td {
	border: 1px solid #A9A095;
	padding: 4px;
	text-align: center;
}

.rightnav {
	font-size: x-small;
	padding-right: 0.5em;
}

.rightnav li {
	text-indent:-20px;
	list-style-type: square;
}
textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #938679;
	width: 500px;
}
input {
	font-size: 12px;
}

input.checkbox {
	border: none;
}

select {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #938679;
}
.fullwidth {
	width: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #938679;
}

.checkbox {
	border: 0px none;
}





.line {
	border: 1px solid #A9A095;
}

.products_list h2 {
	margin: 0;
	padding: 0.25em;
}

.products_list {
	background-image:url(../images/bg-leftcol.gif);
	border: 1px solid #A9A095;
}

.products_list a {
	color: #FFF;
}

.products_summary {
	border: 1px solid #A9A095;
}

.products_table {
	border: 1px solid silver;
	padding: 5px;
}

/*************************************************** Shopping basket table */

.carttable th {
	border: 1px solid silver;
	font-size: 90%;
	padding: 4px;
	background-color: #A9A095;
}

.carttable td {
	border: 1px solid silver;
	font-size: 90%;
	padding: 4px;
}

/*************************************************** Add to cart form */

.cartform {
	border-bottom: 3px solid #F8B334;
	background-color: #EEE;
	text-align: center;
	padding: 0 0 5px 0;
	margin: 0 0 4px 0;
}

.cartform ul {
	margin: 0;
	padding: 5px 0;
}

.cartform ul li {
	display: inline;
	padding: 0 15px;
}

.cartform .cartform_price {
	font-size: 18px;
	color: red;
}

.cartform h2 {
	text-align: left;
	margin: 0 0 5px 0;
	padding: 5px;
	font-size: 16px;
	background-color: #F8B334;
	color: #FFF;
}

/*************************************************** Product variable dropdowns */

.variable_table {
	border-collapse: collapse;
}

.variable_table th {
	border-bottom: 1px solid #AAA;
	padding: 4px;
	background-color: silver;
}

.variable_table td {
	border-bottom: 1px solid #AAA;
	padding: 4px;
}

.variable_table td.variable_table_lastrown {
	border-bottom: none;
}

/*************************************************** Shopping cart in left hand column */

#cartbox {
	padding: 4px 0 8px 25px;
	margin: 0 4px;
	color: #A9A095;
	font-size: 11px;
	background-image: url(../images/lbl-shopping_cart.gif);
	background-repeat: no-repeat;
	margin: 0;
	text-align: left;
	border-bottom: 1px solid #A9A095;
}

#cartbox a:link, #cartbox a:visited {
	color: #A9A095;
}

/*************************************************** Text styles */

.text_red, .form_not_valid {
	color: red;
}

/*************************************************** Form styles */

fieldset {
	border: 1px solid gray;
	margin: 0.5em;
	padding: 0.5em;
}

legend {
	color: #938679;
	font-weight: bold;
	font-size: 110%;
}

/*************************************************** Login form in left hand column */

#loginform {
	padding: 0;
	color: #000;
	border-bottom: 1px solid #A9A095;
	margin: 0 4px 6px 4px;
	font-size: 11px;
	color: #A9A095;
}

#loginform table {
	background-image: url(../images/lbl-account_login.gif);
	background-repeat: no-repeat;
}

#loginform td {
	padding: 2px;
}

#loginform td.loginform_headercell {
	padding: 3px 2px 2px 20px;
	text-align: left;
}

#loginform input.loginform_textfield {
	border: 1px solid #A9A095;
	color: #A9A095;
	font-size: 11px;
}

#loginform div {
	padding: 3px;
}

#loginform a {
	color: #000;
}

/*************************************************** Highlighted product at the top of the home page */

.home_highlight {
	border-collapse: collapse;
	background-color: #F8B334;
	border: 3px solid #F8B334;
}

.home_highlight td {
	padding: 5px;
}

.home_highlight td h2 {
	font-size: 14px;
	margin: 0;
	padding: 0;
}


.home_highlight td.home_highlight_imagecell {
	background-color: #FFF;
	font-size: 12px;
}

.home_highlight td span.home_highlight_price {
	font-size: 18px;
	color: #CC071E;
}