@charset "utf-8";
/* formatting style
---------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	background-image: url(../images/backimage.jpg);
	background-repeat: repeat-x;
}
hr {
	display: none;
}
/* link style
---------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: +1px;
}
/* basic layout
---------------------------------------*/
#wrapper {
	margin: 0px auto;
	width: 858px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	background-color: #ECF4E4;
}
#main {
	padding: 15px;
	float: right;
	width: 648px;
	margin-bottom: 20px;
}
#main_staff {
	text-align: center;
	padding: 10px;
}
#sidebar {
	position:relative;
	padding: 10px 5px 5px 10px;
	float: left;
	width: 160px;
	margin-bottom: 20px;
}
#footer {
	color: #FFFFFF;
	background-color: #333333;
	padding: 15px;
	clear: both;
}
/* header styles
---------------------------------------*/
#header {
	background-repeat: no-repeat;
	height: 255px;
	/*border-top: 3px solid #FF6600;*/
	border-top: 3px solid #008000;
	position: relative;
}
#home #header #nHome a,
#pharmacy #header #nPharmacy a,
#homecare #header #nHomecare a,
#staff #header #nStaff a,
#profile #header #nProfile a,
#event #header #nEvent a,
#faq #header #nFaq a,
#links #header #nLinks a {
	color: #FFFFFF;
	background-color: #828CA7;
}
/* global_navi styles
---------------------------------------*/
#global_navi {
	clear: none;
	float: left;
	height: 41px;
	width: 858px;
	border-top: 3px solid #006600;
	border-bottom: 1px solid #666666;
}
#global_navi img {
	float: left;
	padding-right: 2px;
	padding-left: 2px;
}

#global_navi ul {
	list-style: none;
	padding-left: 246px;
}
#global_navi ul li {
	float: left;
}
#global_navi   ul  li a {
	text-decoration: none;
	display: block;
	background-image: url(../images/navi.gif);
	background-repeat: no-repeat;
	height: 41px;
	width: 102px;
}
#global_navi li#nHome a {
	background-position: 0px 0px;
}
#global_navi li#nHome a:hover {
	background-position: 0px -42px;
}
#global_navi li#nHome a:active,
#home #global_navi li#nHome a {
	background-position: 0px -84px;
}
#global_navi li#nProducts a {
	background-position: -102px 0px;
}
#global_navi li#nProducts a:hover {
	background-position: -102px -42px;
}
#product #global_navi li#nProducts a,
#global_navi li#nProducts a:active {
	background-position: -102px -84px;
}
#global_navi li#nConcept a {
	background-position: -204px 0px;
}
#global_navi li#nConcept a:hover {
	background-position: -204px -42px;
}
#global_navi li#nConcept a:active,
#concept li#nConcept a {
	background-position: -204px -84px;
}
#global_navi li#nProfile a {
	background-position: -306px 0px;
}
#global_navi li#nProfile a:hover {
	background-position: -306px -42px;
}
#global_navi li#nProfile a:active,
#profile li#nProfile a {
	background-position: -306px -84px;
}
#global_navi li#nStaff a {
	background-position: -408px 0px;
}
#global_navi li#nStaff a:hover {
	background-position: -408px -42px;
}
#global_navi li#nStaff a:active,
#staff li#nStaff a {
	background-position: -408px -84px;
}
#global_navi li#nEvents a {
	background-position: -510px 0px;
}
#global_navi li#nEvents a:hover {
	background-position: -510px -42px;
}
#global_navi li#nEvents a:active,
#event li#nEvents a {
	background-position: -510px -84px;
}
/* top page styles
---------------------------------------*/
#topmessage {
	width: 858px;
	float: left;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#toplogo {
	float: left;
	width: 504px;
	margin-left: 2px;
}
#topcontents {
	float: right;
	width: 350px;
}
#topcontents ul#campaign li {
	padding-top: 3px;
	list-style-type: none;
}

#topcontents #news {
	padding-top: 2px;
	padding-left: 5px;
}

