@charset "UTF-8";
/* CSS Document */

@import 'reset.css';
@import 'default.css';
@import 'facebox.css';

 html {
	background: #ffffff url("../images/bgnd.png") top repeat-x;
}


body {
	background: url("../images/bgnd2.jpg") top center no-repeat;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #74603e;
	margin-bottom: 40px;
}
body.page #banner{
    display: none;
}

a {
	text-decoration: none;
	color: #789f00;
}

a:hover {
	text-decoration: underline;
}
h1{
        display: none;  
}
h2{
    	color: #789f00;
	border-bottom: 1px solid #d5e0af;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 3px;
}
h1, #sidebar h2 {
	color: #789f00;
	border-bottom: 1px solid #d5e0af;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 3px;
}

#main h2 {
	font-size: 14px;
	color: #789f00;
	font-weight: bold;
	margin-top: 20px;
}

#main h2 a {
	color: #789f00;
}

h1 + p {
	margin-top: 20px;
}

p {
	margin-top: 15px;
}

ul, ol {
	padding-left: 25px;
	margin-top: 15px;
}

h2 + p, h2 + ul, h2 + ol {
	margin-top: 15px;
}

ul > li {
	list-style-image: url("../images/arrow.png");
}

ol > li {
	list-style: decimal;
}

ol.numbers > li {
	list-style: decimal;
}

ol.letters > li {
	list-style: lower-latin;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#top {
	height: 116px;
	background: url("../images/top-bgnd.png") no-repeat bottom;
	position: relative;
	z-index: 10;
}

#top-links {
	background: url("../images/top-links-bgnd.png") no-repeat right;
	position: absolute;
	top: 15px;
	right: 0;
	width: 330px;
	height: 44px;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 45px;
}

#online {
	float: left;
	margin-right: 10px;
}

#top-links a {
	color: #ffffff;
	letter-spacing: normal;
}

#top-menu {
	position: absolute;
	bottom: 0;
	right:10px;
	height: 42px;
	font-size: 14px;
	line-height: 42px;
	font-weight: normal;
	background: url("../images/menu-bgnd.png") repeat-x;
	text-transform: uppercase;
	overflow: visible;
	z-index: 10;
}
.center{
	width: 200px;
	margin:0 auto;
}

#top-menu ul {
	padding: 0;
	margin: 0;
	overflow: visible;
	z-index: 10;
}

#top-menu > ul > li {
	position: relative;
	float: left;
	list-style: none;
	background: url("../images/menu-bgnd-l.png") left top no-repeat;
	overflow: visible;
	z-index: 10;
}

#top-menu a {
	position: relative;
	display: block;
	float: left;
	color: #7f7051;
	padding: 0 16px 0 15px;
	height: 42px;
	background: url("../images/menu-bgnd-r.png") right top no-repeat;
}

#top-menu li:first-child {
	background: url("../images/menu-bgnd-ll.png") left top no-repeat;
}

#top-menu li:last-child a {
	background: url("../images/menu-bgnd-rr.png") right top no-repeat;
}

#top-menu li:hover a,
#top-menu li.active a {
	text-decoration: none;
	background: url("../images/menu-bgnd-h-r.png") right top no-repeat;
	color: white;
}

#top-menu li:hover span,
#top-menu li.active span {
	border-bottom: 1px solid #d6e598;
	color: white;
}

#top-menu li:hover,
#top-menu li.active {
	background: url("../images/menu-bgnd-h-l.png") left top no-repeat;
}

#top-menu > ul > li:hover + li,
#top-menu > ul > li.active + li {
	background: url("../images/menu-bgnd-h-s-l.png") left top no-repeat;
}

#top-menu li:hover + li:hover,
#top-menu li:hover + li.active,
#top-menu li.active + li:hover,
#top-menu li.active + li:active {
	background: url("../images/menu-bgnd-h-l.png") left top no-repeat;
}

#top-menu .submenu2 {
	display: none;
}

#top-menu li:hover .submenu2 {
	display: block;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 42px;
	width: 170px;
	background: red;
}

#top-menu .submenu2 ul {
	background: #a5c515 url("../images/s-menu-bgnd.png") repeat-x top;
	position: absolute;
	width: 170px;
	padding: 10px 0 10px 0;
	line-height: 1;
	z-index: 10;
}

