/*

//PAGE STYLES

colors
{
	orange: #F64521;
	green: #33a23c;
	gray: #666666;
}

//HOSTED FONTS

Light 	"p22-underground" 	300 	normal
Book 	"p22-underground" 	400 	normal
Medium 	"p22-underground" 	500 	normal

Light 	"futura-pt" 	300 	normal
Book 	"futura-pt" 	400 	normal
Medium 	"futura-pt" 	500 	normal

*/

/* DEFAULTS */
/* ====================================================================================== */

a{
	color: #F64521; /*  #33a23c;	*/
	text-decoration: none;
}

a:hover{
	color: #666;	
	text-decoration: none;
}

body, h1, h2, h3, h4, h5, p, li, input, textarea, select, option
{
	font-family: helvetica, arial,  sans-serif;		
	color: #444444;
	text-align: left;

	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	letter-spacing: 0em;	
}
h1, h2, h3, h4, h5, p, ul, ol
{
	margin: 16px 0 0 0;
	padding: 0;	
}
h1, h2, h3
{
	color: #000000;
	/*#33a23c;*/
	font-weight: 300;
	font-family: "p22-underground", "futura-pt", helvetica, arial,  sans-serif;		
}
h1, h2
{
	line-height: 32px;	
	font-size: 24px;
	letter-spacing: 0.1em;
}
h3
{
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;	
	letter-spacing: 0.05em;	
}
h4
{
	font-size: 14px;	
	color: #666666;
}
h5{
	color: #000000;
}

/* Qualifiers */

#main-menu li a
{
	font-family: "p22-underground", "futura-pt", helvetica, arial,  sans-serif;
	font-size: 1.0em;	
	font-weight: 500;
	letter-spacing: 0.1em;
}
.title-large
{
	font-size: 32px;	
}
.title-small, .purchase-button
{
	font-weight: 400;	
	font-family: "p22-underground", "futura-pt", helvetica, arial,  sans-serif;
	letter-spacing: 0.1em;
}
.lowercase-title
{
	font-size: 20px;	
	font-family: helvetica, arial,  sans-serif;	
	letter-spacing: 0em;
	font-weight: 300;		
}
.uppercase
{
	text-transform:uppercase;
}

.book{
	color: #333333;	
}
ol{
	list-style-position: outside;
}
ul{
	list-style: none;
}
li{
	padding: 0 0 0 0px;
	margin: 0 0 8px 0;
	text-align: left;
}

/* FORM STUFF */

.purchase-button
{
    background-color: transparent;
    border: none;
    padding: 4px;
    margin: 0;
    width: auto;
    
	background-color: #F64521;
	color: #ffffff;
	font-size: 10px;	 
}
.purchase-button:hover
{
	background-color: #33a23c;
}

/* DEFAULTS
========================================================================================== */


img{
	border: none;
	padding: 0;
	margin: 0;
	display: block;
}
em{
	color: #33a23c;
 	font-style: normal;
}
hr{
	display: none;	
}
form{
	margin: 0;
	padding: 0;
}
table
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	text-align: center;	
}
table td
{
	width: 100%;
	height: 100%;	
	margin: 0;
	padding: 20px 0;
	text-align: center;	
	vertical-align: top;
}

/* CLASSES
========================================================================================== */

.hide{
	display: none;	
}
.clear{ 
	margin: 0px;
	clear: both; 
}
.fleft{ 
	float: left;
}
.fright{ 
	float: right;
}
.block{
	display: block;	
}


