@charset "utf-8";
/* CSS Document */

@font-face {
font-family: "DINOT BOLD";
src: url("../fonts/DINOT-Bold.eot");
src: 
url("../fonts/DINOT-Bold.woff") format("woff"),
url("../fonts/DINOT-Bold.otf") format("opentype"),
url("../fonts/DINOT-Bold.svg#filename") format("svg");
}
@font-face {
font-family: "DINOT Medium";
src: url("../fonts/DINOT-Medium.eot");
src: 
url("../fonts/DINOT-Medium.woff") format("woff"),
url("../fonts/DINOT-Medium.otf") format("opentype"),
url("../fonts/DINOT-Medium.svg#filename") format("svg");
}
@font-face {
font-family: "DINOT REGULAR";
src: url("../fonts/DINOT-Regular.eot");
src: 
url("../fonts/DINOT-Regular.woff") format("woff"),
url("../fonts/DINOT-Regular.otf") format("opentype"),
url("../fonts/DINOT-Regular.svg#filename") format("svg");
}
body {
	background-image:url(../images/mesh.jpg);
	background-repeat:repeat;
	font-family:"DINOT REGULAR",Arial, sans-serif;
	font-weight:normal;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color:#666;
	
}
p{font-family:"DINOT REGULAR",Arial, sans-serif;
	font-weight:normal;}
/**
 * 1. Centers the content. Yes, it's a bit opinionated.
 * 2. See the "width vs max-width" section
 * 3. See the "Additional Padding" section
 */
#wrapper {
	background-color:#FFFFFF;
	width:1024px;
	height:auto;
  margin-right: auto; /* 1 */
  margin-left:  auto; /* 1 */

  max-width: 1024px; /* 2 */
}

#top-header{
	background-color:#333;
	width:100%;
	height:45px;
}

#nav-header{
	background-color:#fff;
	width:1024px;
	height:80px;
	border-bottom: 1px solid #ccc;
}

#social{
	margin-left:20px;
	padding-top:13px;
}

#social img{
	margin-right:10px;
	
}

#mytopnav{text-transform:uppercase;
margin-left:125px;
font-size:11px;
float:left;}

div#mytopnav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

 div#mytopnav li {
    float: left;
}

div#mytopnav li a {
    display: block;
    color: #666;
    text-align: center;
    padding: 5px 10px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
div#mytopnav li a:hover {
    color: #ccc;
}

div#mysearch {
    
    
	margin-top:-5px;
	color:#666;
	
}

#mysearch{
	float:right;
	margin-right:20px;
}

#mylogo{
		float:left;
	margin-left:20px;
	margin-top:15px;
	
	}
	
#mainnav{
	text-decoration:none;
	z-index:999;
}

#mymainnavbar{
	margin-top:20px;
	margin-left:50px;
	float:left;
	width:auto;
	text-transform:uppercase;
	z-index:999;
}

/* Navbar container */
.mynavbar {
  overflow: hidden;
font-family: "DINO Medium",Arial;
font-weight:Medium;
color: #666;
  width:475px;
  text-decoration:none;
	z-index:999;
}

/* Links inside the navbar */
.mynavbar a {
  float: left;
  font-size: 12px;
  color: #666;
  text-align: center;
  padding: 14px 8px;
 text-transform:uppercase;
  text-decoration: none;
  font-family: "DINOT Medium",Arial;
font-weight:Medium;
}


/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
  font-family: "DINOT Medium",Arial;
font-weight:Medium;
  font-size: 12px; 
}

/* Dropdown button */
.dropdown .dropbtn {
font-size: 12px; 
  border: none;
  outline: none;
  color: #666;
font-family: "DINOT Medium",Arial;
font-weight:Medium;
  text-transform:uppercase;
  padding: 14px 12px;
  background-color: #fff;
  font: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
  z-index: 100;
}

/* Add a red background color to navbar links on hover */
.mynavbar a:hover, .dropdown:hover .dropbtn {
  color: #e9272b;
font-family: "DINOT Medium",Arial;
font-weight:Medium;
  font-size: 12px; 
  text-decoration:none;
	
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
font-family: "DINOT Regular",Arial;
font-weight:normal;
 text-decoration:none;
	color: #fff;
	 background-color: #fff;
  margin-left:-10px;
  margin-top:-10px;
  z-index: 100;
}

/* Mega Menu header, if needed */
.dropdown-content .header {
  background: #fff;
  padding: 0px;
  color: white;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
  
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 210px;
  padding: 10px;
  background-color: #fff;
  height: 285px;
  text-decoration:none;
	
}

