/* BASICS */

body,td,th {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #363636;
}
html,body {
	margin: 0;
	text-align: center;
	height:100%; /* the html and body tags need to be at 100% height because references to a percent
					of the height in #page needs a value to reference. */
	background: transparent url(../images/bg.gif) repeat scroll 0 0;
}
p {
	padding-bottom: 10px;
}

h3 {
	padding-bottom: 10px;
	font-size: 12px;
	color: #005288;
	font-weight: bold;
}

h5 {
	font-weight: bold;
}
a:link, a:visited, a:active{
	color:#363636;
	text-decoration:underline;
}
a:hover{
	color:#005288;
	text-decoration:underline;
}

/* SHADOWS - LAYOUTS */

.shadow-right {
	width: 837px;
	margin:0 auto 0 auto;
	background:transparent url(../images/shadow_right.png) repeat-y scroll 100% 0;
	padding-right: 7px;
}

.shadow-left {
	width: 830px;
	padding-left: 7px;
	background:transparent url(../images/shadow_left.png) repeat-y scroll 0 0;
}

#body {
	width: 830px;
	text-align: left;
	position: relative;
	background-color: #D9E3EF;
	min-height: 600px;
}

h1#logo a {
	margin: 22px 0 0 87px;
	background-image: url(../images/logo.gif);
	text-indent: -5000em;
	width: 130px;
	height: 61px;
	display: inline;
	outline: none;
	float: left;
}

/* HEADER */

#wrapper {
	background: transparent url(../images/top_bg.gif) repeat-x scroll 0 0;

}
#header-links a {
	float: right;
	margin-top: 7px;
	width: 212px;
	height: 54px;
	text-indent: -5000em;
	outline: none;
	background: transparent url(../images/support_center.gif) repeat-x scroll 0 0;
}
#header {
	margin:0 auto 0 auto;
	width: 830px;
	height: 90px;
}

/* NAV - SUB NAV */

#menu-shadow {
	margin:0 auto 0 auto;
	width: 844px;
	background:transparent url(../images/shadow_menu.png) no-repeat scroll 0 0;
}

#menu {
	display: block;
	width: 830px;
	height: 39px;
	padding: 0px;
	margin: 7px 7px 0 7px;
	border-bottom: 5px solid #82A3C6;
	background-image: url(../images/wolin-nav.gif);
}

.menu-our-company,
body.our-company .menu		{ background-position: 0 -39px; }
.menu-solutions,
body.solutions .menu		{ background-position: 0 -78px; }
.menu-products-services,
body.products-services .menu	{ background-position: 0 -117px; }
.menu-news,
body.news .menu			{ background-position: 0 -156px; }
.menu-contact,
body.contact .menu		{ background-position: 0 -195px; }

#menu li {
	float: left;
	display: block;
	height: 39px;
	position: relative;
}
#menu a {
	display: block;
	width: 100%;
	height: 39px;
	text-indent: -9000em;
	outline: none;
}

#menu li a
{
	top: 0;
	left: 0;
	z-index: 10;
	_left: 1px;
}

#menu li a.our-company		{ width: 154px; }
#menu li a.solutions		{ width: 132px; }
#menu li a.products-services	{ width: 204px; }
#menu li a.news			{ width: 101px; }
#menu li a.contact		{ width: 239px; }

/* secondary nav */

.secondary-menu {
	display: block;
	width: 308px;
}

.secondary-menu li {
	display: block;
	height: 22px;
	margin-bottom: 3px;
}

.secondary-menu a {
	display: block;
	text-indent: -9000em;
	height: 22px;
	margin-bottom: 3px;
	outline: none;
}

/* all secondary nav is 25 px high - 22px + 3px margin */
/* secondary nav for our-company pages */
#our-company-menu a.overview	{ background-image: url(../images/our_company_nav.gif); background-position: -616px 0; }
#our-company-menu a.partners	{ background-image: url(../images/our_company_nav.gif); background-position: -616px -25px; }
#our-company-menu a.citizenship	{ background-image: url(../images/our_company_nav.gif); background-position: -616px -50px; }
#our-company-menu a.advertising	{ background-image: url(../images/our_company_nav.gif); background-position: -616px -75px; }

#our-company-menu a.overview:hover,
body.our-company-overview #our-company-menu a.overview		{ background-position: -308px 0; }
#our-company-menu a.partners:hover,
body.partners #our-company-menu a.partners			{ background-position: -308px -25px; }
#our-company-menu a.citizenship:hover,
body.citizenship #our-company-menu a.citizenship		{ background-position: -308px -50px; }
#our-company-menu a.advertising:hover,
body.advertising #our-company-menu a.advertising		{ background-position: -308px -75px; }

/* secondary nav for solutions pages */
#solutions-menu a.overview	{ background-image: url(../images/solutions_nav.gif); background-position: -616px 0; }
#solutions-menu a.a3pl		{ background-image: url(../images/solutions_nav.gif); background-position: -616px -25px; }
#solutions-menu a.inventory	{ background-image: url(../images/solutions_nav.gif); background-position: -616px -50px; }

#solutions-menu a.overview:hover,
body.solutions-overview #solutions-menu a.overview		{ background-position: -308px 0; }
#solutions-menu a.a3pl:hover,
body.a3pl #solutions-menu a.a3pl			{ background-position: -308px -25px; }
#solutions-menu a.inventory:hover,
body.inventory #solutions-menu a.inventory		{ background-position: -308px -50px; }

