@charset "utf-8";
/* CSS Document */


.row {
    margin-left: -20px;
    margin-bottom: 10px;
}

body {
	/*background-image: url(../images/bkgrd_repeat.jpg);background-repeat: repeat; */
	background-color:#000;
	margin:0px;
 	padding-bottom:20px;
	color:#fff
}
img {border:none;}

div#logo {
	width:230px !important; 
	/* position in center */
	position: absolute;
	top: 0;
	
	/* position on left
	position: relative;
	top: -115px;
	left: -330px;
	*/
}

div.moduletable {
	margin-bottom:15px;
}

div.moduletable, .content, .shadow {
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.7);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.7);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.7);
}

.outer_container { 
	margin:0 auto;
}

div.nav-row {
	margin-top:60px;
	margin-bottom: 20px;  
}

div.main-nav {
	background-color:#000;
	height:45px;
	/*.border-radius( 5px );*/
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	font-size:13px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	position: relative;
	z-index: inherit;
	zoom: 1; /* For IE6 */
}




/* ***************** NAV *********** */

.navbar {
    margin-bottom: 0;
}

/* Main menu */
.mod-menu {
    display: flex;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mod-menu > li {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mod-menu > li > a,
.mod-menu > li > span {
    display: block;
    padding: 10px 24px;
    text-decoration: none;
}

/* Submenu */
.mod-menu li ul {
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;

    min-width: 240px;
    margin: 0;
    padding: 8px 0;
    list-style: none;

    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);

    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    pointer-events: none;

    transition:
        opacity 0.18s ease,
        transform 0.18s ease,
        visibility 0.18s ease;
}

.mod-menu li ul li {
    position: relative;
    display: block;
    width: 100%;
}

.mod-menu li ul a,
.mod-menu li ul span {
    display: block;
    padding: 10px 16px;
    white-space: nowrap;
    text-decoration: none;
    color: #222;
}

.mod-menu li ul a:hover,
.mod-menu li ul a:focus {
    background: #f2f2f2;
}

/* Show first-level dropdown */
.mod-menu > li:hover > ul,
.mod-menu > li:focus-within > ul,
.mod-menu > li.submenu-open > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

/* Third-level dropdowns */
.mod-menu li ul li ul {
    top: 0;
    left: 100%;
}

.mod-menu li ul li:hover > ul,
.mod-menu li ul li:focus-within > ul,
.mod-menu li ul li.submenu-open > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

/* Optional dropdown arrow */
.mod-menu li.parent > a::after,
.mod-menu li.parent > span::after {
    content: "▾";
    display: inline-block;
    margin-left: 7px;
    font-size: 0.75em;
}

.mod-menu li ul li.parent > a::after,
.mod-menu li ul li.parent > span::after {
    content: "›";
    float: right;
}

/* END NAV ************/

ul#services-menu {
	list-style-type:none;
	margin-left: 25px;
	margin-top: 15px;
	display: block !important;
}

#services-menu > li {
    display: block !important;
    width: 100%;
    float: none !important;
}


ul#services-menu  li a {

	background-image: url(../images/brushed-steel-button-bg.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	width: 367px;
	height: 50px;
	vertical-align: middle;
	line-height: 47px;
	margin: 5px 0;
	display: block;
	padding-left: 60px;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none; 
}

.content {

}

.content-inner {
	
}

.footer {
	text-align:center;
	margin-top:15px;
	color:#000;
}

.footer ul { list-style-type:none; margin:0 auto; display:table; margin-bottom:10px; margin-top:10px; } 
.footer ul li {	float:left; margin-right: 10px; }
.footer ul li a { color:#000000; }

div.footer1 { clear:both;}
/* ///////////////////////
BOOTSTRAP OVVERRIDES 
////////////////////////*/

h1, h2, h3 {
line-height: normal;
}

h1 {
	font-size:25px;
	color:#fff;
	font-weight:normal;
}

h2 {
	font-size:25px; 
	font-weight:normal;
}



div.item-page h2,
div.item-page h2 a,
.browse-view h1,
form#userForm h2 {
	font-size:25px;
	/*color:#fff;*/
	font-weight:normal;
}



