address{
font-size:11px;
}

p {
font-size:12px;
line-height:19px;
margin:0px 0px 10px 0px;
}

#wrap{ 
height:100% !Important; 
height:1%; 
padding:0px 10px 0px 10px;
} 
#wrap-inner { 
height:100% !Important; 
height:1%; 
} 
#header{ 
padding: 0px; 
margin:0px;
} 
#footer{ 
border-top: 1px solid #999; 
height:130px;
} 

/* Headers */
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
}


h1 {
  font-weight: 400;
  color: #003366;
font: normal 24px Georgia, Garamond, serif;
letter-spacing:-.03em;
padding-bottom:6px;
}

h2 {
 font-size:16px; 
  color: #00B2B2;
padding-bottom:4px;
font-weight:400;
  text-transform: uppercase;
font-family: font-family:Trebuchet MS, Arial, Verdana, sans-serif
 !important;

}

h3 {
 font-size:14.5px; 
padding-bottom:4px;
  color: #003366;
}

h4 {
font-size:13px; 
padding-bottom:4px;
}

h5 {
font-size:12px; 
padding-bottom:4px;
}

h6{ 
font-size:.9em; 
font-weight:bold; 
} 

/* Links */
a {
  text-decoration: none;
  color: #3B5D77;
}

a:hover {
  color: #668FA3;
text-decoration:underline; 
}

a img {
  border: 0px;
}

a img.border {  
  border: 1px solid #FC3307;
}

a:hover img.border {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #668FA3 !important;
  border: 1px solid #FC3307;
}



/* Images */
img.floatRight {
  margin: 5px 0px 10px 10px;
}

img.floatLeft {
  margin: 5px 10px 10px 0px;
}


/* Lists */
ol li {
  font-weight: bold;
  color: #668FA3;
}

ol li span {
  font-weight: normal;
  color: #444;
}




/**************************************************************
   Form Elements
 **************************************************************/

 .orderpage table {
 background-color: #DCDCDC;
 color: #000000;
 width: 475px;
 border: 1px solid #DCDCDC;
 border-collapse: collapse;
}

.orderpage td {
 border-right: 1px solid #DCDCDC;
 border-top: 0px solid #ffffff;
 border-bottom: 0px solid #ffffff;
 padding: 10px 10px 12px 10px;
  margin-bottom:10px;
font: 400 12px verdana, sans-serif;
line-height:18px;
}

.orderpage input { max-width:300px;}


input,
textarea,
select {
  padding: 3px;
  font: 400 14px verdana, sans-serif;
  color: #999;
  background: #F3FFFF;
  border: 1px solid #CCC;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #E7F1F3;
  border: 1px solid #888;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0px;
  border: 0px;
}

input.button {
  padding: 2px 5px;

  font: 400 0.9em verdana, serif;
  cursor: pointer;

  color: #fff;
  background: #FC3307;
  border-width: 1px;
  border-style: solid;
  border-color: #FF7800 #691300 #691300 #FF7800;
}

input.radio {
  background: none;
  border: 0px;
}



small{
font-size:8.5px;
}

.small{
font-size:10px; 
font-weight:normal;
}

@media only screen and (max-width:480px)
{
	img {
		float:none !important;
		max-width:100%;
		height:auto;
	}
	
	img.floatRight, img.floatLeft { float:none; margin:10px auto; }

	.orderpage table, .orderpage table tbody { width:auto; display:block; }
	.orderpage tr, .orderpage td {
		display:block;
		margin:0;
		width:auto;
		}
	.orderpage tr { margin-bottom:5px;  }
	.orderpage td { padding:5px 10px;  }

	.orderpage input { max-width:100%; padding:5px 2px; }
}