/*
Theme Name:Rand Mintzer
Theme URI:
Description:Rand Mintzer Wordpress Theme 
Version:1.0
Author:<a href="http://p80w.com" title="http://p80w.com">http://p80w.com</a>
Author URI:http://p80w.com
Tags:white, blue, black, Worpdress 3
*/


@charset "utf-8";
/* CSS Document */
 
@font-face {
    font-family: 'TrajanProRegular';
    src: url('css/fonts/trajanpro-regular-webfont.eot');
    src: url('css/fonts/trajanpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/trajanpro-regular-webfont.woff') format('woff'),
         url('css/fonts/trajanpro-regular-webfont.ttf') format('truetype'),
         url('css/fonts/trajanpro-regular-webfont.svg#TrajanProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AllerRegular';
    src: url('css/fonts/aller_rg-webfont.eot');
    src: url('css/fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/aller_rg-webfont.woff') format('woff'),
         url('css/fonts/aller_rg-webfont.ttf') format('truetype'),
         url('css/fonts/aller_rg-webfont.svg#AllerRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
	font-size:16px;
}

body {
	margin:0;
	padding:0;
	line-height:1.48em;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#9d9889;
	color:#333;
}

.left { float:left; }
.right { float:right; }
.clr { clear:both; font-size:0; height:0px; line-height:0; }
.bold { font-weight:bold; }
.italic { font-style:italic; }
.alignleft {float:left;margin:0 10px 0 0;}
.alignright {float:right;margin:0 0 0 10px;}

p, h1, h2, h3, h4, h5, h6, table, form, ul, ol, div, span {
	margin:0;
	padding:0;
}

a a img, img { border:none; }
a { color: #936618 }
a:hover { text-decoration:underline; }
#h#header-wrapper {
	width:100%;
	height:144px;
	background: url(images/bg-header.png) repeat-x;
}.header {
	width:968px;
	height:109px;
	margin:0 auto;
	padding-top:35px;
	position:relative;
}
a.logo {
	width:370px;
	height:79px;
	background: url(images/logo.png) no-repeat;
	display:block;
	margin:0 0 0 28px;
	position:relative;
	z-index:2;
}
.bg-header-logo {
	width:806px;
	height:144px;
	position:absolute;
	left:-110px;
	top:0px;
	background: url(images/bg-header-logo.png) no-repeat;
	z-index:1;
}
.header .contact {
	font-family:'TrajanProRegular';
	font-size:1.1em;
	line-height: 2em;
	color:#ffe487;
	width:500px;
	height:105px;
	text-align:right;
	text-shadow: #333 1px 1px 1px;
	margin: -5px 5px 0 0;
}
.contact a {
	text-decoration:underline;
	color:#ffe487;
}
.contact .call a:hover {
	color:#fff;
}
.contact .number {
	font-size:2.375em;
	color:#fff;
}
.contact .number a, .footer-top .number a {
	color: #fff;
	text-decoration: none;
}
.contact .avail {
	font-size:1.1em;
	letter-spacing:1px;
}
#menu-wrapper {
	width:100%;
	height:34px;
	background: url(images/bg-menu.png) repeat-x;
	border-top:2px solid #898277;
	border-bottom:1px solid #aba79e;
}
#menu-wrapper .menu {
	width:87%;
	height:34px;
	margin:0 auto;
	font-family:AllerRegular;
	font-size:0.9rem;
	color:#fff;
	text-transform:uppercase;
	position:relative;
	z-index:999;
}
#menu-wrapper .menu ul {
	list-style:none;
}
#menu-wrapper .menu ul li {
	float:left;	
