@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background-image:url(../images/bkgd.jpg);
	background-repeat:repeat-x;
	/*background-color:#c1baab;*/
	background-color:#d9d6cd;
	line-height: 1;
	color: black;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:normal;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

#container {
	width:100%;
	text-align:center;
}

#rightColumn {
	width:270px;
	float:right;
	clear:right;
	padding:0 10px 0 50px;
	text-align:left;
	margin-top:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:85%;
	color:#000;
	line-height:20px;

}

#rightColumn a, a:visited {
	color:blue;
	text-decoration:underline;
}

#rightColumn a:hover {
	color:#990000;
	text-decoration:none;
}

.highlightLink {
	text-transform:uppercase;
	font-weight:bold;
}

#wrapper1 {
	width:900px;
	/*height:528px;*/
	margin:auto;
	background:url(../images/bkgd_home.jpg) no-repeat;
	padding:0;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:150%;
	font-weight:normal;
	padding-bottom:5px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:normal;
}


h3 {
	background-image:url(../images/bkgd_heading.png);
	background-repeat:no-repeat;
	height:24px;
	width:259px;
	padding:2px 2px 2px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#fff;
	font-size:130%;
}

h4 {
	background-color:#FFCC00;
	height:24px;
	width:300px;
	padding:2px 2px 2px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#fff;
	font-size:130%;
}

#logo {
	float:left;
	height:199px;
	width:479px;
}

#navigation {
	clear:left;
	width:567px;
	height:21px;
	text-align:left;
	color:#fff;
	padding-top:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	font-weight:normal;
}

#navigation a, a:visited {
	color:#fff;
	text-decoration:none;
}

#navigation a:hover {
	color:#CC9933;
	text-decoration:none;
}

#photos {
	width:330px;
	height:279px;
	float:right;
}

#content {
	width:564px;
	clear:left;
	color:#000;
	padding:8px 0;
	text-align:left;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
}

#content a, a:visited {
	color:blue;
	text-decoration:underline;
}

#content a:hover {
	color:#990000;
	text-decoration:none;
}

#content table td {
	padding:5px;
	vertical-align:top;
	table-layout:auto;
}

#content ul {
	padding-left:0px;
	margin-left:0px;
	list-style:none;
}

.featuredBoxContainer {
	padding:0;
	border:1px solid #775d38;
}

.featuredBox {
	border:1px solid #000;
	width:125px;
	height:125px;
	padding:5px;
	margin:auto;
}

.featuredBoxHeader {
	background-color:#775d38;
	color:#fff;
}


#content li {
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0 50%;
	padding-left:20px;
	}

#productCol1 {
	/*width:140px;*/
	float:left;
	font-size:13px;
	color:#000;
	margin-right:10px;
}

#productCol1 a, a:visited {
	color:#000;
	text-decoration:underline;
}

#productCol1 a:hover {
	color:#333;
	text-decoration:none;
}

#productCol2 {
	width:200px;
	float:left;
	font-size:13px;
	color:#000;
	margin-right:10px;
	margin-left:10px;
}

#productCol2 a, a:visited {
	color:#000;
	text-decoration:underline;
}

#productCol2 a:hover {
	color:#333;
	text-decoration:none;
}

#productCol3 {
	width:200px;
	float:left;
	padding-left:10px;
	font-size:13px;
	color:#000;
	margin-right:10px
	margin-left:10px;
}

#productCol3 a, a:visited {
	color:#000;
	text-decoration:underline;
}


#productCol3 a:hover {
	color:#333;
	text-decoration:none;
}

#productImageWrapper {
	clear:both;
	width:567px;
	height:109px;
	margin-bottom:40px;
}

#productImageWrapper ul {
	list-style:none;
}

#productImage1 {
	width:139px;
	height:109px;
	margin-right:3px;
	float:left;
}

#productImage2 {
	width:139px;
	height:109px;
	margin-right:3px;
	float:left;
}


#productImage3 {
	width:139px;
	height:109px;
	margin-right:3px;
	float:left;
}

#productImage4 {
	width:139px;
	height:109px;
	float:left;
}


.vertLine {
	width:10px;
	float:left;
}


#footerWrapper {
	width:100%;
	height:100%;
	border-top:8px solid #341f01;
	border-bottom:8px solid #341f01;
	/*background-image:url(../images/bkgd_footer.jpg);*/
	background-repeat:repeat-x;
	background-color:#785e3a;
	text-align:center;
	/*height:150px;*/
	clear:both;
	padding-top:10px;
	font-size:12px;
	color:#fff;
	line-height:22px;
}

#footerWrapper a, a:visited {
	color:#fff;
	text-decoration:none;
}

#footerWrapper a:hover {
	color:#CC9933;
	text-decoration:none;
}

#productText {
	font-size:12px;
	line-height:normal;
}