div.search {
	position: relative;
	zoom: 1; /* For IE6 */
	text-align: right;
	margin-top: 40px;
}



.navbar-search .search-query {
	/*padding:12px;*/
    padding-left: 29px;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
	behavior: url(border-radius.htc);
	position: relative;
	zoom: 1; /* For IE6 */
}

.navbar-search .icon-search {
    position: absolute;
    top: 4px;
    left: 8px;
    background-image: url("../bootstrap/img/glyphicons-halflings-white.png");
}

.search-query:focus + .icon-search {
    background-image: url("../bootstrap/img/glyphicons-halflings.png");
}

select {
	width:auto;
}


 
.navbar-inner {
  min-height: 45px;
  padding-right: 20px;
  padding-left: 20px; 
	 background-color:#336aa7;
	 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#336aa7, endColorstr=#2c87d7);
	 background-image:-moz-linear-gradient(top, #336aa7 0%, #2c87d7 48%,#1f7bcc 49%,#60a3da 100%);
	background-image:linear-gradient(top, #336aa7 0%, #2c87d7 48%,#1f7bcc 49%,#60a3da 100%);
	background-image:-webkit-linear-gradient(top, #336aa7 0%, #2c87d7 48%,#1f7bcc 49%,#60a3da 100%);
	background-image:-o-linear-gradient(top, #336aa7 0%, #2c87d7 48%,#1f7bcc 49%,#60a3da 100%);
	background-image:-ms-linear-gradient(top, #336aa7 0%, #2c87d7 48%,#1f7bcc 49%,#60a3da 100%);
	 background-image:-webkit-gradient(linear, right top, right bottom, color-stop(0%,#336aa7), color-stop(48%,#2c87d7),color-stop(49%,#1f7bcc),color-stop(100%,#60a3da));

  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#336aa7', endColorstr='#61a4db', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
		  
	-webkit-border-radius: 10px;
		 -moz-border-radius: 10px;
			  border-radius: 10px;
	behavior: url(border-radius.htc);
	
	position: relative;
	z-index: inherit;
	zoom: 1; /* For IE6 */
}

.navbar .nav > li {
	float: left;
	line-height: 25px;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	color: #fff;
	text-decoration: none;
	background: none;
	-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.25); 
}

.navbar .nav > li > a:focus, 
.navbar .nav > li > a:hover {
color: #fff;
text-decoration: none;
background: none;
}

.navbar .nav > li > a {
	float: none;
	padding: 10px 23px 10px;
	color: #fff;
	text-decoration: none;
	text-shadow: none;
}

.navbar .nav > li.item-120 {
	visibility:hidden;
	width:270px;
}

.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #d7d7d7;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  margin-right: 13px;
}

.dropdown-menu {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:5px 0 0 15px;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, 
.navbar .nav li.dropdown.active > .dropdown-toggle, 
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
color: #fff;
background: none;
}

.navbar .nav li.dropdown > a:hover .caret, 
.navbar .nav li.dropdown > a:focus .caret {
border-top-color: #fff;
border-bottom-color: #fff;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
	margin-top: 11px;
	margin-left:3px;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret, 
.navbar .nav li.dropdown.active > .dropdown-toggle .caret, 
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
border-top-color: #fff;
border-bottom-color: #fff;
}

/* this is the arrow */
.navbar .nav > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu:after {
	/*display:none;*/
}

#paymentForm label,
#cart-contents label {
	display:inline;
}

input#register {
	margin-top: 13px !important;
}

.billto-shipto label {
	float: none;
}

label.delimiter_userinfo {
	display:none;
}

label {
	display: inline;
	margin-bottom: 5px;
}

/* ///////////////////////////////
 END BOOTSTRAP OVERRIDES
///////////////////////////// */



/* MOBILE CSS **

@media (max-width: 992px) {
    .mod-menu {
        display: block;
    }

    .mod-menu > li {
        width: 100%;
    }

    .mod-menu li ul {
        position: static;
        min-width: 0;
        box-shadow: none;
        transform: none;
        display: none;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        padding-left: 18px;
    }

    .mod-menu li.submenu-open > ul {
        display: block;
    }

    .mod-menu li ul li ul {
        position: static;
    }
}

*/


