@charset "UTF-8";

#container_confirmation {
	width: 100%;
	max-width: 940px;
	min-width: 700px;
	display: block;
	padding: 0px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
#container {
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	height: auto;
	display: block;
}
/* ~~ Element/tag selectors ~~ */
ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6  {
	margin-top: 0;
	padding-right: 1px;
	padding-left: 1px;
	color: rgba(0,0,0,1);
	font-size: 12px;
	font-weight: bold;

}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 10px;
}

footer {
	position: relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8px;
	width: 100%;
	height: auto;
	float: left;
	background: rgba(255,255,255,1);
	-o-box-shadow: 6px 6px 6px 2px rgba(102,102,102,1);
	-ms-box-shadow: 6px 6px 6px 2px rgba(102,102,102,1);
	-moz-box-shadow: 6px 6px 6px 2px rgba(102,102,102,1);
	-webkit-box-shadow: 6px 6px 6px 2px rgba(102,102,102,1);
	box-shadow: 6px 6px 6px 2px rgba(102,102,102,1);
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	display: block;
}

figure     {
	display: block;
	background: rgba(255,255,255,1);
}
ul {
	padding:0;
	margin:0;
}
nav ul {
	list-style: none;
	margin-bottom: 15px;
	font-weight: bolder;
	font-size:12px;
	color: rgba(255,0,0,1);
}
.navigation a {
	display: block;
	width: 68px;
	text-align: center;
	text-decoration: none;
	color: #F00;
	border: 1px solid #666666;
	-ms-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	box-shadow: 4px 4px 4px 4px rgba(51,51,51,0.3);
	-moz-text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
	-ms-text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
	-o-text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
	-webkit-text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: 32px;
	font-size: 12px;
	padding-top: 8px;
	padding-right: 1px;
	padding-bottom: 8px;
	padding-left: 1px;
}
.navigation nav ul a:link, nav ul a:visited {
	background: rgba(182,156,97,0.8);
	color: rgba(255,255,255,1);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}
.navigation nav ul a:hover, nav ul a:active, nav ul a:focus {
	background: rgba(255,255,255,0.8);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: rgba(255,0,0,1);
}
.navigation nav ul li:hover {
	margin-top:-10px;
}
.navigation nav ul li {
	float: left;
	-webkit-transition-duration:.5s;
	-webkit-transition-property:margin-top;
	-webkit-transition-timing-function:ease-in-out;
	-o-transition-duration:.5s;
	-o-transition-property:margin-top;
	-o-transition-timing-function:ease-in-out;
	-moz-transition-duration:.5s;
	-moz-transition-property:margin-top;
	-moz-transition-timing-function:ease-in-out;
	-ms-transition-duration:.5s;
	-ms-transition-property:margin-top;
	-ms-transition-timing-function:ease-in-out;
	transition-duration:.5s;
	transition-property:margin-top;
	transition-timing-function:ease-in-out;
}
#content {
	padding: 0px;
	height: 1158px;
	width: 100%;
	float: right;
	background: rgba(255,255,255,0.6);
	-moz-box-shadow: 6px 6px 6px 2px rgba(102,102,102,1);
	-ms-box-shadow: 6px 6px 6px 2px rgba(102,102,102,1);
	-o-box-shadow: 6px 6px 6px 2px rgba(102,102,102,1);
	-webkit-box-shadow: 6px 6px 6px 2px rgba(102,102,102,1);
	box-shadow: 6px 6px 6px 2px rgba(102,102,102,1);
	overflow: hidden;
	margin: 0px;
}
header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: rgba(0,0,0,1);
	background: rgba(255,255,255,1);
	margin-top: 2px;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 16px;
	margin-bottom: 14px;
	width: auto;
	height: auto;
	-moz-box-shadow: 6px 6px 6px 2px rgba(102,102,102,1);
	-ms-box-shadow: 6px 6px 6px 2px rgba(102,102,102,1);
	-o-box-shadow: 6px 6px 18px 2px rgba(102,102,102,1);
	-webkit-box-shadow: 6px 6px 6px 2px rgba(102,102,102,1);
	box-shadow: 6px 6px 6px 2px rgba(102,102,102,1);
	text-align: center;
	vertical-align: middle;
}
#navigation {
	height: 60px;
	width: 700px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	margin-left: 0px;
}
#free_quotes {
	height: 1158px;
	width: 232px;
	float: left;
	background: #dad7bb;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	-moz-box-shadow: 6px 6px 6px 2px rgba(102,102,102,1);
	-ms-box-shadow: 6px 6px 6px 2px rgba(102,102,102,1);
	-o-box-shadow: 6px 6px 6px 2px rgba(102,102,102,1);
	-webkit-box-shadow: 6px 6px 6px 2px rgba(102,102,102,1);
	box-shadow: 6px 6px 6px 2px rgba(102,102,102,1);
	overflow: hidden;
	font-size: 10px;
}

