body {
	background-image: url(../images/imagesLayout/pageBg.jpg);
	margin: 0;
	padding: 0;
	text-align: left;
}

#container {
	background-image: url(../images/imagesLayout/containerBg.jpg);
	width: auto;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.3em;
	margin: auto;
	background-repeat: repeat-y;
	background-position: left;
}
#header {
	width: 960px;
	text-align: left;
	background-image: url(../images/imagesLayout/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 115px;
}
#sidebar {
	width: 155px;
	float: left;
	margin-top: 0px;
}
#prodLink {
	text-align: center;
	width: 155px;
}
#mainContent {
	float: none;
	width: 805px;
	color: #660000;
	margin-left: 155px;
	
}
#pageContent {
	white-space: normal;
	line-height: 1.5em;
	word-spacing: 0.1em;
	margin: 2.5em auto;
	padding: .25em 2em;
}
.highlightText {
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
	color: #9B0000;
}




#slideshow {
	float: right;
	width: 805px;
	background-image: url(../images/imagesLayout/bannerBg.jpg);
	height: 252px;
	display: inline;
	background-repeat: no-repeat;
	background-position: top;
}
#nav {
	height: auto;
	width: auto;
	text-align: left;
	display: inline;
	line-height: normal;
}
#sub_content {
	padding: 5px;
	float: left;
	margin-top: 30px;
	margin-right: 5px;
	text-align: center;
	line-height: 1.3em;
}
#txt_content {
	width: 350px;
	float: left;
	text-align: center;
	font-size: 100%;
	line-height: 1.5em;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#footer {
	width: 960px;



}

#footer p {
	text-align: center;
	padding-top: 10px;
	font-size: 110%;
	color: #122922;
	text-decoration: none;
	padding-bottom: 10px;
	padding-left: 145px;
}
#footer a {
	font-weight: bold;
	color: #122922;
}
table {
	text-align: center;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 20px;
	margin-right: 20px;
	padding-right: 10px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #660000;
}
a:active {
	text-decoration: none;
}
a {
	font-weight: bold;
	color: #602A1D;
}
h1 {
	text-align: center;
	
}
h4 {
	color: #660000;
	font-style: italic;
	padding-top: 1em;
}
.boldText {
	font-size: 110%;
	font-weight: bold;
}
h3  {
	text-align: center;
	color: #122922;
	
}


.imageLeft {
	float: left;
	margin-right: 15px;
	margin-top: 15px;
}
#emptyCart {
	font-size: large;
	font-weight: bold;
	margin: 20px;
}
#shoppingCart {
	float: right;
	margin-top: 60px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
	color: #007171;
}

