/*#########################################################
  FRAMEWORK
########################################################*/
/* browser reset controls */
/******************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,  pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ul, il, ol, fieldset, form, label, legend, caption, tbody, tfoot, thead {margin:0px; padding:0px; border:0px; outline:0px; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline;}
table, caption, tbody, tfoot, thead, tr, th, td {outline:0px; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit;}
body {line-height:1; color:black; background:white;}
/* remember to define focus styles! */
:focus {outline:0;}
caption, th, td {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/******************************************************/
/* end browser reset controls */


/*#########################################################
  Framework
########################################################*/

img, div { behavior: url(iepngfix.htc) }

body {
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #363333;
	margin:0px;

}

#container1 
{
	width:100%;
}

#container2
{
    width: 980px;
    padding: 0 0 0 0;
    margin: auto;
    padding-left: 1px;
    background: url(../images/bg-shadow.png);
    _background: url(../images/bg-shadow.jpg); /*ie6*/
    background-repeat: repeat-y;
}

h1{
	font-size:26px;	
	line-height:26px;
	color:#32357a;
	font-weight:bold;
	padding:5px 0 6px 0;
}

h2{
	font-size:17px;
	line-height:25px;
	margin:4px 0 8px 0;
	position:relative;
	top:0px;
	color:#f58026;
	font-weight:bold;
}

h3{
	font-size:13px;
	font-weight:bold;
	line-height:15px;
	margin: 5px 0 14px 0;
	color:#000;
}

h4 {
	font-weight:bold;
	padding:0 0 5px 0;
	color:#98012e;
	font-size:12px;
}

.outline {
	border-style:solid;
	border-width:1px;
	border-color:#000;
}

ul{
	padding:0px;
	margin:0px;
}

ul li {
	margin-left:15px;
}

/*#########################################################
  Header
########################################################*/

#header{
	margin:auto;
	width:960px;
	height:86px;
	
}

#header #header-logo
{
    margin: 0px 0px 15px 0px;
    width: 220px;
    height: 93px;
    float: left;
    display: inline;
}

#header #header-logo img{
	margin:2px 0 4px 0;
}

#header #column-search
{
    width: 375px; 
    height: 53px;
    margin: 20px 0px 15px 55px;
    float: left;
    overflow: hidden;
    background-image: url('../images/main-search-panel-background.jpg');
}

#header #column-search .main-search-watermark, #header #column-search .main-search-textbox
{
    border-style: hidden;
    border: none;
    font-size: 13px !important;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #363333;
    width: 260px;
    background-color: white;
    white-space: nowrap;
    padding: 2px 0px 0px 0px;
    margin: 18px 0px 0px 20px;
    float: left;
}

#header #column-search .main-search-button, #header #column-search-with-target .main-search-button
{
    padding: 0px;
    margin: 12px 10px 0px 0px;
    _margin: 12px 5px 0px 0px; /* IE 5 & 6 */
    float: right;
}

#header #column-search-with-target
{
    width: 480px;
    height: 53px;
    margin: 20px 0px 15px 13px;
    float: left;
    overflow: hidden;
    background-image: url('../images/main-search-panel-background-with-target.jpg');
}

#header #column-search-with-target .main-search-watermark, #header #column-search-with-target .main-search-textbox
{
    border-style: none;
    font-size: 13px !important;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #363333;
    width: 245px;
    background-color: white;
    white-space: nowrap;
    padding: 2px 0px 0px 0px;
    margin: 18px 0px 0px 20px;
    float: left;
}
#header #column-search .main-search-target
{
    display: none;
    visibility: hidden;
}
#header #column-search-with-target .main-search-target
{
    margin: 18px 0px 0px 15px;
    width: 110px;
    float: left;
}
#header #column-search-with-target .main-search-target .CriteriaEnryDropDownList
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

#header #header-links
{
    height: 60px;
    width: 220px;
    float: right;
    display: inline;
    position: relative;
    margin: 3px 8px 0px 0px;
}

#header #header-links #row1{
	height:30px;
}

#header #header-links #row1 #column-shop
{
    padding: 0px;
    margin: 0px;
    width: 230px;
    float: right;
    display: inline;
    font-size: 11px;
    text-align: right !important;
    overflow: hidden;
    height: 30px;
    *margin: 0px 0px 0px -20px;
}

#header #header-links a{
	text-decoration:underline;
	color:#06F;
}

#header #header-links #row1 #column-shop img{
	margin-bottom:-5px;
}

#header #header-links #row1 #column-shop #cart
{
    width: 140px;
    height: 30px;
    float: left;
    display: inline;
    vertical-align: top;
}

.CartWidgetNumLineText
{
    margin: 0px 0px 6px 0px;
    float: left;
}
#header #header-links #row1 #column-shop #cart .item-count
{
    font-size: 8pt;
    color: #0091B6;
    line-height: 28px;
}
#header #header-links #row1 #column-shop #cart .subtotal-value
{
    font-size: 8pt;
    color: Black;
    line-height: 28px;
}

#header #header-links #row1 #column-shop #login-checkout
{
    width: 83px;
    height: 30px;
    float: right;
    display: inline;
    margin: 4px 0px 0px 0px;
}



#header #header-links #row1 #column-shop #login-checkout .checkout
{
    padding: 0px;
    color: #0091B6 !important;
    font-weight: bold;
    text-decoration: none;
}

#header #header-links #row1 #column-shop #login-checkout .checkout:hover{
	text-decoration:underline;
}

