/* General */
body {
	font-size: .9em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
	background-color: #cccccc;
}

#body_container {
	background-image: url(images/header_bg_rpt.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
	padding: 0;
}

img { 
	border: 0; 
 	behavior: url(iepngfix.htc) ;
}

div.width_restrict {
	margin:0 auto;
	width: 80%;
	min-width: 750px;
	max-width:1000px;	
}

.float_right {
	float:right;
	margin: 5px 0 5px 5px;
}

.float_left {
	float:right;
	margin: 5px 5px 5px 0;
}


/* Header */
div#header {
	width: 800px;
	height: 220px;
	margin: 0 auto 5px auto;
	text-align:center;
	position: relative;
}
	div#header img#dna {
		position: absolute;
		top: -10px;
		left: 40px;
		width: 143px;
		height: 245px;
	}
	
	div#header img#title {
		position: absolute;
		top: 50px;
		left: 180px;
		width: 406px;
		height: 84px;
	}
	
	div#header img#quote {
		position: absolute;
		top: 150px;
		right: 0;
	}
	
	/* Menu Bar */
div#menu_bar {
	height: 80px;
}
	div#menu_bar a.menu_icon:link, div#menu_bar a.menu_icon:visited  {
		display: block;
		width: 33%;
		float: left;
		text-align: center;
		border: 1px solid #CCCCCC;
	}
	div#menu_bar a.menu_icon:hover {
		background-color: #BBBBBB;
		border-color: #DDDDDD;
	}
	div#menu_bar a.menu_icon:link img, div#menu_bar a.menu_icon:visited img {
		border: 0;
		height: 70px;
		width: 250px;
	}



/* Content section */
div#content_top {
	position: relative;
	height: 18px;
	background-image: url(images/content_bg_top_rpt.gif);
	background-repeat: repeat-x;
	margin-top: 5px;
}
	div#content_top img#content_top_left {
		position: absolute;
		top: 0; 
		left: 0;
	}
	div#content_top img#content_top_right {
		position: absolute;
		top: 0; 
		right: 0;
	}

div#content {
	min-height: 300px;
	_height: 300px; /* IE min-height replacement hack */
	background-color: #E7E7E7;
	background-image: url(images/content_bg_left_rpt.gif);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
}
	div#content div#content_right {
		position: absolute;
		right: 0;
		top: 0;
		width: 11px;
		height: 100%;
		background-image: url(images/content_bg_right_rpt.gif);
		background-repeat: repeat-y;
	}
	
div#content_bottom {
	position: relative;
	height: 18px;
	background-image: url(images/content_bg_bottom_rpt.gif);
	background-repeat: repeat-x;
	margin-bottom: 15px;
}
	div#content_bottom img#content_bottom_left {
		position: absolute;
		top: 0; 
		left: 0;
	}
	div#content_bottom img#content_bottom_right {
		position: absolute;
		top: 0; 
		right: 0;
	}


/* Content styles */
div#content_copy {
	padding: 0 20px;
	margin: 0;
}
	div#content_copy h1 {
		margin: 0 0 5px 0;
		padding: 0;
		font-size: 1.4em;
		color: #003366;
	}
	div#content_copy h2 {
		margin: 0;
		padding: 10px 0 0 0;
		font-size: 1.1em;
		font-weight: bold;
		color: #336699;
	}
	div#content_copy p {
		margin: 0 0 0 0;
		line-height: 1.4em;
		padding: 5px 0;
	}
	div#content_copy a:link, div#content_copy a:visited {
		text-decoration: none;
		color: #669900;
	}
	div#content_copy a:hover {
		text-decoration: underline;
	}



#footer {
	text-align: center;
	font-size: 0.7em;
	color: #999;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}
#footer a:link, #footer a:visited {
	color: #888;
	text-decoration: none;
}



.error {
	color: #990000;
	font-size: 1.0em;
	padding: 3px 5px;
	background-color: #fff;
	border-left: 3px solid #990000;
}

.success {
	color: #669900;
	font-size: 1.0em;
	padding: 3px 5px;
	background-color: #fff;
	border-left: 3px solid #669900;
}




.buy {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	padding: 10px;
	margin: 15px 0 10px 0;
}
.buy .promo {
	float:right;
}

.buy .label {
	text-transform: uppercase;
	font-size: 0.9em;
	color: #690;
	background-color: #f6f6f6;
	width: 200px;
}
.buy .field {
	background-color: #f6f6f6;
}
.buy .field input {
	width: 175px;
}

.buy .submit_btn {
	color: #333;
	font-weight: bold;
}

.buy .small { 
	font-size: 0.8em; 
	color: #666; 
	text-transform: none;
}	
.buy .error {
	font-size: 0.7em;
	text-transform: uppercase;
}



a.download_link:link, a.download_link:visited {
	display: block;
	
}


