body {
	padding: 0px;
	margin: 0px;
}

#container{
	margin: 15px 10px;
	background-color: #9F7B58;
}

* html #container { /* this selector recognized by IE only */
 	width: 100%;   /* total width (only for IE5.x/Win) */
    w\idth: auto;  /* content width (for other IE) */
}

#container{ /* other browsers */
	width: auto;
}

#subcontainer{
	margin: 0px;
	background-image: url(/pics/right_back.gif);
	background-repeat: repeat-y;
	background-position: right top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #342213;
	border-left-color: #342213;
	background-color: #FFFFFF;
	padding:0px;
}

* html #subcontainer{
	width: 100%; /* total width (only for IE5.x/Win) */
	w\idth: auto; /* content width (for other IE) */
}

#subcontainer{
	width: auto; /* other browsers */
	background-color: #FFFFFF;
}

#top{
	height: 62px;
	padding: 0px;
	margin: 0px auto;
	color:#FFFFFF;
	background-image: url(/pics/top_right_back.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #6D4C2D;
}

#top a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	text-decoration: none;
}

#top a:hover, #top a:active {
	color:#D7C9BC;
	text-decoration: underline;
}

#top a:visited{
	color:#D7C9BC;
	text-decoration: none;
}

#top_nav {
	font-family: Georgia, serif;
	line-height: 15px;
	font-size:11px;
	color:#FFFFFF;
	margin: 0px auto;
	background-image: url(/pics/pliers_top.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #342213;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #342213;
}

#top_nav td{
	padding: 5px 5px 5px 115px;
}
	
#top_nav a{
	font-family: Georgia, serif;
	color:#FFFFFF;
	text-decoration: none;
}

#top_nav a:visited{
	color:#D7C9BC;
	text-decoration: none;
}

#top_nav a:hover, #top a:active {
	color:#FFFFFF;
	text-decoration: underline;
}

#contentcontainer{
	width:100%;
	padding: 0px;
	margin: 0px 0px 0px -140px;
	padding: 0px auto;
	float:right;
	background-color: #FFFFFF;
	background-image: url(/pics/right_back_top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#content{
	margin: 0px 150px;
}

#leftnav {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

* html #leftnav {
	width: 140px;/* total width (only for IE5.x/Win) */
  	w\idth: 130px;  /* content width (for other IE) */
}

#leftnav {
	width: 130px;
}

#leftnav h2{
	color:#264F8B;
	font-size: 11px;
	line-height:12px;
	margin-top: 0px;
	margin-bottom: 8px;
}

#leftnav h3{
	color:#264F8B;
	font-size: 9px;
	line-height:11px;
}

#leftnav a{
	margin: 0px 0px 3px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #67482B;
	display: block;
	padding: 0px 0px 2px 0px;
	text-decoration:underline;
}
	
#leftnav a:visited{
	color:#333333;
}

#leftnav a:active{
	color:#9F7B58;
}

#leftnav a:hover{
	color:#9F7B58;
}

#leftnav a.expandable{
	background-image:url(/pics/expandable.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 10px;
}

#leftnav a.expanded{
	background-image:url(/pics/expanded.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 10px;
}

#leftnav ul {
	margin-top: 3px;
	margin-bottom: 2px;
}

#leftnav ul li{
	margin-left: -30px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	list-style-type: none;
}

* html #leftnav ul li{
	line-height: 2px;
	l\ine-height: 0px;
}

#leftnav ul li{
	line-height: 9px;
}

#leftnav ul li a{
	padding: 0px;
	margin: 0px;
	line-height: 12px;
}

#leftnav ol li {
	margin-left: -10px;
	line-height: 10pt;
	padding: 0px;
	margin-bottom: 3px;
}

#cart{
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFBFBF;
}

#leftnav div#cart table{
	font-size: 10px;
	/*width:143px;*/
}

#leftnav div#cart a{
	display: inline;
	float:left;
	text-decoration:none;
	font-size: 10px;
	line-height: 11px;
	margin-top: 5px;
	padding-top: 0px;
	padding-right: 0px;
	margin-right: 0px;
}

