/* CSS Document */

/* ---- main blocks structure ------------------------- */
body{
	margin: auto;
	padding: 0;
	padding-top: 25px;
	width: 1000px;
	height: 100%;
	background-color:#f3f3f3;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: gray;
}

#container{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color:white;
	color: gray;
/*	border: 1px black solid;*/
}

#glob_header_homepage{
	height: 340px;
	background-image: url("../images/eda-vitality.jpg");
	padding: 10px;
}

#glob_header{
	height: 100px;
	background-image: url("../images/dunebanner-2.jpg");
	padding: 10px;
}

#glob_header_right{
	float: right;
	width: 100px;
	margin: 0;
	margin-top: 70px;
	text-align: right;
	color: white;
	font-size: small;
}

#glob_menu_top{
	height: 30px;
	padding-top: 8px;
	background-image: url("../images/bg_menutop.jpg");
	background-repeat: repeat-x;
}

#centercontainer{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color:white;
	background-image: url("../images/bg_menuleft.jpg");
	background-repeat: repeat-y;
}

#centercontainer_homepage{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color:white;
	background-image: url("../images/bg_centerhp.jpg");
	background-repeat: repeat-x;
}

#glob_menu_left{
	float: left;
	width: 193px;
	margin: 0;
	background-color:white;
	background-image: url("../images/bg_menuleft.jpg");
	background-repeat: repeat-y;
}

#glob_menu_left_part_1{
	margin: 10px;
	margin-top: 40px;
	font-weight: bold;
	color: white;
	font-size: 18px;
}

#glob_menu_left_part_1 li{
	list-style-type: none;
}
#glob_menu_left_part_1 li a {
	color: white;
	text-decoration: none;
	border: none;
}

#glob_menu_left_part_1 li a:hover {
	color: gray;
	text-decoration: none;
}

#glob_menu_right{
	float: right;
	width: 150px;
	margin: 0;
}

#glob_main_content{
	height: 100%;
	margin-left: 200px;
	padding: 10px;
}

#glob_main_content_leftcol{
	float: left;
	margin-right: 40px;
}

#glob_main_content_center{
/*	padding: 10px;
	border: 1px black solid;
*/
}

#glob_homepage_leftcol{
	float: left;
	width: 380px;
	padding: 60px;
	padding-top: 30px;
	padding-bottom: 20px;
}

#glob_homepage_rightcol{
	margin-left: 500px;
	padding: 60px;
	padding-top: 30px;
	padding-bottom: 20px;
}

#glob_footer{
	clear: both;
	height: 18px;
	background-image: url("../images/bg_menutop.jpg");
	background-repeat: repeat-x;
	padding: 10px;
	color: white;
	font-size: small;
}

#clearfloat{
	clear: both;
}
/* -------------------------- HTML tags ----------------------- */
a {
	color: gray;
}

a img{
	border: none;
}

p{
}

p.pricedecal{
	padding-left: 100px;	
}

table{
	margin-left: 20px;	
}

td{
	padding-left: 10px;	
	padding-right: 10px;	
}

 /* -------------------- specific layout ------------------- */
.eda_namestyle{
	font-family: "Maiandra GD", Calibri, Arial, sans-serif;
	font-size: 50px;
	color: white;
}

.vitality_namestyle{
	color: #dce6f2;
}

.cell_menu_top{
	padding: 12px;
	padding-right: 4px;
	font-weight: bold;
	color: white;
	font-size: 16px;
}

.cell_menu_top a {
	color: white;
	text-decoration: none;
	border: none;
}

.cell_menu_top a:hover {
	color: silver;
	text-decoration: none;
}

.motborder{
	border: ridge;
}

.lklg{
	color: white;	
}