/* secondary nav for product-services pages */
#products-services-menu a.overview	{ background-image: url(../images/products_services_nav.gif); background-position: -616px 0; }
#products-services-menu a.da-vinci	{ background-image: url(../images/products_services_nav.gif); background-position: -616px -25px; }
#products-services-menu a.cartonlogic	{ background-image: url(../images/products_services_nav.gif); background-position: -616px -50px; }
#products-services-menu a.services	{ background-image: url(../images/products_services_nav.gif); background-position: -616px -75px; }

#products-services-menu a.overview:hover,
body.products-services-overview #products-services-menu a.overview	{ background-position: -308px 0; }
#products-services-menu a.da-vinci:hover,
body.da-vinci #products-services-menu a.da-vinci			{ background-position: -308px -25px; }
#products-services-menu a.cartonlogic:hover,
body.cartonlogic #products-services-menu a.cartonlogic		{ background-position: -308px -50px; }
#products-services-menu a.services:hover,
body.services #products-services-menu a.services			{ background-position: -308px -75px; }

/* secondary nav for news page */
#news-menu a.overview	{ background-image: url(../images/news_nav.gif); background-position: -616px 0; }

#news-menu a.overview:hover,
body.news #news-menu a.overview	{ background-position: -308px 0; }

/* secondary nav for contact page */
#contact-menu a.overview	{ background-image: url(../images/contact_nav.gif); background-position: -616px 0; }

#news-menu a.overview:hover,
body.contact #contact-menu a.overview	{ background-position: -308px 0; }


/* secondary links */
#secondary-links {
	display: block;
	width: 308px;
}

#secondary-links li {
	display: block;
	height: 26px;
	margin-bottom: 17px;
}

#secondary-links a {
	display: block;
	text-indent: -9000em;
	height: 26px;
	margin-bottom: 17px;
	outline: none;
}

/* secondary nav is 43 px high - 26px + 17px margin */
#secondary-links a.tour		{ background-image: url(../images/secondary_links.gif); background-position: -616px 0; }
#secondary-links a.demo		{ background-image: url(../images/secondary_links.gif); background-position: -616px -43px; }
#secondary-links a.brochure	{ background-image: url(../images/secondary_links.gif); background-position: -616px -86px; }
#secondary-links a.commerce	{ background-image: url(../images/secondary_links.gif); background-position: -616px -129px; }

#secondary-links a.tour:hover		{ background-position: -308px 0; }
#secondary-links a.demo:hover		{ background-position: -308px -43px; }
#secondary-links a.brochure:hover	{ background-position: -308px -86px; }
#secondary-links a.commerce:hover	{ background-position: -308px -129px; }

/* CONTENT */

img.bordered {
	border-bottom: 5px solid #9D9FA2;
	margin-bottom: 15px;
}

#home-content {
	float: right;
	width: 500px;
}

#home-content img {
	float: right;
	margin: 10px;
}

#home-content-wrapper {
	overflow: auto;
	background: transparent url(../images/home_ruler_bg.gif) repeat-y scroll 300px 0;
}

hr {
	color: #82A3C6;
	background-color: #82A3C6;
	height: 1px;
	margin: 15px 8px 15px 19px;
	width: 281px;
	border: 0;
}

#content {
	float: right;
	width: 450px;
	margin: 30px 42px 0 25px;
	display: inline;
}

#content img {
	float: right;
	padding: 10px;
}

#content-wrapper {
	background: transparent url(../images/ruler_bg.gif) repeat-y scroll 307px 0;
	min-height: 600px;
}

/* FORMS */

form dl {
	padding-bottom: 20px;
	float: left;
}

form dt {
	clear: both;
	width: 100px;
	float: left;
	margin: 5px 0;
}

form dd {
	float: left;
	width: 350px;
	margin: 5px 0;
}

form input, form textarea {
	border: 1px solid #7F9DB9;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px;
}

form select, form option {
	border: 1px solid #7F9DB9;
	font-family: Arial, Helvetica, sans-serif;
}

#content form img {
	float: none;
	padding: 0px;
}

form .button {
	background-color: #3872B5;
	color: #FFFFFF;
}

form input.formError {
	border: 1px solid #FF0000;
}

.red {
	color: #A20505;
}

.right-tag {
	float: right;
}

/* LISTS */

#content ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}

#content li {
	list-style-type: disc;
}

/* HOME PAGE */
h2#quote {
	background: url(../images/home_quote.gif);
	width: 248px;
	height: 128px;
	margin-left: 30px;
	display: block;
	text-indent: -9000em;
}

/* TICKER */

#news-ticker {
	background: url(../images/news_bg.gif);
	width: 244px;
	height: 160px;
	margin: 30px 0 0 30px;
}

#moostick li {
	display: block;
	list-style-type: none;
}

#moostick {
	display: block;
	width: 204px;
	height: 120px;
	overflow: hidden;
	padding: 20px;
}

/* FOOTER */

#shadow-footer {
	width: 844px;
	background: transparent url(../images/shadow_foot.png) no-repeat scroll 0 0;
	margin: 0 auto 0 auto;
}

#footer {
	width: 830px;
	color: #9D9FA2;
	background: transparent url(../images/footer.gif) repeat-x scroll 0 0;
	text-align: center;
	margin: 0 7px;
	
	padding: 25px 0;
}

#footer a {
	padding: 0 8px;
	text-decoration: none;
	color: #FFFFFF;
}

#footer p {
	padding-top: 6px;
	font-size: 9px;
}

