﻿@charset "utf-8";
/* CSS Document */

td {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #B1A394;
	border-right-color: #B1A394;
	border-bottom-color: #B1A394;
	border-left-color: #B1A394;
}

.ProductsThumbs{
	border: 10px #FFFFFF;
	color: #FFFFFF;
}
.ProductsBorder10 {
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 12px;
	color: #FFFFFF;
}
.ProductsBorder12 {
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 12px;
	color: #FFFFFF;
}
}
.divBorder1 {
	border-color: #B1A394;
	border-style: solid;
	border-width: 1px;
}

.navSubcats{
	/*This is the class that will be applied to all subcat navigation elements*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	vertical-align: middle;
	padding-top: 5px;
	font-size: 12px;
	font-weight: 700;
	left: 10px;
}
.ProductsBorder10 {
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 12px;
	color: #FFFFFF;
}
td{
	padding:10px;
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 550;
	color: #75563F;
	text-align: left;
	}
.heading2{
	font-weight:bold;
	}

.navSubcatsLocation{
/*This is an additional class to specify the class that sets the brown colour to the given element*/
	color:#75563F;
	}
#navContainerProducts{
	/*This is the brownish box that contains all the navigation elements*/
	height: 600px;
	}
	
#ProductsContainer{
	/*This is the brownish box that contains all the navigation elements*/
	border: 1px;
	border-color:#FF0000;
}

#subtext{
	border: 1px #B1A394;
}

.brownBorder{
	border:1px
	border-color: #75563F;
	}
#divBorder1{
	/*This is the container for the main site content*/
	border: 1px #B1A494 solid;
}
.alignCenter{
align:center;
position: center;
}
