/* Layout */
html {
	margin-top: 5px;
	margin-bottom: 10px;
}
body {
	color: #050505;
	font-size: small;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
#page-layout {
	width: 760px;
	margin-left: auto;
	margin-right: auto;	
}
#body-layout {
	width: 760px;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-y;
	padding-bottom: 50px;
	float: left;
}
#content {	
	width: 507px;
	float: right;
	margin: 0;
}
#body-content {
	width: 490px;
}

/* Header */
#header-company {
	width: 760px;
	height: 116px;
	background-image: url(../images/header_company.jpg);
	background-repeat: no-repeat;
}
#header-company h1 span {
	display: none;
}

#header-website {
	height: 68px;
	background-image: url(../images/header_website.jpg);
	background-repeat: no-repeat;
}
#header-website h2 span {
	display: none;
}

#say-no {
	height: 26px;
	background-image: url(../images/sayno.jpg);
	background-repeat: no-repeat;
}
#say-no h3 span {
	display: none;
}
#claudine, #body-top {
	height: 290px;
	padding: 20px 12px 0px 10px;
	background-image: url(../images/body_top.jpg);
	background-repeat: no-repeat;
}
#sheryn {
	height: 310px;
	background-image: url(../images/sheryn.jpg);
	background-repeat: no-repeat;
}
#sheryn span {
	display: none;
}

/* Menu */
ul {	
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav {
	height: 30px;
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
}
ul li {
	display: inline;
}
#nav li span {
	display: none;
}
#nav a {
	height: 30px;
	float: left;
}

#nav a:hover {
	background: none;
}

#menu-home {
	display: block;
	width: 77px;
	height: 30px;
	background-image: url(../images/menu_home.jpg);
	background-repeat: no-repeat;
}
#menu-home-active {
	background: none;
	display: block;
	width: 77px;
	height: 30px;
	float: left;
}

#menu-products {
	display: block;
	width: 80px;
	height: 30px;
	background-image: url(../images/menu_products.jpg);
	background-repeat: no-repeat;
}
#menu-products-active {
	background: none;
	display: block;
	width: 80px;
	height: 30px;
	float: left;
}

#menu-research {
	display: block;
	width: 80px;
	height: 30px;
	background-image: url(../images/menu_research.jpg);
	background-repeat: no-repeat;
}
#menu-research-active {
	background: none;
	display: block;
	width: 80px;
	height: 30px;
	float: left;
}

#menu-testimonials {
	display: block;
	width: 100px;
	height: 30px;
	background-image: url(../images/menu_testimonials.jpg);
	background-repeat: no-repeat;
}
#menu-testimonials-active {
	background: none;
	display: block;
	width: 100px;
	height: 30px;
	float: left;
}

#menu-faq {
	display: block;
	width: 80px;
	height: 30px;
	background-image: url(../images/menu_faq.jpg);
	background-repeat: no-repeat;
}
#menu-faq-active {
	background: none;
	display: block;
	width: 80px;
	height: 30px;
	float: left;
}

#menu-contact {
	display: block;
	width: 80px;
	height: 30px;
	background-image: url(../images/menu_contact.jpg);
	background-repeat: no-repeat;
}
#menu-contact-active {
	background: none;
	display: block;
	width: 80px;
	height: 30px;
	float: left;
}


/* Elements */
a, a:visited {	
	color: #090;
	text-decoration: none;
}
a:hover {
	color: #00c;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;	
}
acronym {
	cursor: help;
}
em {
	color: #00f;
	font-weight: bold;
}
.paragraph-title {
	border-bottom: 1px solid #fff;
	font-size: large;
	color: #060;
	padding-bottom: 1px;
}
.paragraph-title-top {
	border-bottom: 1px solid #badeb5;
	font-size: large;
	color: #060;
	padding-bottom: 1px;
}
.paragraph-sub-title {
	border-bottom: 1px solid #fff;
	font-size: small;
	font-weight: bold;
	color: #060;
	margin-top: 12px;
}
.paragraph-body {
	text-align: justify;
	margin: 6px 0px 0px 5px;
}
#product-page {
	text-align: justify;
	background-image: url(../images/products.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 200px;
	padding: 10px 210px 0px 0px;
}
/* Footer */
#box-footer {
	margin: 0;
	float: left;
	width: 740px;
	height: 69px;
	text-align: center;
	padding: 2px 10px 0px 10px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
}
.direction {
	padding: 5px;
	text-align: justify;
	border: 1px solid #fff;
	background-color: #d2f9cd;
	float: left;
	width: 96%;
	margin: 6px 0px 0px 3px;
}