@charset "utf-8";
/* CSS Document */
* {
margin:0;
padding:0;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #000000;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #333333;
}
p {
margin-bottom:7px;
}
h1 {
margin-bottom:10px;
}
.redText {
color:#FF0000;
}
ul {
list-style-position:inside;
}
#faqList ul {
margin-bottom:7px;
}
#faqListLastItem {
margin-bottom:10px;
padding-bottom:10px;
border-bottom:#FEE010 dotted 2px;
}
#faqList li {
list-style-position:outside;
margin-left:15px;
list-style-type:disc;
font-weight:bold;
font-size:105%;
margin-bottom:5px;
}
.centerText {
text-align:center;
}
.textSmall {
font-size:90%;
}
.textLgBold {
font-weight:bold;
font-size:130%;
}
.textBold {
font-weight:bold;
}
.textBoldItalic {
font-weight:bold;
font-style:italic;
}
.imgCenter {
text-align:center;
}
#wrapper {
width:798px;
height:597px;
margin:auto;
background-image:url(../images/wrapperBKG.jpg);
background-repeat:no-repeat;
margin-bottom:5px;
}
#header {
width:798px;
height:123px;
}
#mainContent {
width:798px;
height:474px;
background-image:url(../images/mainBKG.jpg);
background-repeat:no-repeat;
}
/* Navigation --------------------------- */
#navContainer {
width:149px;
height:198px;
position:relative;
top:232px;
left:60px;
}
#navigation ul {
width:100%;
}
#navigation li {
  float:left;
  display:block;
  height:100%;
  background-position:0 33px;
  list-style-type:none;
}
#navigation li a {
  display:block;
  height:100%;
  width:100%;
  text-indent:-9999px;
  text-decoration:none;
  background-position:0 0;
}
#navigation li a:hover {
  background:none !important;
}
#testimonials #navigation #testimonials a,
#shop #navigation #shop a,
#gallery #navigation #gallery a,
#contact #navigation #contact a,
#about #navigation #about a
#faq #navigation #faq a
{
  cursor: default;
  background:none !important;
}
#navigation #testimonials, #navigation #testimonials a {
  background-image:url(../images/nav01.jpg);
  width:149px;
  height:33px;
}
#navigation #shop, #navigation #shop a {
  background-image:url(../images/nav02.jpg);
  width:149px;
  height:33px;
}
#navigation #gallery, #navigation #gallery a {
  background-image:url(../images/nav03.jpg);
  width:149px;
  height:33px;
}
#navigation #contact, #navigation #contact a {
  background-image:url(../images/nav04.jpg);
  width:149px;
  height:33px;
}
#navigation #about, #navigation #about a {
  background-image:url(../images/nav05.jpg);
  width:149px;
  height:33px;
}
#navigation #faq, #navigation #faq a {
  background-image:url(../images/nav06.jpg);
  width:149px;
  height:33px;
}
/* End Navigation --------------------------- */
#contentText {
width:475px;
height:362px;
float:right;
margin-right:55px;
margin-top:-148px;
padding:5px 10px 10px 10px;
overflow:auto;
scrollbar-base-color: #5c832b;
scrollbar-arrow-color: white;
scrollbar-track-color: #5c832b;

scrollbar-shadow-color: black;
scrollbar-lightshadow-color: black;
scrollbar-darkshadow-color: gray;

scrollbar-highlight-color: white;
scrollbar-3dlight-color: black;
}
.testimonials {
border-bottom: dotted 1px #FEE010;
margin-bottom:7px;
}
.testimonials h2 {
margin-bottom:5px;
background-color:#3c561b;
font-size:110%;
color:#fff;
padding:5px;
}
.testimonials p {
padding:0 7px;
}
/* Form Style
----------------------------------- */
#formWrapper {
width:450px;
height:auto;
border:2px solid #26380e;
background-color:#f8f1c3;
margin:auto;
margin-top:10px;
}
#form p {
clear:left;
margin:0;
margin-bottom:5px;
padding:5px 5px 5px 10px;
color:#114114;
font-weight:bold;
}
#form p label {
float:left;
width:40%;
}
#requiredField {
display:block;
background-color:#5c832b;
color:#FFFFFF;
text-align:right;
padding:5px;
margin:0 0 5px 0;
}

/* End Form Style
----------------------------------- */
/* Page Titles --------------------------- */
#TitleAboutUs {
background-image:url(../images/aboutUs.png);
background-repeat:no-repeat;
width:200px;
height:48px;
text-indent:-9999px;
}
#TitleComingSoon {
background-image:url(../images/comingSoon.png);
background-repeat:no-repeat;
width:281px;
height:60px;
text-indent:-9999px;
}
#TitleContactUs {
background-image:url(../images/contactUs.png);
background-repeat:no-repeat;
width:272px;
height:60px;
text-indent:-9999px;
}
#TitleError{
background-image:url(../images/error.png);
background-repeat:no-repeat;
width:135px;
height:60px;
text-indent:-9999px;
}
#TitleFAQ {
background-image:url(../images/faq.png);
background-repeat:no-repeat;
width:385px;
height:115px;
text-indent:-9999px;
}
#TitleTestimonials{
background-image:url(../images/testimonials.png);
background-repeat:no-repeat;
width:271px;
height:60px;
text-indent:-9999px;
}
#TitleThankYou {
background-image:url(../images/thankYou.png);
background-repeat:no-repeat;
width:233px;
height:60px;
text-indent:-9999px;
}
#TitleWelcome {
background-image:url(../images/welcomeText.png);
background-repeat:no-repeat;
width:465px;
height:166px;
text-indent:-9999px;
}
