/*---------------------------------------------------------------------------------------------------
 css for destiny specifications popup windows
	--------------------------------------------------------------------------------------------------*/		
	
* {
	margin:0;
	padding:0;
}

body {
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	color:#232323;
	font-size:69%; /* Sets base font size to 11pt */
}

#wrapper {
	width:420px;
	margin:0 auto;
	padding:30px 0;
}

h1 {
	padding:0 30px 0 60px;
	font-size:1.8em;
	color:#002c5f;
}

	h1 em {
		font-style:normal;
		color:#002c5f;
	}

h2 {
	padding:.4em 0;
	border-top:1px solid #ccc;
	font-size:1.4em;
	color:#002f5c;
}

	h2 em {
		color:#999;
		font-weight:normal;
		font-style:normal;
	}	
	
img {
	padding:20px 10px 10px 30px; 
}

p {
	padding:1em 30px 0 60px;
	font-size:1em;
	line-height:140%;
	color:#616365;
}
	


/* Alsett Clearing Method ----------------------------------------------------------------------------------- */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */