/* ================================
   --------------------------------
   EDGE STYLESHEET
   --------------------------------
   ================================
*/
/*-- global --*/
@import url("reset.css");
body {
	font: normal 62.7%/150% Arial, Helvetica, sans-serif;
	background: transparent url("../images/cssimages/bg.jpg") top left repeat;
	color:#fff;
	margin-bottom:50px;
}

p {
	font-size:1.3em;
	margin:-6px 0 1.5em 0;
	line-height:1.75em;
}

hr {
	display:none;
}

#get1 a {
	color:#DDDD8D;
	text-decoration:underline;
}

#get1 a:hover {
	color:#efefef;
}

/*-- flash --*/

h1 {
	display:block;
	text-indent:-9999em;
}

#edgemovie {
	width:100%;
	height:445px;
	position:relative;
	z-index:5;
}

#edgemovie embed, #edgemovie object {
	position:absolute;
	top:0;
	width:1016px;
	margin-left:-516px;
	left:50%;
}

/*-- container divs --*/
#container {
	width: 960px;
	margin: 0 auto;
	position:relative;
}

#homediv, #seediv, #setdiv, #getdiv {
	position: absolute;
	top: 450px;
	width: 960px;
	height: 255px;
	overflow: hidden;
	display:none;
	z-index: 2;
}

#setdiv {
	height: 310px;
}

/*-- content divs --*/
#home1, #home2, #home3, #see1, #see2, #see3, #set1, #set2, #set3, #get1, #get2, #get3 {
	position: absolute;
	width: 275px;
	top: -9999em;
	left:0;
}

#home1 ul {
	font-size:1.2em;
	line-height:1.25;
}

#home1 li {
	padding-left:17px;
	margin-bottom:5px;
	background:transparent url("../images/cssimages/bullet.gif") 0 50% no-repeat;
}

#home1 {
	padding:10px;
	width:330px;
	border:1px solid #2F1E1D;
}

#see1 {
	width:350px;
}

#home2, #see2 {
	left:370px;
	width:550px
}

#set1 {
	width:220px;
}

#set2  {
	left:240px;
	width:340px;
}

#set3  {
	left:600px;
	width:320px;
}

#windowsonly {
	position: absolute;
	left: -600px;
	top: 200px;
	font-size: .95em;
}

#get1 {
	width:460px;
}

#get2 {
	width:149px;
	left:480px;
}

#get3 {
	width:279px;
	left:648px;
}

#get3 #zipcode {
	font: 1.3em Arial, Helvetica, sans-serif;
	border: 1px solid #000;
	background:#fff;
	padding:6px;
	margin-right:10px;
	width:154px;
}

#get3 form {
	position:relative;
}

#get3 label {
	width:279px;
	display:block;
	margin-bottom:5px;
	font-size:1.3em;
}

#get3 #go {
	position:absolute;
	right:70px;
	top:0;/*-- top 20 --*/
}

/*-- headers --*/
#home0, #see0, #set0, #get0, #get0b {
	position: absolute;
	top: -500px;
	text-indent:-9999em;
	display:block;
	}

#home0 {
	width:543px;
	height:39px;
	background:transparent url("../images/cssimages/label-prettyface.gif") top left no-repeat;
}

#see0 {
	width:566px;
	height:31px;
	background:transparent url("../images/cssimages/label-standsout.gif") top left no-repeat;
}

#set0 {
	width:660px;
	height:39px;
	background:transparent url("../images/cssimages/label-eyeofbeholder.gif") top left no-repeat;
}

#get0 {
	width:429px;
	height:38px;
	background:transparent url("../images/cssimages/label-anysystem.gif") top left no-repeat;
}

#get0b {
	width:279px;
	height:71px;
	left:648px;
	background:transparent url("../images/cssimages/label-finddealer.gif") top left no-repeat;
}


#header {
	position:absolute;
	width:960px;
	text-align:center;
	top:-9999em;
	padding-top:20px;
	z-index:10;
	margin-left:-10px;
	border-top:1px solid #2F1E1D;
}

#header p {
	margin:0;
	line-height:normal;
}

#edgemovie p a {
	width:955px;
	height:366px;
	display:block;
	text-indent:-9999em;
	background:transparent url("../images/cssimages/noflash.jpg") top left no-repeat;
}

ol#nav, ol#nav li {
	display:none;
}



	
	
	
