/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#171d25 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/15px Arial, Helvetica, sans-serif; 
	color:#c7d9ea;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#c7d9ea; }
h2	{ font-size:1.1em; color:#fff; padding-top:10px;}
h3	{ font-size:1.0em; color:#4570a0; padding-top:10px;}
h4  {margin-left:20px; padding-top:10px;}

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#bed86e; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#fff; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */
.clear {clear: both;}

div.clear	{ 
	height:.01em; 
	clear:both;
	overflow:hidden; 
	}
div.clear-h2	{ 
	height:10px; 
	clear:both;
	overflow:hidden; 
	}
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	padding-top:10px;
	padding-bottom:0px;
	}
p.more-info {
	text-align:right;
	display:block;
	}
img.img-left { 
	float:left; 
	margin:0px 5px 0px 0px;
	}

img.img-right { 
	float:right; 
	margin:0px 0px 0px 0px; 
	}

#sitemap h2 a
	{ font-size:1.1em; color:#fff; text-decoration:underline; font-size:100%;}

/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#171d25 !important; /* to prevent highlighting by Google Toolbar */
	color:#b8c8e2;
	border: #171d25 solid 1px;
	width:280px; /* 5 pixles smaller than form width !important */
	height:17px;
	line-height:16px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Arial, Helvetica, sans-serif; 
	font-size:.95em;
	}

#contact input, textarea, select { color:#161D25;}


select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:66px; overflow:auto; color:#b8c8e2;}

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:200px;
	position:absolute; 
	left:110%; 
	top:-2px;
	background-color: #6591bc !important;
	}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; color:#161D25;}

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}
input.submit-contact-main { background-color: #6591bc !important; color: #171d25; }


input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */


/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:905px;
	margin:0 auto;
	text-align:left;
	}

#wrap-img {
	background:url("../images/wrap-img.jpg") bottom no-repeat;
	width:905px;
	margin:0 auto;
	text-align:left;
	padding-bottom: 205px;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:161px;
	margin-left: 28px;
	}
	/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:10px;
	width:303px;
	top:20px;
	height:120px;
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:349px;
	float:left;
	background: url("../images/col-left-bg.jpg") top no-repeat;
	}
	#column-left div.content {
	background: url("../images/column-left-bg.jpg") top right no-repeat;
	padding: 0 0 0 28px;
	width: 321px;
		}
	#column-left a.btn-mp {
	width:255px;
	height:150px;
	margin:0 0 146px 32px;
	padding-top:33px;
	display:block;
		}
	body#contact #column-left div.content, body#thankyou #column-left div.content {	height: 420px; }
		
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 18px 10px 23px;
		color: #ffffff;
		}

	#column-left form { padding-left:18px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px; /* pushes text to the right to display bg img */
			}
			
	#btn-mp {
		position:relative;
		background:url("../images/btn-mp.jpg");
		height:260px;
		}
		#btn-mp a {
	position:absolute;
	top:24px;
	left:33px;
	height:146px;
	width:254px;
			}

/* ------------------------ column-left-thank you page framework ------------------------ */

#column-left-thank {
	width:349px;
	
	float:left;
	background: url("../images/col-left-thank-bg.jpg") top no-repeat;
	}
	#column-left-thank div.content {
	background: url("../images/column-left-thank-bg.gif") top no-repeat;
	padding: 50px 0 0 28px;
	width: 321px;
	height:515px;
		}
		
#column-left-thank p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 18px 10px 23px;
		color: #ffffff;
		}

	
/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:556px;
	float:left;
	}
 #column-right div.content {
	background: url("../images/column-right-bg.jpg") top no-repeat;
 	width: 538px;
	padding-right: 18px;
 	}
	
 body#thankyou #column-right div.content { height: 700px; }	
	
	
	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 25px 10px 22px;
		}

	#column-right form { margin-left:0px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 8px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			padding-top:5px;
			}

#column-right ul li.top { 
			background:transparent url("../images/bullet.jpg") 0px 8px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-top:-10px;
			}
#column-right ul li.bottom { 
			background:transparent url("../images/bullet.jpg") 0px 8px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-bottom:-10px;
			}
	
	
	/* multi column list */
	#column-right ul.multi { padding-left:5px; } 
		#column-right ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}

	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}