/* Style links inside the columns */
.column a {
  float: none;
  color: #666;
 background-color: #fff;
  font-size:11px;
  padding: 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a background color on hover */
.column a:hover {
  background-color: #ebebeb;color: #e9272b;
}

td.page-header a:hover{
	color: #e9272b;
text-decoration: none;
    text-decoration-line: none;
    text-decoration-style: none;
    text-decoration-color: none;
	font-family: "DINOT Medium",Arial;
font-weight:Medium;
	}

td.page-header a  {
	font-size:12px;
	color: #666;
font-family: "DINOT Medium",Arial;
font-weight:Medium;
text-decoration: none;
    text-decoration-line: none;
    text-decoration-style: none;
    text-decoration-color: none;}

td.page-header a:visited {
	font-size:12px;
	
font-family: "DINOT Medium",Arial;
font-weight:Medium;
text-decoration: none;
    text-decoration-line: none;
    text-decoration-style: none;
    text-decoration-color: none;}
	
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

#mycart{
	float:right;
	margin-right:20px;
	margin-top: -60px;
	font-size:12px;
	text-transform:uppercase;
	font-family: DINOT Bold,Arial;
font-weight:bold;
color:#666;
	}
#mycart h4{
	font-size:14px;
	text-transform:uppercase;
	font-family: DINOT Bold,Arial;
font-weight:bold;
color:#e9272b;
	}	
	
#mybanner{
	width:auto;
	height:430px;
padding:0px;
}
.page-column-center #mybanner {
	margin-left:-30px;
	margin-right:-30px;
	margin-top:-15px;
		padding-left:0px;
	padding-right:0px;
	width:auto;
	background-color:none;
	border:none;
	}
	
div#wrapper td.page-column-center {
    width:auto;
}
.page-body-content{border:none;}
.page-column-center{}
.product-list {}
.breadcrumb {margin-top:15px; 
font-family: "DINOT Bold", "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    color: #e9272b;
font-weight:bold;
}
div.breadcrumb span a{
font-family: "DINOT Bold", "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    color: #666;
font-weight:bold;	
}
div.breadcrumb span a:hover{
font-family: "DINOT Bold", "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    color: #666;
font-weight:bold;	
}

#myfeatureditems{
	width:auto;
	height:225px;
	float:left;
	padding-top:25px;
	padding-bottom:25px;
	
	
}
.page-column-center #myfeatureditems 
{
	margin-left:-15px;
	margin-right:-6px;
		padding-left:8px;
	padding-right:0px;
	}


 h1{
font-family: "DINOT Bold", "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 25px;
    color: #e9272b;
    line-height: 1em;
    font-weight:bold;
    text-transform: uppercase;
	font-style:italic;
	width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}



 h3 {
	 font-size: 18px;
 overflow: hidden;
 text-align: center;
 font-family: "DINOT Bold", "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
	font-weight:bold;
	 text-transform: uppercase;
	color:#666;
}
h3:before,
h3:after {
	
 background-color: #ccc;
 content: "";
 display: inline-block;
 height: 1px;
 position: relative;
 vertical-align: middle;
 width: 50%;
}
h3:before {
 right: 0.5em;
 margin-left: -50%;
}
h3:after {
 left: 0.5em;
 margin-right: -50%;
}
#myfeatureditems img{
	float:left;
	margin:0px;
}
a:hover{
	text-decoration:none;
}

div.prod-detail-desc { font: normal 12px "DINOT REGULAR", Arial, Helvetica, sans-serif; color: #666; text-decoration: none; font-weight:normal;}
td.page-column-center a { font: bold 12px "DINOT Bold", Arial, Helvetica, sans-serif; color: #666; text-decoration:none; }
td.page-column-center a:hover { font: bold 12px "DINOT Bold", Arial, Helvetica, sans-serif; color: #e9272b; text-decoration: none; }

div.product-list-options h5 a, div.product-list-options h5 a:hover { font: bold 15.0000px "DINOT BOLD",Arial, Helvetica, sans-serif; color: #666; text-decoration: none; }
div.product-list-text {font: normal 12px "DINOT REGULAR", Arial, Helvetica, sans-serif; color: #666; text-decoration: none; font-weight:normal;}

select {
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: #666;
    background-color: white;
    cursor: default;
    border-width: 1px;
    border-style: solid;
    border-color: #666;
    border-image: initial;
}

#myfeaturedvideos{
	width:985px;
	height:275px;
	float:left;
	padding-top:25px;
	padding-bottom:25px;
}

.page-column-center #myfeaturedvideos {
	margin-left:-15px;
	margin-right:-6px;
		padding-left:0px;
	padding-right:0px;
	}



hr {
    border: 0;
    height: 1px;
    
	width:100%;
    position:relative;
    background-color:#ccc;
}

#ctl00_pageContent_ctl04_dlCategories {width:100%;}

#myspecialitems{

	width:auto;
	height:225px;
	float:left;
padding-left:25px;
	padding-top:25px;
	padding-bottom:25px;
	
	
}