/* La’NE Enterprises, gold tone */

/* Basic Structure */
body {
	margin: 0px;
	margin-top: 1px;
	color: #009999;
	text-align: center;
	background: #FFFFFF url(images/Canvas.jpg);
	scrollbar-face-color: #CCCCCC;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #666666;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #f5f5f5;
}

div {
	-moz-box-sizing: border-box;		/* Following 2 items force IE type padding, calculated WITHIN declared width */
	box-sizing: border-box;
}

div#separator { clear: both; font: 1px/1px; }

p { text-align: justify; }

table {
	font-family: times;
	font-size: 17;
	color: #000000;
	border-width: 0;
	line-height: 123%;
}

tr {
	vertical-align: top;
}

img	{
	border-width: 0px;
}

div.border,
img.border {
	border-width: 6px;
	border-style: solid;
	border-color: #B58C0A;
}

a {
	text-decoration: underline;
	font-weight: bold;
}

a:link,
a:active,
a:visited {	color: #4A7D72; }
a:hover	{	color: #EEDC82; }

a.large {
	font-size: 28;
	font-style: italic;
}

a.std:link,
a.std:active,
a.std:visited { color: blue; }
a.std:hover { color: red; }

input,
select,
textarea {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 13;
	text-align: left;
	border-style: solid;
	border-width: 4px;
	border-color: #B58C0A;
	padding: 1px 0px 1px 2px;
}

.noborder {	border-width: 0px;
}

/* Shaklee, Simplicité */
h1 {
	font-size: 38;
	color: #4A7D72;
	text-align: center;
	font-weight: normal;
}

/* Health & Beauty, Contact Us etc. */
h2, h5 {
	font-size: 42;
	color: #B58C0A;
	text-align: center;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 30px;
	line-height: 100%;
}

/* Simplicité Daily Skin Care Regime */ 
h3 {
	font-size: 38;
	color: #4A7D72;
	text-align: center;
	font-style: italic;
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 100%;
}

/* Simplicité */ 
h4 {
	font-size: 20;
	color: #4A7D72;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0px;
}

/* Who We Are */
h5 {
	font-size: 20;
	text-align: left;
}

h6 {
	font-size: 26;
	color: #000000;
	text-align: left;
	line-height: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* Menu, this section must be repeat in wp /wp-content/themes/la_ne/style.css */
div.menu {
	display: none;
	width: 125px;
	padding: 5px 0px;
}

table.menu td {
	padding: 2px 0px;
	border: 0px;
}

table.menu a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
}

table.menu a:link,
table.menu a:visited {	color: #B58C0A; }
table.menu a:active {	color: #B58C0A; }
table.menu a:hover	{	color: #EEDC82; }

/* Menu Ends */

p.indent {
	text-indent: 20px;
}

/* Simplicité Daily Skin Care Regime pages */
div.special {
	border-width: 5px;
	border-style: solid;
	border-color: #B58C0A;
	padding: 10px 25px 5px 25px;
	line-height: 100%;
}

div#divlogininfo,
div#divlogininfo a {
	font-family: georgia;
	font-size: 12px;
	text-decoration: none;
}

div#left { float:left; }
div#right { float:right; }