/* ------------------------ header framework ------------------------ */
#header-graphic { height:295px; background:url("../images/header-index.jpg");} /* sets height for all non-flash headers */
/*
	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#personal #header-graphic { background:url("../images/header-about.jpg"); }
	body#catastrophic #header-graphic { background:url("../images/header-about.jpg"); }
	body#product #header-graphic { background:url("../images/header-about.jpg"); }
	body#meso #header-graphic { background:url("../images/header-about.jpg"); }
	body#maritime #header-graphic { background:url("../images/header-about.jpg"); }
	body#case-studies #header-graphic { background:url("../images/header-about.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-thankyou.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); }
*/

/* ------------------------ subhead framework ------------------------ */
#subhead { height:90px; } /* sets height for all subheads */
	body#index h1#subhead { background:url("../images/subhead-index.jpg"); margin: 0px; height: 85px;}
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#personal #subhead { background:url("../images/subhead-personal.jpg"); }
	body#catastrophic #subhead { background:url("../images/subhead-catastrophic.jpg"); }
	body#product #subhead { background:url("../images/subhead-product.jpg"); }
	body#meso #subhead { background:url("../images/subhead-meso.jpg"); }
	body#maritime #subhead { background:url("../images/subhead-maritime.jpg"); }
	body#case-studies #subhead { background:url("../images/subhead-case-studies.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }
	
	body#catastrophic-faq #subhead { background:url("../images/subhead-catastrophic-faq.jpg"); }
	body#construction #subhead { background:url("../images/subhead-construction.jpg"); }
	body#cruise #subhead { background:url("../images/subhead-cruise.jpg"); }
	body#defective #subhead { background:url("../images/subhead-defective-.jpg"); }
	body#jones #subhead { background:url("../images/subhead-jones.jpg"); }
	body#land-based #subhead { background:url("../images/subhead-land-based.jpg"); }
	body#maritime-faq #subhead { background:url("../images/subhead-maritime-faq.jpg"); }
	body#med-mal #subhead { background:url("../images/subhead-med-mal.jpg"); }
	body#mesothelioma-faq #subhead { background:url("../images/subhead-mesothelioma-faq.jpg"); }
	body#offshore #subhead { background:url("../images/subhead-offshore.jpg"); }
	body#personal-faq #subhead { background:url("../images/subhead-personal-faq.jpg"); }
	body#plant #subhead { background:url("../images/subhead-plant.jpg"); }
	body#product-faq #subhead { background:url("../images/subhead-product-faq.jpg"); }
	body#recreational #subhead { background:url("../images/subhead-recreational.jpg"); }
	body#brain-injury #subhead { background:url("../images/subhead-brain.jpg"); }
	body#truck #subhead { background:url("../images/subhead-truck.jpg"); }
	body#wrongful #subhead { background:url("../images/subhead-wrongful.jpg"); }
	

/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.jpg") ;
	}

/* ------------------------ title framework with varying heights ------------------------- */
#title-areas {
	height:29px;
	background:url("../images/title-areas.jpg") ;
	margin-bottom: 10px;
	}

#title-areas-contact {
	height:29px;
	background:url("../images/title-areas.jpg") no-repeat;
	margin-bottom: 0px;
	margin-top:20px;
	}

h2#title-nelson {
	height:85px;
	background:url("../images/title-nelson.jpg") ;
	margin: 0px;
	}

#atla-logo {
	background:url("../images/atla-logo.jpg") ;
	width:321px;
	height:128px;
	}

/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	width:100%; /* fix for Safar */
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:905px;
	margin:0 auto;
	text-align:center;
	font-size: .95em;
	background: url("../images/footer-wrap.jpg") repeat-y;
	}

#footer p {
	color:#cfd8b9;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#cce0f8; }
#footer a:hover, #footer a:active { color:#FFFFFF; }
#footer a.ei-link:link, #footer a.ei-link:visited { color:#FFFFFF; }
#footer a.ei-link:hover, #footer a.ei-link:active { color:#cfd8b9; }

#footer ul {margin-bottom:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #cce0f8;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ vertical sprite nav ------------------------ */
#column-left #areas-nav {
	background:url("../images/areas-nav.jpg") top left no-repeat;					
	width:321px;	/* Width of buttons, not entite image (or half of entire image) */
	height:197px;	 /* Height of entire image */
	margin:0;
	padding:0;
	margin-bottom: 30px;
	}

#column-left #areas-nav li span { display: none; }

#column-left #areas-nav li { float:left; list-style:none; position:relative; padding: 0px;  }

#column-left #areas-nav li, #column-left #areas-nav a { 
	height:32px;	/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the areas-nav should begin */
#column-left #areas-nav-01 { margin-top: 2px; width:321px; }

