body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #E9F0F6;
	background-image: url(../_img/body_bgd.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003E7E;
	line-height: 14px;
	margin-top: 0px;
	padding-top: 0px;
}

.blue{
	color: #003E7E;
}

h1 a{
}

h1 a:hover{
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003E7E;
}

h2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003E7E;
	text-decoration:none;
}

h2 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003E7E;
	text-decoration:underline;
}

h3{
}

h3 a{
}

h3 a:hover{
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
}

p a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	text-decoration:none;
}

p a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	text-decoration:underline;
}

#wrapper{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#header{
	height: 120px;
	width: 900px;
}

#left_header{
	float: left;
	height: 120px;
	width: 450px;
	text-align: left;
}

.right_header{
	float: right;
	height: 120px;
	width: 450px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003E7E;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}

.right_header a{
	color: #003E7E;
	text-decoration:none;
}

.right_header a:hover{
	color: #003E7E;
	text-decoration:underline;
}

/*Main Navigation*/
    #tabsK {
	width:900px;
	line-height:normal;
	color: #FFFFFF;
	font-size: 93%;
	padding-top: 8px;
	padding-left: 0px;
      }
    #tabsK ul {
	margin:0;
	list-style:none;
	padding-bottom: 0;
	padding-left: 20px;
      }
    #tabsK li {
	display:inline;
	margin:0;
	padding:0;
      }
    #tabsK a {
      float:left;
      background:url("../_img/tableftK.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsK a span {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	color:#FFFFFF;
	background-image: url(../_img/tabrightK.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsK a span {float:none;}
    /* End IE5-Mac hack */
    #tabsK a:hover span {
	color:#D4E3F2;
	background-position:100% -42px;
      }
    #tabsK a:hover {
      background-position:0% -42px;
      }
    #tabsK a:hover span {
      background-position:100% -42px;
	  }

#top_curve{
	height: 20px;
	width: 900px;
	background-image: url(../_img/top_curve.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}

#bottom_curve{
	height: 20px;
	width: 900px;
	background-image: url(../_img/bottom_curve.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#content_wrapper{
	width: 860px;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
}

#left_content_wrapper{
	width: 270px;
	text-align: left;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}

#right_wrapper{
	float: right;
	width: 180px;
}

#right_content_wrapper{
	width: 570px;
	text-align: left;
	background-color: #FFFFFF;
	padding-right: 20px;
	float: right;
}

#login_spacer{
	height: 6px;
	width: 270px;
}

#login{
	width: 270px;
}

#login_header{
	height: 15px;
	width: 270px;
	background-image: url(../_img/box_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #D4E3F2;
}

#login_content{
	width: 260px;
	background-color: #D4E3F2;
	padding-left: 10px;
	background-image: url(../_img/login_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 40px;
	margin-top: 0px;
}

#login_content p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003E7E;
	line-height: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#login_content p a{
	color: #003E7E;
	text-decoration:none;
}

#login_content p a:hover{
	color: #003E7E;
	text-decoration:underline;
}

#login_footer{
	height: 15px;
	width: 270px;
	margin-bottom: 20px;
	background-image: url(../_img/box_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	padding-top: 0px;
}


#search{
	width: 270px;
}

#search_header{
	height: 15px;
	width: 270px;
	background-image: url(../_img/box_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #D4E3F2;
}

#search_content{
	width: 260px;
	background-color: #D4E3F2;
	padding-left: 10px;
	background-image: url(../_img/search_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 50px;
}

#search_content p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003E7E;
	line-height: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#search_footer{
	height: 15px;
	width: 270px;
	margin-bottom: 20px;
	background-image: url(../_img/box_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#google_checkout{
	width: 270px;
	text-align: left;
}

#main_home_image{
	height: 250px;
	width: 570px;
}

#two_col{
	width: 570px;
	clear: both;
}

#intro{
	float: left;
	width: 370px;
}

#intro_pad{
	float: left;
	width: 362px;
	padding-left: 8px;
	padding-top: 8px;
}

.samples{
	float: right;
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #003E7E;
	height: 170px;
	background-image: url(../_img/samples_bgd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: normal;
}

.samples a{
	color: #003E7E;
	text-decoration:none;
}

.samples a:hover{
	color: #003E7E;
	text-decoration:underline;
}

.no_border{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.footer{
	width: 900px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-bottom: 5px;
	background-image: url(../_img/fooer_bgd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}

.footer a{
	color: #FFFFFF;
	text-decoration:none;
}

.footer a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}

.form{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003E7E;
	margin-bottom: 5px;
}

.basket{
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003E7E;
	font-weight: bold;
	font-style: normal;
	background-image: url(../_img/basket_icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 230px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
}

.basket a{
	color: #003E7E;
	text-decoration: none;
}

.basket a:hover{
	color: #003E7E;
	text-decoration: underline;
}

/*Drop Down Menu*/
#dropmenudiv{
	position:absolute;
	line-height:14px;
	z-index:100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	color: #003E7E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003E7E;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: gray;
color: #FFFFFF;
}

.credits{
	width: 900px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003E7E;
	clear: both;
}

.credits a{
	color: #003E7E;
	text-decoration:none;
}

.credits a:hover{
	color: #666666;
	text-decoration:none;
}

.company_registration{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	clear: both;
}

#right_column{
	float: right;
	width: 180px;
}

#right_column h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003E7E;
	line-height: 12px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#right_column p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #333333;
}

#nav a {
	color:#003E7E;
	text-decoration:none;
	display: block;
}
#nav a:hover {
	color:#333333;
	background:none;
	
}
#nav {
	width: 190px;
	list-style:none;
	margin:0;
	padding:0;
}
#nav li {
	display:block;
	vertical-align:middle;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 190px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D4E3F2;
	color: #003E7E;
}

#url {
	font-family: Arial, Helvetica, sans-serif;
}

#url tr th {
	background-color: #003E7E;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	padding: 5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#url caption {
}

#url tr:hover {
	background-color: #D4E3F2;
}

#url tr {
	color: #003E7E;
	padding: 3px 5px;
	background-color: #eaeaea;
}

#url td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-size: 10px;
	color: #003E7E;
	font-weight: bold;
}

#url a {
	color: #003E7E;
	text-decoration: none;
	font-weight: bold;
}

#url a:hover {
	color: #333333;
	text-decoration: underline;
}

.product_border{
	border: 1px solid #CCCCCC;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

#map_holder{
	height: 516px;
	width: 394px;
}

.img_border{
	border: 1px solid #CCCCCC;
}

#wounds_wrapper{
	float: left;
	height: 170px;
	width: 170px;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	margin-bottom: 5px;
}

.tool-tip {
	color: #fff;
	width: 180px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 180px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}
#google_acceptance{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	padding-top: 0px;
	height: 80px;
}

.google_acceptance_left{
	float: left;
}

/* HANZS */
table {
	font: normal 11px Arial;
}

.no_center { text-align: left; }
/* */


#casestudy {
	font-family: Arial, Helvetica, sans-serif;
}

#casestudy tr th {
	background-color: #333333;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	padding: 5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#casestudy caption {
}

#casestudy tr:hover {
	background-color: #D4E3F2;
}

#casestudy tr {
	color: #003E7E;
	padding: 3px 5px;
	background-color: #eaeaea;
}

#casestudy td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-size: 10px;
	color: #003E7E;
	font-weight: bold;
}

#casestudy a {
	color: #003E7E;
	text-decoration: none;
	font-weight: bold;
}

#casestudy a:hover {
	color: #333333;
	text-decoration: underline;
}
