/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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-color: #ece4e2; text-align: center;
}
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;
}

/* MAIN STYLES */

#body {
	text-align: left;
	width: 960px;
	margin: 0 auto;
	font: 400 16px Verdana, sans-serif; /* default to 16px Verdana font */
	border: 1px solid #011F75;
	border-width: 0 1px;
	position: relative;
}

#header {
	height: 73px;
	background: #011f75 url(../images/fulfillment.png) 0 0 no-repeat;
	border-bottom: 1px solid #a3aecd;
}

#footer {
	height: 19px; 
	background-color: #011F75;
	border: 1px solid #a3aecd;
	border-width: 1px 0;
}

#footer p {
	color: #fff;
	font-size: 9px;
	font-weight: 700;
	text-align: center;
	line-height: 19px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fc0;
}

#copyright {
	background-color: #0147AE;
	border-top: 1px solid #011f75;
	height: 40px;
	color: #02ABDB;
	font-size: 9px;
	text-align: center;
	line-height: 40px;
}

#nav {
	position: relative;
	border-top-color: #002077;
	border-bottom-color: #a3aecd;
	border-width: 1px 0;
	border-style: solid;
	background-color: #0147ae;
	height: 20px;
	z-index: 100;
}

#nav-main {
	position: absolute;
	left: 505px;
	z-index: 100;
}

.nav-main-option {
	float: left;
	margin-right: 30px;
	position: relative;
}

.nav-main-option a {
	color: #fff;
	font: 700 12px Verdana, sans-serif;
	text-decoration: none;
	line-height: 20px;
	display: block;
	white-space: nowrap;
}

.nav-dropdown
{
	display: none;
	position: absolute;
	top: auto; left: auto;
	_top: 20px; _left: 0; /* hello ie6 */
	background-color: #0147ae;
	padding: 2px 2px 1px 2px;
	-moz-box-shadow: 3px 3px 10px rgba(0,0,0,0.50);
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.50);
	box-shadow: 3px 3px 10px rgba(0,0,0,0.50);
	
}

.nav-main-option:hover .nav-dropdown,
.nav-main-option.sfHover .nav-dropdown {
	display: block;
}

.nav-main-option:hover a,
.nav-main-option.sfHover a {
	color: #fc0;
}

.nav-dropdown li {
	display: block;
	position: relative;
	background-color: #03abdc;
	_height: 1em;
	_margin-bottom: -3px;
	/*_width: 10em;*/
}

.nav-dropdown li a {
	display: block;
	padding: 6px 10px 6px 10px;
	border-bottom:  1px solid #0147ae;
	color: #fff !important;
	/*white-space: nowrap;*/
	position: relative;
	font-size: 11px;
}
.nav-dropdown li a:hover {
	color: #fc0 !important;
}
#contentWrap {
	min-height: 427px;
	_height: 427px; /* IE6 treats height like min-height */
	background: #ECE4E2 url(../images/home_background.jpg) 0 0 no-repeat;
	position: relative;
	zoom: 1;
	border-top: 1px solid #0147ae;
}

.subpage #contentWrap {
	background-image: none;
}

.subpage #content {
	padding-left: 202px;
	min-height: 500px;
	_height: 500px; /* for ie6, which treats height as min-height anyway */
}

.subpage #content h2 {
	color: #fff;
	font: 700 oblique 16px Helvetica, Verdana, Sans-Serif;
	position: relative;
	top: 20px; left: 15px;
}

.subpage #content h3 {
	color: #02a3d6;
	font: 700 oblique 16px Helvetica, Verdana, Sans-Serif;
	position: relative;
	top: 50px; left: 15px;
}

#copy {
	padding: 75px 15px 100px 15px;
}

#copy a {
	color: #0147ae;
	text-decoration: none;
}

#copy ul {
	list-style-position: inside;
	list-style-type: disc;
}

#copy li {
	list-style-position: inside;
	list-style-type: disc;
	padding-top: -10px;
	padding-left: 15px;
}

#copy li a {
	color: #0147ae;
	padding-left: 15px;
	font-size: 12px;
	text-decoration: underline;
	position: relative;
	_zoom: 1;
	list-style-type: disc;
	list-style-position: inside;
}

