/* CSS Document */

body,
html {
    margin:0px;
	padding:0;
	}
body {
    text-align: center;
    margin-left: auto;
    margin-right:auto;
	background-color:#bfdff6;
	background-image:url(../img/bgd.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	}
	
body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	line-height:180%;
	letter-spacing:1px;
	}
a {
	color:#339900;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#339900;
}
a:hover {
	text-decoration: underline;
	color:#66CC33;
}
a:active {
	text-decoration: none;
	color: #66CC33;
}

p {
   padding:0;
   margin:0 0 20px 0;
   }

#wrap {
	width:900px;
	overflow:auto;
	margin:0 auto;
    }

.header {
    width:100%;
	height:200px;
	}
	
.menu {
    width:900px;
	border-top:2px solid #CC0000;
	height:80px;
    }
		
.menu ul{
  list-style:none;
  letter-spacing:0px;
  font-size:14px;
  width:900px;
  margin:0;
  padding:0;
  text-align:center;
  }

.menu ul li{
  display:inline;
  }

.menu ul li a{
  color:#FFFFFF;
  padding:10px 0;
  float:left;
  width:100px;
  background-image:url(../img/menu.gif);
  background-position:top right;
  background-color:#003300;
  text-decoration:none;
  }
  
.menu ul li a:hover{
  background-image:url(../img/menu.gif);
  background-position:top left;
  background-color:#669900;
  text-decoration:none;
  color:#000000;
  }

.content {
  width:900px;
  letter-spacing:1px;
  text-align:left;
  background-color:#FFFFFF;
  overflow:auto;
  }

.indent {
  padding:40px;
  }
  
.indent2 {
  padding:20px;
  }
  
.left {
float:left;
width:460px;
padding-bottom:20px;
  }
  
.right {
float:right;
width:340px;
background-color:#003300;
color:#FFFFFF;
text-align:left;
margin-bottom:40px;
  }
  
.bottom {
float:left;
width:820px;
}

.bottom-left {
float:left;
width:400px;
background-color:#003300;
color:#FFFFFF;
text-align:left;
margin-bottom:40px;
  }

.bottom-right {
float:right;
width:400px;
background-color:#003300;
color:#FFFFFF;
text-align:left;
margin-bottom:40px;
  }
  
.footer {
  width:900px;
  border-top:2px solid #CC0000;
  color:#FFFFFF;
  padding:15px 0;
  display:block;
  background-color:#003300;
  text-align:center;
  font-size:11px;
  line-height:120%;
  }
  
/* TEXT FORMATTING */

h1 {
  border-bottom:2px solid #CC0000;
  color:#FFFFFF;
  font-size:24px;
  font-weight:bold;
  padding:15px 40px;
  margin:0;
  letter-spacing: 2px;
  display:block;
  background-color:#003300;
  }
  
h2 {
  margin:0;
  padding:0;
  font-size:22px;
  margin-bottom:20px;
  }
  
h3 {
   margin:40px 0 20px 0;
  padding:0;
  font-size:18px;
  color:#003300;
  text-transform:uppercase;
  }
  
.intro {
  font-size:21px;
  text-align:center;
  line-height:120%;
  color:#003300;
  letter-spacing:0;
  }
  
.intro2 {
  font-size:21px;
  font-weight:bold;
  color:#CC0000;
  text-align:center;
  margin-bottom:30px;
  }
  
.signup {
  font-size:14px;
  font-weight:bold;
  }
  
form {
padding:0;
margin:0;
}

.TextField {
background-color:#FFFFFF;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
border:1px solid #666666;
width:288px;
padding:5px;
margin-bottom:5px;
}

.TextField2 {
background-color:#FFFFFF;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
border:1px solid #666666;
width:180px;
padding:5px;
margin:0;
}

.button {
font-size:16px;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
width:300px;
}

.captcha {
font-size:10px;
font-weight:normal;
letter-spacing:0;
line-height:110%;
}

.errors {
font-size:10px;
font-weight:normal;
letter-spacing:0;
color:#FF0000;
line-height:110%;
}

.orderlist {
padding-left:20px;
letter-spacing:0;
color:#333333;
}

.subscribe-header {
  margin:0;
  padding:0;
  font-size:28px;
  margin-bottom:20px;
  font-weight:normal;
  letter-spacing:0;
  line-height:100%;
}

.subscribe-sub-header {
  font-size:18px;
  font-weight:normal;
  color:#CCFFCC;
  letter-spacing:0;
}
