@charset "utf-8";
/* CSS Document */

body {
	background-color: #858571;
	padding:0;
	margin:0;
	margin-bottom: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.SiteWrapper {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

.TopHeader {
	background-image:url(../images/bgs/topHeader.jpg);
	background-repeat:no-repeat;
	height: 115px;
	background-color: #CBCBCB;
}

.Menu {
	background-image:url(../images/butts/menu_bg.gif);
	background-repeat: repeat-x;
}

.Content {
	background-color: #FFFFFF;
	width: 910px;
	padding-top:0;
}
.Content p {
	margin:0;
	margin-bottom: 8px;
	padding:0;
	margin-left:4px;
	text-align:justify;
	/*margin-top: 10;*/
	margin-right: 0;
}

/* headings */
.Content h1 {
	font-family:"Times New Roman", Times, serif;
	font-style:normal;
	color: #3974AE;
	margin-bottom:4px;
	margin-left:3px;
}
.Content h2 {
	margin:0;
	padding:0;
	margin-bottom:8px;
	margin-left:4px;
}
.Content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #8D0D02;
	margin: 0px;
	margin-left:4px;
	padding: 0px;
}
.Content h4 {
	font-size: 14px;
	color: #6F6041;
	padding:0;
	padding-top:5px;
	margin:0;
	margin-left:4px;
}





/* Products Page */
#border_img {
	border: #5C604B 4px solid;
}

.Product_Name {
	color: #BB4306;
	padding: 0,5px;
	text-align:center;
}
.Product_Name a:link, .Product_Name a:visited, .Product_Name a:active {
	color: #BB4306;
	padding: 0,5px;
	text-decoration:underline;
	text-align: center;
}
.Product_Name a:hover {
	color: #0099CC;
	padding: 0,5px;
	text-decoration:none;
	text-align: center;
}
.Product_Name ul {
	padding:0;
	padding-left: 25px;
	margin:0;
}
.Product_Name li {
	padding-bottom: 10px;
	list-style-type: disc;
}

#ProductsTable td {
	width: 150px;
}
#ProductsTable {
	width: 100%;
}
#ProductsTable img, #ProductImage {
	border: 1px solid #A02402;
	margin: 10px;
}

.TableHeader {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #BB4306;
	border: 1px solid #BB4306;
}


.PCategories {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-left: 15px;
}
.PCategories #header {
	padding-top: 8px;
}

.PCategories ul {
	padding:0;
	padding-left: 15px;
	margin:0;
}
.PCategories li {
	list-style-image: url(../images/icons/r-arrow-bullet.gif);
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
	padding-bottom:10px;
}
.PCategories a:link, .PCategories a:visited, .PCategories a:active {
	color: #808080;
}
.PCategories a:hover {
	color: #7AAC91;
	text-decoration:none;
}



/* Products Page END */

.Zoom {
	text-align:right;
	padding-bottom:8px;
}

.Zoom a:link, .Zoom a:active, .Zoom a:visited {
	color:#333333;
	text-decoration:underline;
}
.Zoom a:hover {
	color:#999999;
	text-decoration:none;
}

.Footer {
	padding: 20px 20px;
	font-size: 0.9em;
	color: #6F5F41;
	background-color: #CCC8C6;
	height: 72px;
	vertical-align:text-top;
}
.Footer a:link, .Footer a:visited, .Footer a:active {
	color: #6F5F41;
	text-decoration:underline;
}
.Footer a:hover {
	color: #6F5F41;
	text-decoration: none;
}

.Designby {
	text-align:right;
	width:912px;
	color:#4C4932;
	font-size:1em;
	margin:0 auto 0;
}
.Designby a:link, .Designby a:visited {
	color:#4C4932;
	font-size:1em;
	font-weight:bold;
	text-decoration:underline;
}
.Designby a:hover {
	color:#000000;
	font-size:1em;
	text-decoration:none;
}

#map {
	background-image: url(../images/icons/map_bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 25px;
	background-position: right;
	height: 210px;
}

#vendorBox {
	text-align: center;
}
#vendorBox p {
	padding-top:25px;
}
