body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color: #000;
	background-color: #666666;
	background-repeat: no-repeat;
	background-position: top left;	
}

h1 {
	font-size:2.2em;
	color:#797d6f;
	font-weight: normal;
	border-bottom:none;
	font-family: "times new roman", serif, helvetica, sans-serif;
	margin:0px;
	line-height:2.17em;
}

h2 {
	font-size:1.4em;
	color:#000000;
	font-weight:bold;
}

p, ol li {
	font-size:1.1em;
	line-height:1.5em;
	
}

table {
	border-collapse: collapse;
	text-align: left;
}
td,div {
	vertical-align: top;
	text-align: left;
	margin: 0;
	padding: 0;
}

.textarea, input{
	font-family: arial, helvetica, sans-serif;
	border:1px solid #797d67;
}

img {
	display: block;
	margin: 0;
	margin: 0;
}

em {

	
}

#container {
	
}

#main {
	margin:0 auto;
	width: 775px;
	borders:0px;
	
	background-color:#ffffff;
	background-image: url(/swu/rect.ikml?w=187&h=1&col=797d67);
	background-repeat: repeat-y;
	background-position:left;
}

#main #siteheader {
	background-color:#797d67;
	height:119px;
	background-image: url(/img/shermantank_banner.gif);
	background-repeat: no-repeat;
	background-position:left;
}

#main #maincontent {
	width:540px;
	background-color:#ffffff;
	padding:20px;
	float:right;
	
}

#main #maincontent a, #main #maincontent a:link, #main #maincontent a:visited {
/*	color:#330000;*/
	color:#8B0000;
	text-decoration: underline;
}

#main #maincontent a:hover, #main #maincontent a:active {
/*	color:#797d6f;*/
	color:#8B0000;
	text-decoration:none;
}


#main #sidesitefooter {
	float:left;
	width:167px;
	background-color:#797d67;
	color:#ffff00;
	text-align:right;
	padding-right:20px;
	font-family:serif;
	padding-bottom:10px;
}

#main #footer {
	clear:both;
	width:765px;
	color:#ffff00;
	padding:5px 0 5px 10px;
	/*background-color: transparent;*/
	background-color: #797d67;
}

#main #sidebar {
	width:175px;
	font-weight: bold;
	font-size:1.2em;
	background-color:#797d67;
	font-family:serif;
	float:left;
}

#main #navigation ul {
	margin-top:20px;
	margin-left:0;
	margin-right:20px;
	padding:0px;
	text-align:right;
	list-style-type:none;
}

#main #navigation ul li {
	margin:0px;
	padding:0px;
}

#main #navigation div#navproduct {
	margin:0px;
	padding:0px;
}

#main #navigation div#navproduct a {
	font-family:arial;
	font-size:0.8em;
	display:inline;
	width:auto;
	margin:0;
	padding:0;
	padding-right:3px;
	margin-bottom:10px;
	background-color:#797d67;
	border:none;
}

#main #navigation div#navproduct a:hover {
	text-decoration:underline;
}


#main #navigation #navproduct img {
margin:0px;
	margin-right:5px;
	padding:0px;
}

#navigation a {
	
	display:block;
	width:155px;
	margin-top:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
}

#navigation a:link, #navigation a:visited { 
	text-decoration: none; 
	color: #fff;
	background-color:#330000;
	border:solid 1px #330000;
}
#navigation a:hover, #navigation a:active {
	text-decoration: none;
	color: #fff;
	background-color:#797d67;
	border:solid 1px white;
}

#navigation .selected {
	color: #fff;
	background-color: #CCCC99;
	border:solid 1px #797d67;
}

#navigation .selected:hover {
	color: #fff;
	background-color: #CCCC99;
	border:solid 1px #797d67;
}

form#contact {
	float:left;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	
	width:525px;
}

form#contact label {
	margin-top:3px;
	display:block;
	color:#330000;
}

form#contact fieldset {
	margin:0px;
	padding:0px;
	float:left;
	width:auto;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	margin-right:10px;
	margin-bottom:10px;
	border-color:#330000;
}