#leftnav div#cart a:hover{
	text-decoration:underline;
}

.shopping_heading{
	background-image: url(../pics/icon_shoppingcart.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.total{
	float:right;
	border-top: solid 1px #333333;
	padding-top: 1px;
	font-family:Tahoma, Geneva, sans-serif;
}

* html .total{/*for IE */
  margin: 1px 0px 0px auto;!important; /*IE 6.x */
  margin /**/:1px 0px 0px auto; /*IE 5.5 */
}

.total{
	margin: 1px 0px auto auto;
}

.gallery_description{
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
	width: 100px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	line-height: 12px;

}

.gallery_price{
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 100px;
	text-align: right;

}

.gallery_thumbnail{

}

a.gallery_addtocart{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-top: 2px;
	margin-bottom: 15px;
	font-weight: normal;
	border: 1px solid #BEA994;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 65px;
	display:block;
	text-decoration:none;
	background-image: url(../pics/icon_addtocart.gif);
	padding-left: 25px;
}

* html a.gallery_addtocart{ /*for IE*/
	width: 65px;!important; /*IE 6.x */
  	width /**/:90px; /*IE 5.5 */
}

a.gallery_addtocart{
	width: 65px;
}

a.gallery_addtocart:visited{
	color:#004E87;
}


#totoplink{
	float: left;
	margin: 0px;
	width: 360px;
	padding: 0px;
	margin: 0px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #00668A;
}

.gallery, .static_gallery, .static_gallery_high, .static_gallery_big, .static_gallery_medium, .static_gallery_medium_narrow, .static_gallery_free,  div.static_gallery_huge{
	width:100%;
}

div.gallery div, div.static_gallery div, div.static_gallery_big div, div.static_gallery_medium div, div.static_gallery_high div, div.static_gallery_medium_narrow div, div.static_gallery_free div, div.static_gallery_huge div{
	display: inline;
	float:left;
	padding: 0px;
	margin: 3px;
	clear:none;
	white-space:inherit;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

div.gallery div, div.static_gallery div, div.static_gallery_high div{
	width: 100px;
	height: 145px;
}

div.static_gallery_high div{
	width: 90px;
	height: 150px;
}

div.static_gallery_huge div{
	width:300px;
	height:420px;
}

div.static_gallery_big div{
	width:200px;
	height:300px;
}

div.static_gallery_medium div{
	width:190px;
	height:175px;
}

div.static_gallery_medium_narrow div{
	width:190px;
	height:100px;
}

div.static_gallery_free div{
	height:100px;
}

#footer{
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-image: url(../pics/bottom_back.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
	height: 45px;
}

.footer_text {
	background-image:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	margin: 0px 0px 0px 150px;
	padding: 10px 0px 0px 0px;
}

.img_left_text{
	float:left;
	margin-right: 8px;
	margin-bottom: 3px;
	margin-top: 3px;
}

.img_right_text{
	float:right;
	margin-left: 8px;
	margin-bottom: 3px;
	margin-top: 3px;
}

.img_text{
	border: medium double #000000;
	margin-top: 3px;
}

.img_left{
	float:left;
}

.img_right{
	float:right;
}

p, li, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

p{
	margin-top: 3px;
	margin-bottom: 10px;
}

ul li {
	margin-left: -20px;
	line-height: 10px;
	padding: 0px;
	margin-bottom: 3px;
}

ol li {
	margin-left: -10px;
	line-height: 14px;
	padding: 0px;
	margin-bottom: 3px;
}

hr {
	color: #00668A;
	height:1px;
}

a {  
	color:#67482B;
}

a:visited { 
	color:#333333;
}

a:active {
	 color:#9F7B58;
}
a:hover { 
	color:#9F7B58;
}

.psmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color:#000000;
	line-height: 9pt;
}

.firstletter{
	font-size: 19pt;
	color: #6D4C2D;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

h1 {
	font-size: 18pt;
	font-style: italic;
	letter-spacing: 0.05em;
	margin: 0px 0px 15px 20px;
	padding: 0px;
	font-weight: normal;
	color: #27508C;
}

h2 {
	font-size: 12pt;
	font-style: normal;
	letter-spacing: 0.05em;
	font-weight: bold;
}

h3 {
	font-size: 11pt;
	font-style: normal;
	letter-spacing: 0.02em;
}

h4 {
	font-size: 10pt;
	font-style: normal;
	letter-spacing: 0.02em;
}

h5 {
	font-size: 9pt;
	font-style: normal;
}

h6 {
	font-size: 8pt;
	font-style: normal;
}

.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
}

.input {
	font-size:8pt;
	padding: 2px;
	margin: 0px;
}

.textfield {
	font-size:8pt;
	padding: 2px;
	margin: 0px;
}

/*tables stuff*/
.box_container{
	background-color: #BEA994;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
	margin:0px;
}

.box_container h1, .box_container h2{
	margin-top: 5px;
	margin-bottom: -5px;
	margin-left: 3px;
}

.box_container div{
	margin: auto 1px 1px auto;
	padding: 3px;
	border-bottom: solid 1px #827C4A;
}

.tables_noheading{
	border-style: solid;
	border-width: 1px 0px 0px 1px;
	border-color: #827C4A;
}

* html .tables_noheading{
	width: 100% !important; /*IE 6.x */
  	width /**/:auto; /*IE 5.5 */
}

.tables_noheading{
	width: 100%;
}

.tables{
	border-left: none 0px;
	background-color: #DED0C3;
}

* html .tables{
	width: 100% !important; /*IE 6.x */
  	width /**/:auto; /*IE 5.5 */
}

.tables{
	width:100%;
}


.tables ul li{
	font-size: 10px;
}

.tables td, .tables_noheading td {
	font-family: verdana;
	font-size: 10px;
	padding: 8px 3px 3px 4px;
	border-bottom: 1px solid #9f7b58;
	border-right: 1px solid #9f7b58;
	color: #000000;
	font-weight: normal;
	vertical-align: top;
}

.tables td p, .tables td table tr td p {
	font-family: verdana;
	font-size: 10px;
	margin: 3px auto;
	line-height: 13px;
}

.tables td.nopadding table tr.thinrow td {
	padding-bottom: 0px;
	line-height:5px;
	font-size: 5px;
}
	
.secondrow {
	background-color:#CCCCCC;
}

.tables td td, .tables_noheading td td {
	border-style: none;
	border-width: 0px;
	margin: 0px;
}

.nopadding table.tables td{
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.tables_label td, td.tables_label, .tables td.nopadding table tr.tables_label td {
	font-family: Georgia, serif;
	font-size: 11px;
	color: #353535;
	background-color: #BEA994;
	font-weight: normal;
	padding: 8px 0px 8px 5px;
}

.tables_subheading td, td.tables_subheading, .tables td.nopadding table tr.tables_subheading td {
	font-size: 15px;
	color: #000000;
	background-color: #BEA994;
	font-weight: normal;
	padding: 8px 0px 8px 5px;
	font-family: Georgia, serif;
}

.tables_label td a, td.tables_label a{
	color:#004B7C;
}

td.tables_info{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 8px;
	padding-top: 7px;
}

.tables_info{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

.tables td.nopadding{ /*for nested tables inside another table*/
	padding:0px;
}

.tables td.nopadding table td.nopadding{ /*for nested tables inside another table*/
	padding:0px;
}

.tables td.nopadding table{
	margin-top:3px;
	margin-bottom: 2px;
}

.tables td.nopadding table td{ /*for nested tables inside another table*/
	padding: 7px 2px 4px 5px;
}

.tables td input, .tables td select , .tables td texarea{ /*pulls input boxes up to align with label text*/
	margin-top: -4px;
}

.td_correct{ /*for special cases where an individual td has to be brought in line with overall style*/
	border-right: 1px solid #71AC23; 
	border-bottom: 1px solid #71AC23; 
	background-color:#FFFFFF; 
	padding:4px;
}

/*Misc stuff*/

.required{
	color:#CC0000;
}

.failure{
	color:#CC0000;
	font-weight:bold;
}

.success{
	color:#009900;
	font-weight:bold;
}