#top-menu .submenu2 li {
	float: none;
	display: block;
	z-index: 10;
	position: relative;
	height: auto;
	width: 170px;
	padding: 0;
	border: 0 none;
	text-transform: uppercase;
	font-weight: bold;
	clear: both;
	background: none;
}

#top-menu .submenu2 li a:hover {
	background-color: #b2cd3e;
}

#top-menu .submenu2 li a {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	border: 0 none;
	text-align: left;
	padding: 10px 15px;
	margin: 0;
	display: block;
	width: 140px;
	height: auto;
	background: url("../images/s-menu-arrow.png") 145px 14px no-repeat;
}

#banner {
	height: 249px;
	position: relative;
	z-index: 1;
}

#banner > img {
	position: absolute;
	left: -36px;
}

.flash {
	position: absolute;
	left: -36px;
	z-index: 1;
}

#news {
	width: 311px;
	height: 239px;
	padding: 20px;
	position: absolute;
	top: 10px;
	right: 0;
	color: white;
	font-size: 11px;
	line-height: 14px;
	background: url("../images/news-bgnd2.jpg") left top no-repeat;
}

#news h2 {
	color: white;
	font-weight: normal;
	font-size: 14px;
	border-bottom: 1px solid #93b233;
	text-transform: uppercase;
	padding-bottom: 2px;
}

#news h2 a:hover {
	text-decoration: none;
}

#news a {
	color: white;
}

#news h3 {
	font-weight: bold;
}

#news h3, #news p {
	margin-top: 15px;
}

.subpages {
	padding-left: 0;
}

.subpages-entry {
	list-style: none;
	padding-left: 0;
}

.ncms-news-entry .more,
.subpages-entry .more {
	text-align: right;
	text-transform: lowercase;
}

.ncms-news-entry .more a,
.subpages-entry .more a {
	color: #789f00;
}

.more a {
	background: url("../images/arrow-green.png") left 4px no-repeat;
	padding-left: 15px;
}

#news .more a {
	background: url("../images/arrow.png") left 3px no-repeat;
}

#news .ncms-news-entry .more a {
	color: #cddd9b;
}

.ncms-news-entry .date {
	display: none;
}

#main {
	float: left;
	width: 610px;
	margin-bottom: 20px;
}

.home #sidebar {
	float: left;
	width: 330px;
	margin: 20px 0 20px 20px;
}
#sidebar {
	float: left;
	width:230px;
	margin: 20px 0 20px 20px;
}

#sidebar h2 {
	margin: 20px 0;
}

#sidebar .ncms-menu {
	background: white;
	border: 1px solid #d8e1b2;
	margin: 0 0 20px 0;
	padding: 10px 20px 20px 20px;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 1;
}

#sidebar .ncms-menu li {
	list-style: none;
	border-top: 1px solid #e5eaca;
	padding: 0;
	background: url("../images/arrow-green2.png") no-repeat 263px 15px;
}

#sidebar .ncms-menu li:first-child {
	border-top: 0 none;
}

#sidebar .ncms-menu > li:last-child {
	border-bottom: 1px solid #e5eaca;
}

#sidebar .ncms-menu a {
	color: #789f00;
	font-weight: bold;
	display: block;
	padding: 12px 10px;
}

#sidebar .ncms-menu li li a {
	font-weight: normal;
	text-transform: lowercase;
	padding: 8px;
}

#sidebar .ncms-menu .active > a {
	text-decoration: underline;
}

#sidebar .ncms-menu li > .submenu {
	border-top: 1px solid #e5eaca;
	margin: 0;
	padding-left: 15px;
}

#sidebar .ncms-menu li > .submenu > ul {
	margin: 0;
	padding-left: 10px;
}

#sidebar .ncms-menu li > .submenu li {
	border-top: 0 none;
	background: transparent;
}

#sidebar .ncms-menu li > .submenu li > a {
	border-top: 0 none;
	background: url("../images/arrow-green2.png") no-repeat 238px 12px;
}

#sidebar .ncms-menu li > .submenu li:hover,
#sidebar .ncms-menu li > .submenu li.active {
	border-top: 0 none;
	background: url("../images/s-menu-bgnd-ho.png") repeat-y;
}