p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: normal;
}
p a:link {
text-decoration: underline;
}
p a:visited { 
color: #000000;
text-decoration: underline;
}
p a:hover {
text-decoration: underline;
}
  
p a:active { 
color: #000000;
text-decoration: underline;
}
#quote_title {
	background: rgba(255,255,153,1);
	border: thin solid rgba(0,0,0,1);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	height: 30px;
	width: 220px;
	
	padding-top: 2px;
	padding-bottom: 0px;
	text-align: center;
}
#welcome {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin-right: 28px;
	margin-left: 28px;
	width: auto;
	vertical-align: middle;
	display: block;
}
#free_quotes_title {
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	width: 232px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: rgba(182,156,97,0.8);
	text-align: center;
	vertical-align: middle;
	border: thin solid rgba(0,0,0,1);
	float: left;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#slides {
	display: block;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	vertical-align: middle;
	margin-top: 20px;
	margin-bottom: 20px;
}
#content_confirmation {
	height: auto;
	width: 100%;
	-moz-box-shadow: 6px 6px 18px 6px rgba(102,102,102,1);
	-ms-box-shadow: 6px 6px 18px 6px rgba(102,102,102,1);
	-o-box-shadow: 6px 6px 18px 6px rgba(102,102,102,1);
	-webkit-box-shadow: 6px 6px 18px 6px rgba(102,102,102,1);
	box-shadow: 6px 6px 18px 6px rgba(102,102,102,1);
	kground: rgba(255,255,255,1);
	margin-right: auto;
	margin-left: auto;
	margin-top: 12px;
	margin-bottom: 12px;
	display: block;
	background: rgba(255,255,255,1);
	padding: 0px;
	float: left;
}
.border {
	border: medium solid rgba(255,0,0,1);
}
body {
	background: #ECF2F7 fixed center center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;	
}
#important_links {
	margin-left: 2px;
	padding-left: 4px;
	height: 70px;
	width: auto;
	padding-bottom: 4px;
	margin-bottom: 10px;
	margin-top: 30px;
}
#Google_checkout {
	height: 600px;
	width: 40%;
	border: thin solid rgba(255,0,0,1);
	float: left;
	margin: 8px;
	padding: 8px;
	
}
#Paypal_checkout {
	height: 600px;
	width: 40%;
	border: thin solid rgba(255,0,0,1);
	float: right;
	margin: 8px;
	padding: 8px;
}
#Google_checkout p {
	
	font-size:16px;
}
#Paypal_checkout p {
	font-size:16px;
}

#Google_checkout input {
	
	height:30px;
}
#Paypal_checkout input {
	height:30px;
}

#Google_checkout img {
	
	zoom: 70%;
}


