@charset "utf-8";
/* CSS Document */

body {
	text-align: center; /* for IE */
	color:#000000;
	background:url(../images/body_bg.gif) #d3d3d3;
}

#wrap{
	margin: 0 auto;   /* align for good browsers */
	border-left: 2px solid #aeaeae;
	border-right: 2px solid #aeaeae;
	width:872px;
}


#content{
	text-align: left;  /*counter the body center */
	background-color:#FFFFFF;
	padding:10px 0px;
}

/* =Font Details
---------------------------------------------- */
h1, h2, h3, p, blockquote, ul{
	margin-left:90px;
	margin-right:90px;
}

h1{
	font-size:28px;
	font-weight:bold;
	text-align: center;
	color: #990000;
	margin-top: 1em;
}

h2{
	font-size:20px;
	color: #000000;
	margin-top: 0px;
}

h3{
	font-size:16px;
	text-align: left;
	color: #000000;
	margin-top: 0px;
	text-indent:0px;
	clear:both;
}

p{
	text-indent:40px;
	}



/* =Standard Elements
---------------------------------------------- */
.guaranteeBox{
	width:65%;
	padding:30px;
	background-color:#FFFF00;
	border: 2px solid #9D0300;
	margin: 0 auto;
	}
	
	.guaranteeBox h1{
		margin-top:0px;}
		
		
blockquote {
	text-indent: 25px;
	font-style:italic; 
	background:url(../images/common_quote1_start.png);
	background-position: 0 2px;
	background-repeat: no-repeat; }

	blockquote p {
		display: inline;
		margin: 0;
		padding-right: 24px;
		background:url(../images/common_quote1_end.png);
		background-position: bottom right;
		background-repeat: no-repeat; }

.quoteAuthor{
	text-align:right;
	font-weight:bold;
	margin-bottom:25px; }
	
.video{
	width:600px;
	padding:10px;
	margin: 0 auto; 
	text-align:center;
}

img{
	border:0px;
}

/*Phone Call Btn */
	#phonebtn{
		width:81px;
		float:right;
		position:fixed;
		right:25px;
		top:25px;
		z-index:15;
	}
	
	#phonebtn img{
		border:0px;
	}
	
	*html #phonebtn { /* IE6 & Below */
		position:absolute;
		right: expression( ( 25 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  		top: expression( ( 25 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	}