/* 
  ------------------------------------------------
  PVII CCM Composer Pages
  Copyright (c) 2011 Project Seven Development
  www.projectseven.com
  Layout 06
  ------------------------------------------------
*/
body {
	background-color: #FFFFFF;
	margin: 40px 10px;
	padding: 0px;
	min-width: 980px;
}
#masthead .p7ccm-col {
	display: table;
	table-layout: fixed;
	position: relative;
	width: 100%;
}
#masthead .p7ccm06-1col-column1-cnt {
	display: table-cell;
	vertical-align: bottom;
	text-align: right;
	height: 90px;
	padding-left: 350px;
}

#logo {
	position: absolute;
	left: 0px;
	top: 0px;
}
.horizontal-menu, .footer-menu  {
	margin: 0px;
	padding: 0px;
	text-align: right;
	width: 100%;
	word-spacing: -1em;
	vertical-align: bottom;
}
.footer-menu  {
	text-align: center;
}
.horizontal-menu li, .footer-menu li{
	display: inline-block;
	list-style-type: none;
	word-spacing: normal;
}
.horizontal-menu a, .horizontal-menu a:visited,
.footer-menu a, .footer-menu a:visited {
	color: #BBB !important;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	border-left: 1px solid;
	border-color: #555;
}
.horizontal-menu li:first-child a, .footer-menu li:first-child a {
	border-left: none;
}
.horizontal-menu a:hover, .horizontal-menu a:focus, .footer-menu a:hover, .footer-menu a:focus {
	color: #B45050 !important;
	outline: none;
}
#tagline {
	font-size: 10px;
	text-transform: uppercase;
	padding: 6px 24px;
	letter-spacing: .2em;
	color: #888;
	background-color: #252525;
}
.p7ccm-col .vertical-menu {
	margin: 0px;
	padding: 0px;
}
.p7ccm-col .vertical-menu li {
	list-style-type: none;
	margin-bottom: 8px;
	text-align: center;
	line-height: 1.25;
}
.p7ccm-col .vertical-menu a, .p7ccm-col .vertical-menu a:visited {
	display: block;
	color: #000;
	text-decoration: none;
	background-color: #A43E3E;
	padding: 8px 12px;
	border-radius: 6px;
	box-shadow: inset 0px 0px 20px #642626,0px 0px 10px #000;
	font-size: 100%;
	text-transform: uppercase;
}
.vertical-menu li:first-child a {
	
}
.p7ccm-col .vertical-menu a:hover, .p7ccm-col .vertical-menu a:focus {
	box-shadow: inset 0px 0px 20px #444,0px 0px 5px #000;
	background-color: #757575;
	outline: none;
}
.round-img {
	display: block;
	border-radius: 6px;
	border: 1px solid;
	border-color: #9B3C3C;
}
.image-speciale {
	border-radius: 6px;
	box-shadow: 0px 0px 30px #000;
}
.right-aligned {
	text-align: right;
}
.no-margin {
	margin: 0;
}

/*
*****************
added by me for H1 no decoration underline link
*****************
*/

.no-margin-no-decoration {
	margin: 0;
	text-decoration: none;
}

.no-decoration {
	text-decoration: none;
}




#footer {
	font-size: 85%;
	text-transform: uppercase;
	text-align: center;
}
.copyright {
	font-size: 85%;
	text-align: center;
	letter-spacing: 0.3em;
}
.icon-bullet  {
	background-image: url(img/bullet-check.png);
	background-repeat: no-repeat;
	padding-left: 24px;
	background-position: left center;
	font-weight: normal;
	text-transform: uppercase;
}
h1, h2, h3, h4 {
	margin: 0px;
	font-weight: normal;
}
h2, h3 , h4{
	text-transform: uppercase;
}
p {
	margin: 5px 0px 15px 0px;
}

/*Mobile Devices*/

/*Smartphones*/
@media only screen and (max-device-width: 480px) {
.sample-class {font-size: 14px;}
}

/*Tablets*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.sample-class {font-size: 14px;}
}
