/* CSS Document */
html,body{
	margin:0;
	padding:0;
	height:100%;
	border:none;
}
body{
	/*top:0px;
	left:0px;
	margin:0px;*/
	background-image:url(images/bg.jpg); 
	background-repeat:repeat-x;
}
body, td{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333333;
	line-height:16px;
}
.heading{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#223e7f;
}

.shelltbl{
	margin-top:11px;
}
.shtl{ background-image:url(images/sh_tl.jpg); background-repeat:no-repeat; width:8px; height:8px; }
.sht{ background-image:url(images/sh_t.jpg); background-repeat:repeat-x; height:8px; }
.shtr{ background-image:url(images/sh_tr.jpg); background-repeat:no-repeat; width:8px; height:8px; }

.shl{ background-image:url(images/sh_l.jpg); background-repeat:repeat-y; width:8px; }
.shr{ background-image:url(images/sh_r.jpg); background-repeat:repeat-y; width:8px; }

.shbl{ background-image:url(images/sh_bl.jpg); background-repeat:no-repeat; width:8px; height:8px; }
.shb{ background-image:url(images/sh_b.jpg); background-repeat:repeat-x; height:8px; }
.shbr{ background-image:url(images/sh_br.jpg); background-repeat:no-repeat; width:8px; height:8px; }

.bdybdr {border:8px solid #BBB9BA; background-color:#BBB9BA;}


/*.menu_lifestyle{ background-color:#B0ACAD; height:232px; }*/
.menu_lifestyle_flash{ background-color:#B0ACAD; height:234px;  }
.menu_lifestyle{ background-color:#85A1AD; }
.menu_features{ background-color:#85A1AD; }

.right_bg{ background-color:#F5F6FA;}

.content{ padding:20px; background-color:#F5F6FA; }

.shlpd{ padding:5px; background-color:#FFFFFF; }

a:hover .rollover{
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
}

.divider{
	width:98%;
	margin-left:auto;
	margin-right:auto;
	/*border-top:1px solid #7D9AFF;*/
	border-top:1px solid #BBB9BA;
}

/* LINKS */

a:link, a:active, a:visited{
	color:#223e7f;
	text-decoration:underline;
}
a:hover{
	color:#85A1AD;
	text-decoration:none;
}
