@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------------------------------------------
/ home
-------------------------------------------------------------------------------------------*/
#homePageTestimonials{
	font-size: 12px;
	font-style: italic;
}
	#homePageTestimonials .quote{
		margin-bottom: 0px;
		margin-top: 80px;
	}
	#homePageTestimonials .author{
		margin-top: 10px;
	}
#homePageIcons{
	
}
	#homePageIcons p{
		line-height: 70px;
	}
		#homePageIcons p img{
			vertical-align:middle;
			margin-left: 15px;
		}
			#homePageIcons p img.first-child{
				margin-left: 0px;
			}
#homeCenterContent{
		
}	
	#homeCenterContent .award{
		color: #0068ac;
		font-weight:bold;
		margin-top: 0px;
	}
	#homeCenterContent #vectomegaProductBox{
		float: left;
		margin: 0px 15px 10px 0px;
	}
	#homeCenterContent #homeSticker{
		float: right;
	}
	#homeCenterContent h1{
		font-size: 34px;
		color: #104e90;
	}
		#homeCenterContent h1.header{
			font-size: 18px;
			color: black;
			font-weight:bold;
		}
	#homeCenterContent h2{
		font-size: 22px;
		color: #d2232a;
		margin-top: 25px;
	}
	#homeCenterContent .red{
		color: #d2232a;
	}
	#homeCenterContent p.listHeader{
		margin-left: 20px;
	}
	#homeCenterContent #frankenFishDescription{
		color: #d2232a;
		font-size: 16px;
	}
	#homeCenterContent ul{
		
	}
		#homeCenterContent ul li{
			margin-left: 70px;
		}
		
/*-------------------------------------------------------------------------------------------
/ emailSignup
-------------------------------------------------------------------------------------------*/
#emailSignup{
	background: #A9CBE2;
}
	#emailSignup #tablewrapper{
		font-family:Calibri,Arial,sans-serif;
		width: 350px;
		padding: 50px;
		background-color: white;
		margin: 50px auto;
		-webkit-border-radius:25px;
		-moz-border-radius:25px;
		-webkit-box-shadow: 3px 3px 10px #000;
		-moz-box-shadow: 3px 3px 10px #000;
		border: 1px solid;
		border-color: #CCC #AAA #AAA #CCC;
	}
		#emailSignup input[type='submit']{
			margin-top: 20px;
		}

/*-------------------------------------------------------------------------------------------
/ About
-------------------------------------------------------------------------------------------*/
#About #rightColumn{
	background-color: white;
}
