html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(images/bground_home.gif);
	background-repeat: repeat-x;
	height: 100%;
}

.testimonials {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #81662a;
	line-height: 18px;
}

.testimonials_inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/* color: #81662a; */
	line-height: 18px;
	color: #333333;
}

.smallheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AEAAA4;
	font-weight: bold;
}

.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	/* color: #AEAAA4; */
	color: #fff; 
}

.subheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #AEAAA4; 
	/* color: #eee; */
}

.textheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	/* color: #81662a; */
	color: #333333;
}

.smalltextheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	position: relative;	
	line-height: 0px;
	padding-top: 10px;
	padding: -50px;
	color: #333333;
	border: 0;
	margin: 0;
	outline: 0;
}

a:link {
	color: #0002e0;
}

a:visited {
	color: #0002e0;
}

a:active {
	color: #0002e0;
}

a:hover {
	color: #00aca1;
}

b, .bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7c7c84;
	font-weight: normal;
	line-height: 16px;
}

.forms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-width:thin
	font-weight: normal;
	line-height: normal;
	border-color:#2b2b2b
	background-color: #e7e7e7;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #46464a;
	font-weight: normal;
}



/*  tabs */

.tabs {
  margin: 15px 0;
}
.tabs ul.primary {
  border-collapse: collapse;
  padding: 0 0 3px 10px;
  white-space: nowrap;
  list-style: none;
  margin: 0;
  height: auto;
  line-height: normal;
  border-bottom: 2px solid #00ffff;
}
.tabs ul.primary li {
  display: inline;
}
.tabs ul.primary li a {
  padding: 3px 10px;
  background: #fff;
  border-color: #eee;
  border-width: 2px;
  border-style: none solid none none;
  height: auto;
  margin-right: 0px;
  text-decoration: none;
  text-transform: lowercase;
}
.tabs ul.primary li.active a {
  background: #00ffff; 
  border-right: 2px solid #00ffff;
  color: #fff;
}
.tabs ul.primary li a:hover {
  background-color: #fffaf0;
  color: #00ffff;
}
.tabs ul.secondary {
  border-collapse: collapse;
  padding: 0px 0;
  margin: 0;
  white-space: nowrap;
  width: 100%;
  list-style: none;
  height: auto;
  line-height: normal;
  border-bottom: none;
}
.tabs ul.secondary li {
  display: inline;
  height: auto;
  padding: 0 0 0 10px;
  text-decoration: none;
  border-right: none;
}
.tabs ul.secondary li a {
  background: #fff;
  padding: 10px 0 10px 25px;
  margin: 0;
}
.tabs ul.secondary li a.active {
  background: #fff;
  color: #ff4500;
  border-bottom: none;
}
.tabs ul.secondary li a:hover {
  background: #fff;
  color: #00ffff
}

pre.code { font-size: 11px; overflow: auto; background: #FFFFCC; border: 1px dotted #888;}
.inline_heading { font-size: 11pt; color: #444; font-weight: bold; }
li.content { margin-right: 5px; margin-left: 20px; padding: 0px; list-style-type: square; }
.inline_box { border-bottom: #444 1px dotted;}