#home {
	height: 50px;
	width: 70px;
	margin-right: auto;
	margin-left: auto;
	display: none;
}
#moving {
	height: 94px;
	width: 94px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: rgba(0,0,0,1);
	background: rgba(255,255,0,1);
	float: right;
	border: thin solid rgba(0,0,0,1);
	position: relative;
	-moz-border-radius: 5.5em;
	-ms-border-radius: 5.5em;
	-o-border-radius: 5.5em;
	-webkit-border-radius: 5.5em;
	border-radius: 5.5em;
	text-align: center;
	vertical-align: middle;
	margin-top: -140px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: none;
	-moz-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
	z-index: 10;
	-moz-box-shadow: 6px 6px 18px 6px rgba(102,102,102,1);
	-ms-box-shadow: 6px 6px 18px 6px rgba(102,102,102,1);
	-o-box-shadow: 6px 6px 18px 6px rgba(102,102,102,1);
	-webkit-box-shadow: 6px 6px 18px 6px rgba(102,102,102,1);
	box-shadow: 6px 6px 18px 6px rgba(102,102,102,1);
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	overflow: hidden;
}


#deal_directly {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: rgba(0,0,0,1);
	background: rgba(255,255,0,1);
	text-align: center;
	width: auto;
	height: auto;
	padding: 8px;
	margin-top: 4px;
	-ms-animation: mymove 3s infinite alternate;
	-o-animation: mymove 3s infinite alternate;
	-moz-animation: mymove 3s infinite alternate; /* Firefox */
	-webkit-animation: mymove 3s infinite alternate; /* Safari and Chrome */
	animation: mymove 3s infinite alternate;
	position: relative;
}
@-ms-keyframes mymove /* Safari and Chrome */
{
from {top:0px;}
to {top:80px;}
}
@-moz-keyframes mymove /* Firefox */
{
from {top:0px;}
to {top:80px;}
}

@-webkit-keyframes mymove /* Safari and Chrome */
{
from {top:0px;}
to {top:80px;}
}
@keyframes mymove
{
from {top:0px;}
to {top:80px;}
}

#breaking_news {
	padding: 8px;
	height: auto;
	width: auto;
	background: rgba(255,255,0,1);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: rgba(0,0,0,1);
	margin-bottom: 0px;
	}
.center{
	text-align: center;
	margin-bottom:8px;
	margin-top:8px
}
#nav_one_button {
	height: 80px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 0px;
}
#nav_one_button  a {
	display: block;
	width: auto;
	text-align: center;
	text-decoration: none;
	color: #F00;
	border: 1px solid #666666;
	-ms-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	box-shadow: 4px 4px 4px 4px rgba(51,51,51,0.3);
	-moz-text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
	-ms-text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
	-o-text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
	-webkit-text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
	margin-right: 0px;
	margin-left: 0px;
	font-size: 16px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	white-space: nowrap;
	line-height: 60px;
	background: rgba(255,255,255,1);
}

.red {
	color: rgba(255,0,0,1);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#heading_center {
	font-size: 24px;
	text-align: center;
	font-weight: bolder;
	padding: 0px;
	width: 828px;
	display: block;
	background: rgba(255,255,255,1);
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#badge_container {
	width: 100%;
	padding-top: 10px;
	margin-bottom: 8px;
	margin-right: auto;
	margin-left: auto
}
  
#DepositTittle {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	display: block;
}
#BBB {
	text-align: center;
	display: block;
	float: left;
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#BBB_seal {
	float: right;
	display: block;
}
#google_badget {
	height: 60px;
	width: 100%;
	text-align: center;
	display: block;
	margin-left: 0px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}


footer nav ul li a {
	display: inline;
	float: left;
	width: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
#navigation2 a:visited {
	color: rgba(102,102,102,1);
	
}
#navigation2 {
	height: 80px;
	width: 700px;
	display: block;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: rgba(51,51,51,1);
	clear: both;
	margin-right: auto;
}

#navigation2 nav {
	width: 600px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

#navigation2 a {
	margin-right: 0px;
	margin-left: 0px;
	width: auto;
	height: auto;
	padding-right: 10px;
	padding-left: 10px;
	display: inline-block;
	text-align: center;
	height: auto;
	
}

