/*   
Theme Name: Trampoline Systems
Theme URI: http://www.trampolinesystems.com
Description: Trampoline Systems
Author: John Blanco (ENTWURF)
Author URI: http://entwurf.co.uk
Version: 1.0
.
Copyright of ENTWURF Ltd.
.
*/

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

/*	Reset  */

* {
	padding: 0;
	margin: 0;
}
body {
	color: #333;
	background-color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 130%;
	font-weight:normal;
}
/*	UTILITY */

.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.clear {
	clear:both;
}
.inner {
	padding: 10px;
}
/*	IMAGES */

a img {
	float:none;
	border:0px;
}

img.alignright {
	float:right;
	margin:0 0 10px 10px;
	border:0px;
}
img.alignleft {
	float:left;
	margin:0 10px 10px 0;
	border:0px;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border:0px;
}
a img.alignright {
	float:right;
	margin:0 0 10px 10px;
	border:0px;
}
a img.alignleft {
	float:left;
	margin:0 10px 10px 0;
	border:0px;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border:0px;
}
#img-right {
	padding: 0px 0px 10px 10px;
	float: right;
}
#log-customers {
	padding: 10px 10px 10px 10px;
	width: 200px;
	height: 135px;
	float: left;
	display: inline;
}
/*	STRUCTURE */

#page-wrap {
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	height:auto;
	background-color:#EAE7DF;
	float:none;
	background: url(images/border-mid.jpg) repeat-y;
}
#mainContent {
	padding: 0px 30px 0px 30px;
	margin: 0px;
	float: left;
}
#container {
	margin: 20px 0px 0px 0px;
	float: left;
	display: inline;
	background: url(images/container-home-bg.jpg) top repeat-x #C3C3C3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}
#column {
	margin: 10px;
	display: inline;
	background-color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}
/* -----------------HEADER------------------------------------------------------------------------------------- */

#header {
	width: 940px;
	padding: 30px 30px 0px 30px;
	margin: 0px;
	background: url(images/border-top.jpg) no-repeat;
	float: left;
}
#logo {
	width: 463px;
	height: 66px;
	padding: 0px 0px 0px 0px;
	float: left;
}
#crowdfunding {
	width: 252px;
	height: 66px;
	padding: 0px 0px 0px 0px;
	float: right;
}
#sectionMast {
	width: 940px;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	background: url(images/section-mast.jpg) bottom no-repeat;
	float: left;
	overflow: hidden;
}

#slideMast {
	width: 930px;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	background: url(images/section-mast.jpg) bottom no-repeat;
	float: left;
	overflow: hidden;
	position:relative;
}


/* -----------------MENU ----------------- ----------------- ----------------- ----------------- ----------------- ----------------- ----------------- ----------------- */	

#NavMain {
	height: 32px;
	width: 940px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background:url(images/nav-bg.jpg) no-repeat;
	float: left;
	border-bottom: solid 1px #A6A6A6;
	border-top: solid 1px #A6A6A6;
}
#NavMain ul {
	width: 600px;
	height: 32px;
}
#NavMain li {
	display: block;
	height: 32px;
	padding: 0px;
	margin: 0px;
	float: left;
}
#NavMain li a {
	display: block;
	height: 32px;
	padding: 0px;
	margin: 0px;
	float: left;
}
#NavMain li a.btn-home {
	display: block;
	width: 52px;
	height: 32px;
	background: url(images/btn-home.png) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}
#NavMain li a:hover.btn-home {
	background-position: 0 -32px;
}
#NavMain #selected-home {
	background-position: 0 -32px;
}
#NavMain li a.btn-pro {
	display: block;
	width: 76px;
	height: 32px;
	background: url(images/btn-pro.png) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}
#NavMain li a:hover.btn-pro {
	background-position: 0 -32px;
}
#NavMain #selected-pro {
	background-position: 0 -32px;
}
#NavMain li a.btn-services {
	display: block;
	width: 76px;
	height: 32px;
	background: url(images/btn-services.png) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}
#NavMain li a:hover.btn-services {
	background-position: 0 -32px;
}
#NavMain #selected-services {
	background-position: 0 -32px;
}
#NavMain li a.btn-about {
	display: block;
	width: 56px;
	height: 32px;
	background: url(images/btn-about.png) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}
#NavMain li a:hover.btn-about {
	background-position: 0 -32px;
}
#NavMain #selected-about {
	background-position: 0 -32px;
}
#NavMain li a.btn-customers {
	display: block;
	width: 85px;
	height: 32px;
	background: url(images/btn-customers.png) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}