#copy p {
	padding-bottom: 25px;
	font-size: 12px;
	line-height: 18px;
}

/**** DEFINE THE SUBPAGE BACKGROUND AND TEXTFLOWS HERE ****/
#content,
.generic #content {
	background: #fff url(../images/generic_content_background.jpg) 100% 0 no-repeat;
}

.textflow,
.generic .textflow {
	float:right;
	width: 450px;
	height: 135px;
}

.textflow2,
.generic .textflow {
	float:right;
	width: 300px;
	height: 250px;
}

.textflow3, .generic .textflow {
	float:right;
	width: 100px;
	height: 700px;
}


#home-menu {
	border-left: solid 20px #02abdb;
	position: absolute;
	top: 0; bottom: 0;
	/* make ie6 expand the height of this div */
	_height: expression(this.parentNode.offsetHeight);
	margin-left: 40px;
}

#home-menu ul {
	margin-left: -20px;
	margin-top: 45px;
	position: relative;
	background: url(../images/main_nav_sprite-min.png) -1500px -1500px no-repeat;
}

#home-menu li {
	background: url(../images/main_nav_icon.png) 5px 40% no-repeat;
	margin-bottom: 15px;
	display: block;
	position: relative;
	zoom: 1; /* OH IE, what you doin? */
}

#home-menu li a {
	background: url(../images/main_nav_sprite-min.png) 25px 2px no-repeat;
	padding-left: 25px;
	position: relative;
	width: 240px;
	height: 25px;
	display: block;
	zoom: 1; /* OH IE, what you doin? */
}

shape {
	zoom:1; /* not sure this is going to help any*/
}


#home-menu li a.retail { }
#home-menu li a.ecommerce { background-position: 25px -32px; }
#home-menu li a.marketing { background-position: 25px -66px;}
#home-menu li a.pos { background-position: 25px -100px;}
#home-menu li a.publishing { background-position: 25px -134px;}

#home-menu li a.retail:hover { background-position: -331px 2px; }
#home-menu li a.ecommerce:hover { background-position: -331px -32px; }
#home-menu li a.marketing:hover { background-position: -331px -66px;}
#home-menu li a.pos:hover { background-position: -331px -100px; }
#home-menu li a.publishing:hover { background-position: -331px -134px;}

#home-menu li a span {
	position: absolute;
	top: -999em; left: -999em;
}

#meyer-button {
	position: absolute;
	border: 1px solid #fff;
	border: 1px solid rgba(255,255,255,0.75);
	border-width: 1px 0px;
	height: 17px; width: 960px;
	bottom: 85px;
}

#meyer-button img {
	position: absolute;
	top: -17px;
	right: 15px;
	
}

.subpage #meyer-button {
	border-color: #0d3992;
	top: auto;
}

#home-menu li a:hover {
	color: #fc0;
}



#left-menu {
	background: #2367c5 url(../images/subnav_gradient.jpg) 0 0 no-repeat;
	width: 183px;
	border-left: 20px solid #02abdb;
	position: absolute;
	top: 0; bottom: 0;
	/* make ie6 expand the height of this div */
	_height: expression(this.parentNode.offsetHeight);
}

#left-menu ul {
	margin-left: -20px; 
	padding-top: 50px;
}

#left-menu li {
	display: block; 
}

#left-menu li a {
	color: #fff;
	padding-left: 30px;
	line-height: 35px;
	font-size: 11px;
	text-decoration: none;
	position: relative;
	_zoom: 1;
}

#left-menu li a:hover {
	color: #fc0;
}

#left-menu li.active a {
	color: #fc0;
	background: transparent url(../images/sub_nav_icon.png) 5px 50% no-repeat;
}

#copy img {
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 20px;
	border: none;
}


/**** ALL PAGE IMAGES ****/

/**** SOLUTIONS ****/
/**** DEFINE THE SUBPAGE BACKGROUND AND TEXTFLOWS HERE ****/
#content,
.retaildistribution #content {
	background: #fff url(../images/solutions/retaildistribution.jpg) 100% 0 no-repeat;
}