//	min-height:34px;
	line-height:2.125rem;
	border-left:1px solid #627580;
	position:relative;
}
#menu-wrapper .main-ul > li.current_page_parent,
#menu-wrapper .main-ul > li.current_page_item,
#menu-wrapper .menu ul li:hover, .menu ul li.active {
	background: url(images/bg-menu-hover.png) top center no-repeat;
}
#menu-wrapper .menu ul li.last {
	border-right:1px solid #627580;
}
#menu-wrapper .menu ul li a {	
	padding:0 34px 0 34px;
	color:#fff;
	text-decoration:none;
}
#menu-wrapper .menu > ul > li.menu-item-has-children > a {
	background: url(images/menu-arrow.png) 91% 5px no-repeat;
}
#menu-wrapper .menu ul li ul li.menu-item-has-children > a:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 7px solid #EBC43D;
	margin: 5px 0 0 5px;
	position: absolute;
	right:5px;
}
#menu-wrapper .menu ul li:hover ul { 
}
#menu-wrapper .menu ul li ul{
	list-style:none;
	position:absolute;
//	width:220px;
	border:1px solid #627580;
}
#menu-wrapper .menu ul li ul li{
	position:relative;
}
#menu-wrapper .menu ul li ul li ul{
	left: 100%;
	position:absolute;
	top: -1px;
}
#menu-wrapper .menu > ul li > ul{
	display:none;
}
#menu-wrapper .menu > ul li:hover > ul { 
	display:block;
}
#menu-wrapper .menu > ul li > ul li > ul{
	display:none;
}
#menu-wrapper .menu > ul li > ul li:hover > ul { 
	display:block;
}
#menu-wrapper .menu > ul li > ul li > ul li > ul{
	display:none;
}
#menu-wrapper .menu > ul li > ul li > ul li:hover > ul { 
	display:block;
}

#menu-wrapper .menu ul li ul li{	
}
#menu-wrapper .menu ul li ul li:hover {
	background:#234a62 none;
}
#menu-wrapper .menu ul li ul li a {
	display:block;
	color:#fff;
	text-decoration:none;
	line-height:1.1em;
	width:140px;
	min-height:20px !important;
	background-color:#1b3d54;
	padding:7px 24px;
	border-bottom: 1px solid #627580;
}
#content-wrapper {
	min-height:200px;
	width:100%;
	background: url(images/bg-home-content.png) top center no-repeat;
	background-size: 100% !important;
}
#banner-wrapper {
	height:260px;
	width:100%;
	background: url(images/bg-banner-wrapper.png) repeat;
	padding-top:3px;
}
.banner {
	width:940px;
	height:238px;
	background-color:#fff;
	margin:0 auto;
	padding: 10px 14px 12px;
	-moz-box-shadow: 0px 1px 10px #aaa, 1px 1px 10px #aaa, -1px 1px 10px #aaa;
    -webkit-box-shadow: 0px 1px 10px #aaa, 1px 1px 10px #aaa, -1px 1px 10px #aaa;
    box-shadow: 0px 1px 10px #aaa, 1px 1px 10px #aaa, -1px 1px 10px #aaa;
	position:relative;
	z-index:5;
}
.content-area-home-wrapper {
	width:942px;
	min-height:200px;
	background-color:#fff;
	margin:0 auto;
	padding:0 13px;
	-moz-box-shadow: 	0px 0px 20px #555;
	-webkit-box-shadow: 0px 0px 20px #555;
	box-shadow: 		0px 0px 20px #555;
}
#content-wrapper h1 {
	color:#967319;
	font-size:1.8em;
	font-family:TrajanProRegular;
	font-weight:normal;
}
#content-wrapper p {
	line-height:1.4em;
	margin:10px 0;
}
#content-wrapper h2 {
	color:#5e5123;
	font-size:1.3em;
	font-family:TrajanProRegular;
	font-weight:normal;
}
.content-area-inner li {
	margin: 10px 0;
	font-size: 20px;
    	text-align: justify;
    	line-height: 30px;
}
.content-area-home-left {
	width:615px;
	min-height:200px;
	background-color:#f6f5f1;
	padding:20px 35px 50px 15px;
}
.content-area-home-left ul, .content-inner-left ul {
	list-style:none;
	margin:0 0 0 20px;
	padding:10px 0;
}
.content-area-home-left ul li, .content-inner-left ul li {
	padding-left:25px;
	background: url(images/bullet-star.png) 0 0 no-repeat;
	min-height:22px;
	color:#333;
	padding-bottom:5px; 
}
.content-area-home-left ul li a, .content-inner-left ul li a {
	text-decoration:underline;
}
.content-area-home-left ul li a:hover, .content-inner-left ul li a:hover {
	color:#bd8a1b;
}
.photo-holder {
	behavior: url(css/PIE.htc);
	padding:5px;
	width:auto;
	height:auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 2px 2px #ddd;
    -moz-box-shadow: 0px 0px 2px 2px #ddd;
    box-shadow: 0px 0px 2px 2px #ddd;
	margin-right:12px;	
}
.content-area-home-right {
	behavior: url(css/PIE.htc);
	width:254px;
	min-height:200px;
	background: url(images/bg-banner-wrapper.png) repeat;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
	margin-top:-90px;
	position:relative;
	z-index:6;
	padding:18px 6px 18px 17px;	
}
.form-consultation {
	width:226px;
	height:225px;
	background: url(images/bg-consultation.png) no-repeat;
	padding:15px 15px;
	text-align:center;
}	
.form-consultation .field-outer{
	padding:1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:226px; 
	background-color:#fff;
	margin-top:8px;
	behavior: url(css/PIE.htc);	
}
.form-consultation input{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height:10px;
	padding:8px 10px;
	width:204px;
	border:none;
	background-color:#fff;	
	color:#7f7f7f;
	border:1px solid #e9e9e9;
	behavior: url(css/PIE.htc);	
	position:relative;
	z-index:99;
}
.form-consultation textarea{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height:42px;
	padding:8px 10px;
	width:204px;
	border:none;
	background-color:#fff;	
	color:#7f7f7f;
	border:1px solid #e9e9e9;
	font-family:Arial;
	behavior: url(css/PIE.htc);
	position:relative;
	z-index:99;
}