#sidebar .ncms-menu li > .submenu li:hover > a,
#sidebar .ncms-menu li > .submenu li.active > a {
	color: white;
	text-decoration: none;
	background: url("../images/s-menu-arrow.png") no-repeat 238px 12px;
}

#footer {
	border-top: 1px solid #dcd4c3;
	clear: both;
	color: #c7bfb2;
	font-size: 11px;
	line-height: 1;
}

#footer a {
	color: #c7bfb2;
}

.author {
	display: block;
	margin-top: 10px;
}

#footer .author a {
	color: #74603e;
	font-weight: bold;
}

#footer ul {
	float: right;
	padding: 0;
}

#footer li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 11px 0 10px;
	text-transform: lowercase;
	background: url("../images/footer-sep.png") right 2px no-repeat;
}

#footer li:last-child {
	padding-right: 0;
	background: none;
}

#footer a {

}

.fck-right {
	float: right;
}

.fck-left {
	float: left;
}

#ncmsMailing-subscribe-component-email {
	background: url("../images/email-bgnd.png") left top no-repeat;
	border: 1px solid #acc567;
	height: 18px;
	width: 188px;
	padding: 0;
	color: #74603e;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding: 10px 15px;
}

#subscription-form button {
	padding: 0;
	border: 0 none;
	background: transparent;
	float: right;
	margin-top: 12px;
	cursor: pointer;
}

.ncms-product-catalog {
	padding: 0;
	overflow: auto;
}

.ncms-product-entry {
	list-style: none;
	padding: 10px 0;
	margin: 0;
	clear: both;
	border-bottom: 1px solid #d8e1b2;
	overflow: auto;
	color: #789f00;
	line-height: 1;
}

#main .ncms-product-entry h2 {
	margin-top: 0;
	font-size: 12px;
	color: #789f00;
	line-height: 1;
}

.ncms-product-entry a.thumbnail {
	width: 65px;
	height: 65px;
	padding: 4px;
	margin-right: 20px;
	border: 1px solid #d6e2b2;
	display: block;
	float: left;
}

.ncms-product-entry a.thumbnail img {
	display: block;
	margin: 0 auto;
}

.ncms-product-entry .more {
	float: right;
	display: block;
}

.ncms-product-entry .more img {
	display: block;
}

.ncms-pager {
	clear: both;
	text-align: center;
	display: block;
	margin-top: 30px;
	margin-bottom: 10px;
	list-style: none;
}

.ncms-pager li {
	list-style: none;
	display: inline-block;
	width: 34px;
	height: 38px;
}

.ncms-pager li.active {
	background: url("../images/pager-bgnd.png") no-repeat;
	border: 1px solid #acc567;
}

.ncms-pager li.active a {
	font-weight: bold;
}

.ncms-pager a {
	color: #789f00;
	margin: 1px;
	line-height: 38px;
}

.product-code {
	margin-top: 0;
	color: #789f00;
}

#product-photos {
	float: right;
	margin: 0 0 20px 20px;
}

#product-photos a {
	padding: 10px;
	border: 1px solid #d8e2b0;
	background: white;
	display: block;
	margin-bottom: 10px;
	float: left;
	margin-left: 10px;
	width: 138px;
}

#product-photos a.small {
	width: 53px;
	height: 53px;
}

#product-photos a:first-child {
	float: none;
}

#product-photos a img {
	display: block;
	margin: 0 auto;
}

.ncms-gallery-items {
	padding: 0;
	margin: 0;
}

.ncms-gallery-items li {
	list-style: none;
	float: left;
	margin: 15px 15px 0 0;
	width: 140px;
	height: 162px;
}

.ncms-gallery-items li.item-3 {
	margin-right: 0;
}

.ncms-gallery-items li p {
	margin-top: 0;
	font-size: 11px;
	line-height: 16px;
	margin-top: 4px;
}

.ncms-gallery-items a {
	display: block;
	border: 1px solid #d9e1b2;
	padding: 9px;
	background: white;
}

.ncms-gallery-items img {
	display: block;
}

.error {
	color: red;
}

.error input, .error textarea, .error select {
	border: 1px solid red;
}

