body { 
	background-image: url(/graphics/page-bg.jpg);
	background-position: top; 
	background-repeat: repeat-x; 
	background-color: #e9e9e9;
	text-align: center; 
	font-family: verdana, arial, helvetica, sans serif;
	font-size: 14px;
	margin: 0px;
}

a, a:link, a:visited { 
	color: #a33d48;
	text-decoration: none;
}

a:hover { 
	color: #000000;
	text-decoration: underline;
}

#container {
	width: 1000px; 
	background-color: #ffffff;
	border: 2px solid #4b464c;
	margin: auto;
}

#header { 
	width: 998px;
	height: 239px;
}

#headertop { 
	width: 998px;
	float: left;
	background-color: #ffffff;
}

#headerbottom { 
	width: 998px;
	float: left;
	background-color: #ffffff;
}

#topimgleft {
	width: 169px; 
	height: 98px;
	float: left;
}
#topimgright {
	width: 829px; 
	height: 98px;
	float: right;
}

#topimgleft2 {
	width: 169px; 
	height: 144px;
	float: left;
}
#topimgright2 {
	width: 829px; 
	height: 144px;
	float: right;
}
#navcontainer {
	height: 30px;
	width: 829px;
	float: left;
	background-image: url(/graphics/header/nav-bg.gif);
	background-repeat: repeat-x;
	background-align: top;
}
#storeinfo {
	height: 110px;
	width: 829px;
	float: left;
	text-align: left;
	background-image: url(/graphics/header/top-bg.jpg);
	background-repeat: repeat-x;
	background-align: top;
	background-color: #ffffff;
	padding: 5px 0px 5px 0px;
}

#navlist {
	height: 30px;
	width: 829px;
	text-align: left;
	list-item: none;
	margin: 0px;
	padding: 1px 0px 1px 0p;
}

.navbox {
	height: 20px;
	text-align: center;
	padding: 5px 0px;
	float: left;
	list-item: none;
	display: inline;
	cursor: pointer;
}

.navboxselected {
	height: 20px;
	text-align: center;
	padding: 5px 0px;
	float: left;
	list-item: none;
	display: inline;
}

a.navlink:link, a.navlink:visited, a.navlink:link li, a.navlink:visited li, li.navbox:link, li.navbox:visited  {
	text-decoration: none;
	font-weight: bold;
	color: #a33d48;
}

a.navlink:hover, a.navlink:hover li, li.navbox:hover {
	background-color: #a33d48;
	color: #ffffff;
}

li.navboxselected {
	background-color: #a33d48;
	color: #ffffff;
	font-weight: bold;
}

#address, #hours, #email, #breadcrumb {
	text-align: left;
	color: #4b464c;
	font-size: 12px;
	padding: 0px 0px 5px 40px;
}

#contentcontainer { 
	width: 998px; 
	text-align: center;
	padding: 10px 0px;
	height: auto;
}

#contentbox {
	width: 958px;
	height: auto;
	background-color: #f0f1fc;
	border: 1px solid #4b464c;
	padding: 5px 5px 10px 10px;
	text-align: left;
	margin: auto;
	color: #4b464c;

}

#storefront {
 width: 404px;
 height: 322px;
 padding: 2px;
 background-color: #ffffff;
 float: right; 
 margin: 5px;
 border: 1px solid #4b464c;
 text-align: center;
}

#photomontagecontainer {
	width: 958px;
	margin: auto; 
	padding-bottom: 15px;
	padding-top: 10px;
}

#footer {
	width: 998px;
	background-color: #e9e9e9;
	padding: 20px 0px;
	text-align: center;
	margin: auto;
	font-size: 12px;
	color: #4b464c;
}

#categorynavigation {
    width: 200px; 
    margin-right: 0px; 
    vertical-align: top;
    font-size: 12px; 
    font-family: Verdana, Arial, helvetica, Sans-Serif; 
    background-color: #f6efb9;
}

#productcontentcontainer { 
    width: 700px; 
    padding: 5px; 
}


#categorynavigationIE {
    width: 200px; 
    height: 1000px; 
    margin-right: 0px; 
    float: left;
    vertical-align: top;
    font-size: 12px; 
    font-family: Verdana, Arial, helvetica, Sans-Serif; 
    background-color: #f6efb9;
}

#productcontentcontainerIE { 
    width: 700px; 
    padding: 5px; 
    height: auto; 
}

#producttablecontainer {
    height: auto; 
    display:table;
}

#paginationcontainer {
    padding: 5px;
    text-align: center;
}

#paginationlabel {
    padding: 5px;
    text-align: center;
}

#categoryTDnav {
    width: 200px; 
    vertical-align: top; 
    border-right: solid 1px #4b464c; 
    background-color: #f6efb9;
}