@charset "utf-8";
/*http://meyerweb.com/eric/tools/css/reset/*/
div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ol, ul {
	list-style: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/*=Main menu

---------------------------------------------------------*/
 body {
	background-image:url(images/bg_strip.jpg);
	background-color:#990000;
	margin: 0 auto;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
	background-repeat:repeat;
	background-position:center top;
	line-height: 17px;
}
.maintextblk{font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333;}
	
.maintexthome{font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:20px;
	font-size:11px;
	color: #333;}

.wrapper {
	background-color: #fff;
	width: 800px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E2E2C5;
	border-left-color: #E2E2C5;
	overflow: hidden;
}

.home_header {
	background-image:url(images/topbit.jpg);
	background-repeat:no-repeat;
	height: 33px;
}

.topmenu {
	border-top-width:1px;
	border-bottom-width:6px;
	border-top-style: solid;
	border-bottom-style:solid;
	border-top-color:#E2E2C5;
	border-bottom-color:#E2E2C5;
	background-color: #CC0033;
	height: 30px;
}

div#inline-list {
	display: block;
}
#inline-list ul {
	list-style: none;
}
#inline-list ul li {
	display:inline;
}

#inline-list ul li a {
	display: block;
	height:20px;
	float: left;
	border-right:1px solid #FFF; /*orientation top, right, bottom, left*/
	background: #CC0033;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF!important;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#inline-list ul li a:hover {
	background:#F0480F;
	color: #FFFFFF!important;
}

#inline-list ul li.select a {
	background: #F0480F;
	color: #FFFFFF!important;
	cursor: default; /*disables the hand cursor so user is not tempted to click the link of the page they are already on*/
}

.divider {
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2C5;
}

.img_divider {
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.hometext {
	color: #FFF;
	line-height: 20px;
}
.rule_white {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:active {
	color: #990000;
	text-decoration: none;
}
.redlink:link {
	color: #900;
	text-decoration: none;
}
.redlink:visited {
	color: #900;
	text-decoration: none;
}
.redlink:active {
	color:#990000;
	text-decoration: none;
}
.redlink:hover {
	color: #333;
	text-decoration: none;
}
.fengshuiheader {
	background-image: url(images/fengshui.jpg);
	height: 150px;
}
.consultationheader {
	background-image: url(images/consultations.jpg);
	height: 150px;
	
}

.coursesheader {
	background-image: url(images/courses.jpg);
	height: 150px;
}


.testimonialheader {
	background-image: url(images/testimonials.jpg);
	height: 150px;
}
.aboutheader {
	background-image: url(images/about_elaine.jpg);
	height: 150px;
}

.contactheader {
	background-image: url(images/contact.jpg);
	height: 150px;
}

.fengshuimenu {
	font-weight: bold;
	font-size:11px;
	line-height: 20px;
	margin-left: 350px;
	padding-top: 15px;
}
.fengshuimenu a {
	font-weight: bold;
}
.fengshuimenu a {
	font-weight: bold;
}
.fengshuimenu a:visited {
	color: #fff;
}
.fengshuimenu a:hover {
	color: #99CCCC;
}
.fs_heading {
	font-size: 30px;
	color: #900;
	font-weight: bold;
	background-color: #E7FCFF;
	padding-top: 50px;
	padding-right: 465px;
	padding-bottom: 30px;
	padding-left: 0px;
	text-align: right;
}

.fs_about_heading {
	font-size: 30px;
	color: #900;
	font-weight: bold;
	background-color: #FFF9C2;
	padding-top: 50px;
	padding-right: 465px;
	padding-bottom: 30px;
	padding-left: 0px;
	text-align: right;
}

.fs_courses_heading {
	font-size: 30px;
	color: #900;
	font-weight: bold;
	background-color:  #FCE5DD;
	padding-top: 50px;
	padding-right: 465px;
	padding-bottom: 30px;
	padding-left: 0px;
	text-align: right;
}

.fs_residantial_heading {
	font-size: 30px;
	color: #900;
	font-weight: bold;
	background-color:  #FBE9C1;
	padding-top: 50px;
	padding-right: 120px;
	padding-bottom: 30px;
	padding-left: 0px;
	text-align: right;
}

.fs_annual_updates_heading {
	font-size: 30px;
	color: #900;
	font-weight: bold;
	background-color:  #FBE9C1;
	padding-top: 50px;
	padding-right: 465px;
	padding-bottom: 30px;
	padding-left: 0px;
	text-align: right;
}

.fs_consaltation_heading {
	font-size: 30px;
	color: #900;
	font-weight: bold;
	background-color:  #FBE9C1;
	padding-top: 50px;
	padding-right: 465px;
	padding-bottom: 30px;
	padding-left: 0px;
	text-align: right;
}

.fs_commercial_heading {
	font-size: 30px;
	color: #900;
	font-weight: bold;
	background-color: #FBE9C1;
	padding-top: 50px;
	padding-right: 120px;
	padding-bottom: 30px;
	padding-left: 0px;
	text-align: right;
}

.fs_date_selection_heading {
	font-size: 30px;
	color: #900;
	font-weight: bold;
	background-color:  #FBE9C1;
	padding-top: 50px;
	padding-right: 465px;
	padding-bottom: 30px;
	padding-left: 0px;
	text-align: right;
}


.fs_heading_landform_deco {
	font-size: 30px;
	color: #900;
	font-weight: bold;
	background-color: #FFFEBB;
	padding-top: 50px;
	padding-right: 120px;
	padding-bottom: 30px;
	padding-left: 0px;
	text-align: right;
}


.fs_heading_compass {
	font-size: 30px;
	color: #900;
	font-weight: bold;
	background-color: #EEF6F6;
	padding-top: 50px;
	padding-right: 465px;
	padding-bottom: 30px;
	padding-left: 0px;
	text-align: right;
	background-image: url(images/compass_strip.jpg);
}

.fs_contact_heading {
	font-size: 30px;
	color: #900;
	font-weight: bold;
	background-color: #E8FABE;
	padding-top: 50px;
	padding-right: 465px;
	padding-bottom: 30px;
	padding-left: 0px;
	text-align: right;
}

/*.fs_panelLeft { float: left; width: 200px;}*/
.fs_panel {
	/*clear:right;
	float: right; width: 462px;*/
	color: #333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	margin-left: 337px;
	margin-top: 10px;
	width: 420px;
	padding-left: 10px;
}
.left_panel {
	float: left;
	margin-top: 10px;
	width: 315px;
	margin-left: 10px;
}


.elain_pic_panel {
	float: left;
	margin-top: 10px;
	width: 180px;
	margin-left: 5px;
}
.redtext {
	color: #990000;
}
.rulegrey {
	border-bottom: 1px solid #333;
}

.rule_white {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

h1 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#990000; font-weight:bold; margin-bottom:3px;}

/*image gallery layout*/

ul.img_gallery01 {margin: 0 0;}
ul.img_gallery02 {  margin: -2px 0; _margin: -0px 0;}
ul.img_gallery03 {margin: -3px 0; _margin: -2px 0;}
ul.img_gallery04 {margin: 1px 0; _margin: 3px 0;}
ul.img_gallery05 {margin: -4px 0; _margin: 0 0;}
ul.img_gallery06 {margin: 2px 0; _margin: 3px 0;}



ul.img_gallery01 li, ul.img_gallery02 li, ul.img_gallery03 li, ul.img_gallery04 li, ul.img_gallery05 li , ul.img_gallery06 li{ padding: 0 0!important; margin: 0 -1px!important; display: inline;}


.homefoot { display: block; padding:0; background: #990000; border-bottom: 6px solid #E2E2C5; }