@charset "utf-8";
/* CSS Document */
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	margin: 0;
}
* {margin:0;padding:0;} 
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px; /*negate effect of float*/
}
.container {
	position:fixed;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
	/*border: 2px solid blue;*/
	background-color:#999999;
	}

.header {
    top 0px;
    height:65px;/*pushes menu down*/
	padding-left: 20px;
	padding-top: 40px;
   background-color: #1570A6; /*#488AC7; /*#0099FF*/
   background-image: url(../graphics/wc-headbg-6-100.png );
   background-size: 100% 100%;
   background-repeat:no-repeat;
   background-position: bottom;
}
.head {
	position:relative;
	width: 365px;
	height: 60px;
	/*border: 1px solid black;*/
	
}
.logohead {
	position:relative;
	width: 50px;
	height: 50px;
	padding-top:10px;
	float: left;
	border-right: 3px solid #33CCFF;
	/*border: 1px solid red;*/
}
.logohead  img {
	position:relative;
	width: 50px;
	height: 40px;
}
.logobanner {
	position:relative;
	width: 300px;
	height: 54px;
	padding-top: 0px;
	margin-left: 50px;
	/*border: 1px solid yellow;*/
}
.logobanner img {
	position:relative;
	width: 280px;
	height: 60px;
	border 0;

}
#prod-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 0;
	margin:0 auto;
	padding-left:0px;
	padding-top:10px;
	text-align:left;
    font-size: 18px;
	font-weight: bold;
}
#prod-header h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
   	text-align:left;
	font-weight: bold;
	font-size:18px;
}
.content {
	position:relative;
    top: 0px;
	padding-top:15px;
	padding-bottom: 15px;
	height:auto;
	width:100%;
    background-color: #CCCCCC;
	/*border: 1px solid red;*/
}	
.dotimg {height:10px;width:10px;}
.contentinfo {
	position:relative;
	width: 370px;
	height: auto;
	margin: 0 auto;
    background-color: #ffffff;
	/*border: 1px solid black;*/
	border-radius: 10px;
	overflow:hidden;
}	

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2rem;
	background:#F5F1D8
} 
#wcfoot_text {
	position:relative;
	text-align:center;
	margin:0 auto;
	width:300px;
	height:auto;
	padding:10px;
}
.terms {
	position:relative;
	height:auto;
	padding-bottom: 2.5rem;    /* Footer height */
	background-color:#CCC;	
	text-align: left;
	font-size:10px;
	color:#000000;
}
pt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 0.8 em;
}
h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border-bottom: 3px solid #cc9900;
    color: #996666;
    font-size: 40px;
}
h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #996600;
    font-size: 15px;
}
h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #996600;
    font-size: 14px;
}
h5 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 10px;
}
h6 {   font-family: Verdana, Arial, Helvetica, sans-serif;
    width:100%;
	border-bottom: 2px solid #cc9900;
    color: #996600;
    font-size: 20px;
}
h7 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #1A1A1A;
    font-size: 20px;
    font-style:bold;
	 align-items: center;
}
h8 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 12px;
}
h9 { /*products page price*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #006699;
    font-size: 12px;
	font-style:bold;
}
h10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
    font-size: 14px;
}
#menubar {
	/*position:relative;*/
    /*Height:100px;*/
	margin-top:0px;
	margin-bottom:5px;
	height:40px;
	width:100%;
	background-color: #FF0;
}
/*======================orig============*/
#menu, #menu ul {margin: 0;	padding: 0;	list-style: none;}
#menu {
	width:auto;
	/*width: 960px;*/
	margin: 0px auto; /* moves the main menu down fro the header box*/
	border: 1px solid #222;
	background-color: #111;
	background-image: -moz-linear-gradient(#444, #111); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));	
	background-image: -webkit-linear-gradient(#444, #111);	
	background-image: -o-linear-gradient(#444, #111);
	background-image: -ms-linear-gradient(#444, #111);
	background-image: linear-gradient(#444, #111);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
	-webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
	box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;

}
#menu:before,
#menu:after {content: "";display: table;}
#menu:after {clear: both;}
#menu {	zoom:1;}
#menu li {
	float: left;
	border-right: 1px solid #222;
	-moz-box-shadow: 1px 0 0 #444;
	-webkit-box-shadow: 1px 0 0 #444;
	box-shadow: 1px 0 0 #444;
	position: relative;
}
#menu a {
	float: left;
	padding: 12px 30px;
	color:#FFF;
	/*color: #999;*/
	text-transform: uppercase;
	font: bold 12px Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}
#menu li:hover > a {color: #fafafa;}
/* IE6 only */
*html #menu li a:hover { color: #fafafa;}
#menu ul {
	margin: 20px 0 0 0;
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 38px;
	left: 0;
	z-index: 1;    
	background: #444;
	background: -moz-linear-gradient(#444, #111);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
	background: -webkit-linear-gradient(#444, #111);    
	background: -o-linear-gradient(#444, #111);	
	background: -ms-linear-gradient(#444, #111);	
	background: linear-gradient(#444, #111);
	-moz-box-shadow: 0 -1px rgba(255,255,255,.3);
	-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
	box-shadow: 0 -1px 0 rgba(255,255,255,.3);	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;  
}
#menu li:hover > ul {opacity: 1;visibility: visible;margin: 0;}
#menu ul ul {
	top: 0;
	left: 150px;
	margin: 0 0 0 20px;
	_margin: 0; /*IE6 only*/
	-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	box-shadow: -1px 0 0 rgba(255,255,255,.3);		
}
#menu ul li {
	float: none;
	display: block;
	border: 0;
	_line-height: 0; /*IE6 only*/
	-moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
	-webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
	box-shadow: 0 1px 0 #111, 0 2px 0 #666;
}
#menu ul li:last-child {   
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;    
}
#menu ul a {    
	padding: 10px;
	width: 130px;
	_height: 10px; /*IE6 only*/
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
}
#menu ul a:hover {
	background-color: #0186ba;
	background-image: -moz-linear-gradient(#04acec,  #0186ba);	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
	background-image: -webkit-linear-gradient(#04acec, #0186ba);
	background-image: -o-linear-gradient(#04acec, #0186ba);
	background-image: -ms-linear-gradient(#04acec, #0186ba);
	background-image: linear-gradient(#04acec, #0186ba);
}
#menu ul li:first-child > a {
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
#menu ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 40px;
	top: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #444;
}
#menu ul ul li:first-child a:after {
	left: -6px;
	top: 50%;
	margin-top: -6px;
	border-left: 0;	
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 6px solid #3b3b3b;
}
#menu ul li:first-child a:hover:after {	border-bottom-color: #04acec; }
#menu ul ul li:first-child a:hover:after {
	border-right-color: #0299d3; 
	border-bottom-color: transparent; 	
}
#menu ul li:last-child > a {
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
/* Mobile */
#menu-trigger {	display: none;}

/*=========Media============================*/
@media screen and (max-width: 600px) {
/* nav-wrap */
  #menu-wrap {position: relative;}
  #menu-wrap * {
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
  }
  /* menu icon */
  #menu-trigger {
	  display: block; /* show menu icon */
	  height: 40px;
	  line-height: 40px;
	  cursor: pointer;		
	  padding: 0 0 0 35px;
	  border: 1px solid #222;
	  color: #fafafa;
	  font-weight: bold;
	  background-color: #111;
	  -moz-border-radius: 6px;
	  -webkit-border-radius: 6px;
	  border-radius: 6px;
	  -moz-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
	  -webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
	  box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
  }
  /* main nav */
  #menu {
	  margin: 0; padding: 10px;
	  position: absolute;
	  top: 40px;
	  width: 100%;
	  z-index: 1;
	  background-color: #444;
	  display: none;
	  -moz-box-shadow: none;
	  -webkit-box-shadow: none;
	  box-shadow: none;		
  }
  #menu:after {
	  content: '';
	  position: absolute;
	  left: 25px;
	  top: -8px;
	  border-left: 8px solid transparent;
	  border-right: 8px solid transparent;
	  border-bottom: 8px solid #444;
  }	
  #menu ul {
	  position: static;
	  visibility: visible;
	  opacity: 1;
	  margin: 0;
	  background: none;
	  -moz-box-shadow: none;
	  -webkit-box-shadow: none;
	  box-shadow: none;				
  }
  
  #menu ul ul {
	  margin: 0 0 0 20px !important;
	  -moz-box-shadow: none;
	  -webkit-box-shadow: none;
	  box-shadow: none;		
  }
  #menu li {
	  position: static;
	  display: block;
	  float: none;
	  border: 0;
	  margin: 5px;
	  -moz-box-shadow: none;
	  -webkit-box-shadow: none;
	  box-shadow: none;			
  }
  #menu ul li{
	  margin-left: 20px;
	  -moz-box-shadow: none;
	  -webkit-box-shadow: none;
	  box-shadow: none;		
  }
  #menu a{
	  display: block;
	  float: none;
	  padding: 0;
	  color: #999;
  }
  #menu a:hover{	color: #fafafa;	}	
  #menu ul a{	padding: 0;	width: auto;}
  #menu ul a:hover{background: none;	}
  #menu ul li:first-child a:after,
  #menu ul ul li:first-child a:after {border: 0;}		
}
  
/* iPad */
.no-transition {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
opacity: 1;
visibility: visible;
display: none;  		
}
#menu li:hover > .no-transition {display: block;}