/* margin-top if there is a spacing between each areas-nav button */
#column-left #areas-nav-02, #column-left #areas-nav-03, #column-left #areas-nav-04, #column-left #areas-nav-05, #column-left #areas-nav-06 { margin-top:0; width:321px; }

#column-left #areas-nav-01 a:hover { background:url("../images/areas-nav.jpg") -321px  -2px no-repeat; }
#column-left #areas-nav-02 a:hover { background:url("../images/areas-nav.jpg") -321px  -34px no-repeat; }
#column-left #areas-nav-03 a:hover { background:url("../images/areas-nav.jpg") -321px  -66px no-repeat; }
#column-left #areas-nav-04 a:hover { background:url("../images/areas-nav.jpg") -321px  -98px no-repeat; }
#column-left #areas-nav-05 a:hover { background:url("../images/areas-nav.jpg") -321px -130px no-repeat; }
#column-left #areas-nav-06 a:hover { background:url("../images/areas-nav.jpg") -321px -162px no-repeat; }

/* ---------------------Sliding Nav ------------------------------------*/

ul#sliding_nav {
	width:321px;
	margin:0 0 0 28px; 
	padding: 0px;
}

#column-left ul#sliding_nav li  {margin: 0px; padding: 0px;}

	ul#sliding_nav .toggle,
	ul#sliding_nav li a {
		display:block;
		height:24px;
	}
	ul#sliding_nav li#nav-01 span.toggle, ul#sliding_nav li#nav-05 span.toggle{
		display:block;
		height:25px;
	}
	
ul#sliding_nav li span {display: none;}

/* --nav-01 -- */
	ul#sliding_nav #nav-01 { background: url("../images/nav-home.jpg") left top no-repeat; }
	ul#sliding_nav li#nav-01 a:hover,
	body#index #nav-01 { background: url("../images/nav-home.jpg") -321px  0px no-repeat; } 
/* --nav-02 -- */
	ul#sliding_nav #nav-02 { background: url("../images/nav-about.jpg"); }
	ul#sliding_nav li#nav-02 a:hover,
	body#about #nav-02 { background: url("../images/nav-about.jpg") -321px  0px no-repeat; } 
/* --nav-03 -- */
	ul#sliding_nav #nav-03 { background: url("../images/nav-personal.jpg") left top no-repeat; }
	ul#sliding_nav li#nav-03 a:hover,
	ul#sliding_nav li#nav-03 .toggle:hover,
	ul#sliding_nav li#nav-03 .toggleMouseOver, 
	body.nav_03 ul#sliding_nav li#nav-03 { background: url("../images/nav-personal.jpg") -321px  0px no-repeat; } 
/* --nav-04 -- */
	ul#sliding_nav #nav-04 { background: url("../images/nav-catastrophic.jpg") left top no-repeat; }
	ul#sliding_nav li#nav-04 a:hover,
	ul#sliding_nav li#nav-04 .toggle:hover,
	ul#sliding_nav li#nav-04 .toggleMouseOver, 
	body.nav_04 ul#sliding_nav li#nav-04 { background: url("../images/nav-catastrophic.jpg") -321px  0px no-repeat; } 
/* --nav-05 -- */
	ul#sliding_nav #nav-05 { background: url("../images/nav-product.jpg") left top no-repeat; }
	ul#sliding_nav li#nav-05 a:hover,
	ul#sliding_nav li#nav-05 .toggle:hover,
	ul#sliding_nav li#nav-05 .toggleMouseOver, 
	body.nav_05 ul#sliding_nav li#nav-05 { background: url("../images/nav-product.jpg") -321px  0px no-repeat; } 
/* --nav-06 -- */
	ul#sliding_nav #nav-06 { background: url("../images/nav-meso.jpg") left top no-repeat; }
	ul#sliding_nav li#nav-06 a:hover,
	ul#sliding_nav li#nav-06 .toggle:hover,
	ul#sliding_nav li#nav-06 .toggleMouseOver, 
	body.nav_06 ul#sliding_nav li#nav-06 { background: url("../images/nav-meso.jpg") -321px  0px no-repeat; } 
/* --nav-07 --*/
	ul#sliding_nav #nav-07 { background: url("../images/nav-maritime.jpg") left top no-repeat; }
	ul#sliding_nav li#nav-07 a:hover,
	ul#sliding_nav li#nav-07 .toggle:hover,
	ul#sliding_nav li#nav-07 .toggleMouseOver, 
	body.nav_07 ul#sliding_nav li#nav-07 { background: url("../images/nav-maritime.jpg") -321px  0px no-repeat; } 