#NavMain li a:hover.btn-customers {
	background-position: 0 -32px;
}
#NavMain #selected-customers {
	background-position: 0 -32px;
}
#NavMain li a.btn-partners {
	display: block;
	width: 76px;
	height: 32px;
	background: url(images/btn-partners.png) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}
#NavMain li a:hover.btn-partners {
	background-position: 0 -32px;
}
#NavMain #selected-partners {
	background-position: 0 -32px;
}
#NavMain li a.btn-blog {
	display: block;
	width: 46px;
	height: 32px;
	background: url(images/btn-blog.png) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}
#NavMain li a:hover.btn-blog {
	background-position: 0 -32px;
}
#NavMain #selected-blog {
	background-position: 0 -32px;
}
#NavMain li a.btn-contact {
	display: block;
	width: 85px;
	height: 32px;
	background: url(images/btn-contact.png) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}
#NavMain li a:hover.btn-contact {
	background-position: 0 -32px;
}
#NavMain #selected-contact {
	background-position: 0 -32px;
}
/*	SEARCH */	
form#searchform {
	height: 25px;
	float: right;
	padding: 6px 10px 0px 0px;
}
.search {
	height: 13px;
	font-size: 11px;
	float: none;
	padding: 0px 0px 0px 0px;
	margin-left:3px;
}
.button {
	height: 15px;
	font-size:13px;
	border: 0px;
	color: #333;
	background: transparent;
	cursor:pointer;
}
.button:hover {
	color: #777;
}
/* CONTACT FORM */	
.wpcf7-form {
	float: left;
	padding: 10px 10px 10px 10px;
}
#subForm {
	height: 25px;
	float: left;
	padding: 7px 0px 0px 10px;
}
/* -----------------HOME CONTENT --------------- */

/* CRM Slideshow */
#carusel {
	height:172px;
	width:930px;
	float: left;
	margin:0px;
	overflow:hidden;
	position:relative;
	border-bottom:solid #c3c3c3 5px;
	border-left:solid #c3c3c3 5px;
	border-right:solid #c3c3c3 5px;
	-moz-border-radius-topright: 0px;
	-moz-border-radiustoleft: 0px;
	-webkit-border-to-left-radius: 0px;
	-webkit-border-to-right-radius: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.link-prev {
	position:absolute;
	left:8px;
	top:70px;
	z-index:5;
}
.link-prev a {
	display:block;
	width:35px;
	height:35px;
	background: url(images/control-left.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
.link-next {
	position:absolute;
	right:5px;
	top:60px;
	z-index:5;
}
.link-next a {
	display:block;
	width:35px;
	height:35px;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	background: url(images/control-right.gif)  no-repeat;
}
* html .link-next {
	right:0;
}
/* swicher */
#carusel .swicher {
	left:45px;
	top:150px;
	position:absolute;
	width:auto;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	height:12px;
	z-index:7;
	
}
#carusel .swicher li {
	margin:0 0 0 7px;
	display:inline;
	width:12px;
	float:left;
}
#carusel .swicher a {
	float:left;
	width:12px;
	height:12px;
	font-size:0;
	line-height:0;
	background:url(images/bg-swicher.gif) no-repeat 0 -12px;
}
#carusel .swicher .active a, #carusel .swicher a:hover {
	background-position:0 0;
	text-decoration:none;
}
/* carusel-holder */
#carusel .carusel-holder {
	width:930px;
	padding:0px;
	position:relative;
}
#carusel .carusel-holder ul {
	margin:0;
	padding:0;
	list-style:none;
	width:930px;
	height:172px;
	overflow:hidden;
	position:relative;
}
#carusel .carusel-holder ul li {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:930px;
	overflow:hidden;
}
#carusel .carusel-holder ul li.active {
	z-index:2;
}

/* INTRO */	

#intro {
	padding: 20px 0px 10px 0px;
	margin: 0px;
	width: 356px;
	float: left;
}
#countdown {
	padding: 40px 20px 10px 0px;
	margin: 0px;
	width: 564px;
	float: left;
}
#countdown .dhms {
	padding: 0px 0px 0px 5px;
	margin: 0px;
	float: left;
}
.numbers {
	font-size: 80px;
	line-height: 60px;
	letter-spacing: -1px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 15px 0px;
	border-bottom: solid 1px #666;
}
.countdownTitle {
	font-size: 21px;
	line-height: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: solid 1px #666;
}
.home {
	width: 820px;
}
.home-col {
	width: 390px;
	float: left;
}
.home-col-logo {
	width: 98px;
	border: solid #EDEDED 1px;
	float: right;
	margin: 20px 0px 0px 20px;
	display: inline;
	background-color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}
