body {
	margin:0;
	padding:0;
	background-color: #f2e5dc;
	font-family: "Gill Sans," "Helvetica", "san-serif";
	font-size:14px;
}

#login {
	float:right;
}

.notice {
	color:red;
	font-size:80%;
}

h1{padding:0;margin:0; color: #252946; font-size:22px; text-transform: uppercase;}
h2{padding:0;margin:0; font-size:18px;}
h3{padding:0;margin:0;}


#container {
	width:960px;
	margin:auto;
	background-color:white;
	padding:10px;
}

nav {
	background-color:#97b09d;
	height: 55px;
	font-size:22px;
	color: #252946;
	font-weight: lighter;
	/* border-bottom:thin solid black; */

}

nav #amazonsearch {
	padding:20px 0;
	float:left;
}

#nav {
	width:960px;
	margin:auto;
}

#nav img {
	 float:left;
	 padding: 5px;
}

#nav ul {
	list-style-type:none;
	margin:0;
	padding: 20px 0 0 30px;
	float:left;
}


nav a {
	font-size:22px;
	color: #252946;
	text-decoration: none;
	font-weight: lighter;
}

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

#nav li {
	display:inline;
	margin-left:20px;

}

.viewmoreinventory {
	clear:both;
	text-align: right;
}

.searchimage {
	float:left;
	padding-bottom:10px;
	padding-top: 5px;
	padding-right: 20px;
}



#searchresult {
	clear:both;
	
}



.clear {
	clear:both;
}

.inventorybrowse {
	width: 430px;
	height: 220px;
	float:left;
	margin-right: 25px;
}

.dashinventory {
	width:182px;
	height:200px;
	text-align: center;
	margin-right:10px;
	float:left;
}

.checkout {
	width: 450px;
	height: 220px;
	float:left;
	margin-right: 25px;
	margin-top:10px;
}

.dashcheckout {
	width: 290px;
	float:left;
	min-height: 80px;
	margin-right: 25px;
	margin-top:10px;
}

.dashpiece {
	clear:both;
	padding-top:20px;
}

.clear {
	clear:both;
}

.dashbutton {
	clear:both;
	padding-top:20px;
	text-align: center;
}

.checkoutbutton {
	margin: 15px 0 5px 0;
}

#checkoutbutton {
	color:white !important;
	background-color:#116991;
	padding: 10px 18px;
	text-align:center;
	border: thin solid black;
	font-size:18px;
	margin:auto;
	text-transform: uppercase;
}


#logout {
	padding:30px 0 0 0;
	float:right;
}

#logout a {
	font-size:14px;
}

#container #amazonsearch {
	text-align: center;
}

#container #amazonsearch  input {
	width: 300px;	
	height:20px;
	padding:0 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


#container a {color:#116991; text-decoration:none;}
#container a:hover {text-decoration:underline;}
#container a:visited {color:#116991;}

#footer {
	text-align: center;
	padding:10px;
	clear:both;
}

.givebackbuttons {
	clear:both;
	text-align: center;
}
