379/* UPDATE INFO
styling.css all styling infomation;
----------------------------------------------------------------------------------
Version: 1.0;
Last Modified: 5th October 2006;
----------------------------------------------------------------------------------
STRUCTURE
=#main: 		holds the entire page;
=#header:		page header inc. nav;
=#titleBar:		logo, lang opions etc;
=#language:		language selection holder;
=#navigation:	nav holder and nav styling;
=#mainNav:		main sections nav;
=#mainNav:		sub section nav;
=#content:		holds main content;
=#footer:		page footer;
=.column;		generic column styles;
=#left:			content columns;
=#middle:
=#right:
=#showcase:		product showcase (about, services);
----------------------------------------------------------------------------------
STYLES
=h1:			main title;
=h3:			menu headers;
=quotes: 		the quoted text at the top of the home page;
=site map table styles:
*/

* {}

body {
	background: #efefef;
	color: #333;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.5;
}

a {
	color: #B80000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	color: #B80000;	
}

h1, h2, h3 {
	font-family: Sabon, Garamond, "Times New Roman", Times, serif;
}

acronym {
	cursor: help;
}

/*=#main */
#main {
	background: #fff;
	border: solid 1px #666;
}

/*=h1 */
h1 {
	font-size: 32px;
	margin-left: 15px;
}

/*=#language */
span#language {
	padding: 5px 0;
	color: #003082;
}

span#language a {
	font-size: 10px;
	margin: 0 5px;
	color: #003082;
}

span#language a strong {
	font-size: 10px;
	color: #003082;
	font-weight: bold;
}

/*=#navigation */
#navigation a {
	font-size: 11px;
}

/*=#mainNav */
ul#level1Nav li a.active {
	font-weight: bold;
	background-color: #003082;
	color: #fff;
}

/*=#content */
#content {
	padding-top: 10px;
	margin-bottom: 5px;
}

/*=#left */
#left {
	background-color: #E6EAF3;
}

#left ul {
	list-style: none;
}

#left ul li a.linkImage {
	display: block;
}

#left ul li#colRep,
#left ul li#colRep a {
	background-image: url("../../images/colRep.jpg");
}

#left ul li#prodDev,
#left ul li#prodDev a {
	background-image:  url("../../images/prodDev.jpg");
}

#left ul li#printMan,
#left ul li#printMan a {
	background-image: url("../../images/printMan.jpg");
}

#left ul li#outSourcing,
#left ul li#outSourcing a {
	background-image:  url("../../images/outSourcing.jpg");
}

#left ul li#prodSourcing,
#left ul li#prodSourcing a {
	background-image: url("../../images/prodSourcing.jpg");
}

#left ul li#freightMan,
#left ul li#freightMan a {
	background-image: url("../../images/freightMan.jpg");
}

#left ul li#training,
#left ul li#training a {
	background-image: url("../../images/training.jpg");
}

#left ul li,
#left ul li a {
	position: relative;
	background-position: 0 -70px;
	background-repeat:no-repeat;
}

#left ul li#colRep a:hover {
	background-image: url("../../images/colRep_over.jpg");
}

#left ul li#prodDev a:hover {
	background-image: url("../../images/prodDev_over.jpg");
}

#left ul li#printMan a:hover {
	background-image: url("../../images/printMan_over.jpg");
}

#left ul li#outSourcing a:hover {
	background-image:  url("../../images/outSourcing_over.jpg");
}

#left ul li#prodSourcing a:hover {
	background-image: url("../../images/prodSourcing_over.jpg");
}

#left ul li#freightMan a:hover {
	background-image: url("../../images/freightMan_over.jpg");
}

#left ul li#training a:hover {
	background-image: url("../../images/training_over.jpg");
}

#left ul li a:hover{
	position: relative;
	background-position: top left;
	background-repeat: no-repeat;
}

/*=#middle */
#middle h2 {
	font-size: 28px;
	margin: 5px 35px;
}

#middle h3 {
	font-size: 22px;
	margin: 5px 35px;
}