#phones {
	float: left;
	height: auto;
	width: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#owned {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#navigation nav ul a {
	
	width: 112px;
}
#geotrust{
	float: left;
	display: block;
	height: auto;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}


#element {
	height: 500px;
	width: 590px;
	margin-left: auto;
	display: block;
	background: rgba(255,255,255,0);
	margin-top: 20px;
	font-size: 10px;
	text-align: center;
	margin-right: auto;
	margin-bottom: 20px;
}
#s3slider {
	width: 590px;
	height: 440px;
	position: relative;
	overflow: hidden;
	background: rgba(255,255,255,0);
	display: block;
	float: left;
}
#s3sliderContent {
	width: 590px;
	height: 440px;
	position: absolute;
	top: 1px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background: rgba(255,255,255,0);
}
.s3sliderImage {
	position: relative;
	float:left;
	display: none
}
.s3sliderImage span {
	position:absolute;
	font:Arial, Helvetica, sans-serif;
	font-size:15px;
	padding:10px 13px;
	color:#FFF;
	background-color:#000;
	width:596px;
	display:none;
	opacity:0.7;
	-moz-opacity:0.7;
	filter:alpha (opacity=70);
}

.top {
	bottom:0;
	left:0;
	width:552px !important;
	height:44px;
}

.bottom {
	top:0;
	left:0;
	width:552px !important;
	height:44px;
}

.right {
	right: 0;
	bottom: 0;
	width: 190px !important;
	height: 420px;
}

.left {
	top:0;
	left:0;
	width:190px !important;
	height:440px;
}
.clear {
	clear:both;
}
#element ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	float: left;
	width: 590px;
	padding: 0px;
}
#element p {
	padding-left: 2px;
}
#gplus {
	float: left;
	height: 10px;
	width: 780px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.form-submit-button {
	width: 180px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	display: block;
	float: left;
	height: 30px;
	background: rgba(255,255,0,1);
	
}

.facebook {
	float: left;
	width: 200px;
	margin-left: 220px;
	margin-bottom: 140px;
	padding-bottom: 100px;
}
#content_confirmation_wide {
	height: auto;
	width: 828px;
	background: rgba(255,255,255,1);
	-moz-box-shadow: 6px 6px 6px 2px rgba(102,102,102,1);
	-ms-box-shadow: 6px 6px 6px 2px rgba(102,102,102,1);
	-o-box-shadow: 6px 6px 6px 2px rgba(102,102,102,1);
	-webkit-box-shadow: 6px 6px 6px 2px rgba(102,102,102,1);
	box-shadow: 6px 6px 6px 2px rgba(102,102,102,1);
	overflow: hidden;
	display: block;
	padding: 16px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.photo_video {
	float: left;
	height: 600px;
	width: 400px;
	margin-top: 30px;
	border: thin solid rgba(0,0,0,1);
	overflow: hidden;
	padding: 4px;
	margin-right: 1px;
	margin-left: 1px;
}
.photo_video_caption {
	float: left;
	height: 20px;
	width: 400px;
	text-align: center;
	vertical-align: middle;
	border: thin solid rgba(0,0,0,1);
	padding: 4px;
	margin-right: 1px;
	margin-left: 1px;
}
.red_bold a

{
	font-size: 16px;
	font-weight: bold;
	color: rgba(255,0,0,1);
	text-align: center;
	vertical-align: middle;
	display: block;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#dialog {
	background: rgba(255,255,0,1);
	display: none;
}
h6 {
	text-align: center;
}
.ui-dialog .ui-dialog-titlebar {
	background: rgba(0,255,0,1);
}
#free_quotes_customer {
	height: 1200px;
	width: 320px;
	float: left;
	background: #dad7bb;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	-moz-box-shadow: 6px 6px 6px 2px rgba(102,102,102,1);
	-ms-box-shadow: 6px 6px 6px 2px rgba(102,102,102,1);
	-o-box-shadow: 6px 6px 6px 2px rgba(102,102,102,1);
	-webkit-box-shadow: 6px 6px 6px 2px rgba(102,102,102,1);
	box-shadow: 6px 6px 6px 2px rgba(102,102,102,1);
	overflow: hidden;
	font-size: 10px;
}