form#contact fieldset.errors {
	width:500px;
	
}

form#contact fieldset.errors p {
	margin:0;
	font-size:1.0em;
}

form#contact fieldset.errors legend{
	
	color:#cc0000;
}

form#contact fieldset legend{
	font-weight:bold;
	color:#330000;

	padding:2px;
	padding-left:5px;
	padding-right:5px;
}

form#contact input.textfield {
	margin:0;
	padding:0;
	display:block;
}

form#contact input {
	margin-bottom:1px;
}

form#contact .inline {
	margin:0;
	padding:0;
	display:inline;
}

form#contact span#relspan {
	display:none;
}

form#contact textarea {
border:1px solid #797d67;
	width:15em;
	height:5em;
}

form#contact textarea#details, form#contact textarea#info {
	width:17em;
	height:12em;
}

form#contact input#submit {
display:block;
width:150px;
	margin:0;
	padding:2px;
	margin-top:10px;
	float:left;
}


a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #CC0001;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #CC0001;
}

a.prevnext, a.prevnext:link, a.prevnext:visited {
	color:#cc0000;
	text-decoration:none;
}
a.prevnext:hover, a.prevnext:active {

	text-decoration:underline;
	color:#666666;
}

div.bgimg {
	background-image: url(/img/KenSmalls_Memorial_BgImg.gif);
	background-repeat: no-repeat;
	background-position:left;

}

h4 {
	background-color:#797d67;
	color:#fff;
	padding:3px;
	margin:0px;
}

#main #maincontent h4 a, #main #maincontent h4 a:link, #main #maincontent h4 a:visited {
	color:#fff;
}

#main #maincontent h4 a:hover, #main #maincontent h4 a:active {
	text-decoration:underline;
	color:#fff;
}

div.linkitem {
	height:1%;
	background-color:#cccc99;
	padding:5px;
	margin:0px;
	margin-left:20px;
	margin-bottom:10px;
	clear:both;
	float:left:
}

div.linkitem p {
	margin:0px;
}

div.linkitem img {
	border:solid 1px black;
}

div.linkitem a:link, div.linkitem a:visited {
font-size:1em;
font-weight:bold;
	color:#330000;
}

div.linkitem a:hover, div.linkitem a:active {
	text-decoration:underline;
}

p.outofstock {
	font-weight: normal;
	font-size:0.8em;
	color:#fff;
	padding:5px;
}

#main #maincontent a.addtobasket:link, #main #maincontent a.addtobasket:visited {
	font-weight: normal;
	font-size:0.8em;
	color:#fff;
	padding:5px;
}

#main #maincontent a.addtobasket:link, #main #maincontent a.addtobasket:visited {
	color:#fff;
}

div.basketsummary {
	border:solid 1px #797d67;
	height: 1%;
}

div.basketsummary p {
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	color: #797d67;
	margin:0px;
	padding:0px;
	line-height:1em;
	padding:2px;
}

div.basketsummary p.header {
	background-color:#797d67;
	color:#fff;
	font-weight:bold;
}

#main #maincontent div.basketsummary a, #main #maincontent div.basketsummary a:link, #main #maincontent div.basketsummary a:visited {
	font-weight:bold;
	color: #797d67;
}

div.basketsummary a:active, div.basketsummary a:hover {
	text-decoration:underline;
	color: #797d67;
}

table.basket {
	width:100%;
	border-collapse:collapse;
}

table.basket th {
	background-color:#797d67;
	color:#fff;
	padding:4px;
}

table.basket td {
	padding:4px;
	border:solid 1px #cccccc;
}

table.basket td.total {
	border-top:solid 2px #330000;
}

div.basketqty {
	
	width:20px;
	border:solid 1px black;
	padding:2px;
	height:17px;
	margin:0 4px 0 4px;
}

div#qtyholder {
margin:0 auto;
	width:80px;
}