#content,
.ecommerce #content {
	background: #fff url(../images/solutions/ecommerce.jpg) 100% 0 no-repeat;
}

#content,
.marketingliterature #content {
	background: #fff url(../images/solutions/marketingliterature.jpg) 100% 0 no-repeat;
}

#content,
.pos #content {
	background: #fff url(../images/solutions/pos.jpg) 100% 0 no-repeat;
}

#content,
.publishing #content {
	background: #fff url(../images/solutions/publishing.jpg) 100% 0 no-repeat;
}


/**** SERVICES ****/
/**** DEFINE THE SUBPAGE BACKGROUND AND TEXTFLOWS HERE ****/
#content,
.overview #content {
	background: #fff url(../images/services/overview.jpg) 100% 0 no-repeat;
}

#content,
.pickpack #content {
	background: #fff url(../images/services/pickpack.jpg) 100% 0 no-repeat;
}

#content,
.inventory #content {
	background: #fff url(../images/services/inventory.jpg) 100% 0 no-repeat;
}

#content,
.kitting #content {
	background: #fff url(../images/services/kitting.jpg) 100% 0 no-repeat;
}

#content,
.assembly #content {
	background: #fff url(../images/services/assembly.jpg) 100% 0 no-repeat;
}

#content,
.onlinetracking #content {
	background: #fff url(../images/services/onlinetracking.jpg) 100% 0 no-repeat;
}

#content,
.autopackaging #content {
	background: #fff url(../images/services/autopackaging.jpg) 100% 0 no-repeat;
}

#content,
.printondemand #content {
	background: #fff url(../images/services/printondemand.jpg) 100% 0 no-repeat;
}

#content,
.edi #content {
	background: #fff url(../images/services/edi.jpg) 100% 0 no-repeat;
}
#content,
.webintegration #content {
	background: #fff url(../images/services/webintegration.jpg) 100% 0 no-repeat;
}

#content,
.webstore #content {
	background: #fff url(../images/services/webstore.jpg) 100% 0 no-repeat;
}



/**** WHY MEYER ****/
/**** DEFINE THE SUBPAGE BACKGROUND AND TEXTFLOWS HERE ****/
#content,
.tech #content {
	background: #fff url(../images/whymeyer/tech.jpg) 100% 0 no-repeat;
}

#content,
.relationship #content {
	background: #fff url(../images/whymeyer/relationship.jpg) 100% 0 no-repeat;
}

#content,
.facilities #content {
	background: #fff url(../images/whymeyer/facilities.jpg) 100% 0 no-repeat;
}

#content,
.bicoastal #content {
	background: #fff url(../images/whymeyer/bicoastal.jpg) 100% 0 no-repeat;
}

#content,
.switch #content {
	background: #fff url(../images/whymeyer/switch.jpg) 100% 0 no-repeat;
}

#content,
.saveonshipping #content {
	background: #fff url(../images/whymeyer/saveonshipping.jpg) 100% 0 no-repeat;
}



/**** ABOUT US ****/
/**** DEFINE THE SUBPAGE BACKGROUND AND TEXTFLOWS HERE ****/
#content,
.story #content {
	background: #fff url(../images/about/story.jpg) 100% 0 no-repeat;
}

#content,
.customers #content {
	background: #fff url(../images/about/customers.jpg) 100% 0 no-repeat;
}

#content,
.locations #content {
	background: #fff url(../images/about/locations.jpg) 100% 0 no-repeat;
}

#content,
.contact #content {
	background: #fff url(../images/about/contact.jpg) 100% 0 no-repeat;
}

#content,
.quote #content {
	background: #fff url(../images/about/quote.jpg) 100% 0 no-repeat;
}
/***
#content .copyform  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000033;
	background-color: #FFFFFF;
	float: right;
	padding-right: 25px;
	padding-left: 25px;
	border: 1px solid #999999;
	top: 275px;
	position: relative;
	clear: both;
	margin-right: 25px;
	margin-left: 0px;
}
#content  .copyform p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0147AE;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: left;
}
#content .copyform h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0147AE;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: left;
	line-height: 40px;
}