#content_customer {
	padding: 0px;
	height: auto;
	width: 840px;
	background: rgba(255,255,255,0.6);
	-moz-box-shadow: 6px 6px 6px 2px rgba(102,102,102,1);
	-ms-box-shadow: 6px 6px 6px 2px rgba(102,102,102,1);
	-o-box-shadow: 6px 6px 6px 2px rgba(102,102,102,1);
	-webkit-box-shadow: 6px 6px 6px 2px rgba(102,102,102,1);
	box-shadow: 6px 6px 6px 2px rgba(102,102,102,1);
	overflow: hidden;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}
#free_quotes_title_customer {
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	width: 320px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: rgba(182,156,97,0.8);
	text-align: center;
	vertical-align: middle;
	border: thin solid rgba(0,0,0,1);
	float: left;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#captcha {
	float: left;
	height: auto;
	width: 100%;
	margin-left: 10px;
	margin-top: 8px;
	margin-bottom:8px;
}
#breaking_news_customer {
	padding: 10px;
	height: auto;
	width: 820px;
	background: rgba(255,255,0,1);
	border-radius: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: rgba(0,0,0,1);
	margin-top: 100px;
	margin-bottom: 40px;
	float: left;
	}
#deal_directly_customer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: rgba(0,0,0,1);
	background: rgba(255,255,0,1);
	text-align: center;
	width: 100%;
	height: 40px;
	border-radius: 20px;
	padding: 0px;
	margin-top: 40px;
	-ms-animation: mymove 3s infinite alternate;
	-o-animation: mymove 3s infinite alternate;
	-moz-animation: mymove 3s infinite alternate; /* Firefox */
	-webkit-animation: mymove 3s infinite alternate; /* Safari and Chrome */
	animation: mymove 3s infinite alternate;
	position: relative;
	float: left;
}
@-ms-keyframes mymove /* Safari and Chrome */
{
from {top:0px;}
to {top:80px;}
}
@-moz-keyframes mymove /* Firefox */
{
from {top:0px;}
to {top:80px;}
}

@-webkit-keyframes mymove /* Safari and Chrome */
{
from {top:0px;}
to {top:80px;}
}
@keyframes mymove
{
from {top:0px;}
to {top:80px;}
}	
#frame_contact_us {
	float: left;
	height: auto;
	width: 100%;
	margin-right: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 60px;
	padding-left: 240px;
}
#important_links_customer {
	
	padding-left: 4px;
	height: 70px;
	width: 400px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	margin-top: 50px;
	margin-left: 260px;
	margin-right: auto;
	margin-bottom: 30px;
}


#heading_center {
	font-size: 18px;
	text-align: center;
	font-weight: bolder;
	padding: 12px;
	width: 90%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	-moz-box-shadow: 6px 6px 6px 2px rgba(102,102,102,1);
	-ms-box-shadow: 6px 6px 6px 2px rgba(102,102,102,1);
	-o-box-shadow: 6px 6px 6px 2px rgba(102,102,102,1);
	-webkit-box-shadow: 6px 6px 6px 2px rgba(102,102,102,1);
	box-shadow: 6px 6px 6px 2px rgba(102,102,102,1);
	margin-top: 18px;
	margin-bottom: 28px;
}




#badge_container img {
	z-index: 2;
	margin-right: auto;
	margin-left: auto;
	display: block;
}



#heading_center h2 {
	font-size: 16px;
	text-align: center;
	font-weight: bolder;
	
}

#heading_center h1 {
	font-size: 48px;
	text-align: center;
	font-weight: bolder;
	
}
#BBB {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;	
}



