/* =RESET WHITESPACE
   ----------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,hr,img { 
	margin:0;
	padding:0;
	border:none; }


/* =BASIC LAYOUT
   ----------------------------------------------------*/
body{
	background:#000000;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center; /* --- IE 5 Center --- */}

#wrap {
	margin:0 auto;
	width:814px;
	padding-left:96px;
	padding-right:100px;
	background:#FFFFFF url(../images/wrap_bg.gif); }

#content {
	text-align:left;
	/*border-left:10px solid #162431;
	border-right:10px solid #162431;*/ }

#content p, ul, ol, li, h1, h2, h3, h4, blockquote{
		margin:1em 35px; }

#content p{
	text-indent:25px;}

h1 {
	font-size:26px;
	font-weight:bold;
	text-align: center;
	color: #9d0300;}

h2 {
	text-align:left;
	font-size:26px;
	color:#006666;}
	
h4 { 
	text-align:center;
	font-size:20px; }

blockquote {
	margin:10px 25px; }

.discHeader{
	text-align:center; }

.vidTes {
	margin:10px 75px; }

.quoteAuthor{
	text-align:right;
	font-weight:bold;
	margin-bottom:25px;
	clear:both; }
	
#header h1{
	font-size:18px;
	line-height:29px;
	margin:0;
	color:#FFFFFF; }
	
	#header #cdays{ color:#09c8ff; }
	#header #chours{ color:#4fd8ff; }
	#header #cmins{ color:#87e4ff; }
	#header #csecs{ color:#b5eeff; }
	#header #chighlight01{ color:#ffffff; } 

.guaranteeBox{
	width:70%;
	padding:30px;
	background-color:#FFFF00;
	border: 2px solid #9D0300;
	margin: 0 auto; }
			
	.guaranteeBox h1{
		margin-top: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' );
	}