 /**
 * skin
 * skin file
 * version:0.0.6
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
  background-color:#353535;
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
 color: #64BC0E;
 font-size: 14px;
 font-weight: bold;
 line-height: 14px;
    display: inline;
}
h2 {
 color: #006600;
 font-size: 12px;
 font-weight: bold;
 line-height: 14px;
}
h3 {
  font-size: 10px;
  font-weight: bold;
  line-height: 10px;
}
a,  a:link {
 color: #3e6807;
 /*font-weight: bold;*/
 text-decoration: none;
}
a:visited {
 color: #000000;
 /*font-weight: bold;*/
 text-decoration: none;
}
a:hover {
 color: #000000;
 text-decoration: underline;
}
a:focus {
 color: #339900;
}
a:active {
 color: #009900;
}
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 955px;
}
#outerWrapper #header {
 background-color: #ffffff;
 font-size: 18px;
 font-weight: bold;
 line-height: 10px;
 border-bottom-style: none;
 height: 307px;
 
}
#outerWrapper #top_nav {
 background-color: #ffffff;
 font-size: 10px;
 font-weight: bold;
 line-height: 20px;
 padding-right: 10px;
 color: #FFFFFF;
 text-align: right;
 height:55px;
}
#outerWrapper #cart_nav {
 background-color: #ffffff;
 /*border-bottom: solid 2px #4b647f;*/ 
 font-size: 9px;
 font-weight: normal;
 line-height: 12px;
 text-align: right;
 height:50px;
 background-image:url(images/header_08.jpg);
 background-repeat:no-repeat;
 padding:10px;
 color:#fff;
 
}
#outerWrapper #contentWrapper #leftColumn1 {
 /*border-right: solid 1px #9bb6d2;*/
 float: left;
 width: 180px;
 margin-left: 5px;
 margin-right: 5px;
 display: inline;
}
#outerWrapper #contentWrapper #rightColumn1 {
 background-color: #ffffff;
 /*border-left: solid 1px #9bb6d2;*/
 float: right;
 padding: 0px 0px 0px 0px;
 width: 210px;
 margin-right: 5px; 
}
#outerWrapper #contentWrapper #content {
  margin: 0px 30px 0px 180px;
  padding: 10px 10px 10px 10px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #footer {
 background-color: #fff;
 border-top: solid 3px #64BC0E;
 padding: 10px 10px 10px 10px;
 text-align: left;
 font-size: 9px;
 color:#64BC0E;
}
#top_nav a:link {
color: #fff;
}
#top_nav a:hover {text-decoration: underline;
}
#top_nav a:visited {
color: #fff;
}
#top_nav a:active {
color: #fff;
}
#footer a:hover {text-decoration: underline;
}
#cart_nav a:link {
color: #fff;
}
#cart_nav a:hover {text-decoration: underline;
}
#cart_nav a:visited {
color: #fff;
}
#cart_nav a:active {
color: #fff;
}
/*link style for links page*/
#site_links a:link {
color: #CC0000;
}
#site_links a:hover {text-decoration: underline;
}
#site_links a:visited {
color: #cc0000;
}
#site_links a:active {
color: #ff9900;
}
/*link style for footer links*/
#footer a:link {
color:#64BC0E;
}
#footer a:hover {text-decoration: underline;
}
#footer a:visited {
color: #64BC0E;
}
#footer a:active {
color: #64BC0E;
}
.stockmsg{
	border: 1px solid gray;
	background-color: yellow;
	font-size: 8px;
	padding: 1px;
	margin-top: 3px;
}



