/*
CSS for 3 column b2b1 website
*/

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

body {
	background: #ffffff url(images/blue-strip.gif) repeat-x;
	font-size: 62.5%;
}

#wrapper {
	width: 965px;
	margin: 0 auto;
}

#top-header {
	background: #004686 url(images/strap.gif) 100% 0 no-repeat;
	width: 965px;
	height: 30px;
}

#main-header {
	background: #ffffff url(images/flower-660x140.jpg) 100% 0 no-repeat;
	width: 965px;
	height: 140px;
}

#navigation {
	background: #3396CA;
	width: 210px;
	margin: 3px 15px 0 0;
	float: left;
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#navigation ul {
	list-style-type: none;
}

#navigation ul ul {
	background: #B3D9ED;
}

#navigation a:link, #navigation a:visited {
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	padding: 0 20px;
	line-height: 2.7;
	border-bottom: 1px solid #FFFFFF;
}

#navigation #nav-con a {
	background: url(images/light-corner.jpg) right bottom no-repeat;
	border: none;
}

#navigation #nav-con a:hover {
	background: #004686 url(images/dark-corner.jpg) right bottom no-repeat;
}

#navigation a:hover {
	background: #004686;
}

#navigation li li a:link, #navigation li li a:visited {
	text-decoration: none;
	background: #B3D9ED;
	color: #004686;
}

#navigation li li a:hover {
	color: #FFFFFF;
}

#body-home #nav-home a, #body-about #nav-about a,
#body-case #nav-case a {
	background: #004686;
	color: #FFFFFF;
}

#body-con #nav-con a {
	background: #004686 url(images/dark-corner.jpg) right bottom no-repeat;
	color: #FFFFFF;
}

#body-prod-litho #nav-litho a, #body-prod-board #nav-board a,
#body-prod-corp #nav-corp a, #body-prod-pos #nav-pos a,
#body-prod-struts #nav-struts a {
	background: #004686;
	color: #FFFFFF;
}

#body-serv-print #nav-print a,
#body-serv-studio #nav-studio a,
#body-serv-engineering #nav-engineering a,
#body-serv-finishing #nav-finishing a,
#body-serv-comments #nav-comments a {
	background: #004686;
	color: #FFFFFF;
}


#maincontent {
	width: 475px;
	margin: 16px 15px 30px 0;
	float: left
}

#right-column {
	width: 230px;
	margin: 16px 20px 30px 0;
	float: right;
}

#footer {
	background: #004686;
	width: 100%;
	height: 30px;
	clear: both;
}

.footnotes {
	width: 965px;
	height: 30px;
	margin: 0 auto;
}	

.footnotes p {
	font-size: 1em;
	padding: 9px 20px 0 0;
	text-align: right;
	color: #BABCBE;
}

.product-focus {
	width: 475px;
	margin-bottom: 3px;
	padding: 5px 0 8px 0;
	border-bottom: 1px solid #004686;
}

.quick-links {
	width: 230px;
	margin-bottom: 3px;
	padding: 5px 0 8px 0;
	border-bottom: 1px solid #004686;
}

h1 {
	font-size: 1.3em;
	background: #004686 url(images/dark-corner.jpg) right bottom no-repeat;
	display: block;
	letter-spacing: 0.1em;
	margin-bottom: 3px;
	padding: 6px 0 6px 10px;
	font-weight: bold;
	color: #FFFFFF;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 3px;
	color: #3396CA;
}

h3 {
	font-size: 1.3em;
	background: #3396CA url(images/light-corner.jpg) right bottom no-repeat;
	display: block;
	letter-spacing: 0.1em;
	margin-bottom: 3px;
	padding: 6px 0 6px 10px;
	font-weight: bold;
	color: #FFFFFF;
}

p {
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.4;
	color: #383838;
}

.p1 {
	margin-top: 3px;
}

.p2 {
	margin-top: 6px;
	margin-right: 12px;
	float: left;
}

.p3 {
	font-size: 1em;
	margin-top: 25px;
}

.p4 {
	color: #000000;
	margin-top: 3px;
}

a img {
	border: 0;
}

a:focus {
	-moz-outline-style: none;
}

.product-focus img {
	margin-right: 20px;
	margin-bottom: 5px;
	float: left;
}

.quick-links img {
	border: o;
	float: left;
}

.quick-links p, .quick-links h2 {
	margin-left: 67px;
}

.text-link a {
	font-size: 0.9em;
	font-weight: bold;
	color: #BABCBE;
	text-decoration: none;
}

.text-link a:hover {
	color: #383838;
}