form ol {
	padding: 0;
}

form li {
	list-style: none;
	margin-bottom: 10px;
}

.ncms-form label {
	display: block;
	float: none;
	text-align: left;
}

.ncms-form input {
	width: 200px;
}

select {
	border: 1px solid #acc567;
	color: #74603e;
	font-size: 12px;
}

textarea {
	width: 400px;
	height: 200px;
	border: 1px solid #acc567;
}

table {
	width: 100%;
}

#trainings {
	margin-top: 10px;
}

#trainings thead {
	border: 1px solid #b0c26e;
}

#trainings tbody tr {
	border: 1px solid #d6e2b2;
	border-top: 0 none;
}

#trainings th {
	background: url("../images/th-bgnd.png") repeat-x left 1px;
	text-align: left;
	line-height: 43px;
	padding: 0 10px;
	color: #a1bb4d;
	font-weight: bold;
	font-size: 14px;
}

#trainings td {
	padding: 10px;
	vertical-align: middle;
}

#trainings .details {
	width: 69px;
}

#training {
	table-layout: fixed;
	margin-top: 10px;
}

#training th {
	text-align: right;
	color: #789e00;
	font-weight: bold;
	width: 155px;
	padding: 5px 15px 5px 0;
}

#training tr {
	border-bottom: 1px solid #d6e2b2;
}

#training tr:last-child {
	border-bottom: 0 none;
}

#training td p, #training td ul, #training td ol {
	margin-top: 0;
}

form li {
	clear: both;
}

label {
	float: left;
	width: 200px;
	margin-right: 10px;
	text-align: right;
}

input {
	width: 300px;
	border: 1px solid #acc567;
	color: #74603e;
	font-size: 12px;
}

#training-form #zip {
	width: 70px;
}

#training-form #city {
	width: 224px;
}

#training-form #comment {
	width: 370px;
	height: 100px;
}

#training-form #agreement {
	width: auto;
}

#login-form label {
	width: 60px;
}

#login-form input {
	width: 200px;
}

#login-form button {
	margin-left: 95px;
}

#login-form p {
	margin-left: 95px;
}

#register-form li {
	overflow: hidden;
	width: 585px;
}

#register-form input.medium {
	width: 195px;
}

#register-form input.small {
	width: 100px;
}

#register-form fieldset {
	padding-top: 10px;
}

#register-form fieldset fieldset {
	margin-left: 235px;
}

#register-form fieldset fieldset input {
	display: inline;
	width: auto;
}

#register-form fieldset fieldset label {
	display: inline;
	width: auto;
	float: none;
}

#register-form h3 {
	width: 225px;
	text-align: right;
}

#register-form #priv_info {
	margin-left: 235px;
	width: 350px;
	color: red;
}

#register-form #email_confirmation,
#register-form #agreement,
#register-form #is_biothai,
#register-form #is_guinot {
	width: auto;
}

#register-form button {
	margin-left: 235px;
}

.req {
	display: none;
}

.required .req, p .req {
	display: inline;
	color: red;
}

button {
	border: 0 none;
	background: #87aa09;
	padding: 3px 10px;
	color: white;
	font-size: 12px;
}

.ncms-rotator p {
	margin-top: 0;
}

#search {
    margin-bottom: 20px;
}

#search h2 {
	margin-bottom: 0;
	border-bottom: 0 none;
	display: none;
}

#search form {
	width: 330px;
	height: 62px;
	position: relative;
	background: url("../images/search-bgnd.png") no-repeat left top;
}

#search input {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 220px;
	border: 0 none;
	margin: 0;
	padding: 13px 10px 15px 10px;
	background: url("../images/search-input.png") no-repeat left top;
}

#search button {
	background: none;
	cursor: pointer;
	boder: 0 none;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 245px;
	top: 23px;
}

.search-results {
    padding-left: 0;
}

.ncms-search-result {
    list-style: none;
    padding-left: 0;
}

.ncms-search-result .more {
    text-align: right;
}
#banner {
	height: 362px;
}

#news {
	height: 311px;
	background: url("../images/news-bgnd.jpg") left top no-repeat;
}
#logocan{
	position: absolute;
	left: 0;
	top:0;
	
}