@charset "utf-8";
/* CSS Document */

body {
	background-color:#014459;
	text-align: center; /* for IE */
	color:#000000;
	background-image:url(../images/bgMain.gif);
	background-position:top center;
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
}

#wrap {
	margin: 30px auto;   /* align for good browsers */
	text-align: left;  /*counter the body center */
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	width: 1000px;
}


#header{         
	width:1000px;
	height:590px;
}

#countdown{
	background-image:url(../images/bgCountdown.gif);
	background-color:#091d2f;
	height:44px;
	padding-top:8px;
	text-align:center;
	font-size:28px;
	font-weight:bold;
	color:#ffb11e;
	border-bottom:3px solid #44acff;
}
	
	#countdown #hours{
		color:#ffc54d;
	}
	
	#countdown #minutes{
		color:#ffdd9d;
	}
	
	#countdown #seconds{
		color:#ffedc9;
	}
	
	#countdown #misc1{
		color:#ffffff;
	}


	.orderBox{
				margin:50px;
				padding:20px;
				border:4px #7496c5 solid;
			}
			
			.orderBox img{
				border:0px;
			}
			
				td, th { border: 1px #ccc solid; }

#footer{
	text-align:center;
	padding:15px 0px;
	font-size:12px;

}

		.guaranteeBox{
			width:70%;
			padding:30px;
			background-color:#FFFF00;
			border: 2px solid #9D0300;
			margin: 0 auto;
		}
			
			.guaranteeBox h1{
				margin-top:0px;
			}
			
blockquote {
	text-indent: 25px;
	background:url(../images/common_quote1_start.png);
	background-position: 0 2px;
	background-repeat: no-repeat; 
	margin-left:75px;
	margin-right:75px;}

	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;
	clear:both; }

.rightVid{
	width:320px;
	height:260px;
	padding:15px;
	margin-right:50px;
	float:right;
	text-align:center;
	text-indent:0px;
	clear:both;
}

.centerVid{
	width:400px;
	height:326px;
	padding:30px;
	margin: 0 auto; 
	text-align:center;
	text-indent:0px;
	clear:both;
}

h1, h2, h3, p{
	margin-left: 60px;
	margin-right: 60px;
}

ul, ol{
	margin:auto 75px;
}

p{
	text-indent:30px;
}

h1{
	text-align: center;
	color: #990000;
}

form{
	text-align:center;
	margin: 10px auto;   /* align for good browsers */
	width:500px;
}

.largeTxt{
	font-size:22px;
}

.discHead{
	color:#1f497d;
}

/*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' );
	}
