﻿
body {
    /*background-color:#fff;*/    
    background-color: #F9F9F9;
}

#masterWrapper {
    width: 965px;
    margin: 0 auto;
    height: 95%;
    background-color: #FFFFFF;
    
    /*Uncomment Below for Drop Shadow*/    
    -moz-box-shadow: 0px 5px 25px #E2E2E2;
    box-shadow: 0px 5px 25px #E2E2E2;
    -webkit-box-shadow: 0px 5px 25px #E2E2E2;
    -moz-border-radius: 0 0 5px 5px;    
    
}

/*#region Main Layout*/
#masterLeft
{
    float:left;
	width: 155px;
	text-align:center;
    background-color:#e2e2e2;
}

#masterMiddle {
    
}

#masterMain
{
    float:left;
    width:810px;
    padding: 0px;
    min-height:500px;
}

#masterFooter {
    text-align:center;
    padding-top:5px;
    padding-bottom:5px;
}
/*#endregion*/

/*#region Header*/
#masterHeaderLeft {
    float:left;
    vertical-align:middle;
    height:94px;
    position:absolute;
}

.masterHeaderLogo{
    float:left;
}

.masterHeaderNumber{
    float:right;   
    font-family: Arial, sans-serif;
    font-size: 21px;
    font-weight: bold;
    color: #000;    
    top:25px;
    margin-left:31px;
    margin-top:27px;
}

#masterLogo {
    width:131px;
    height:84px;
    margin-left:12px;
    margin-top:5px;
   
}

#masterPhoneDiv {
    /*display:inline-block;
    position:absolute;*/
    float:right;
}

#masterPhone {
    font-family: Arial, sans-serif;
    font-size: 21px;
    font-weight: bold;
    color: #000;
    position:relative;
    top:25px;
    margin-left:31px;
}

html[data-useragent*='Chrome'] #masterPhone {
    margin-left:174px;
    top:27px;
}

#masterHeaderRight {
    float:right;
    width:790px;
    height:94px;
}

#masterLinks {
    float:right;
}

#masterLinks a {
    font-family:Arial, sans-serif;
    font-weight:bold;
    font-size:12px;
    color:#000;
    text-decoration:none;
}

#masterLinks a:hover {
    color:#d4232d;
}

#masterLinks span.masterLinkSeparator {
    color:#d4232d;
    font-size:13px;
    font-weight:bold;
    font-family:Verdana, Arial, sans-serif;
}

#masterLiveChat {
    position:relative;
    top:4px;
}

#masterTagline {
    float:right;
    margin-top:6px;
}

#masterTopMenu {
    background-color:#162732;
    height:28px;
    width:454px;
    float:right;
    border-top-left-radius: 5px;
    margin-top:4px;
}

#masterTopMenuLoggedIn {
    background-color:#162732;
    height:28px;
    float:right;
    width:790px;
    border-top-left-radius: 5px;
    margin-top:4px;
}

#masterTopMenuPLW {
     background-color:#162732;
    height:28px;
    float:right;
    width:790px;
    border-top-left-radius: 5px;
    margin-top:4px;
}


div.masterTopMenu a {
    display: inline-block;
    text-align: center;
    line-height: 27px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

div.masterTopMenu span {
    width:100px;
}

div.masterTopMenu span.separator {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    width:5px;
}

#masterTopMenu a.home {
    width:64px;
}

#masterTopMenuLoggedIn a.home {
    width:53px;
    padding-left:3px;
}

div.masterTopMenu a.placeorder {
    width:85px;
}

div.masterTopMenu a.openorders {
    width:90px;
}

div.masterTopMenu a.invoices {
    width:65px;
}

div.masterTopMenu a.freight {
    width:111px;
}

div.masterTopMenu a.account {
    width:91px;
}

#masterTopMenuLoggedIn a.account {
    width:80px;
}

div.masterTopMenu a.marketing {
    width:112px;
}

#masterTopMenuLoggedIn a.marketing {
    width:100px;
}

div.masterTopMenu a.contact {
    width:85px;
}

#masterTopMenuLoggedIn a.contact {
    width:73px;
}

div.masterTopMenu a.login {
    width:56px;
}

#masterTopMenuPLW a.home {
    width:40px;
    padding-left:3px;
}

#masterTopMenuPLW a.ordermanager {
    width:92px;    
}

#masterTopMenuPLW a.customermaintenance {
    width:138px;    
}

#masterTopMenuPLW a.sitepricing {
    width:70px;    
}

#masterTopMenuPLW a.salesreports {
    width:53px;    
}

#masterTopMenuPLW a.administration {
    width:88px;    
}

#masterTopMenuPLW a.yourwebsite {
    width:81px;    
}

#masterTopMenuPLW a.boxpartners {
    width: 158px;
}

#masterTopMenuPLW a.login {
    width:45px;    
}




#masterRedLine {
    height:4px;
    width:100%;
    background-color:#d4232d;
}

.sf-menu-horizontal, .sf-menu-horizontal * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu-horizontal li {
	position: relative;    
    white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
    margin: 0px 0px 0px 2px;
}

.sf-menu-horizontal ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
    
}

.sf-menu-horizontal > li {
	float: left;
}

.sf-menu-horizontal li:hover > ul,
.sf-menu-horizontal li.sfHover > ul {
	display: block;
}

.sf-menu-horizontal ul ul {
	top: 0;
	left: 100%;
}

.sf-menu-horizontal {
	float: left;
	margin-bottom: 1em;
}

