body {
	margin:0;
	padding:0;
	background: #891C24;
	/*
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	*/
}

h1 {
	margin-bottom: 5px;
	margin-top: 0px;
	color: #4d360e;
}

a{
  outline: none;
}

p {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	letter-spacing: -2px;
	word-spacing: 0px;
	display: block;
	color: #412d0c;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
}

#thanks{
	display: none;
	margin-top: 50px;
	width: 800px;
	text-align: center;
	font-size: 28px;
}
.consultant {
	width: 825px;
	border: 1px solid #4d360e;
	padding: 5px;
	margin: 2px;
	float: left;
	background: #f8eec6;
}

.conimg{
	width: 66px;
	height: 100px;
	border: 1px solid #4d360e;
	margin: 2px;
	float: left;
}

.condet{
	width: 715px;
	padding: 2px;
	float: left;
}


.conname{
	float: left;
	width: 700px;
	font-size: 30px;
	color: #4d360e;	
}

.conlevel {
	font-size: 18px;
	font-weight: bold;
	float: left;
	width: 700px;
	color: #891C24;
}

.coninfo {
	float: left;
	width: 700px;
	color: #4d360e;
	font-weight: bold;
	font-size: 18px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	letter-spacing: -2px;	
}

.learner {
	color: teal;
}

.apprentice {
	color: green;
	font-size: 20px;
}

.knight {
	color: green;
	font-style: italic;
	font-size: 20px;
}

.master {
	color: orange;
	font-style: italic;
	font-size: 20px;
}

.cmember {
	color: red;
	font-style: italic;
	font-size: 22px;
}

.emph {
	color: #891C24;
}

.emph1 {
	color: blue;
	font-size: 20px;
	font-style: italic;
}

.emph2 {
	color: blue;
	font-size: 22px;
	font-variant: small-caps;
}

.emph3 {
	color: orange;
	font-size: 24px;
	font-stretch: expanded;
}

.pricetable {
	margin-left: 200px;
	width: 400px;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	border: 1px solid #4d360e;
	background: #f8eec6;
}

.title {
	width: 100px;
	text-align: right;
	padding: 5px 5px 0px 5px;
	font-size: 20px;
	color: #891C24;
}

.field {
	width: 300px;
	padding: 5px 5px 0px 5px;
	color: #4d360e;
}

.frmerr {
	text-align: left;
	color: red;
	font-size: 12px;
	border-bottom: 1px dotted #4d360e;
	height: 12px;
	line-height: 12px;
	padding-left: 5px;
}

#iname {
	width: 300px;
	font-size: 18px;
}

#icomp {
	width: 300px;
	font-size: 18px;
}

#iphone {
	width: 200px;
	font-size: 18px;
}

#iemail {
	width: 300px;
	font-size: 18px;
}

#iweb {
	width: 300px;
	font-size: 18px;
}

#inote {
	width: 300px;
	height: 60px;
	font-size: 18px;
}

.bod {
	border-bottom: 1px dotted #4d360e;
	color: #4d360e;
}

.head {
	font-weight: bold;
	border-bottom: 2px dotted #4d360e;
	color: #891C24;
}

.bnote {
	font-size: 12px;
	text-align: left;
	margin-left: 3px;
}

#footer {
    color: white;
    width: 902px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

#maindiv {
	float: left;
	width: 950px;
	background: #8E9870;
	color: #333300;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 900px;
	border: 1px solid #4d360e;
	
}

#spacer {
	float: left;
	height: 35px;
}

#header {
	float: left;
	width: 950px;
	height: 100px;
	border-bottom: 1px solid #4d360e
}

.smallpic {
	width: 200px;
	border: 1px solid #4d360e;
	margin: 10px 30px 10px 30px;
	float: left;
}

#show {
	background-color: white;
	border: 2px solid #4d360e;
	float: left;
	width: 800px;
	height: 300px;
	margin-left: 10px;
	margin-bottom: 20px;
	display: none;
}

#fader {
	background-color: white;
	border: 2px solid #4d360e;
	float: left;
	width: 800px;
	height: 300px;
	margin-left: 10px;
	margin-bottom: 20px;
}

.partner {
  width: 20%;
  height: 68px;
  text-align: center;
  vertical-align: middle;
  background-position-y: bottom;
  background-position-x: center;
	background-repeat: no-repeat;
  text-indent: -99999;
}

.partner:hover {
  background-position-y: top;
}

.body_txt {
	text-align: justify;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 20px;
}
 
#slider {
    color: white;
    width: 902px;
    margin: 0 auto;
    position: relative;
    background-color: #DCCF98;
}

.scroll {
    height: 700px;
    width: 900px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    border: 1px solid #4d360e;
    background-color: #DCCF98;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 1450px;
    width: 860px;
}


.hide {
    display: none;
}

/* partners table */

/* Menu Bar on top of the side slider */

ul#menubar {
	height: 52px;
	width: 900px;
	text-align: center;
	list-style: none;
	margin: 0 auto 0 auto;
	clear: both;
	position: relative;
	margin-bottom: -1px;
	margin-left: 24px;
	}
	
#menubar li {
	position: absolute;
	text-indent: -9999px;
	top: 0;
	}
	
#menubar li a {
	height: 52px;
	display: block;
	}
	
#menubar li.active {
	border-bottom: 1px solid #4d360e;
	background-position: bottom;
	height: 52px;
	z-index: 10;
	}

#menubar li.inactive {
	background-position: top;
	border-bottom: 1px solid #4d360e;
	}
	
#menubar li:hover {
	background-position: bottom;
	}
		
#menubar li#home-tab {
	left: 0;
	width: 180px;
	background-image: url(../images/menubar_tab_home.png);
	}
	
#menubar li#home-tab2 {
	left: 180;
	width: 180px;
	background-image: url(../images/menubar_tab_about.png);
	}
	
#menubar li#home-tab3 {
	left: 360;
	width: 180px;
	background-image: url(../images/menubar_tab_price.png);
	}
	
#menubar li#home-tab4 {
	left: 540;
	width: 180px;
	background-image: url(../images/menubar_tab_team.png);
	}
	
#menubar li#home-tab5 {
	left: 720;
	width: 180px;
	background-image: url(../images/menubar_tab_contact.png);
	}
	