/* LOCAL BUSINESS STYLE */
.localbusiness{
	margin:0;
}
.localbusiness .lbcontent{
	font-family: arial;
	font-size:20px;
	line-height:33px;
	margin:0;
	text-align:justify;
	padding-bottom:3%;
}
.localbusiness .lbname{
      font-family: 'cg';
    text-transform: uppercase;
    font-size: 30px;
    padding: .2% 0;
    background: #9d9889a6;
    text-align: center;
    color: white;
    font-weight: bold;
    border-top: 10px solid #9d9889;
    border-bottom: 10px solid #9d9889;
    margin: 0;
}
.localbusiness .holdlblink{
	text-align:center;
	margin:0;
	padding:.8%;
}
.localbusiness .lblink{
    font-family: 'pr';
	font-size:15px;
	color:#05486f;
	text-decoration:none;
}
.localbusiness .holdlbvid{
	text-align:center;
	background:#9d9889;
	padding:30px 0;
	margin:0 0 50px;
}
.localbusiness .holdlbvid video{
	width:100%;
	outline:none;
	margin: 0;
}
/* END */

/*localbusiness changes*/

.page-id-2646 .content-inner {
    width: 1268px;
    min-height: 200px;
    margin: 0 auto;
}


.page-id-2646 .content-area-inner {
    behavior: url(css/PIE.htc);
    width: 980px;
    min-height: 200px;
    margin: 5px 0 10px 0;
    background-color: #fff;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    padding-bottom: 8px;
    position: relative;
    z-index: 99;
}

.page-id-2646 .content-area-inner-text {
    width: 936px;
    min-height: 200px;
    margin: 8px auto 0;
    background-color: #f0ede6;
    padding: 15px;
}

.page-id-2646 .content-inner-left .breadcrumbs {
    behavior: url(css/PIE.htc);
    width: 940px;
    height: 31px;
    background: url(images/bg-breadcrumbs.png) repeat;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    color: #fff;
    position: relative;
    z-index: 99;
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0 20px;
}