.home-col-logo li {
	list-style-type: none;
	padding-bottom: 10px;
	margin: 0px;
	text-align: center;
}
/* Twitter Styles */
.tweetHeding a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.tweetHeding a:hover {
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
.tweet, .query {
	color: #333;
}
.tweet .tweet_list, .query .tweet_list {
	-webkit-border-radius: .5em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
	text-transform: uppercase;
}
.tweet .tweet_list li, .query .tweet_list li {
	overflow-y: hidden;
	overflow-x: hidden;
	padding: .5em;
}
.tweet .tweet_list li a, .query .tweet_list li a {
	color: #F9283B;
}
.tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even {
	background-color: white;
}
.tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
	padding-right: .5em;
	float: left;
}
.tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
	vertical-align: middle;
}
/*
	BLOG CONTENT
*/

.blog-header {
	padding-bottom: 10px;
	margin: 0px;
}

#blog-list {
	width: 370px;
}

#blog-list img {
	vertical-align: middle;
	float:left;
	padding-right: 10px;
}

#blog-list ul {
list-style-type:none;
margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:0;
padding-bottom:0;
padding-left:0;
padding-right:0;
padding-top:0;
}

#blog-list li {
	overflow-x:hidden;
overflow-y:hidden;
padding-bottom:0.5em;
padding-left:0.5em;
padding-right:0.5em;
padding-top:0.5em;
font-size:10px;
}

.date {
	color: #FA293C;
	text-align: left;
	font-size: 10px;
}
.headline a {
	color: #333333;
	text-align: left;
	font-size: 13px;
}
/* -----------------POST CONTENT--------------------------------------------------------------------------------------------------------- */ 

#containerPost {
	width: 920px;
	padding: 10px;
	margin: 20px 0px 0px 0px;
	float: left;
	display: inline;
	background: url(images/container-home-bg.jpg) top repeat-x #C3C3C3;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
#postColumn {
	width: 670px;
	padding: 10px;
	margin: 0px;
	float: left;
	display: inline;
	background-color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}
#postColumn h1 {
	border-bottom: solid 1px;
	color: #FA293C;
}
#postColumn h3 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	ine-height: 130%;
	font-weight: normal;
}
#postColumn h2 {
	border-bottom: solid 1px;
}
#postColumn .post-info {
	color: #777;
	text-align: left;
	font-size: 12px;
}
#postColumn .post-info a {
	color: #777;
	text-align: left;
	font-size: 12px;
}
#postColumn hr {
	padding: 0px;
	margin: 30px 0px 30px 0px;
	border: 1px solid #ccc;
}
#postColumn ul {
	width: 670px;
	margin: 0px 0px 10px 0px;
}
#postColumn li {
	display: list-item;
	list-style: disc;
	list-style-position: inside;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 5px;
	text-align: left;
	font-size: 13px;
}
#postColumn li a {
	color: #333333;
	text-align: left;
}

#postColumn blockquote {
border-left:5px solid #DDDDDD;
margin:15px 30px 0 10px;
padding-left:20px;
}


#postColumn a img {
	display: block;
	/*margin-left: auto;
	margin-right: auto;*/
	border:0px;
	
}
/*	SIDE CONTENT */

#sideColumn {
	width: 190px;
	padding: 10px;
	margin: 0px;
	float: right;
	display: inline;
	background-color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}
#sideColumn h2 {
	margin: 10px 0 0;
	padding: 0;
}
#sideColumn a {
	color: #333333;
}
#sideColumn ul, #sideColumn ul ol {
	margin: 0;
	padding: 0;
}
#sideColumn ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
#sideColumn ul p, #sideColumn ul select {
	margin: 5px 0 8px;
}
#sideColumn ul ul, #sideColumn ul ol {
	margin: 5px 0 0 0px;
}
#sideColumn ul ul ul, #sideColumn ul ol {
	margin: 0 0 0 0px;
}
ol li, #sideColumn ul ol li {
	list-style: decimal outside;
}
#sideColumn ul ul li, #sideColumn ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* ----------------PAGE CONTENT------------------------------------------------------------------------------------------------------------- */ 


