/* 
  ------------------------------------------------
  PVII CSS Column Composer Magic Showcase
  Copyright (c) 2012 Project Seven Development
  www.projectseven.com
  Showcase 01
  ------------------------------------------------
*/
body {
	background-color: #151515;
	margin: 0px;
	padding: 0px;
	min-width: 980px;
}
body, .p7CCM02 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Optima, sans-serif;
}
/*Set the top CCM structure relative with a 
z-index allowing it to stack on top of second CCM structure so the menu can overlap the banner*/
#p7CCM_1 {
	position: relative;
	z-index: 999999;
}
/* Center Paragraphs in the Header area*/
#p7CCM_1 p {
	text-align: center;
}
/* We style links in paragraphs that are inside the header area.
This applies to the static menu option.*/
#p7CCM_1 p a, #p7CCM_1 p a:visited {
	color: #000;
}
#p7CCM_1 p a:hover, #p7CCM_1 p a:focus {
	color: #FFF;
}
/*The Top CCM structure contains the menu bar. 
We turn on border radius for the bottom corners*/
#p7CCM_1 .p7ccm-row {
	border-radius: 0px 0px 8px 8px !important;
}
/*Pulls up the second CCM structure, allowing the top one to overlap it*/
#p7CCM_2 {
	margin-top: -20px;
	overflow: hidden;
}
/*This ID is assigned to the CCM Row that contains the footer*/
#footer {
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
}
#footer a, #footer a:visited {
	color: #CCC;
}
#footer a:hover, #footer a:focus {
	color: #a4bb59;
}

/*Typographic styles*/
h1.main {
	margin: 0px;
	font-weight: normal;
	font-size: 24px;
	color: #000;
	text-align: center;
	padding: 12px 0;
}
h2 , h3{
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 0px;
}
h3 {
	font-size: 20px;
	margin-bottom: 0px;
	margin-top: 30px;
}
p {
	margin-top: 6px;
}
.emphatic-red {
	font-style: normal;
	color: #D14B34;
	text-transform: uppercase;
}
.bold-caps-impact {
	font-weight: normal;
	text-transform: uppercase;
	font-family: "Britannic Bold", Britannic, "Gill Sans", "Gill Sans MT", sans-serif;
	font-size: 118%;
	opacity: .9;
}
.element-centered {
	text-align: center;
}
.element-round {
	border-radius: 7px;
	border: 1px solid #222;
}
/*End Typographic styles*/


/*Image Rotator Customizations*/
#p7IRM_1 {
	border-top: 1px solid;
	border-color: #222;
}
/*The Description popup text*/
#p7IRM_1 .p7IRMdesc {
	font-size: 15px;
	color: #999999;
	width: 920px;
	margin: 0px auto;
	border-radius: 8px 8px 0px 0px;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

