@import url(home.css);
@import url(sub.css);
@import url(myb.css);


/** CSS RESET **/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	background: url(images/site-background.jpg) repeat-x rgb(234,234,234);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	
}


ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
    width: 682px;
}

/** END CSS RESET **/

/**Universal Styles **/

.wrap {
	width: 770px;
	margin: 0 auto;
	height: auto;
	min-height: 100%;
	text-align: left;
	
}

.Mobilewrap {
	width: 550px;
	margin: 0 auto;
	height: auto;
	min-height: 100%;
	text-align: left;
	
}

.header {
	height: 95px;
	width: 79%;
	}
	
.Mobileheader {
	height: 25px;
	width: 100%;
	}


.header .logo {
	background: url(images/masthead-logo.png) no-repeat;
	_background: url(images/masthead-logo-ie6.gif) no-repeat;
	width: 137px;
	height: 143px;
	position: absolute;
	z-index: 7000;
	left: 50%;
	margin-left: -380px;
	text-indent: -1000px;
	overflow: hidden;
	}

.Mobileheader .Mobilelogo {
	background: url(images/masthead-logo.png) no-repeat;
	_background: url(images/masthead-logo-ie6.gif) no-repeat;
	width: 137px;
	height: 143px;
	position: absolute;
	z-index: 7000;
	left: 50%;
	margin-left: -300px;
	text-indent: -1000px;
	overflow: hidden;
	}

	
.header .BulMainMenu {
	margin-left: 190px;
	_margin-left: 90px;
	float: left;
	}


.header .MobileBulMainMenu {
	margin-left: 10px;
	_margin-left: 90px;
	float: left;
	}
	
.header .BulMainMenu LI {
	float: left;
	height: 93px;
}

.header .BulMainMenu LI A {
	display: block;
	background-image: url(images/masthead-navigation.jpg);
	background-repeat: no-repeat;
	height: 93px;
	text-indent: -1000px;
	overflow: hidden;
}

.header .BulMainMenu LI A.products {
	background-position: 0px 0px;
	width: 121px;
}

.header .BulMainMenu LI A.orderguide {
	background-position: -120px 0px;
	width: 106px;
}

.header .BulMainMenu LI A.distservices {
	background-position: -225px 0px;
	width: 160px;
}

.header .BulMainMenu LI A.products:hover {
	background-position: 0px -93px;
}

.header .BulMainMenu LI A.orderguide:hover {
	background-position: -120px -93px;
}

.header .BulMainMenu LI A.distservices:hover {
	background-position: -225px -93px;
}

.header .BulMainMenu LI.active A.products {
	background-position: 0px -186px;
}

.header .BulMainMenu LI.active A.orderguide {
	background-position: -120px -186px;
}

.header .BulMainMenu LI.active A.distservices {
	background-position: -225px -186px;
}

.header .searchBox {
	width: 181px;
	height: 75px;
	background: url(images/masthead-search-bg.jpg) no-repeat;
	float: left;
	margin: 18px 0 0 7px;
}

.header .searchBox .showCDNPrices {
	margin: 5px 5px;
	color: #ffffff;
}

.header .searchBox .showCDNPrices A {
	font-size: 11px;
	color: #ffffff;
}

.header .searchBox .showCDNPrices IMG {
	vertical-align: middle;
}

.header .searchBox .searchField {
	float: left;
	margin: 10px 0 0 0;
	position: relative;
	left: 5px;
}

.header .searchBox .searchField .searchFieldLeft {
	background: url(images/masthead-search-left.jpg) no-repeat;
	width: 11px;
	height: 21px;
	float: left;
	}
	
.header .searchBox .searchField .searchFieldMid {
	background: url(images/masthead-search-mid.jpg) repeat-x;
	width: auto;
	height: 21px;
	float: left;
	}
	
.header .searchBox .searchField .searchFieldMid INPUT {
	background: none;
	width: 129px;
	height: 17px;
	padding: 2px 3px 0 0px;
	float: left;
	border: 0;
	}
	
.header .searchBox .searchField .searchFieldRight {
	background: url(images/masthead-search-right.jpg) repeat-x;
	width: 26px;
	height: 21px;
	float: left;
	}

/** FLASH STYLES **/

.flash {
	width: 100%;
	height: 340px;
	position: relative;
	z-index: 500;
	margin-top: 0px; _margin-top: 0px;
	background: url(images/flash-bg.jpg) no-repeat;
}

.flash OBJECT {
	position: absolute;
	z-index: 500;
	margin-top: -2px;
	left: 0;
}

/** UNIVERSAL CONTENT STYLES **/

.content {
	width: 100%;
	height: auto;
	min-height: 100%;
	background: #ffffff;
	padding-left:110px; 	 
}


.Mobilecontent {
	width: 100%;
	height: auto;
	min-height: 100%;
	background: #ffffff;
	padding-left:0px; 	 
}



#sub .content {
	margin-top: 12px;
	background: url(images/sub-navigation-bg.jpg) repeat-y;
	height: auto;
	min-height: 100%;
}

#myb .content {
	margin-top: 12px;
	/*background: url(images/sub-navigation-bg.jpg) repeat-y;*/
	height: auto;
	min-height: 100%;
}

.clear {clear: both;}

/** FOOTER STYLES **/

.footer {
	width: 100%;
	height: 34px;
	background: url(images/footer-bg.jpg) repeat-x;
}

.footer .footerContent {
	width: 770px;
	height: 34px;
	margin: 0 auto;
}

.footer .MobilefooterContent {
	width: 550px;
	height: 34px;
	margin: 0 auto;
}


.footer .footerContent .footerContentLeft {
	float: left;
	width: 30%;
	color: #ffffff;
	font-size: 11px;
	text-align: left;
	line-height: 34px;
}


.footer .MobilefooterContent .MobilefooterContentLeft {
	float: left;
	width: 30%;
	color: #ffffff;
	font-size: 11px;
	text-align: left;
	line-height: 34px;
}

.footer .footerContent .footerContentRight {
	float: right;
	width: 70%;
	color: #ffffff;
	font-size: 11px;
	text-align: right;
	line-height: 34px;
}

.footer .MobilefooterContent .MobilefooterContentRight {
	float: right;
	width: 70%;
	color: #ffffff;
	font-size: 11px;
	text-align: right;
	line-height: 34px;
}


.footer .footerContent .footerContentRight A {
	color: #ffffff;
	text-decoration: underline;
}