
html,
body {
	background: #FFF;
	margin: 0;
	padding: 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #666;
	text-align: center;
}

body {
    background:url("../images/topbar.png") repeat-x scroll 0 top transparent;
}

a img { border: none; }

a { color: #666; }

a:hover { color: #000; }

h2 {
	font-size: 18px;
	color: #666;
}

h3 {
	font-size: 12px;
	text-transform: uppercase;
}

#container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: left;
}

/* ===== header ============================================= */

#header  {
    height: 100px;
    padding: 0; 
    position: relative;
}

#header h1 {
	display: block;
    position: absolute;
	top: 20px;
	left: 0;
	margin: 0;
}

h3#tagline {
	background: #FFF url("../images/medelaUSSprite.gif") no-repeat 0 -270px;
	width: 203px;
	height: 19px;
	margin: -44px 0 25px 425px;
	clear: both;
}

#header .utilities {
	font-size: 11px;
    position: absolute;
	top: 3px;
	right: 0;
}

#header .utilities ul li {
	padding: 0 1em;
	border-right: 1px solid #666;
	float: right;
}

#header .utilities ul li.first {
	padding-right: 0;
	border: none;
}

#header .utilities ul li.on a {
	color: #000;
	text-decoration: none;
}

/* ===== nav ============================================= */

#nav {
	background-color: #EEE;
	height: 20px;
	font-size: 11px;
	clear: both;
}

#nav ul li {
	border-right: 1px solid #CCC;
	float: left;
}

#nav ul li a {
	display: block;
	height: 17px;
	padding: 3px 1em 0;
	text-decoration: none;
	float: left;
}

#nav ul li a:hover {
	background: #666;
	color: #FFF;
}

/* ===== content ============================================= */

#container2 {
	padding: 20px 0;
	text-align: center;
}

/* ===== content ============================================= */

#content {
	padding: 0 20px;
	text-align: left;
}

/* ===== index/homepage ============================================= */

#leftCol, #rightCol {
    width: 478px;
    height: 455px;
    overflow: hidden;
    position: relative;
    float: left;
}

#leftCol {
    background-color: #fff7cc;
}

#rightCol {
    background-color: #f5f5f5;
    margin: 0 0 0 2px;
}

#leftCol img, #rightCol img {
    position: absolute;
    top: 0;
    left: 0;
}

#leftCol h2, #rightCol h2 {
    width: 343px;
    height: 64px;
    background: transparent url("../images/medelaUSSprite.gif") no-repeat 0 0;
    position: absolute;
    bottom: 65px;
    *bottom: 77px; 
    left: 32px;
    cursor: arrow;
    cursor: hand;
}

#rightCol h2 {
    background-position: 0 -64px;
}

#leftCol p, #rightCol p {
    width: 393px;
    height: 38px;
    background: transparent url("../images/medelaUSSprite.gif") no-repeat 0 -128px;
    position: absolute;
    bottom: 27px;
    *bottom: 37px;
    left: 30px;
    padding: 0;
}

#rightCol p {
    background: transparent url("../images/medelaUSSprite.gif") no-repeat 0 -166px;
}

#rightCol ul {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 7px;
    left: 30px;
}

#rightCol ul li {
    list-style-type: none;
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
    text-align: center;
    vertical-align: middle;
}

#rightCol ul li a {
    display: block;
    text-decoration: none;
    color: #2F2F2F;
    height: 19px; /*22px - 3px padding */
    padding: 3px 0 0 0;
}

#rightCol ul li.profVacuumSystems a {
    background: transparent url("../images/medelaUSSprite.gif") no-repeat 0 -204px;
    width: 185px;
}

#rightCol ul li.cardioSystems a {
    background: transparent url("../images/medelaUSSprite.gif") no-repeat 0 -226px;
    width: 147px;
}

#rightCol ul li.npwt a {
    background: transparent url("../images/medelaUSSprite.gif") no-repeat 0 -248px;
    width: 51px;
}

/* ===== contact us ============================================= */

.contactus {
	position: relative;
	width: 575px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}

.contactus .cell1,
.contactus .cell2 {
	width: 262px;
	float: left;
}

.contactus .cell1 {
	border-right: 1px solid #DDD;
	margin-right: 50px;
}

/* ===== footer ============================================= */

#footer {
	padding: 3px;
	/*border: 1px solid #DDD;*/
	font-size: 10px;
	clear: both;
	margin: 160px 0 0 0;
}

#footer .nav {
	width: 580px;
	float: left;
}

#footer .nav ul li {
	padding: 0 1em;
	border-left: 1px solid #666;
	float: left;
}

#footer .nav ul li.first {
	padding-left: 0;
	border: none;
}

#footer ul li a { text-decoration: none; }

#footer ul li a:hover { text-decoration: underline; }

#footer ul li.on a { color: #000; }

#footer .utilities {
	width: 286px;
	text-align: right;
	float: left;
}

#footer .utilities ul li a.emailAFriend {
	background: transparent url("../images/icon_envelope_gray.gif") no-repeat right top;
	padding: 0 18px 0px 0;
}

/* ===== styles ============================================= */

.reduced {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
}

.clear { clear: both; }

.hide,
h1 a span,
h2 span,
h3 span,
#leftCol p span,
#rightCol p span { display: none; }