.page-id-2646 .content-inner-banner {
    width: 960px;
    height: 186px;
    background-color: #fff;
    padding: 10px;
    position: relative;
}

.page-id-2646 .content-inner-banner img {
    position: absolute;
    top: 10px;
    left: 10px;
    margin: auto;
    padding: 0px 0px 0px 150px;
}

.page-id-2646 .footer-mid .map {
    behavior: url(css/PIE.htc);
    width: 410px;
    height: 188px;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 2px 2px #777;
    -moz-box-shadow: 0px 0px 2px 2px #777;
    box-shadow: 0px 0px 2px 2px #777;
    display: none;
}


/*end*/
.submit {
	width:109px;
	height:27px;
	background: transparent url(images/btn-submit.png) no-repeat;
	border:none;
	cursor:pointer;
	margin: -5px 12px 0 0;
//	-moz-box-shadow: 2px 2px 5px 2px #ccc;
//	-webkit-box-shadow: 2px 2px 5px 2px #ccc;
//	box-shadow: 2px 2px 5px 2px #ccc;
}
.sidebar span.wpcf7-form-control-wrap {
    display: block;
    position: relative;
}
.sidebar span.wpcf7-form-control-wrap.captcha-4 {
	width: 80px;
	display: inline-block;
}
#captcha-container {
	text-align: right;
	padding: 20px;
	margin-top: 5px;
}
#captcha-image {
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
}
#captcha-input {
	width: 80px;
}
#submit-button {
	padding-top: 28px;
}
.sidebar span.wpcf7-not-valid-tip {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: red;
    font-size: 11px;
    line-height: 1em;
    padding: 0;
    position: absolute;
    text-align: right;
    right:0;
    top: 18px;
    width: 155px;
    z-index: 100;
}
.sidebar div.wpcf7-response-output {
    margin: 20px 0 0;
    padding: 0.2em 1em;
}
.content-area-home-right h3, .content-inner-right h3 {
	font-size:1.1em;
	font-weight:normal;
	font-family:TrajanProRegular;
	color:#605235;
	text-transform:uppercase;
}
.practice {
	behavior: url(css/PIE.htc);
	width:212px;
	min-height:100px;
	background: #e9e6db url(images/bg-right-box.png) top center no-repeat;
	padding:15px 20px;
	text-align:center;
	margin:25px 0 0 0;
	text-align:center;
	border:1px solid #f2f1eb;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow:    3px 3px 3px 0px #888;
	-webkit-box-shadow: 3px 3px 3px 0px #888;
	box-shadow:         3px 3px 3px 0px #888;
	position:relative;
	z-index:99;
}
.practice ul {
	list-style:none;
	margin:15px 0 0 5px;
	padding:10px 0;
}
.practice ul li{
	padding-left:25px;
	background: url(images/bullet-star.png) 0 0 no-repeat;
	min-height:25px;
	text-align:left;
	color:#545454;
	position:relative;	
}
.practice ul li a {
	color:#545454;
	text-decoration:none;
}
.practice ul li.menu-item-has-children > a:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 9px solid #be9d43;
	margin: 5px 0 0 0px;
	position: absolute;
	left: -10px;
}
.practice ul li ul.sub-menu {
	display:none;
	position: absolute;
	right: 100%;
	top: -15px;
	background: #e9e6db;
	min-width: 200px;
	padding: 0;
	z-index: 1;
}
.practice ul li ul.sub-menu li {
	background:none;
	padding: 0;
}
.practice ul li ul.sub-menu li a {
	padding: 10px;
	border: solid 1px #bbb;
	display:block;
	line-height: 1em;
}
.practice ul li ul.sub-menu li a:hover {
	background-color: #eee;
}
.practice ul li:hover ul.sub-menu {
	display:block;
}
.practice ul li:hover {
	background-color:#eee;
}
.blog-post {
	width:212px;
	min-height:100px;
	background: #e9e6db url(images/bg-right-box.png) top center no-repeat;
	padding:15px 20px;
	text-align:center;
	margin:25px 0 0 0;
	text-align:center;
	border:1px solid #f2f1eb;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow:    3px 3px 3px 0px #888;
	-webkit-box-shadow: 3px 3px 3px 0px #888;
	box-shadow:         3px 3px 3px 0px #888;
	behavior: url(css/PIE.htc);
	position:relative;
	z-index:99;
}
.blog-post  ul {
	list-style-type:none;
	margin:15px 0 0 5px;
	padding:10px 0;
}
.blog-post  ul li{
	padding-left:15px;
	background: url(images/bullet-arrow.png) 0 7px no-repeat;
	min-height:12px;
	text-align:left;
	color:#525252;
	margin-bottom:10px;
}
.blog-post  ul li a {
	color:#525252;
	text-decoration:none;
}
.blog-post  ul li a:hover {
	text-decoration:underline;
}
.blog-banner p {
    left:30px;
    font-size:1.3em;
    text-transform:none;
    font-family:'TrajanProRegular';
    top:100px;
}
.blog-banner p span{
    font-size:30px;
}
/*inner page*/
.inner-wrapper {
	background: url(images/bg-inner-content.png) top center no-repeat !important;
	border-top:3px solid #a29d91;
}
.content-inner {
	width:968px;
	min-height:200px;
	margin:0 auto;
}
.content-inner-left {
	width:680px;
	min-height:200px;	
}
.content-inner-banner {
	width:660px;
	height:186px;
	background-color:#fff;
	padding:10px;
	position:relative;
}
.content-inner-banner img {
	position:absolute;
	left:10px;
	top:10px;
}
.content-inner-banner p{
	position:absolute;
	left:40px;
	top:110px;
	color:#fff;
	font-family:TrajanPro;
	text-transform:uppercase;
	font-size:1.3em;
}
.content-area-inner {
	behavior: url(css/PIE.htc);
	width:680px;
	min-height:200px;
	margin:5px 0 10px 0;
	background-color:#fff;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	padding-bottom:8px;	
	position:relative;
	z-index:99;
}
.content-inner-left .breadcrumbs {
	behavior: url(css/PIE.htc);
	width:640px;
	height:31px;
	background: url(images/bg-breadcrumbs.png) repeat;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	color:#fff;
	position:relative;
	z-index:99;
	list-style:none;
	overflow:hidden;
	margin:0 ;
	padding:0 20px;	
}
.content-inner-left .breadcrumbs li{
	display:inline-block;
	margin: 0;
	background: none;
	padding:0;
	line-height: 30px;
}
.breadcrumbs .separator{
	color:#fff;
	margin: 0 0.3em;
}
.content-inner-left .breadcrumbs a {
	text-decoration:none;
	padding:0 3px;
	color:#fff;
}
.content-area-inner .photo-holder {
	margin:15px 12px 15px 0;
}
.content-area-inner-text {
	width:636px;
	min-height:200px;
	margin:8px auto 0;
	background-color:#f0ede6;
	padding:15px;
}
.content-inner-right {
	width:256px;
	min-height:200px;
	background: url(images/bg-inner-right.png) repeat;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	padding:12px 12px 25px 12px;
	margin:0 0 10px 0;
	behavior: url(css/PIE.htc);
	position:relative;
	z-index:99;
}
.content-inner-right .practice {
	margin-left:0px;
}
.content-inner-right .blog-post {
	margin-left:0px;
}
/*end innerpage*/
/*blog*/
.content-area-blog {
	width:626px;
	min-height:200px;
	margin:8px auto 0;
	background-color:#f0ede6;
	padding:20px;
}
.blog-item {
	width:626px;
	padding-bottom:50px;
	background: url(images/blog-item-border.png) bottom center no-repeat;
	margin-bottom:40px;
}
.content-area-blog h3 {
	color:#936618;
	font-weight:normal;
	font-size:.9em;
	font-style:italic;
	padding-top:5px;
}
.blog-item a{
	color:#936618;
	text-decoration:underline;
}
.blog-item h2 a{	
	text-decoration:none;
	color: #5E5123;
}
.blog-item h2 a:hover{	
	text-decoration:underline;
}
/*end blog*/
/*footer*/
#footer-wrapper {
	width:100%;
	height:438px;
}
.footer-top-wrapper {
	height:74px;
	width:100%;
	background: url(images/bg-footer-top.png) repeat-x;
}
.footer-top {
	height:34px;
	width:943px;
	margin:0 auto;
	padding:20px 0 20px 25px;
	position:relative;
}
.footer-top p.number {
	font-size:2em;
	color: #FFF;
	text-shadow: 1px 1px 1px #333333;
	font-family: 'TrajanProRegular';
	position:relative;
	z-index:2;
}
.footer-number-glow {
	height:73px;
	width:584px;
	background: url(images/footer-top-glow.png) no-repeat;
	position:absolute;
	top:0;
	left:-100px;
	z-index:3;
}
.footer-top ul {
	list-style:none;
	margin-top:7px;
	font-weight:bold;
	margin-right:-7px;
	font-size: 0.9em;
}
.footer-top ul li {
	float:left;
	padding:0 12px;
	height:20px;
	text-transform:uppercase;
}
.footer-top ul li a{
	color:#fff;
	text-decoration:none;
}
.footer-top ul li a:hover{	
	text-decoration:underline;
}
.footer-mid-wrapper {
	height:235px;
	width:100%;
}
.footer-mid {
	height:210px;
	width:948px;
	margin:0 auto;
	position:relative;
	padding:25px 0 0 20px;
}

