@import url("/css/masthead.css");

* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 20px;
	background: #f1ebd7 url("/images/bg_apio.gif");
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

p {
	font-size: 11px;
	line-height: 1.25em;
	margin-bottom: 1.6em;
	color: #666666;
}


h2 {
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 0.5em;
	color: #364897;
}

h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 0.5em;
	color: #539300;
}

img { border: 0; }

#wrapper {
	margin: 0 auto;
	width: 740px;
	text-align: left;
}

div.clear {
	clear: both;
	overflow: hidden;
	height: 0px;
}

.required {
	color: #990000;
}

/*************************************************************
Flash styles
*************************************************************/

#noflash { display: none; }



/*************************************************************
Content styles
*************************************************************/

#content-wrapper {
	position: relative;
	background-color: #fff;
	width: 740px;
}

	#content {
		position: relative;
		width: 680px;
		margin: 0 30px;
	}

	div.focus {
		height: 239px;
		margin-bottom: 0px;
	}

#content_left {
	position: relative;
	float: left;
	margin: 0 15px 0 0;
	width: 274px;
}

	#content_left p,
	#content_mid p,
	#content_right p {
		line-height: 16px;
		margin: 0 0 14px 0;
	}
	
	#content_left p.btn-prod,
	#content_right p.btn-blog {
		position: absolute;
		left: 0;
		top: 215px;
	}
	
	#content_mid li.btn-submit {
		position: absolute;
		left: 15px;
		top: 215px;
	}

#content_mid {
	position: relative;
	float: left;
	margin: 0;
	padding: 0 15px;
	color: #333;
	width: 173px;
	border-left: 1px dotted #ece3c7;
	border-right: 1px dotted #ece3c7;
	height: 255px;
}

	#content_mid a {
		color: #364897;
	}
	
	#content_mid a:hover {
		text-decoration: none;
	}

#content_right {
	position: relative;
	float: right;
	width: 173px;
	color: #967f38;
	margin: 0;
	padding: 0;
}



/*************************************************************
Content Form styles
*************************************************************/

form ul {
	list-style: none;
	width: 170px;
	height: auto;
}

	form ul li {
		color: #666666;
		font-size: 10px;
		display: inline;
	}
	
	form ul li select.prod-list {
		width: 170px;
		color: #666666;
		background-color: #fbf9f2;
		border: 1px solid #e6e1d0;
		padding: 2px;
		font-size: 10px;
		margin: 0 0 8px 0;
	}
	
	form ul li select.radius-list {
		width: 108px;
		color: #666666;
		background-color: #fbf9f2;
		border: 1px solid #e6e1d0;
		padding: 2px;
		font-size: 10px;
		margin: 0 0 16px 0;
	}
	
	form ul li input {
		width: 160px;
		background-color: #fbf9f2;
		border: 1px solid #e6e1d0;
		padding: 2px;
		color: #666666;
		font-size: 10px;
		height: auto;
		margin: 0 0 8px 0;
	}
	
	form ul li input.submit {
		background: transparent url("/images/btn_find_store.jpg") no-repeat;
		display: block;
		width: 104px;
		height: 24px;
		border: none;
		padding: 0;
		cursor: pointer;
	}


/*************************************************************
Footer styles
*************************************************************/

#footer {
	clear: both;
	margin-bottom: 20px;
	padding: 15px 30px;
	background: url("/images/bg_footer.jpg") no-repeat;
	color: #967f38;
}

#footer a {
	color: #967f38;
}



/*************************************************************
sIFR Styles
*************************************************************/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 18px;
}