.sf-menu-horizontal a {    
    display: block;
	position: relative;
    line-height: 27px;
    text-decoration: none;
    zoom: 1; /* IE7 */ /*color: #13a;*/
}

.sf-menu-horizontal ul li a {    
    padding: 0px 10px 0px 10px;
    width: 100%;
    text-align: left;
}

.sf-menu-horizontal ul li {
	background: #162732;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #e2e2e2;
}

.sf-menu-horizontal ul ul li {
	background: #162732;
}

.sf-menu-horizontal a:hover {
    color: #d4232d;
}

/*#endregion*/

/*#region Main/Content*/
#masterContent
{

}
/*#endregion*/

/*#region Product Search*/

#masterSearch {
    color:white;
    font-family:Arial, sans-serif;
    font-size:12px;
    font-weight:bold;
    background-color:#162732;
    text-align:left;
    padding-left:5px;
    margin-left:3px;
    width:144px;
    margin-top:5px;
    height:45px;
    padding-top:2px;
}

#txtMasterSearch {
    width:105px;
    font-size:11px;
    padding:1px;
    height:17px;
    border:1px solid black;
}

#btnMasterSearch {
    background-color:#d4232d;
    border:0px;
    color:#fff;
    font-weight:bold;
    font-family:Arial, sans-serif;
    width:26px;
    height:19px;
    position:relative;
    top:2px;
}

/*
@-moz-document url-prefix(){
    #btnMasterSearch{
        position:relative;
        top:2px;
    }
}
*/

/*#endregion*/

/*#region Check Inventory*/
#masterInventory {
    color:white;
    font-family:Arial, sans-serif;
    font-size:12px;
    font-weight:bold;
    background-color:#162732;
    text-align:left;
    padding-left:5px;
    margin-left:3px;
    width:144px;
    margin-top:5px;
    height:67px;
    padding-top:2px;
    white-space:nowrap;
    position:relative;
}

#masterInventory div {
    margin-bottom:2px;
}

#masterInventory label {
    display:inline-block;
    width:45px;
    font-size:11px;
    position:absolute;
    left:0px;
}

#masterInventory label[for=txtMasterInventoryStock]{
    left:10px;
    top:22px;
}

#masterInventory label[for=txtMasterInventoryQty]{
    left:3px;
    top:44px;
}

#txtMasterInventoryStock,
#txtMasterInventoryQty {
    font-size:11px;
    padding:1px;
    height:17px;
    border:1px solid black;
    text-transform:uppercase;
    position:absolute;
    left:50px;
}

#txtMasterInventoryStock{
    width:90px;
}

#txtMasterInventoryQty {
    width:60px;
    top: 42px;
}

#btnMasterInventory {
    background-color:#d4232d;
    border:0px;
    color:#fff;
    font-weight:bold;
    font-family:Arial, sans-serif;
    width:26px;
    height:19px;
    position:absolute;
    top:43px;
    left:117px;
}

html[data-useragent*='MSIE'] #txtMasterInventoryQty{
    top:41px;
}

html[data-useragent*='MSIE'] #btnMasterInventory{
    top:42px;
}

html[data-useragent*='MSIE 10.0'] #txtMasterSearch {
    position:relative;
    top:1px;
}

/*#endregion*/

/*#region Catalog*/
#masterCatalog {
    width:144px;
    background-color:#162732;
    margin-left:3px;
    margin-top:5px;
    height:25px;
    text-align:left;
    padding-left:5px;
}

#masterCatalog a{
    color:#fff;
    font-family:Arial, sans-serif;
    font-weight:bold;
    text-decoration:none;
    font-size:12px;
    line-height:26px;    
}

#masterCatalog a:hover{
    color:#D4232D;
}

/*#endregion*/

/*#region Categories*/
#masterProducts {
    width:144px;
    background-color:#162732;
    margin-left:3px;
    margin-top:5px;
    height:25px;
    color:#fff;
    font-weight:bold;
    text-decoration:none;
    font-size:12px;
    line-height:26px;    
    padding-left:5px;
    text-align:left;
}

#masterProducts a {
    color:#fff;
    text-decoration:none;
}

#masterCategory {
    text-align:left;
    padding-bottom:3px;
}

#masterCategoryBg {
    background-color:#fff;
    width:149px;
    margin-left:3px;
    padding-top:2px;
    padding-bottom:2px;
}

a.masterCategory {
    font-family: Arial;
    display:block;
    text-decoration:none;
    font-size:11px;    
    border-bottom:1px solid #D4232D;
    color:#000;
    margin-left:4px;
    width:138px;
    /*letter-spacing:-1px;*/
    margin-top:1px;
}

html:not([data-useragent*='MSIE']) a.masterCategory{
    font-size:11px;
    line-height:12px;
    padding-bottom:1px;
}

html:not([data-useragent*='MSIE']) a.masterCategory:nth-child(3n + 1){
    padding-bottom:0px;
}

a.masterCategory:hover {
    color:#D4232D;
    border-bottom:1px solid #000;
}

#masterCategory a:last-child {
    border-bottom:0px;
}

/*#endregion*/

/*#region Footer Menu*/
#masterFooterContainer {
    width:813px;
    margin-left:155px;
}

#masterFooter a
{
    color:#000;
    font-size:9px;
}

#masterFooter a:hover
{
    color:#D4232D;
}

#masterFooterCopyright
{
    font-size:9px;
    color:#000;
    padding-top:4px;
}
/*#endregion*/

