/*GENERAL--------------------------------------------------*/

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	background-color:#FFF;
	background-image : url("/images/wall.gif");
	background-repeat:repeat-y;
	background-position:center;
}

#page {
	margin:0 auto;
	text-align:center;
	width:940px;
}

div, p, td, tr, li, ul {
	font-size : 14px;
	line-height:19px;
	color : #666666;
	font-style : normal;
}

hr {
	height:1px;
	color:#CCCCCC;
}

.small {
	font-size : 8pt;
}

.odd { background-color: #edf3d9; }
.even { background-color: #f5f7ec; }

.button {
	font-family : Arial, Helvetica, Verdana, sans-serif;
	background:#223e72 none repeat scroll 0 0;
	border:0px;
	padding:2px 5px 2px 6px;
	text-align:center;
	color: #FFF;
	font-size : 11px;
	font-weight:bold;
	margin:0 0 1px 0;
	cursor:pointer;
}


/*LINKS--------------------------------------------------*/

a:link, a:visited {color: #CC0000; text-decoration:none;}
a:hover {color:#000000;}


/*HEADER--------------------------------------------------*/

#headercontainer {
	margin:0 auto;
	text-align:center;
	width:940px;
}


/*HEADINGS--------------------------------------------------*/

h1.pageheading {
	text-align:left;
	font-size : 24px;
	line-height:28px;
	font-weight : normal;
	color : #000000;
	margin:0px;
	padding:20px 0 10px 0;
}

h2.subheading {
	font-weight : normal;
	font-size : 19px;
	color : #333;
	padding:10px 0 0 0;
}

h1 {
	font-size : 15px;
	font-weight : bold;
	color : #000000;
}

h2 {
	font-weight : bold;
	font-size : 17px;
	color : #222;
}

h3 {
	font-weight : bold;
	font-size : 14px;
	color : #333;
}

h4 {
	font-size : 14px;
	font-weight : bold;
	color : #7fba00;
}


/*CONTENT STRUCTURE--------------------------------------------------*/

#contentcontainer {
	overflow:hidden;
	margin:0 auto;
	text-align:center;
	width:940px;
	padding-bottom:30px;
}

#left-column {
	width: 660px;
	float: left;
	text-align:left;
	margin:0 30px 0 0;
	overflow:hidden;
}

#contentpadding {
	padding-left:20px;
}

#right-column {
	width: 250px;
	float: left;
	text-align:left;
	margin:20px 0 0 0;
}


/*TOP MENU--------------------------------------------------*/

#menucontainer {
	height: 68px;
	width:100%;
	background-image : url("/images/menu_under.gif");
	background-repeat:repeat-x;
}

#menuwrap {
	margin:0 auto;
	text-align:center;
	width:940px;
}

.top-menu ul {
	margin:0px;
	padding: 0px;
}

.top-menu li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-align: center;
	float:left;
	position:relative;
	z-index:1000;
}

.top-menu li a, .top-menu li a:visited {
	font-weight:bold;
	font-size : 17px;
	color:#00275b;
	text-decoration:none;
	padding-left:20px;
	padding-right:20px;
	margin:0px;
	display:block;
	padding-top:15px;
}

.top-menu li a:hover, .top-menu li a.hover {
	float:left;
	position:relative;
	z-index:1000;
	height: 53px;
	color:#7fba00;
	background-image : url("/images/menu_hover.gif");
	background-repeat:no-repeat;
	background-position:center;
}

#submenuwrap {
	margin:0px;
	border-bottom:1px solid #CCCCCC;
	height:30px;
}

.sub-menu ul {
	margin:0px;
	padding: 0px;
}

.sub-menu li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.sub-menu li a, .sub-menu li a:visited {
	font-weight:bold;
	font-size : 10px;
	color:#00275b;
	text-decoration:none;
}

.sub-menu li a:hover {
	color:#7fba00;
}


/*SIDE MENU & RIGHT COLUMN --------------------------------------------------*/

a.prodmenu, a:link.prodmenu, a:visited.prodmenu {
	font-size:13px;
	font-weight:bold;
	color:#FFF;	
	text-decoration:none;
}

a:hover.prodmenu {
	color:#000;	
}

#menu_wound a:hover.prodmenu {
	color:#99ccff;	
}

#menu_anaesthesia {
	line-height:16px;
	height:36px;
	border-bottom:2px solid #FFF;
	background-color:#FF9900;
	color:#FFF;
	padding:10px;
}

#menu_capital {
	line-height:16px;
	height:36px;
	border-bottom:2px solid #FFF;
	background-color:#339933;
	color:#FFF;
	padding:10px;
}

#menu_surgical {
	line-height:16px;
	height:36px;
	border-bottom:2px solid #FFF;
	background-color:#FF3300;
	color:#FFF;
	padding:10px;
}

#menu_wound	{
	line-height:16px;
	height:36px;
	background-color:#003366;
	color:#FFF;
	padding:10px;
}

#right-column div h1 {
	font-size : 15px;
	font-weight : bold;
	color : #000000;
	margin-bottom:0px;
	padding-bottom:0px;
}

#right-column div p {
	margin-top:0px;
}

/*FOOTER STRUCTURE--------------------------------------------------*/

#footercontainer {
	overflow:hidden;
	margin:0 auto;
	text-align:center;
	width:940px;
	border-top: 2px solid #7fba00;
	padding-top:5px;
	padding-bottom:20px;
}

#footer-left-column {
	width: 440px;
	float: left;
	text-align:left;
	padding-left:20px;
}

#footer-right-column {
	width: 460px;
	float: left;
	text-align:right;
	padding-right:20px;
}

.footer {
	font-size:10px;
	font-weight:bold;
	color:#999;
}


/*FORMS--------------------------------------------------*/

.formmargin {
	margin:0px;
	padding:0px;
}

.forminput {
	font-size:14px;
	border: 1px solid #89909e; 
	background: #FFFFFF;
	color: #000000;
	margin: 0;
	padding-left: 3px;
}

#required {
	border-left: 4px solid #89909e;	
}

.button {
	font-family : Arial, Helvetica, Verdana, sans-serif;
	background:#CC0000 none repeat scroll 0 0;
	border:0px;
	padding:2px 5px 2px 6px;
	text-align:center;
	color: #FFF;
	font-size : 11px;
	font-weight:bold;
	margin:0 0 1px 0;
	cursor:pointer;
}


/*CMS TABLES--------------------------------------------------*/

TABLE.newsbrief {
	padding:15px;
	background-image : url("/images/fade_green.gif");
	background-repeat:repeat-x;
	background-position:top;
	border:1px solid #CCC;
	margin-top:30px;
}

TABLE.newsbrief tr td h1 {
	padding:0px;
	margin:0px;
}

TABLE.newsbrief tr td p {
	font-weight:normal;
	padding-top:5px;
	margin:0px;
	font-size:11px;
	color:#000;
	line-height:15px;
}

TABLE.products {
}

TABLE.products tr td {
	text-align:left;
	padding:15px 10px 15px 0;
	border-bottom:1px solid #CCC;
}