#topcontents dl#news dt {
	font-weight: bold;
	margin: 0px 0px 6px;
	clear: left;
	float: left;
	width: 10em;
	padding-left: 5px;
}
#topcontents dl#news dd {
	margin: 0px 0px 6px 3em;
}
#main /* main styles
---------------------------------------*/
 h2, #campaign h2 {
	font-size: 100%;
	font-weight: bold;
	background-position: left center;
	border-top: 3px solid #009900;
	border-bottom: 1px dotted #666666;
	clear: both;
	padding-top: 2px;
	padding-bottom: 2px;
}
#main p {
	line-height: 1.8;
	margin-bottom: 1em;
}
#main ol {
	padding-left: 20px;
	margin-bottom: 1em;
	font-size: 110%
}
#main ol.principles {
	font-weight: bolder;
}
#main ol.homecare {
	list-style-type: decimal;
	margin-left: 5px;
}
#main ul {
	margin-left: 10px;
	list-style: none;
}
#home #main h2 {
	background-image: none;
	padding: 0px;
	border-style: none;
}
#main #news {
	padding-top: 10px;
	padding-left: 15px;
}

#main dl#news dt {
	font-weight: bold;
	background-position: left center;
	margin: 0px 0px 6px;
	clear: left;
	float: left;
	width: 6em;
	padding-left: 10px;
}
#main dl#news dd {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}
#main div.event {
	clear: left;
}

#main dl#event dt {
	margin-bottom: 2px;
	float: left;
	margin-right: 2px;
}
#main dl#event dd {

}
#main  div#power {
	width: 500px;
	margin-left: 120px;
}
#main img {
	padding-left: 3px;
}
#main div.clist {
	clear: left;
	border-bottom: 1px dotted #666666;
	height: 70px;
}

#main  dl#cList  dt {
	float: left;
	clear: left;
	height: 70px;
	margin: 0px 5px 0px 0px;
}
#main  dl#cList  dd {

}
#main dl#pList dt {
	padding: 0px 5px 0px 0px;
	clear: left;
	float: left;
}
#main dl#pList dd {
}


/* sidebar styles
---------------------------------------*/
#sidebar h2 {
	padding-bottom: 15px;
	clear: left;
}
#sidebar dl dt a {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
#sidebar dl dt a:hover {
	border: 1px solid #000000;
}
#sidebar dl dt {
	clear: both;
}
#sidebar dl dd {
	margin-bottom: 10px;
}
#sidebar ul {
	margin-top: 10px;
}
#sidebar ul li {
	margin-bottom: 6px;
	list-style: none;
}
#sidebar ul li a {
	background-image: url(../images/sidebar_back.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	width: 132px;
	padding: 0px 0px 0px 23px;
}
#sidebar ul li a:hover {
	background-image: url(../images/sidebar_back_hover.png);
}
/* footer styles
---------------------------------------*/
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
}
#footer p {
	margin: 0px;
	float: right;
}
/* product style
---------------------------------------*/
#product #sidebar {
	width: 210px;
	font-size: 110%;
	clear: left;
	border-top: 3px solid #006600;
}
#product #main{
	width: 593px;
	font-size: 110%;
	border-top: 3px solid #006600;
}
#product  div#campaign  dt {
	float: left;
	margin-left: 20px;
}
#product div#campaign dd {
	float: left;
	padding-left: 5px;
	margin-left: 10px;
}



/* table
---------------------------------------*/
#main table {
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
	padding-top: 5px;
	width: 100%;
}
#main table th {
	text-align: right;
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
	width: auto;
}
#main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main tr.odd {
	background-color: #EFEFEF;
}
#main  table.products  th {
	text-align: center;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	cursor: pointer;
	background-color: #99FF99;
}
#main table.products tr {
	cursor: pointer;
}

#main  table.products  tr.selected {
	background-color: #333333;
}
#main  table.products  tr.rowHover {
	background-color: #FFFFFF;
}
#main   table.products   tr.rowSelected {
	background-color: #FFFFCC;
}
