/* 
----------------------------------------------------

888dentures.com
Default CSS

Jason Reed
jason@jasonreedwebdesign.com
http://www.jasonreedwebdesign.com

------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/bg_gradient.gif) repeat-x top #d4e6f5;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #444;
	padding-bottom: 20px;
}

a:link {
	color: #777;
	text-decoration: underline;
}

a:visited {
	color: #777;
	text-decoration: underline;
}

a:hover {
	color: #444;
	text-decoration: underline;
}

a img {border-width: 0; }


/*  Clearfix
------------------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*----------------------------------------------- */


/*  Main Layout
------------------------------------------------- */

#container {	
	width: 760px;	
	margin: 0 auto;
}

#header {
	padding: 20px;
	padding-bottom: 0px;
	background: url(../images/bg_boxTop.png) no-repeat top;
}

h1 {
	width: 700px;
	height: 35px;
	display: block;
	float: left;
	background: url(../images/logo_888dentures.gif) no-repeat;
	text-indent: -999em;
}

#content {
	position: relative;
	background: url(../images/bg_boxBottom.png) no-repeat bottom;
	padding-right: 20px;
	padding-bottom: 50px;
}

#man {
	position: absolute;
	top: 25px;
	left: 6px;
	width: 387px;
	height: 263px;
	z-index: 0;
}

#zipForm {
	position: absolute;
	top: 268px;
	left: 12px;
	z-index: 1;
	width: 348px;
}

#zipForm h2 {
	width: 348px;
	height: 35px;
	display: block;
	background: url(../images/h2_zipForm.png) no-repeat;
	text-indent: -999em;
}

#no_affiliate #zipForm h2 {
	width: 338px;
	height: auto;
	padding: 4px 0 0 10px;
	font-size: 1.2em;
	display: block;
	text-indent: 0em;
	background: url(../images/h2_zipForm_blank.png) no-repeat top left;
}

#zipForm form {
	width: 322px;
	font-size: 1.2em;
	padding: 3px 14px 25px 12px;
	background: url(../images/bg_zipBottom.png) no-repeat bottom;
}

#zipForm p {
	margin-bottom: 1em;
}

#zipForm input {font-size: 1em; }
#zipForm input#zip {width: 200px; border: 1px solid #222; margin: 0 1em 0 0; float: left; }
#zipForm input#go {
	width: 50px; 
	margin: 0; 
	color: #222;
	border: 0;
	background: #999; 
	cursor: pointer;
} 

#tagline {
	position: relative;
	top: 25px;
	display: block;
	float: right;
	width: 375px;
	height: 218px;
	text-indent: -999em;
	background: url(../images/tagline.gif); 
	z-index: 1;
}

#copy {
	position: relative;
	clear: both;
	float: right;
	width: 350px;
	padding-top: 50px;
}

#copy h2 {
	font-size: 1.2em;
	margin-bottom: 6px;
}

#copy p {font-size: 1.2em; }


/*
===============================================================================
BEGIN Footer PROPERTIES
===============================================================================
*/

#footer {
	float: right;
	clear: both;
}

#footer a {
	font-size: 12px;
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: #333;
	text-decoration: underline;
}

/*---------------------------------------------------------------------------*/

