/* CSS Document */

* { margin: 0; padding: 0; } /* removes all default margin and padding */

html {
	margin: 0;
	padding: 0;
	overflow:-moz-scrollbars-vertical; /* always show firefox scrollbar */
	}
	
#wrapper {
	position: relative;	top: 0; right: 0; bottom: 0; left: 0; /* make is go 0px from top and 0px from bottom */
	min-width: 922px; /* sets width of main container */
	background: URL('/images/zap-wrapper.gif') no-repeat top center;
	min-height: 500px;
	}
#wrapper.home {
	background: URL('/images/zap-wrapper-home.jpg') no-repeat top center;
	}
#wrapper_inner {
	position: relative;	top: 0; right: 0; bottom: 0; left: 0; /* make is go 0px from top and 0px from bottom */
	width: 922px; /* sets width of main container inner */
	min-height: 500px;
	margin: 0 auto; /* centers box */
	display: block;
	background: URL('/images/zap-wrapper-home.jpg') no-repeat top center;
	}

body {
	font-size: 12px;
	background-color: #d9e1ee;
	}

body, h1, h2, h3, h4, h5, h5, ul, ol, dl {
	font-family: Arial, Helvetica, sans-serif;
	}
		
h1 { font-size: 2em; }
h2 { font-size: 1.5em;	}
h3 { font-size: 1.25em;	}
h4 { font-size: 1.125em;	}
h5 { font-size: 1em;	}
h6 { font-size: .875em;	}
p  { font-size: 1em;	}
p.footer-text  { font-size: 1.3em;	}
img { border: 0; } /* Removes default border around linked images */


#global_nav {
	float: right;
	position:relative;
	width: 922px;
	z-index: 20;
	}	
#global_nav_inner {
	float: right;
	position: relative;
	margin: 8px 20px 0 0;
	font-size: 18px;
	}	
#global_nav_inner li {
	list-style-type: none;
	display: inline;
	margin-left: 22px;
	}
#global_nav_inner li a:link, #global_nav_inner li a:visited {
	text-decoration: none;
	color: #a5a1df;
	}
#global_nav_inner li a:hover {
	color: #cccccc;
	}

#breaking_news {
	width: 922px;
	float: right;
	position: relative;
	clear: both;
	margin-top: 20px;
	}
#breaking_news_inner {
	margin-left:  195px;
		}
#breaking_news_inner p, #breaking_news_inner a:link, #breaking_news_inner a:visited { color: #FFFFFF; text-decoration: none; }
#breaking_news_inner a:hover { color:#999999; text-decoration: underline;}
	
.breaking_news_left	{float: left;}
.breaking_news_right {
	float: left;
	width: 520px;
	margin-top: 4px;
	}

#save {
	float: left;
	position: relative;
	width: 922px;
	height: 50px;
	margin-top: 230px;
}

#save_inner {
	float: left;
	position: relative;
	display: block;
	width: 175px;
	height: 50px;
	text-indent: -9999px;
	}
.save_inner_first { margin-left: 16px;	}
.save_inner_second { margin-left: 60px;	}
.save_inner_third { margin-left: 60px;	}
.save_inner_fourth { margin-left: 60px;	}

#footer_torn {
	/*float: left;
	clear: both;
	position:relative;
	margin-top: 20px;*/
	position: absolute;
	width: 922px;
	top: 445px;
	left: 0px;
	font-size: 16px;
	color: #a5a1df;	
	}
		
#footer_torn li {
	list-style-type: none;
	float: left;
	margin: 0 0 0 12px;
	width: 170px;
	text-align: center;
	}
	
#footer_torn li div{
	float: left;
	width: 15px;
	height: 35px;
	background: URL('/images/check.gif') no-repeat top left;
	}

#footer {
	/*float: left;
	position: relative;
	clear: both;
	margin-top: 25px;*/
	position: absolute;
	top: 520px;
	left: 0px;
	font-size: 10px;
	width: 800px;
	}
#footer_inner table {
	font-size:  9px;
	margin-top: 20px;
	}
#footer_inner table h2 {
	font-size:  1.75em;
	margin-bottom: 5px;
	}

p.languages { font-size: 10px; color:#FFFFFF;}

#languages {
	position: absolute;
	top: 50px;
	left:  655px;
	z-index: 9;
	}
	
#bbb {
	position: absolute;
	top: 50px;
	left:  455px;
	z-index: 9;
	}
#bbb-span {
	position: absolute;
	top: 50px;
	left:  530px;
	z-index: 9;
	}
	
p.call-now {
	font-size: 18px;
	}
p.call-now span {
	font-size: 15px;
	}
	
#as-seen-on-tv {
	position: absolute;
	top: 45px;
	left: 835px;
}

#facebook { 
	background: url('/images/facebook.gif') no-repeat top left; 
	width: 202px; height: 65px;
	position: absolute;
	float: left;
	margin-left: 684px;
	margin-top: 0px;
	}
	
#reviews { 
	width: 650px; height: 100px;
	position: relative;
	float: center;
	margin-left: 250px;
	}