@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #69715C;
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1 {
	font-size: x-large;
	color: #75191A;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: x-large;
	color: #69715C;
	text-align: center;
	margin-top: 5px;
	padding-top: 5px;
}
h3 {
	font-size: large;
	color: #75191A;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #69715C;
	font-style: oblique;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

h4 {
	color: #69715C;
	font-size: medium;
}

strong {
	font-weight: bold;
	color: #75191A;
}

a:link {
	color: #75191A;
}
a:visited {
	color: #75191A;
}
a:hover {
	color: #69715C;
}
table tr td h3 {
	margin-top: 0px;
	padding-top: 0px;
}
dl dt {
	font-weight: bold;
	font-size: medium;
	color: #75191A;
	font-style: italic;
}
dl {
	margin: 0px;
	padding: 0px;
}

dl dd {
	font-size: small;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-top: 3px;
	padding-top: 3px;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/corner_straps.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
	margin-top: 0px;
	padding-top: 0px;
}
#header {
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	text-align: center;
	margin-right: 0px;
	margin-top: 0px;
	height: 110px;
	padding-left: 200px;
}
#header p  {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}
#center_col  {
	padding: 5px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	width: 415px;
}
#left_col_wide {
	float: left;
	width: 300px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#left_col {
	float: left;
	width: 205px;
	margin: 5px;
	padding: 5px;
}
#wrapper #left_col ol li {
	margin-left: -10px;
	padding-left: -10px;
}

#right_col {
	float: right;
	width: 205px;
	margin: 5px;
	padding: 5px;
}
#right_col_wide {
	float: right;
	width: 625px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#one_col {
	padding: 5px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	width: 860px;
}


#footer {
	background-color: #FFF;
	text-align: center;
	margin-bottom: 0px;
	background-image: url(/images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	clear: both;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#navcontainer  {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}

#navlist
{
	margin-left: 0;
	font: bold 12px Verdana, sans-serif;
	margin-top: 10px;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}

#navlist li
{
	list-style: none;
	margin: 0;
	display: inline;
}

#navlist li a
{
	text-decoration: none;
	background-color: #69715C;
	border: 1px solid #9C4333;
	margin-right: 3px;
	margin-left: 3px;
	padding-top: 0.25em;
	padding-right: 1em;
	padding-bottom: 0.25em;
	padding-left: 1em;
}

#navlist li a:link {
	color: #FFF;
}
#navlist li a:visited {
	color: #FFF;
}

#navlist li a:hover
{
	border-color: #EC9061;
	color: #FFF;
	background: #75191A;
}
.slogan {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: oblique;
	color: #69715C;
	font-weight: bold;
}

.price {
	color: #F00;
	font-weight: bold;
}
.notes {
	background-color: #EBECE8;
	border: thin dotted #7F5A3F;
	padding: 5px;
}
.strong_larger {
	font-size: large;
	color: #75191A;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.small {
	font-size: x-small;
}
