/* notes - only for the html mockups, can be removed*/
.notes {color:#217FE0;}


body {
	margin: 7px auto 0;
	padding: 0;
	font-size: 12px;
	color:#646464;
	font-family:Arial, Helvetica, sans-serif;
	background:#D7E3C1;
}

/*no sript*/
#noscript {
	margin:10px auto;
	padding:10px;
	width:850px;
	background:#555;
	color:#fff;
	border:1px solid #333;
	text-align:center;
	}


/* universal set to 0 to avoid cross-browser weirdness, instead - defined within specific elements */
p {margin: 0;padding:0;}

img {border:0;padding:0;margin:0;}

ul {margin:0; padding:0;}
li {margin:0; padding:0;}


/* LINKS */
a:link {color:#438925; text-decoration:none;}
a:visited {color:#438925; text-decoration:none;}
a:active {color:#C2720B; text-decoration:none;}
a:hover {color:#C2720B; text-decoration:none;}



/* HEADERS */
/* header size defined within specific elements*/
h1 a:link {color:#880671; text-decoration:none;}
h1 a:visited {color:#880671; text-decoration:none;}
h1 a:active {color:#C2720B; text-decoration:none;}
h1 a:hover {color:#C2720B; text-decoration:none;}

h2 a:link {color:#6A1362; text-decoration:none;}
h2 a:visited {color:#6A1362; text-decoration:none;}
h2 a:active {color:#C2720B; text-decoration:none;}
h2 a:hover {color:#C2720B; text-decoration:none;}


/*FreezeFrame Style*/
.freeze {font-weight:normal;font-style:italic;}
.frame {font-weight:bolder;font-style:italic;}


/*TOP SIGN-IN*/
#signin {
	clear:both;
	width:900px;
	margin:0 auto;
	padding:0;
	text-align:right;
	font-size:12px;
	color:#998362;
}
#signin a:link { color:#998362; margin: 0 10px;}
#signin a:visited { color:#998362; margin: 0 10px;}




/* WRAP */
#wrap {
	clear:both;
	margin: 0 auto; 
	padding:0;
	width:950px;
	background-image:url(images/wrap.gif);
	background-repeat:repeat-y;
	background-position:center;

}


/* HEADER */
#header {
	margin:0 auto;
	padding:0;
	width:950px;
	height:154px;
	background-color:#6B336A;
	background-image:url(images/purple_background.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	/*attempted curved edges without images for FF but border-radius is not anti-aliased*/
	/*-moz-border-radius-topright: 10px;*/ 
	/*-moz-border-radius-topleft: 10px;*/
}

#logo {
	float:left;
	width:200px;
	padding:0;
	margin:20px 0 0;
}

/*css image link for logo*/
#logo a {
	background: url(images/freezeframe_logo.gif) no-repeat;
	display: block;
	height: 122px;
	width: 135px;
	margin-left:35px;
}
#logo a span { 	visibility: hidden; }


/* Top Flash - currently contains zip code locator and tagline image*/
#topflash {
	float:right;
	margin-top:20px;
	padding-right:33px;
	width:645px;
	height:130px;
	background-image: url(images/tagline_2.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	text-align:right;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}



/*Zip Code*/

#zipbox { float:right;margin:0; display:none;}

#zipsearch {
	margin:0;
	padding:0;
}

.zip {
	margin:0;
	padding: 0px;
	font-size: 10px;
	border:1px solid #CED3DA;
	background-color:#EFE5EE;
	width:100px;
	color: #948092;

}
.go {
	margin:0;
	padding:0;
	width:15px;
	border:0;
	background-color:#823E7C;
	background-image:  url("images/zip_button.gif");
	background-repeat: no-repeat;
	font-size: 10px;
	color:#A3A7AD;
}


.specialsgo {
	margin:0;
	padding:0;
	border:1px solid #ccc;
	background-color:#eee;
	/*background-image:  url("images/zip_button.gif");
	background-repeat: no-repeat;*/
	font-size: 10px;
	color:#999;
}




/* TOP NAVIGATION */
/*entire topnav section will need an overhaul if we need a dropdown*/
.topnav {
	clear:both;
	margin:0 auto;
	padding:10px 0 0;
	width:920px;
	height:25px;
	border-left:2px solid #fff;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	background-color:#776242;
	background-image: url(images/brown_navigationG.gif);
	background-repeat:no-repeat;
	text-align:center;
	font-size:12px;
	color:#877253;	
}

/*if left/right margin set higher than 12px - breaks in browsers using updated replacement font for Arial because the they have a slightly wider pixel width. Importing fonts (an alternative fix to this) will be available in CSS3 (most browsers are not 100% compatible with CSS3 yet*/ 
.topnav a:link {
	margin:0 9px;
	font-weight:bold;
	font-size:13px;
	color:#fff;	
}
.topnav a:visited {
	margin:0 9px;
	font-weight:bold;
	font-size:13px;
	color:#fff;	
}

.topnav a:active {
	color:#D5EDAA;
}

.topnav a:hover {
	color:#D5EDAA;	
}





/* CONTENT */
#content {
	clear:both;
	margin:0 auto;
	padding:0;
	width:920px;	
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	background-color:#fff;

		
}


/* LEFT NAVIGATION */
/*further defined in pagesstyle.css and customerstyle.css*/
#leftnav {
	float:left;
	width:200px;
	margin:5px auto;
	padding:5px;

}


/* MAIN CONTENT */
#main {
	float:right;
	margin:5px auto;
	padding:0 5px;
	width:690px;	
	border-left:1px solid #eee;
}

#main p {margin: 10px auto;}

#main h1 {
	margin:0;
	padding:0;
	font-size:18px;
	color:#6A1362;
}
#main h2 {
	margin:0;
	padding:0;
	font-size:15px;
	color:#6A1362;
}


#main h3 {
	margin:0;
	padding:0;
	font-size:12px;
	color:#6A1362;
}



/* BOTTOM NAVIGATION */
/*moved from inside content to inside footer*/
#bottomnav {
	clear:both;
	margin:0 auto;
	padding:5px 0 0 0;
	width:920px;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color:#9DA058;	

}

#bottomnav a:link { color:#fff; margin: 0 7px;}
#bottomnav a:visited { color:#fff; margin: 0 7px;}
#bottomnav a:active { color:#EBF6E5; margin: 0 7px;}
#bottomnav a:hover { color:#EBF6E5; margin: 0 7px;}



/* FOOTER */
#footer {
	clear:both;
	margin:0 auto;
	padding:10px;
	width:950px;
	height:100px;
/*top border is included in bg image so that the dropshadow appears seamless on the right/left sides*/
	background:url(images/footer.gif);
	background-repeat:no-repeat;
	background-position:top center;	
	text-align:center;
	color:#A1AE85;
}
/*margin adjusts space between bottomnav, second line nav, and copyright*/
#footer p {margin:25px 0 5px;padding:0;}




/* hidden fields */
/*could be used as default style for hidden errors/notices that only appear with certain selections throughout site*/
.hidden {background:#eee;width:450px;margin:0 auto;padding:3px;}
#facebook {
	margin:-75px auto;
	width:900;
	padding-right:30px;
	position:relative;
}
#facebook img {
	float:right;
}



