/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(http://www.atrionmedical.com/atrion/Images/bgAll.gif);
	background-repeat: repeat-x;
	background-color: #3D689E;
	margin: 0px;
	padding: 0px;
}
p, ul, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ul {
	margin-top: 5px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div#body {
	width: 800px;
	margin: 0px;
	padding: 0px;
}
div#header {
	background-image: url(http://www.atrionmedical.com/atrion/Images/header.gif);
	height: 102px;
	margin: 0px;
	padding: 0px;
}

/* Header - logo */
img#logo {
	margin-left: 45px;
	margin-top: 22px;
	width: 180px;
	height: 60px;
	border: 0px;
}

/* Navigationl Bar */
div#nav {
	background-image: url(http://www.atrionmedical.com/atrion/Images/nav/bgNav.gif);
	margin: 0px;
	padding: 0px;
}
div#nav ul#nav {
	margin: 0px;
	padding-top: 6px;
	padding-left: 0px;

}
div#nav ul#nav li {
	display: inline;
	padding-left: 12px;
	padding-right: 12px;
	border-right: 1px solid #000;
}
div#nav ul#nav li#first {
	padding-left: 0px;
}
div#nav ul#nav li#last {
	padding-right: 0px;
	border-right: 0px;
}
div#nav ul#nav li img {
	border: 0px;
	vertical-align: middle;
}

/* Portlet Content */
table#portletContent {
	background-color: #5D8FD1;
	color: #fff;
	padding: 30px;	
	margin: 0px;
	width: 800px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;	
}
div.quote, div.callout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	color: #fff;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}
p.header{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #fff;
}
p.title {
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	margin-bottom: -.5em;
	padding: 0px;
}
p.subTitle {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin-bottom: -.5em;
	padding: 0px;
}
table#portletContent img {
	margin: 0px;
	border: 0px;
	padding: 0px;
}
table#portletContent ul, div#portletContent ul li{
}
div.indent {
	padding-left: 20px;
	padding-top: 1em;
}
a.event {
	font-weight: bold;
	color: #fff;
	font-size: 13px;
}
p.note {
	font-size: 11px;
}
ul.note li {
	font-size: 11px;
	line-height: 1.25em;
}
p.caption {
	font-size: 9px;
	font-style: italic;
}
div.divider {
	background-image: url(http://www.atrionmedical.com/atrion/Images/divider.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 1px;
	padding: 0px;
}



/* Portlet Photo */
table#portletPhoto {
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	background-color: #5D8FD1;
}

div#footer {
	background-color: #000;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
div#footer p#txt {
	color: #fff;
	font-size: 11px;
	margin: 0px;
	padding-top: 24px;
	vertical-align: baseline;
}
div#footer a {
	color: #7DB1F3;
}

/* Product's page */
ul#list {
	padding-left: 200px;
}
ul#list li {
	text-align: left;
}

/* Contact Us */
div#contactUs  {
	padding-top: 62px;
	padding-left: 5px;
}

/*Administration login */
div#adminLogin {
	padding-top: 5px;
	font-size: 10px;
	width: 798px;
	text-align: right;
}

p.backToTop {
	font-weight: normal;
	text-align: right;
	border-bottom: dotted 1px #ffffff;
	padding-bottom: 15px;
}
p.backToTop a, p.backToTopLast a {
	text-decoration: none;
}
p.backToTop a:hover, p.backToTopLast a:hover {
	text-decoration: underline;
}
p.backToTopLast {
	font-weight: normal;
	text-align: right;
	border: 0px;
}