.footer-connect .smIcons {
	position:relative;
	display:inline-block;
	margin-right:3px;	
	height:31px;
	width:31px;
	background-image: url(images/social-buttons-sprite.png);
	opacity: 0.8;
	}
.footer-connect .smIcons:hover {
	opacity: 1;
	}

.facebook	{ background-position: 0 0; }
.twitter	{ background-position: 0 -32px; }
.linkedin	{ background-position: 0 -64px; }
.google		{ background-position: 0 -96px; }

.footer-mid .logo {
	margin:60px 5px 0 0;
	position:relative;
	z-index:3;
}
.footer-logo-glow {
	height:235px;
	width:643px;
	background: url(images/footer-logo-glow.png) no-repeat;
	position:absolute;
	top:0;
	right:-120px;
	z-index:-1;
}
.footer-mid .map {
	behavior: url(css/PIE.htc);
	width:255px;
	height:185px;
	padding:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 2px 2px #777;
    -moz-box-shadow: 0px 0px 2px 2px #777;
    box-shadow: 0px 0px 2px 2px #777;	
}
.footer-mid .address {
	width:285px;
	min-height:50px;
	margin-left:20px;
	font-family:'TrajanProRegular';
	color:#fff;
	padding-top:25px;
}
.footer-mid .address a {
	color:#fff;
	text-decoration:underline;
}
.footer-bottom-wrapper {
	height:129px;
	width:100%;
	background: url(images/bg-footer-bottom.png) repeat-x;
}
.footer-bottom {
	height:99px;
	width:923px;
	margin:0 auto;
	padding:15px 25px 15px 20px;
	font-size: 0.8em;
}
.footer-bottom-left {
	width:550px;
	min-height:20px;
	color:#656565;
}
.footer-bottom-left .copy {
	font-weight:bold;
}
.footer-bottom-left .desc {
	font-size:.9em;
	margin-top:20px;
}
.footer-bottom-right {
	width:350px;
	min-height:20px;
	color:#656565;
	text-align:right;
	font-weight:bold;
}
.footer-bottom ul {
	list-style:none;
	min-height:20px;
	margin-bottom:35px;
}
.footer-bottom ul li{
	float:left;
	padding:0 0 0 30px;
}
.footer-bottom ul li a{
	color:#666;
	text-decoration:underline;
}
.footer-bottom  .design { 
	color:#666;
	text-decoration:underline;
	margin-top:40px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.content-area-inner-text {
		padding-bottom:50px;
	}
}

