
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}

body {
	margin:0;
	padding:0;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.4em;
	background: #FFF;
}

nav {
	height: 30px;
	width: 100%;
	font-family: 'Special Elite', sans-serif;
	font-size: 22px;
	position: relative;
	text-align: center;
	background: #000;
}
nav ul {
	height: 30px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	height: 30px;
	padding: 6px 47px 0px 47px;
	color: #FFF;
	display: inline-block;
	text-align: center;
	text-decoration: none;
}
nav li a {
	color: #FFF;
	border-right: 2px solid #FFF;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 0;
}
nav a:link, nav a:visited {
	color: #FFF;
}
nav a:hover, nav a:active {
	color: #C8B477;
}
nav a#pull {
	display: none;
}

h3 {
	font-family: 'Special Elite', sans-serif;
	font-size: 24px;
	line-height: 1.2em;
	color: #000;
}

hr { 
	border: 0;
	width: 100%;
	color: #BB0000;
	background-color: #BB0000;
	height: 2px;
}

a { text-decoration: none; }
a:link { color: #BB0000; }
a:visited { color: #BB0000; }
a:hover { color: #FF0000; }

.itembox {
	margin: 0px 1% 18px 1%;
	width: 30%;
	height: auto;
	float: left;
	color: #222;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0px;
	word-spacing: 0px;
	text-align: center;
	/*background-color: #C8B477;*/
}

.itemboxpadding {
	padding: 0px 0px 0px 0px;
}

.itembox img {
	width: 100%;
}

.itembox p {
	margin: 4px 0px 4px 0px;
	height: 50px;
}

.profileleft {
	margin: 0px 0px 0px 0px;
	width: 75%;
	height: auto;
	float: left;
	color: #222;
	font-size: 18px;
	letter-spacing: 0px;
	word-spacing: 0px;
	text-align: left;
	background-color: #FFF;
}

.profileright {
	margin: 0px 0px 0px 0px;
	width: 25%;
	height: auto;
	float: left;
	text-align: right;
	background-color: #FFF;
}

.profileright img {
	width: 80%;
}

.productleft {
	margin: 0px 0px 0px 0px;
	width: 50%;
	height: auto;
	float: left;
	text-align: left;
	background-color: #FFF;
}

.productright {
	margin: 0px 0px 0px 0px;
	width: 50%;
	height: auto;
	float: left;
	color: #222;
	font-size: 18px;
	letter-spacing: 0px;
	word-spacing: 0px;
	text-align: left;
	background-color: #FFF;
}

.productright p {
	margin: 0px 0px 14px 0px;
}

.productbuy {
	width: 100%;
	text-align: center;
}

.contactdiv {
	margin:0px 80px 0px 80px;
}

.homepic {
	margin:0px 0px 10px 10px;
	width: 260px;
}

#maincontainer {
	width: 1000px;
	margin: 0 auto;
	border: 1px solid #222;
	background-color: #FFF;
}

#header {
	height: 140px;
	background-color: #FFF;
	background: url('../images/header.jpg') no-repeat;
}

#viewcart {
	width: 100%;
	text-align: right;
}

#content {
	min-height: 420px;
}

#innerpadding {
	padding: 0px 60px 30px 60px;
}

#madeinidaho {
	clear: all;
	margin: 20px 0px 0px 0px;
	height: 60px;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
}

#madeinidaho img {
  max-width: 90%;
  height: auto;
}

#footer {
	clear: all;
	height: 32px;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	background: #000;
}

#footer a {
	color: #FFFFFF;
}

/*Styles for screen 1000px and lower*/
@media screen and (max-width: 1000px) {
	nav {
		font-size: 20px;
	}
	nav a {
		padding: 6px 40px 0px 40px;
	}
	#maincontainer {
		width: 100%;
	}
	#innerpadding {
		padding: 20px 40px 20px 40px;
	}
}

/*Styles for screen 900px and lower*/
@media screen and (max-width: 900px) {
	nav {
		font-size: 20px;
	}
	nav a {
		padding: 6px 30px 0px 30px;
	}
	#maincontainer {
		width: 100%;
	}
	#innerpadding {
		padding: 20px 40px 20px 40px;
	}
}

/*Styles for screen 800px and lower*/
@media screen and (max-width: 800px) {
	body {
		font-size: 16px;
	}
	h3 {
		font-size: 22px;
	}
	nav { 
		font-size: 18px;
	}
	nav a {
		padding: 6px 28px 4px 28px;
	}
}

/*Styles for screen 700px and lower*/
@media screen and (max-width: 700px) {
	nav a {
		padding: 6px 24px 4px 24px;
	}
	.itembox {
		font-size: 17px;
	}
	#madeinidaho {
		margin: 20px 0px 10px 0px;
		height: 50px;
		font-size: 24px;
	}
	#footer {
		font-size: 14px;
	}
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
	body {
		font-size: 14px;
		line-height: 1.3em;
	}
	h3 {
		font-size: 20px;
	}
	.homepic {
		width: 50%;
	}
	nav { 
		font-size: 16px;
	}
	nav a {
		padding: 8px 12px 0px 12px;
	}
	#maincontainer {
		width: 100%;
	}
	.itembox {
		font-size: 15px;
	}
}

/*Styles for screen 480px and lower*/
@media only screen and (max-width : 480px) {
	body {
		/*font-size: 14px;*/
	}
	h3 {
		font-size: 18px;
	}
	nav {
		height: auto;
		border-bottom: 0;
		line-height: 1.2em;
		text-align: left;
	}
	nav ul {
		display: none;
		padding: 0px 0px 0px 0px;
		height: auto;
		float: none;
	}
	nav li {
		display: block;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #FFF;
		width: 100%;
	}
	nav a {
		padding: 6px 0px 0px 10px;
		text-align: left;
	}
	nav a#pull {
		height: 22px;
		padding: 6px 0px 0px 10px;
		display: block;
		background-color: #000;
		width: 100%;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('../images/nav-icon.png') no-repeat;
		width: 20px;
		height: 20px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 4px;
	}
	.itembox {
		margin: 0px 0px 10px 0px;
		width: 100%;
		height: auto;
		float: left;
		font-size: 20px;
		font-weight: 600;
	}
	.productleft {
		width: 100%;
	}
	.productright {
		margin: 16px 0px 0px 0px;
		width: 100%;
	}
	.contactdiv {
		margin:0px 0px 0px 0px;
	}
	#maincontainer {
		width: 100%;
	}
	#innerpadding {
		padding: 10px 20px 10px 20px;
	}
	#madeinidaho {
		margin: 14px 0px 18px 0px;
		height: 40px;
		font-size: 20px;
		font-weight: 600;
	}
}

/*Smartphone*/
@media only screen and (max-width : 380px) {
	#footer {
		font-size: 12px;
	}
}

/*Smartphone*/
@media only screen and (max-width : 340px) {
	#madeinidaho {
		margin: 14px 0px 18px 0px;
		height: 36px;
		font-size: 16px;
		font-weight: 600;
	}
	#footer {
		font-size: 11px;
	}
}