/* --nav-08 -- */
	ul#sliding_nav #nav-08 { background: url("../images/nav-case-studies.jpg"); }
	ul#sliding_nav li#nav-08 a:hover,
	body#case-studies #nav-08 { background: url("../images/nav-case-studies.jpg") -321px  0px no-repeat; } 
/* --nav-09 -- */
	ul#sliding_nav #nav-09 { background: url("../images/nav-blog.jpg"); }
	ul#sliding_nav li#nav-09 a:hover,
	body#blog #nav-09 { background: url("../images/nav-blog.jpg") -321px  0px no-repeat; } 
/* --nav-10 -- */
	ul#sliding_nav #nav-10 { background: url("../images/nav-contact.jpg"); }
	ul#sliding_nav li#nav-10 a:hover,
	body#contact #nav-10 { background: url("../images/nav-contact.jpg") -321px  0px no-repeat; }


	ul#sliding_nav li .toggle:hover,
	ul#sliding_nav li .toggleMouseOver {
		cursor:hand;
	}

	#column-left ul#sliding_nav li ul {
		margin-left:17px;
		font-size: .95em;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}

	ul#sliding_nav li ul li 
	{
		background:none;; 
		display:list-item;
		padding:2px 3px 5px 5px;
		list-style:none;
	}

	ul#sliding_nav li ul li a {
		background:none; 
		color:#fff;
		display:inline;
		font-weight:normal;
		height:auto;
		padding-top:0;
		text-decoration:underline;
		text-indent:0;
	}

	ul#sliding_nav li#nav-03 ul li a:hover, ul#sliding_nav li#nav-04 ul li a:hover, 
	ul#sliding_nav li#nav-05 ul li a:hover, ul#sliding_nav li#nav-06 ul li a:hover,
	ul#sliding_nav li#nav-07 ul li a:hover {
		background:none;
		text-decoration:none;
	}

q:before,q:after {content:'';}

ul#sliding_nav li#nav-01 {
	padding-bottom: 2px;
}
/* ----------------- Side Nav ------------------*/
/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ 
.nav { height: 24px;}
#nav-05 { height: 25px;}

a.nav { display:block; }

#sidenav span { display:none; }
#sidenav .padd {height:24px;}

#sidenav { margin-left: 28px; }

.toggle {cursor:hand;}*/
/* -------- Drop Down Nav Setup -- The hover states are under each over state. ---------

#sidenav ul a:link,  #sidenav ul a:visited { color:#fff; text-decoration:underline; }
#sidenav ul a:hover, #sidenav ul a:active { color:#fff; text-decoration:none; }

#sidenav ul {margin: 5px 0 0px 24px; padding-bottom: 10px; font-size: .95em;}
	#sidenav ul li { list-style: disc;}

#nav-01 { background:url("../images/nav-home.jpg");}
	#nav-01:hover, body#index #nav-01{ background: url("../images/nav-home.jpg") -321px  0px no-repeat; }

#nav-02 { background: url("../images/nav-about.jpg"); }
	#nav-02:hover, body#about #nav-02 { background: url("../images/nav-about.jpg") -321px  0px no-repeat; }

#nav-03 { background: url("../images/nav-personal.jpg"); }
	#nav-03:hover, body.personal #nav-03 { background: url("../images/nav-personal.jpg") -321px  0px no-repeat; }

#nav-04 { background: url("../images/nav-catastrophic.jpg"); }
	#nav-04:hover, body#catastrophic #nav-04 { background: url("../images/nav-catastrophic.jpg") -321px  0px no-repeat; }

#nav-05 { background: url("../images/nav-product.jpg"); }
	#nav-05:hover, body#product #nav-05  { background: url("../images/nav-product.jpg") -321px  0px no-repeat; }

#nav-06 { background: url("../images/nav-meso.jpg"); }
	#nav-06:hover, body#meso #nav-06  { background: url("../images/nav-meso.jpg") -321px  0px no-repeat; }
	
#nav-07 { background:url("../images/nav-maritime.jpg");}
	#nav-07:hover, body#maritime #nav-07 { background: url("../images/nav-maritime.jpg") -321px  0px no-repeat; }

#nav-08 { background: url("../images/nav-case-studies.jpg"); }
	#nav-08:hover, body#case-studies #nav-08 { background: url("../images/nav-case-studies.jpg") -321px  0px no-repeat; }

#nav-09 { background: url("../images/nav-contact.jpg"); }
	#nav-09:hover, body#contact #nav-09 { background: url("../images/nav-contact.jpg") -321px  0px no-repeat; }


*/