#middle h3#withlogo{
	background: url("../../images/imago_logo_alt.jpg") no-repeat left top;
	padding: 52px 0 0 42px;
}

#middle h4 {
	font-size: 14px;
	margin: 5px 35px;
}

#middle h5 {
	margin: 0 35px 15px 35px;
}

#middle img {
	margin: 5px 35px;
}

#middle p {
	margin: 0 35px 15px 35px;
}

/*=quotes */
#middle blockquote,
#middle q {
	font-size: 16px;
	font-family: Sabon, Garamond, "Times New Roman", Times, serif;
	display: block;
	font-style: italic;
	margin: 0 35px 15px 35px;
}

#middle blockquote {
	background: url("../../images/open_quote.jpg") no-repeat left top;
	padding: 10px 15px 0 15px;
}

#middle ul.address {
	line-height: 175%;
	list-style: none;
	margin: 0;
}

/*=site map table styles; */
#middle table dl {
	margin: 0;
	padding: 0;
}

#middle table.container {
	margin: 0 35px 15px 35px;
}

#middle table.container td {
	vertical-align: top;
	width: 50%;
	padding-bottom: 10px;
}

#middle table.container dt {
	font-weight: bold;
	margin-bottom: 5px;
}

#middle table.container strong {
	color: #333;
}

#middle ul.address li,
#middle ul.address li a {
	font-size: 11px;
	margin: 0;
}

#middle ul.address li,
#middle ul.address li a {
	font-size: 11px;
	margin: 0;
}

#middle ul  {
	list-style: none;
	margin: 0 40px 15px 40px
}

#middle ul.aslist  {
	list-style: disc;
	margin: 0 40px 5px 40px;
}

#middle ul.aslist li  {
	margin: 5px 10px;
}

#middle table {
	border: none;
	margin: 15px 35px;
	width: 380px;
}

#middle td {
	background-color:  #E6EAF3;
	padding: 2px 10px;
	vertical-align: top;
}

#middle td.addresslegend {
 	width: 20%;
}

#middle td strong {
	font-wieght: bold;
	color: #c00;
}

#middle dl {
	padding: 0;
	margin: 15px 35px;
	list-style: none;
	vertical-align: top;
}

#middle dd {
	margin: 0 10px;
	vertical-align: top;
}

#middle dt {
	margin: 0;
	padding: 0;
}

#middle li.gallerylink{
	width: 380px;
	background-color: #E6EAF3;
	margin: 5px 0;
}

#middle li.gallerylink a{
	margin: 10px;
}

/*=#right */
#right {
	font-size: 10px;
	background-color:#E6EAF3; 
}

#left h3,
#right h3 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 2px 5px;
	background: #003082;
}

#right ul{
	margin: 5px 0 0 0;
	border-bottom: solid 5px #fff;
	padding-bottom: 5px;
}

#socialMedia ul{
	border-bottom: none;
}

#right ul li a {
	padding-left: 5px;
	color: #003082;
	display: block;
}

#right p,
#right img,
#right embed,
#right object  {
	margin: 5px 0;
}

/*=#showcase */
#showcaseHolder{
	padding: 5px;
}

embed#showcase,
object#showcase  {
	margin: 0;
	padding: 0;
}


#right img {
	border: none;
}

#right a {
	font-size: 12px;
}

#right dl {
	margin: 5px;
}

#right dl dt {
	color: #c00;
}

#right dl li {
	color: #c00;
	list-style: disc;
	margin: 0  15px;
}

/*=#footer */
#footer {
	background-color: #003082;
	font-size: 10px;
}

#footer ul {
	float: left;
}

#footer li a {
	color: #fff;
	font-size: 10px;
}

.highlight{
	color: #B80000;
}

#socialMedia {
	margin-right: 5px;
}

#socialMedia ul {
	margin: 0;
	overflow: hidden;
}

#socialMedia li {
	margin-left: 0;
	float: left;
	list-style: none;
}

#socialMedia ul {
	float: none;
}



