/* FONT STYLES */


/* =p */

p, h4, h5, h2, h6, h7, blockquote, cite, th, td, h1 {
	font-family: 'Ludica Grande', 'Lucida Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.5em;
	color: #CCC;
}

p a:link {color:#ff9311;text-decoration:none;}
p a:hover {color:#ff9311;text-decoration:underline;}
p a:visited {color:#ff9311;text-decoration:none;}
p a:active {color:#ff9311;text-decoration:none;}

h1 {
	text-decoration: underline;
	font-weight: bold;
        font-size: 2em;
   }

h2 {
	font-size: 1em;
   }

h4 {
	font-weight: bold;
}

h5 {
	font-style: oblique;
	font-weight: normal;
	display: block;
	margin-left: 8em;
	padding-bottom: 2em;
}

h6 {
	font-weight: bold;
   }

h7 {
	font-weight: bold;
        font-size: 150%;
   }

/* =cite */
cite {
	color: #ff9311;
	font-style: oblique;
	display: block;
	margin-left: 8em;
	padding-bottom: 2em;
}

body#index_page div#skip_intro p a {
	text-transform: uppercase;
}

/* =nav_main */
.nav_main_item{
	font-family: 'Lucida Grande', Verdana, Arial, _sans;
	text-transform: uppercase;
	font-size: 1em;
	color: #ff9311;
}

.separator{
	margin: 0 .5em;
	/* keep the dots in line with the text */
	display: inline;
}
a.nav_main_item:link{color: #ff9311;}
a.nav_main_item:hover{color: #fff;}
a.nav_main_item:visited{color: #ff9311;}
a.nav_selected_item:link{color: #fff;}
a.nav_selected_item:visited{color: #fff;}

div#site_info p {
	color: #fff;
}

body#testimonials_page div#content_main p,
body#testimonials_page div#content_main blockquote,
body#testimonials_page div#content_main h4{
	margin-left: 1.25em;
	margin-right: 3em;
	
}
a.cont_link:link{color: #2cb6f5;}
a.cont_link:hover{color: #fff;}
a.cont_link:visited{color: #2cb6f5;}
a.cont_link:active{color: #2cb6f5;}

/* =order_page */



body#order_page ol li.required {
	list-style-type: bullet;
}

body#order_page ol li {
	padding-bottom: .5em;
}

body#order_page ol li p {
	color: #000;
}

body#order_page table {
}

body#order_page table th{
	font-weight: bold;
}

body#order_page table tr.highlight {
	background-color: #333;
}

/* order page highlights */
.highlight {
	font-size: 100%;
	text-transform: uppercase;
	color: #FF9311;
}