.page {
	width: 940px;
}
.page-col {
	width: 690px;
	float: left;
}
.page-col h1 {
	border-bottom: solid 1px #00A5DA;
	color: #00A5DA
}
.page-col h2 {
	border-bottom: solid 1px;
}
.page-col hr {
	padding: 0px;
	margin: 30px 0px 30px 0px;
}
.page-col ul {
	width: 670px;
	margin: 0px 0px 10px 0px;
}
.page-col li {
	display: list-item;
	list-style: disc;
	list-style-position:outside;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 14px;
	text-align: left;
}
.page-col li a {
	color: #333333;
	text-align: left;
}
.awards {
	width: 650px;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	float: left;
	display: inline;/*border-bottom: 1px solid #ccc;*/
	}


/* ---------------- PRODUCTS PAGE CONTENT------------------------------------------------------------------------------------------------------------- */ 
	
#proMast {
	padding: 10px 10px 10px 10px;
	margin: 0px;
	width: 920px;
	float: left;
}

#proMast ul {
	width: 600px;
	height: 20px;
	font-size: 12px;
	list-style-type:none;
	margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:0;
padding-bottom:0;
padding-left:0;
padding-right:0;
padding-top:0;
}
#proMast li {
	display: inline;
	height: 18px;
	padding: 0px 10px 0 10px;
	margin:  0px 0px 0 0px;
	float: left;
	border-right: solid 1px #666;
}
#proMast li a {
	display: block;
	height: 32px;
}

.pro {
	width: 940px;
}
.pro-col {
	width: 450px;
	float: left;
	overflow:hidden;
}
.pro-col h2 {
	border-bottom: solid 1px #00A5DA;
	color: #00A5DA;
}

.pro-text-col {
	width: 550px;
	float: right;
}
.pro-text-col h2 {
	border-bottom: solid 1px #00A5DA;
	color: #00A5DA
}

.pro-text-col ul {
	width: 510px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:0;
padding-bottom:0;
padding-left:0;
padding-right:0;
padding-top:0;
}
.pro-text-col li {
	display: block;
	list-style: none;
	list-style-position: inside;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	text-align: left;
	font-size: 13px;
	clear:both;
	overflow:hidden;
}

.pro-text-col img {
	vertical-align: middle;
	float:left;
	padding: 0px 10px 10px 0px;
	position:relative;
}

.pro-into-colli a {
	color: #333333;
	text-align: left;
}
.pro-into-col {
	width: 350px;
	float: left;
}
.pro-into-col h2 {
	border-bottom: solid 1px #00A5DA;
	color: #00A5DA
}

/* ---------------- SERVICES PAGE CONTENT------------------------------------------------------------------------------------------------------------- */ 
	
.services {
	width: 940px;
}
.services-col {
	width: 450px;
	float: left;
	overflow:hidden;
}
.services-col h2 {
	border-bottom: solid 1px #00A5DA;
	color: #00A5DA;
}

.services-text-col {
	width: 550px;
	float: right;
}
.services-text-col h2 {
	border-bottom: solid 1px #00A5DA;
	color: #00A5DA
}

.services-text-col ul {
	width: 510px;
	margin: 0px 0px 0px 0px;;
	margin-bottom:0;
	list-style: disc;
}
.services-text-col ol {
	width: 510px;
	margin: 0px 0px 0px 0px;
	margin-bottom:0;
}
.services-text-col li {
	display: list-item;
	list-style-position: outside;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	text-align: left;
	font-size: 13px;
}

.services-text-col img {
	vertical-align: middle;
	float:left;
	padding: 0px 10px 10px 0px;
	position:relative;
}

.services-into-col {
	width: 350px;
	float: left;
}
.services-into-col h2 {
	border-bottom: solid 1px #00A5DA;
	color: #00A5DA
}

.services-into-col li a {
	color: #333333;
	text-align: left;
}

.services-into-col h2 {
	border-bottom: solid 1px #00A5DA;
	color: #00A5DA
}

.services-into-col ul {
	margin: 0px 0px 0px 0px;;
	margin-bottom:0;
	list-style: disc;
}
.services-into-col ol {
	margin: 0px 0px 0px 0px;
	margin-bottom:0;
}
.services-into-col li {
	display: list-item;
	list-style-position: outside;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	text-align: left;
	font-size: 13px;
}

.services-into-col img {
	vertical-align: middle;
	float:left;
	padding: 0px 10px 10px 0px;
	position:relative;
}