div#main div#maincontent a.qtycontrol {
	color:#8b0000;
	font-size:1.5em;
	width:20px;
	border:solid 1px #330000;
	padding:0;
	background-color:#cccccc;
	text-decoration:none;
	text-align:center
}

div#main div#maincontent a.qtycontrol:link, div#main div#maincontent a.qtycontrol:visited {
	color:#8b0000;
	text-decoration:none;
}

div#main div#maincontent a.qtycontrol:hover, div#main div#maincontent a.qtycontrol:active {
	color:#8b0000;
	background-color:#cccc99;
	text-decoration:none;
}

label.confirm {
	width:150px;
	display:block;
	float:left;
	font-weight:bold;
}

div.detailconfirmation {
	float:left;
	margin-bottom:20px;
}
div.detailconfirmation p {
	margin:0;
	padding:0;
	line-height:1em;
}

div#staticpage {
	
	padding:0px;
}

div#staticpage div {
	margin:0;
	
}

div#staticpage p {
	margin:0px;
	

}

div#staticpage p {
	margin-bottom:10px;

	

}

.flag {
	margin:3px;
	padding:2px;
}
.flagselected {
	border:solid 1px white;
}

/* BUTTONS */
input.button{
	border-width: 2px;
	border-style: solid;
	border-color: #E7E7E7 #343434 #343434 #CFCFCF;
	color: #fff;
	background-color: #666;
	font-weight: bold;
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;	
	font-size: x-small;
}

html>body input.button{
	font-size: x-small;
}
		
input.savebutton{
	border-width: 2px;
	border-style: solid;
	border-color: #9c9 #030 #030 #409f40;
	color: white;
	background-color: #393;
	font-weight: bold;
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;	
	font-size: x-small;	
}

html>body input.savebutton{
	font-size: x-small;
}
		
input.resetbutton{
	border-width: 2px;
	border-style: solid;
	border-color: #E7CF86 #342700 #342700 #CF9F10;
	color: white;
	background-color: #DDB103;
	font-weight: bold;
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;	
	font-size: x-small;	
}

html>body input.resetbutton{
	font-size: x-small;
}
		
input.deletebutton{
	border-width: 2px;
	border-style: solid;
	border-color: #E78686 #340000 #340000 #CF1010;
	color: white;
	background-color: #c00;
	font-weight: bold;
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;	
	font-size: x-small;	
}

html>body input.deletebutton{
	font-size: x-small;
}		

/* Single command classes */
.w528 {width:528px;}
.w300 {width:300px;}
.w200 {width:200px;}
.w150 {width:150px;}
.w100 {width:100px;}
.w50 {width:50px;}


.alignright {
	text-align:right;
}
.aligncenter {
	text-align:center;
}
.valignmiddle {
	vertical-align:middle;
}

.right {
	float:right;
	
}
.left {
	float:left;
}

.bgsand {
	background-color:#cccc99;
	margin-bottom:15px;
}
.bgsand p {
	margin:0px;
}

.marginlb10 {
	margin-left:10px;
	margin-bottom:10px;
	margin-top:0px;
	margin-right:0px;
}

.marginrb10 {
	margin-right:10px;
	margin-bottom:10px;
	margin-top:0px;
	margin-left:0px;
}

.margin10 {
	margin-left:10px;
}

.padding10 {
	padding:10px;
}

div.paddinglr10 {
	padding-left:10px;
	padding-right:10px;
}
div.paddingtb5 {

	padding-top:2px;
	padding-bottom:2px;
}

.brown {
	color:#996633;
}

.marginrb10 {
	margin-right:10px;
	margin-bottom:10px;
}

.bold {
	font-weight:bold;
}

.marginleft5 {
	margin-left:5px;
}

.inline {
	display:inline;
}

.prevnextmargin {
	margin-left:480px;
}

table#rollofhonour th,
table#rollofhonour td {
	padding: 0 10px 0 0;
}

table#newsletters th,
table#newsletters td {
	padding: 0 10px 5px 0;
}
#msgbox {
	background-color: #CCCC99;
	padding: 5px;
	border: 1px solid #797D67;
}
