html,body {
	position: static;
	margin: 0px;
	padding: 0px;
	background-color: #34576A;
	font-family: Arial, Helvetica, sans-serif;
}

#shell {
	width: 1000px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;	
	background-color: #FFFFFF;
	background-image: URL('../images/main-bg-strip.gif');
	background-repeat: repeat-y;
	border-left: solid 1px #45C0D0;
	border-right: solid 1px #45C0D0;  
}

#header {
  position:relative;
  width: 1000px;
  height: 60px;
  background-color: #3B8D9B;
  background-image: URL('../images/whole-header.jpg');
  border-bottom: solid 2px #0E6672;
}

#banner {
  width: 1000px;
  height: 340px;
  background-color: #ffffff;
}

#site-menu {
  width: 1000px;
  height: 37px;
  background-color: #0E6672;
  border-bottom: solid 1px #cccccc;
} 

#main {
  width: 1000px;
}

#product-menu {
  width: 220px;
  background-color: #F6FAC8;
  float: left;  
}

#content {
  background-color: #ffffff;
  width: 780px;
  padding-bottom: 20px;
  float: right; 
}

#footer {
  width: 1000px;
  height: 46px;
  text-align: center;
  background-color: #2392A3;
  background-image:url('../images/footer-bg.jpg');
  background-repeat:repeat-x;
	clear: both;
}

h1 {
	font-size: 22px;
	line-height: 26px;
  margin-left: 20px;
  margin-top: 17px;
  margin-bottom: 10px;
  margin-right: 0px;
	padding: 0px;
	font-weight: bold;
	color: #ADC043;
}

h2 {
	font-size: 16px;
	line-height: 18px;
  margin-left: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
  margin-right: 0px;
	padding: 0px;
	font-weight: bold;
	color: #ADC043;
}

h3 {
	font-size: 14px;
	line-height: 22px;
	margin-top: 20px;	
	margin-bottom: 14px;
	margin-left: 20px;	
	margin-right: 20px;
	padding: 0px;
	font-weight: bold;
	color: #202020;
}

h4 {
	font-family: sans-serif, Arial, Helvetica;
	font-size: 14px;
	margin-top: 10px;	
	margin-bottom: 14px;
	margin-left: 20px;	
	margin-right: 20px;
	padding: 0%;
	line-height: 22px;
	color: #3A8D9B;
}

p, li {
	font-family: sans-serif, Arial, Helvetica;
	font-size: 14px;
	margin-top: 10px;	
	margin-bottom: 14px;
	margin-left: 20px;	
	margin-right: 20px;
	padding: 0%;
	line-height: 22px;
	color: #666666;
}

li {
	margin-top: 0px;	
	margin-bottom: 0px;
}

#header h3 {
	font-family: sans-serif, Arial, Helvetica;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
  margin-left: 200px; /*This adjusts distance of text from left*/
  margin-top: 10px; /*This adjusts vertical alignment of header text*/
  margin-bottom: 0px;
  margin-right: 215px; /*This adjust distance to flags*/
	line-height: 18px;
	color: #F5D43B;
}

#header p {
	font-family: sans-serif, Arial, Helvetica;
	font-size: 10px;
  margin-left: 5px;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-right: 0px;
	line-height: 12px;
	color: #666666;
}

#site-menu a {
  display: block;
	text-decoration: none;  
  height: 37px;
  line-height: 33px;
  font-weight: bold;
  font-size: 12px;
	color: #333333;
	margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  padding: 0px;
  background-image:url('../images/menu-bg.jpg');
  background-repeat:repeat-x;   
}

#site-menu a:hover {
	color: #666666;
}

#content a {
  color: #398C9A;
}

#site-menu img {
  margin: 0px;
  padding: 0px;
}

#product-menu a {
  display: block;
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-right: 0px;
	font-family: sans-serif, Arial, Helvetica;
	font-size: 16px;  
  line-height: 18px;	
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #398C9A;
}

#product-menu a:hover {
	text-decoration: underline;  
}

#product-menu p {
	font-family: sans-serif, Arial, Helvetica;
	font-size: 12px;
  margin-left: 14px;
  margin-top: 2px;
  margin-bottom: 10px;
  margin-right: 0px;
	line-height: 16px;
	color: #666666;
}

#footer a {
  display: inline;
	text-decoration: underline;  
  line-height: 12px;
  font-weight: normal;
  font-size: 11px;
	color: #F5D43B;
	margin-left: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 10px;
  padding: 0px; 
}

#footer h6 {
	font-size: 10px;
	line-height: 12px;
	margin-top: 7px;	
	margin-bottom: 0px;
	margin-left: 0px;	
	margin-right: 0px;
	padding: 0px;
	font-weight: bold;
	color: #666666;
}

table {
  margin: 0px;
  border: none;
}

td table {
	margin-top: 10px;	
	margin-bottom: 14px;
	margin-left: 20px;	
	margin-right: 20px;
  border: solid 1px #666666;
} 

td, th {
	font-family: sans-serif, Arial, Helvetica;
	font-size: 14px;
	line-height: 16px;
	color: #666666;
} 

hr {
  border-top: 1px solid #243C54;
  height: 0px;
  width: 100%;
  margin: 0px;
  padding: 0px;	
}

a img {
  border: none;
}

.product-img {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 10px;
}

.realbig {
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	color: #ADC043;
}

.redlink {
  color: #DC0703;
}

#socialMedia a {
float:left;
padding:2px;
margin-top:0px;
margin-bottom:10px;
}

#clear {
clear: both;
}

#footer {
  width: 1000px;
  height: 46px;
  text-align: center;
  background-color: #fff;
  background-image:url('../images/footer-bg.jpg');
  background-repeat:repeat-x;
	clear: both;
}

#footer a {
  display: inline;
text-decoration: none;  
  line-height: 12px;
  font-weight: normal;
  font-size: 11px;
	color: #fff;
	margin-left: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 10px;
  padding: 0px; 
}

#footer h6 a:hover {
color: #34576A;
}

#footer a:hover {
color: #34576A;
}

#footer h6 {
	font-size: 10px;
	line-height: 12px;
	margin-top: 7px;	
	margin-bottom: 0px;
	margin-left: 0px;	
	margin-right: 0px;
	padding: 0px;
	font-weight: bold;
	color: #fff;
}

#connect p {
color:#333;
display:block;
font-family:Arial,Helvetica,sans-serif;
font-size:15px;
font-weight:bold;
line-height:18px;
margin:10px 0 0 15px;
text-decoration:none;
padding-bottom:5px;
font-style:italic;
}

#monthly-special{
	position: absolute;
	left: 0px;
	top: 63px;
	width: 326px;
	height: 283px;
	background-image: URL('../images/monthly-special2.png');
	background-repeat: no-repeat;
	z-index: 1000;
}