/*Services dropx*/
/* ----------------------------------------- */
.services-drop {
	padding: 0px;
}
	
.services-drop h5 {
	cursor: pointer;
	font-weight:normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 130%;
	color: #FA293C;
}
.services-drop h5:hover {
	color: #777777;
	text-decoration:underline;
	cursor: pointer;
}
.services-drop h5.active {
	background-position: right 5px;
	cursor: pointer;
}
.services-drop span {
	color:#000;
}



/* ---------------- ABOUT PAGE CONTENT------------------------------------------------------------------------------------------------------------- */ 

.about {
	width: 940px;
}
.about-col {
	width: 550px;
	float: left;
}
.about-col h2 {
	border-bottom: solid 1px #00A5DA;
	color: #00A5DA
}
.awards-col {
	width: 350px;
	float: right;
}
.awards-col h2 {
	border-bottom: solid 1px #00A5DA;
	color: #00A5DA
}
/* ---------------- CONTACT PAGE CONTENT------------------------------------------------------------------------------------------------------------- */ 


.contact {
	width: 940px;
}
.contact-col {
	width: 450px;
	float: left;
	overflow:hidden;
}
.contact-col h2 {
	border-bottom: solid 1px #00A5DA;
	color: #00A5DA
}
.address {
	width: 150px;
	float: left;
}
.info {
	width: 250px;
	float: right;
}
.contact-map {
	width: 430px;
	height: 200px;
	margin-top: 20px;
}
.contact-form-col {
	width: 450px;
	height: auto;
	float: right;
}
.contact-form-col h2 {
	border-bottom: solid 1px #00A5DA;
	color: #00A5DA
}
.wpcf7-form {
	width: 430px;
	padding: 10px 0px 20px 0px;
}
.wpcf7-form p {
	width: 430px;
	height: 20px;
	padding-bottom: 10px;
	font-size:12px;
}
.wpcf7-form .wpcf7-form-control-wrap input {
	width:270px !important;
	height: 20px;
	border:1px solid #A5A5A5;
	color:#656565;
}
.wpcf7-form .wpcf7-form-control-wrap textarea {
	width:270px !important;
	border:1px solid #A5A5A5;
	color:#656565;
}
.wpcf7-form .contact-btn {
	clear:both;
	float: left;
	height: 20px;
	width: 72px;
	font:13px;
	background: url(images/btn-send.jpg) no-repeat 0 0;
	overflow: hidden;
	border:0px;
	color:#333;
}
.wpcf7-form .contact-btn:hover {
	background-position: 0 -20px;
}
.wpcf7-form .btn-flot-left {
	float:right;
	width:270px;
	height: 30px;
	padding: 10px 0px 10px 0px;
}
/* Footer Content*/

#footerContent {
	height: 200px;
	padding: 20px 20px 0px 30px;
	margin: 0px;
	background: url(images/border-bottom.jpg) bottom no-repeat;
}
#footerContent p {
	font-size: 10px;
}
#footerBar {
	/*height: 25px;*/
	width: 930px;
	padding: 7px 0px 7px 10px;
	margin: 0px 0px 0px 0px;
	background:url(images/nav-bg.jpg) repeat-y;
	float: left;
	border-bottom: solid 1px #A6A6A6;
	border-top: solid 1px #A6A6A6;
}

#mc_message {
	margin-bottom: 5px;
}
#footerNewsletter {
	height: 30px;
	float: left;
	padding: 7px 0px 0px 10px;
}
#footerNav {
	width: 137px;
	float: left;
	padding: 10px 20px 0px 0px;
}
#footerNav ul {
	font-size: 10px;
	margin: 0px;
	padding: 0px
}
#footerNav li {
	list-style:none;
	padding: 0px;
	margin: 0px;
}
#footerNav li a {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
#footerNav li a:hover {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
}
#footerAddress {
	width: 137px;
	float: right;
	padding: 10px 10px 0px 20px;
	text-align: right;
}
#copyRight {
	width: 940px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
	text-align: left;
	border-top: solid #666 1px;
}
#copyRight a {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
/* text formatting */

p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-weight: normal;
}
h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	font-size: 20px;
	line-height: 130%;
	font-weight: bold;
}
h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 15px;
	line-height:
 130%;
	font-weight: bold;
}
h3 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 130%;
	font-weight: bold;
}
a {
	font-weight: normal;
	color: #FA293C;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #777;
	text-decoration: underline;
}
hr {
	padding: 0px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #ccc;
}

