body {
	font-size: 0.8em;
	font-family: Verdana, Geneva, sans-serif;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #039;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}




/** site nav **/

.topnav {
	overflow: hidden;
	background-color: #F5F5F5;
}

.topnav a {
	float: left;
	display: block;
	color: #333;
	text-align: center;
	padding: 10px 10px;
	text-decoration: none;
	font-size: 15px;
	
	}


.active {
	/*background-color: #4CAF50;*/
	background-color: white;
	color: white;
	margin: 0px;
	padding: 0px;
}

.topnav .icon {
  display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 15px;    
    border: none;
    outline: none;
    color: #333;
    padding: 10px 12px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 10px 12px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
	background-color: #CCC;
	color: white;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.topnav-centered {
  float: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 680px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 680px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

.logo {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}



/** site nav end **/

.topMenu {
	display: block;
	clear: both;



}
.p_cat {
	padding-left: 10px;
	padding-top: 10px;
}

.topMenu ul {
	margin: 0px;
	padding: 0px;

}

.topMenu ul li {
	list-style-type: none;
	padding: 10px;
	border: thin solid #CCC;
	margin-left: 5px;
	display: block;
	float: left;
	margin-bottom: 5px;
}


.menu ul li {
	color: #FFF;
	background-color: #09C;
	padding: 10px;
	margin-top: 1px;
	margin-right: 1px;
	list-style-type: none;
	float: left;
}
.menu {
	clear: both;
	padding-top: 10px;
}

.menu ul li a {
	color: #FFF;
	text-decoration: none;
}
.menu ul li a:hover {

}


.menu ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}


.main {
	clear: both;
	min-height: 300px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.pDetail {
	background: linear-gradient(to bottom, #F3F7FA 0%,#F3F7FA 45%,white 45%,white 45%,white 100%);
/*	background-color: #DEE5EF;*/
}

.p_title {


}

.sku {
	text-transform: capitalize;
	font-weight: bold;
	font-size: 2em;
	margin-right: 10px;
	padding-left: 10px;
}
.sub {
	background-color: #666;
	color: #FFF;
	text-transform: capitalize;
	font-size: 0.8em;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-left: 10px;
}
.s_Desc {
	list-style-type: none;
	padding-left: 10px;
}
.pDetail .img {
	text-align: center;
}
.pDetail .img img {
	width: 100%;
	max-width: 700px;
}
.pDetail .img .side_imgs img {
	width: auto;
}

.spec {
	font-size: 1em;
	padding-left: 20px;
}
.main .spec ul {
	padding-left: 10px;
}

.main .spec ul li {
	list-style-type: disc;
}
.pList {
	margin-right: 10px;
	width: 170px;
	float: left;
	margin-bottom: 10px;
	background-color: #F3F7FA;
	padding: 2px;
	height: 170px;
}
.pList hr {
	border: none;
	height: 1px; /* old IE */
	background-color: #333;
	width: 96%;
	padding-top: 0px;
	padding-bottom: 0px;
}


.pList a {
	text-decoration: none;
	color: #333;
}

.pList a:hover {
	background-color: #3C6;

}

.pList .sku {
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 4px;
}
.pList .cat {
	text-align: left;
	font-size: 0.7em;
	padding-left: 4px;
}


.pList img {
	width: 170px;
	background-color: #FFF;
}
.newLine {
	clear: both;
	padding-bottom: 10px;
}


contact from 
contactFrom {
	float: left;
	width: 410px;
	padding: 10px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #CCC;
}
#contactFrom form ol {
	padding: 0px;
}
#contactFrom form ol li {
	list-style-type: none;
	padding-bottom: 3px;
}
#contactFrom label {
	display: block;
	float: left;
	width: 110px;
}
#contactFrom input.text, textarea, select {
	background-color: #F8F8F8;
	width: 240px;
}
#contactInfo {
	width: 333px;
	float: left;
	padding: 10px;
}
#contactInfo img {
	vertical-align: bottom;
}

#contactInfo #gmap {
	padding: 5px;
	border: thin solid #CCC;
}
footer {
	background-color: #F3F7FA;
	text-align: center;
	padding: 15px;
}
