body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
a {
	color: #066;
	text-decoration: none;
}
a:hover {
	color:#000;
}
a img { border: 0; }
#container {
	width: 992px;
	margin-right: auto;
	margin-left: auto;
    margin-bottom: 30px;
}
#container #header {
	text-align: left;
	font-size: 16px;
	color: #333;
	position: relative;
}
#container #browndivider {
	background-color: #c2b59b;
	height: 13px;
	margin-top: 5px;
	margin-bottom: 10px;
    clear: both;
}
#container #left-content {
	float: left;
	width: 190px;
	text-align: left;
	font-size: 12px;
    margin-bottom:20px;
    height: 100%
}
#container #left-content .leftbar-heading {
	background-color: #006991;
	height: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #FFF;
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
}
#container #main-content {
	float: right;
    width: 765px;
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c2b59b;
	padding-left: 25px;
	line-height: 20px;
	text-align: left;
    margin-bottom:20px;
    height: 100%;
}
#container #main-content .text {
    width:550px;
}
#footer {
	height: 25px;
	font-size: 9px;
	color: #666;
    margin-top:20px;
	padding-top: 10px;
    clear: both;
}
#container #header #nav {
	color: #333;
	width: 550px;
	float: right;
	margin-top: 70px;
	margin-right: 10px;
}
#container #header #nav a ,
#container #header #nav a:hover {
	font-size: 13px;
}
#loginContainer {
    background-color: #DDD;
}

.productList {
	margin-top: 25px;
	}
.productList .product {
	float: left;
	width: 250px;
	height: 300px;
	text-align: center;
	}
.productList .product .title {
	display: block;
    width: 175px;
    margin-left:40px;
	
    }

.parentCategoryList .category {
	padding-right: 7px;
	margin-right: 7px;
	border-right: 1px dotted #888;
	display: inline;
	}
.parentCategoryList .category.last {
	padding-right: 0;
	margin-right: 0;
	border-right: 0;
	}

.categoryList .category {
	padding-right: 7px;
	margin-right: 7px;
	border-right: 1px dotted #888;
	display: inline;
	font-weight: bold;
	}
.categoryList .category.selected ,
.categoryList .category.selected a {
	color: #00F;
	}
.categoryList .category.last {
	padding-right: 0;
	margin-right: 0;
	border-right: 0;
	}

.subCategoryList .category {
	padding-right: 7px;
	margin-right: 7px;
	border-right: 1px dotted #888;
	display: inline;
	}
.subCategoryList .category.last {
	padding-right: 0;
	margin-right: 0;
	border-right: 0;
	}

input.inputError ,
select.inputError ,
textarea.inputError {
	background-color: #FFBBBB;
	}

.sectionHeader {
	font-weight: bold;
	background-color: #EAEAEA;
	text-align: center;
	}
