@charset "utf-8";
a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#003366;
	text-decoration:none;
	margin: 0px;
	font-weight:bold;
}

a:hover {
	color: #3B3F4B;

	
	
}

p {
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	font-size:14px;


	
}

h1{
	color:#C90000;
	font-family: Impact, Charcoal, sans-serif;
	font-size:46px;
	font-style:normal;
	font-weight:lighter;
	text-align:center;
	margin-top: 10px;
	text-shadow: 0.08em 0.08em 0.08em #e3e3e3;
	

}

h2{
	color:#003366;
	font-family: Impact, Charcoal, sans-serif;
	font-size:36px;
	font-weight:lighter;
	text-transform:capitalize;
	text-align:center;
	text-shadow: 0.08em 0.08em 0.08em #e3e3e3;
}

h3 {
	
	color:#003366;
	font-family: Impact, Charcoal, sans-serif;
	font-size:22px;
	font-weight:lighter;
	text-transform:capitalize;
	text-align: left;
	padding: 0;
	margin-bottom; 10px;
	text-shadow: 0.08em 0.08em 0.08em #e3e3e3;
	
}





body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
}

#container {
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(images/content-bg.png);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
}

#header {
	height: 180px;
	width: 930px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;

}

#footer {
	height: 188px;
	width: 930px;
	background-image:url(images/footer-bg.jpg);
	background-repeat:no-repeat;

}



#optin-top	 {
	height: 330px;
	width: 426px;
	background-image:url(images/optin-top2.jpg);
	background-repeat:no-repeat;
	float: right;

}

#optin-bottom	 {
	height: 330px;
	width: 426px;
	background-image:url(images/optin-top2.jpg);
	background-repeat:no-repeat;
	float: left;

}


	
#optin-left	 {
	height: 330px;
	width: 275px;
	float: left;

}
#optin-right	 {
	height: 330px;
	width: 151px;
	float: left;

}


#topcontent {
	
}

#showcase {
	display:inline;
	background-color: #FFC;
	height: 200px;
	width: 500px;
	border: medium dashed #cc0000;
	padding: 10px;
	float: left;
	margin-left: 200px;
	Margin-right: 200px;
	clear: none;
	margin-top: 20px;
	margin-bottom: 30px;


}

#showcase p {
	font-size:18px;
	font-weight: bold;
	text-align:center;
	color:#000;
	
}



#mainContent {
	width:840px;

	padding-right: 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 50px;
	
}
	
	
#download {
	display: inline;
	height: 325px;
	width: 489px;
	float:left;
	margin-left: 230px;
    margin-right: 230px;
	margin-top: 30px;
	margin-bottom:30px
}
	
input[type=text] {	
	
		color:#222421;
	     background-color:#fff;

		
	}	
	




.table-text {
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	font-size:14px;
	margin-bottom: 20px;
	
	
}

.email-field {
	font-family: Comic Sans MS;
	font-weight: bold;
	font-size:14px;
	background-image: url(images/email-bg.png);
	float: left; 
	width: 162px; 
	height: 29px; 
	margin-top:228px; 
	margin-left:113px;  
	border: 0;
	
	
	
}

.submit-button {
	cursor:pointer;
	background-image:url(images/button.gif);
	float:left; 
	border: 0; 
	width: 119px; 
	height: 96px;
	margin-top: 100px;


	
	
}
