@charset "utf-8";
/* CSS Document */

body, h1, h2 {
	padding:0;
	margin:0;
}
body {
	margin:0 auto;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	background-color:#edf3f9;
	color:#333;
}
#wrapper {
	width:840px;
	margin: 0 auto
}
header {
	margin-top:40px;
}
.logo-box {
	position:absolute;
	z-index:5;
	top:0;
	padding:40px 0px 0px 0px;
	margin-left:40px;
}
.logo-box img {
	border:none !important;
}
.logo-box a {
	border-bottom:none !important;
}
.call-box {
	float:right;
	background:url(img/call-bg.png) top left no-repeat;
	width:243px;
	padding:5px 0px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	-webkit-box-shadow: 0px 0px 5px #666;
	box-shadow: 0px 0px 5px #666;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	letter-spacing:-0.01em;
	color:#333;
}
address {
	float:right;
	padding:13px 5px 5px 0px;
	color:#666;
	font-size:12px;
	font-style:normal;
}
#main {
	-webkit-box-shadow: 0px 0px 5px #666;
	box-shadow: 0px 0px 5px #666;
	clear:both;
	background:url(p7pmm/img/pmm_greystone_root.jpg) bottom left repeat-x;
	padding-bottom:40px;
	margin-bottom:3px;
}
.content {
	width:840px;
	min-height:410px;
	background: url(img/main-bg.jpg) top left no-repeat;
}
a {
	color:#009b44;
	text-decoration:none;
}
a:hover {
	border-bottom:1px dotted #076831;
	}
.copy {
	float:left;
	font-size:11px;
	color:#666;
}
.cred {
	float:right;
	font-size:11px;
	color:#666;
}
h1 {
	font-family: 'Coda', Impact, cursive;
	font-size:51px;
	line-height:58px;
   -webkit-text-stroke: 1px black;
   color: #af7ce1;
   text-shadow:
       3px 3px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
	text-align:center;
}
h2 {
	font-family: 'Coda', Impact, cursive;
	font-size:31px;
	line-height:31px;
	color:#FFF;
   -webkit-text-stroke: 1px black;
   text-shadow:
       3px 3px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
	text-align:center;
}
ul.advantages {
	text-align:left;
	color:#FFF;
	margin:10px -10px 15px 40px;
	text-shadow: 2px 2px 2px #000;
	font-size:18px;
	padding-bottom:10px;
}
a.moreinfo {
	background:url(p7pmm/img/pmm_greystone_hover.jpg) top left repeat-x;
	color:#FFF;
	padding:10px 40px;
	border-radius:10px;
	text-shadow: 2px 2px 2px #000;
}
a.moreinfo:hover {
	color:#f3e614;
	-webkit-box-shadow: 0px 0px 5px #333;
	box-shadow: 0px 0px 5px #333;
	}
.product {
	float:left;
	margin-left:-20px;
	padding-top:130px;
	width:313px;
}
.rightTextBox {
	float:left;
	width:480px;
	margin-top:20px;
	margin-left:10px;
}
small {
	font-size:12px; }