.btn-login
{
    float: right;
    margin: 0px 0px 0px 6px;
    *margin: 0px 6px 0px 0px;
    height: 25px;
    display: inline;
}

#header #header-links #row2
{
    padding: 0px;
    margin: 6px 7px 0px 0px;
    *margin: 0px 0px 0px -60px; /* IE5 IE6 IE7 */
    height: 15px;
    text-align: right;
    font-size: 11px;
    line-height: 15px;
    overflow: hidden;
    width: 270px;
    float: right;
}

#header #header-links #row2 a{
	font-size:11px;
}
#header #header-links #row2 img{
	margin:0 3px 0 0;
}

.LoginTextBlackBold, .LoginTextBlackBold a, .LoginTextBlackBold a:hover, .LoginTextBlackBold a:visited
{
    color: #363333 !important;
    font-family: Arial;
    font-size: 8pt;
    font-weight:bold;
    text-decoration: none !important;
}

/*#########################################################
  Navigation
########################################################*/

#nav
{
    height: 56px;
    width: 960px;
    margin: auto;
    position: relative;
    top: -28px;
    margin-bottom: -28px;
}

#nav #nav-tabs 
{
	height:26px;
	text-align:left;
	padding-right:20px;
}

#nav #nav-tabs img
{
    padding: 0px;
    border-style: none;
    margin: 0px;
    float: right;
    display: inline;
    position: relative;
}

#nav #nav-buttons
{
    height: 30px;
    width: 100%;
    position: relative;
    background-image: url(../images/main-menu-bg.jpg);
    background-repeat: repeat-x;
    text-align: left;
    z-index: 1000 !important;
}

#nav-buttons-loggedin {
	float:right;
	display:inline;
}

.shop-on{
	position:relative;
	right:2px;
}

.shop-off{
	position:relative;
	right:-1px;
}

.shop-off-quickorder-on{
	 position:relative;
	 left:-96px;
}

.shop-off-myorganization-on{
	margin-left:-140px; 
	position:relative; 
	left:-118px;
	*left:-40px; /* ie 6 & 7*/
}

.shop-off-myaccount-on{
	position:relative; 
	left:-96px;
}

.myorganization-off{
	position:relative;
	right:1px;
}

.myorganization-off-myaccount-on{
	position:relative; 
	left:-96px;
}

.myorganization-off-quickorder-on{
	position:relative; 
	left:-96px;
}

.myorganization-on{
	position:relative;
	left:-1px;
}

.myaccount-off-quickorder-on{
	position:relative; 
	left:-95px;
}

.myaccount-on{
	position:relative;
	right:-178px;
}

.quickorder-off{
	 padding-left:1px;
	 _margin-left:1px; /* ie6 */
}

.quickorder-on{
	 position:relative;
	 right:-274px;
}


/*#########################################################
  Main Content
########################################################*/
#main-container
{
    width: 960px;
    padding: 0px 0 0 15px;
    _padding: 0px 0 0 17px; /*ie6*/
    margin-top: -50px;
    margin-bottom: 22px;
}

#main-container .page-container-customer
{    
	width:951px;
	margin-top:30px;
	_margin-top:30px;
}

#main-container .page-container-salesrep
{    
	width:951px;
	margin-top:5px;
}

#main-container .selected-customer-widget
{
    width:951px;
    vertical-align:top;
    margin-top:25px;
}



/*#########################################################
  Footer
########################################################*/
.footer-admin-links
{
    width: 980px;
    text-align: center;
    float: left;
    margin-top: 15px;
    * background-image: none;
    * background-color:White;
    _padding-top: 10px;
}
#powered-by-mbsdev
{ 
    float: right;
    margin-right: 450px;
    margin-top: 15px;
    _padding-top: 10px;
    * margin-right: 0px; 
    * width: 980px;
    * text-align: center;
    * background-image: none;
    * background-color:White;
 }
#footer-container2
{ 
	width:980px;
	clear:both;
	margin-top: 20px;
    z-index:100;
    * background-image: none;
    * background-color:White;
 }

#footer-container{	
	height:40px;
	width:980px;
	clear:both;
	background-image:url(../images/bg-footer.png);
	_background-image:url(../images/bg-footer.jpg); /*ie6*/
	background-position:bottom;
	background-repeat:no-repeat;
	position:relative;
	left:-15px;
	_left:-16px; /*ie6*/
	text-align:center;
	top:40px;
	margin-top:-15px;
}


#footer 
{
	height:13px;
	width:937px;
	background-color:#0091B6;
	position:relative;
	top:-8px;
	left:10px;
	color:#FFF;
	padding:10px 12px 7px 12px;
	font-size:11px;
	*margin-left:-19px; /*ie 6 & 7 */
	_margin-left:-21px; /*ie 6*/
}

#footer a{
	color:#FFF;
	text-decoration:none;
}

#footer a:hover{
	color:#FFF;
	text-decoration:underline;
}

#footer #content-left{
	float:left;
	display:inline;
}

#footer #content-right{
	float:right;
	display:inline;
	width:300px;
	_width:350px; /*ie6*/
	text-align:right;
}


/* Support for the "iehover-fix.js" */
ul.navItems iframe {position: absolute;left: -0.25em;top: -0.25em;z-index: -1;filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);}
* html ul.navItems li { z-index: 501; }
/* this is for IE 5.0
     select.hide { visibility: hidden; }
/* End Support for the "iehover-fix.js" */
/*##### END NAVIGATION #####*/