/*-------------------------------------------------
  DEFAULTS & GLOBALS
-------------------------------------------------*/
* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	background: #f1f2f4 url(body-bg.gif) 50% 0 repeat-y;
	color: #000000;
	font: 75% Arial, Helvetica;
}
.clearHack {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}
a { text-decoration: none; }
img { border:none }

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
}


/*-------------------------------------------------
  WRAPPER & CONTENT
-------------------------------------------------*/
#wrap { 
	min-height: 100%; 
	height: auto !important;
	height: 100%;
	width: 960px;
	margin: 0 auto;
	padding-bottom: 50px;
}
div.content {
	margin: 20px 10px 0 10px;
	background-color: #fff;
	padding: 15px;
}
/*-------------------------------------------------
  HEADER
-------------------------------------------------*/
#header {
	background: transparent url('cortina-group-logo.gif') no-repeat;
	height: 89px;
}
/*-------------------------------------------------
  MAIN LAYOUT DIV'S
-------------------------------------------------*/
#pic {
	display: block;
	width: 960px;
	height: 875px;
	background: url(cortina-group.gif) no-repeat;
	margin-top: 0px;
}
#pic a {
	text-decoration:none;
}
#pic a:hover {
	border: 1px dotted #97999f;
}
#pic #email a:hover {
	border: none;
}
.hide {
	visibility:hidden;
}
#patrick {
	float: left;
	position:absolute;
	width : 210px;
	height: 15px;
	margin-left: 14px;
	margin-top: 239px;
	top: 37px;
}
#patrickheritage {
	float: left;
	position:absolute;
	width : 210px;
	height: 15;
	margin-left: 14px;
	margin-top: 250px;
	top: 40px;
}
#safetyjogger { 
	float: left;
	position:absolute;
	width : 210px;
	height: 137px;
	margin-left: 14px;
	margin-top: 330px;
}
#quiva { 
	float: left;
	position:absolute;
	width : 210px;
	height: 95px;
	margin-left: 14px;
	margin-top: 500px;
}
#cortina {
	float: left;
	position:absolute;
	width : 448px;
	height: 110px;
	margin-left: 255px;
	margin-top: 170px;
}
#cortinachina {
	float: left;
	position:absolute;
	width : 448px;
	height: 90px;
	margin-left: 255px;
	margin-top: 315px;
}
#leomil {
	float: left;
	position:absolute;
	width : 210px;
	height: 420px;
	margin-left: 735px;
	margin-top: 170px;
}
#sons {
	float: left;
	position: absolute;
	width: 640px;
	height: 100px;
	margin-left: 318px;
	margin-top: 750px;
}
#email,
#mailme {
	float: left;
	position:absolute;
	width : 123px;
	height: 15px;
	margin-left: 167px;
	margin-top: 793px;
}
/*-------------------------------------------------
  PRESS RELEASES
-------------------------------------------------*/
#press div.title {
	background: #c6c9d1 url('press.gif') top left no-repeat;
	height: 25px;
	width: 960px;
	text-indent: -9999px;
	margin-top: 25px;
}
#press ul {
	margin-top: 13px;
	padding-left: 10px;
	list-style: none;
}
#press li {
	padding-left: 12px;
	padding-bottom: 5px;
	background: transparent url('list-style.gif') 0 6px no-repeat;
}
#press li a {
	color: #e51937;
}

/*-------------------------------------------------
  JOBS
-------------------------------------------------*/
#jobs div.title {
	background: #8c8d93 url('jobs.gif') top left no-repeat;
	height: 25px;
	width: 960px;
	text-indent: -9999px;
}
#jobs ul {
	margin-top: 13px;
	padding-left: 10px;
	list-style: none;
}
#jobs li {
	padding-left: 12px;
	padding-bottom: 5px;
	background: transparent url('list-style.gif') 0 6px no-repeat;
}
#jobs li a {
	color: #e51937;
}
