@import url(https://fonts.googleapis.com/css?family=Orbitron|Aldrich);/*! jQuery UI - v1.8.24 - 2012-09-28
* https://github.com/jquery/jquery-ui
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.tabs.css, jquery.ui.theme.css
* Copyright (c) 2012 AUTHORS.txt; Licensed MIT, GPL */

.subNavWrapper {

    height: 103px;
    width: 100%;
	background-color:#fff;
	
    left: 0;
    overflow: visible;
    position: fixed;
		background-color:#fff;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
    z-index: 600;
}
.subNavContainer
{
   margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 1170px;
}
#preheader {
	margin: 0 auto;
	min-width: 1050px;
	overflow: visible !important;
	width: 100%;
	display: inline;
	background-color:#fff;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
}
#preheader-container {
  /*  background-color: #000; */
    height: 103px;
    margin: 0 auto;
    overflow: visible;
    width: 1100px;
}
#preheader-logo {
   color: #fff;
    display: none;
    float: left;
    font-size: 1.25em;
    font-weight: bold;
    margin: 5px -220px 0 10px;
	width: 200px;
}
div#search {
    clear: right;
    float: right;
    height: 30px;
}
div#vibeSearchBox {
    float: left !important;
    height: 23px;
    line-height: 0;
    overflow: visible;
    position: relative;
    top: 0;
    transition: all 0.2s ease-out 0s;
    width: 280px;
}
div#vibeSearchBox .ProductSearch_Input
{
	
}
.navSearch {
    height: 40px;
    position: relative;
    transition: all 0.2s ease-out 0s;
    width: 300px;
}




