/* 
  ------------------------------------------------
  PVII CSS Column Composer Magic Showcase
  Project Seven Development
  www.projectseven.com
  Showcase 02
  ------------------------------------------------
*/

body {
	background-color: #FFF;
	margin: 0px;
	min-width: 980px;
	padding-bottom: 80px;
}
#masthead {
	margin-bottom: 30px;
	box-shadow: 0px 0px 30px #999;
	border-bottom: 1px solid #FFF;
}
#c1, #c2, #c3, #c4 {
	width: 236px;
	margin-right: 12px;
}
#c4 {
	margin-right: 0px;
}
#ccm-showcase2 .p7ccm02-content {
	border: 1px solid #333;
	border-radius: 5px;
}
#c1 .p7ccm02-content {
	background-color: #FFFFFF;
	background-image: url(images/sample-bg1.jpg);
	background-repeat: no-repeat;
	padding-top: 138px;
}
#c2 .p7ccm02-content {
	background-color: #FFFFFF;
	background-image: url(images/sample-bg2.jpg);
	background-repeat: no-repeat;
	padding-top: 138px;
}
#c3 .p7ccm02-content {
	background-color: #FFFFFF;
	background-image: url(images/sample-bg3.jpg);
	background-repeat: no-repeat;
	padding-top: 138px;
}
#c4 .p7ccm02-content {
	background-color: #FFFFFF;
	background-image: url(images/sample-bg4.jpg);
	background-repeat: no-repeat;
	padding-top: 138px;
}
#copyright {
	margin: 6px auto 20px auto;
	width: 980px;
	font-size: 11px;
	text-transform: uppercase;
}
#footer {
	position: fixed;
	width: 100%;
	top: auto;
	left: 0px;
	bottom: 0px;
}
#footer-content {
	width: 980px;
	margin: 6px auto;
}
h2 , h3{
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 0px;
	line-height: 1.25;
}
h3 {
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: 30px;
}
p {
	margin: 8px 0px;
}
.emphatic-red {
	font-style: normal;
	color: #D14B34;
}
#p7CCM_2 .p7ccm02-content a, #p7CCM_2 .p7ccm02-content a:visited {
	color: #C30;
	text-transform: uppercase;
}
#p7CCM_2 .p7ccm02-content a:hover , #p7CCM_2 .p7ccm02-content a:focus  {
	outline: none;
	color: #000;
	font-variant: small-caps;
}
.footer-menu-list {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.footer-menu-list li {
	list-style-type: none;
	float: left;
	margin-left: 8px;
}
.footer-menu-list li:first-child {
	margin-left: 0px;
}
.footer-menu-list a {
	color: #000;
	text-decoration: none;
	background-color: #C30;
	padding: 10px;
	display: block;
	border-radius: 4px;
}
.footer-menu-list a:hover, .footer-menu-list a:focus {
	outline: none;
	border-color: #000;
	color: #FFF;
	text-decoration: underline;
	background-color: #000;
}
.p7PMMh09 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.p7PMMh09 a {
	padding: 10px 16px;
	background-color: #C30;
	border-radius: 4px;
}
.p7PMMh09 a:hover, .p7PMMh09 a:focus, .p7PMMh09 ul a.trig_open, .p7PMMh09 ul a.trig_open_up {
	color: #FFF !important;
	text-decoration: underline;
	background-color: #000000;
	background: rgba(0,0,0,.5);
}
.p7PMMh09 ul div {padding-bottom: 6px;}
.p7PMMh09 ul ul div {padding-bottom: 0px;}
.p7PMMh09 li {
	background-image: none;
	margin-left: 8px;
}
.p7PMMh09 li.pmmfirst, .p7PMMh09 ul ul li {margin-left: 0px;}
.p7PMMh09 ul ul a {
	color: #DDD !important;
	background-color: transparent;
	border-radius: 0px;
}
.p7PMMh09 ul ul a:hover, .p7PMMh09 ul ul a:focus, .p7PMMh09 ul ul a.trig_open, .p7PMMh09 ul ul a.trig_open_up {
	color: #EEE !important;
	text-decoration: none !important;
}
.p7PMMh09 ul ul {
	background-color: #151515;
	background: rgba(21,21,21,.9);
	border: none;
	border-radius: 5px 5px 0px 0px;
	box-shadow: 0px 0px 20px #000;
}
.p7PMMh09 ul ul ul {
	border-radius: 5px;
	border: none;
}
.p7PMMh09 ul ul a.pmmfirst {border-radius: 5px 5px 0px 0px;}
.p7PMMh09 ul ul ul a.pmmlast {border-radius: 0px 0px 5px 5px;}
