@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #ebebeb url('images/bg.jpg');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}

img { border: none; }
p {
	margin-bottom: 15px;
	line-height: 1.5;
}
a {
	color: #0b69a8;
	text-decoration: none;
}
a:hover { color: #2589cd; }

h1 {
	color: #1b66a6;
	font-size: 60px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 15px;
}
h2 {
	color: #1b66a6;
	font-size: 32px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 0;
}

.nineeighty {
	width: 980px;
	margin: auto;
	overflow: hidden;
}

.half_col {
	width: 50%;
	float: left;
}

img.pic {
	margin: 10px;
	padding: 7px;
	background-color: #fff;
	box-shadow: 2px 2px 5px #555;
}

input[type=text] {
	width: 155px;
	padding: 5px;
	border: 1px solid #999;
	border-radius: 3px;
	outline: none;
}
textarea {
	width: 155px;
	padding: 5px;
	border: 1px solid #999;
	border-radius: 3px;
	outline: none;
}

.btn, input[type=submit] {
	font-size: 12px;
	font-weight: normal;
	padding: 5px 10px;
	border: none;
	background-color: #1b66a6;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	border-radius: 10px;
	cursor: pointer;
}
.btn:hover, input[type=submit]:hover {
	text-decoration: none;
	background-color: #2589cd;
	color: #fff;
}
.btn.go, input[type=submit].go { background-color: #5bd962; }
.btn.go:hover, input[type=submit].go:hover { background-color: #62e86c; }
.btn.warn, input[type=submit].warn { background-color: #c83127; }
.btn.warn:hover, input[type=submit].warn:hover {
	background-color: #e3372d;
	color: #fff;
}

#header {
	width: 100%;
	height: 153px;
	margin: 0 auto;
	background-color: #ebebeb;
}
#header .nineeighty {
	height: 153px;
	background: url('images/header_bg.jpg');
	position: relative;
}
#header .nineeighty a.home {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 980px;
	height: 153px;
}
#guy {
	position: absolute;
	top: 0;
	left: 235px;
}
#header .info {
	width: 352px;
	margin-top: 25px;
	float: right;
	text-align: center;
	font-family: "Rancho", cursive, sans-serif;
	font-size: 25px;
	color: #565454;
}
#header .info span {
	font-size: 28px;
	color: #000;
}

#bar1 {
	width: 100%;
	height: 61px;
	background-color: #7eb9ee;
	text-align: center;
}
#bar1 .weekly_ad {
	margin:0 20px 0 0;
}
#bar1 img { *float: left; }
#bar1 ul {
	display: inline-block;
	*display: block;
	*float: left;
	list-style-type: none;
	height: 61px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 14px;
}
#bar1 ul li {
	display: inline-block;
	*float: left;
	margin: 0;
	padding: 0;
	font-weight:bold;
}
#bar1 ul li a {
	display: inline-block;
	*float: left;
	height: 61px;
	line-height: 61px;
	color: #fff;
	text-transform: uppercase;
	padding: 0 5px;
	margin: 0 5px;
}
#bar1 ul li a:hover { color: #fff; }
#bar1 ul li:hover {background:#3483c9;}

#bar2 {
	width: 100%;
	height: 57px;
	line-height: 57px;
	color: #fff;
	background: #1682e3; /* Old browsers */
	background: -moz-linear-gradient(top,  #1682e3 0%, #1682e3 89%, #0474bf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1682e3), color-stop(89%,#1682e3), color-stop(100%,#0474bf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1682e3 0%,#1682e3 89%,#0474bf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1682e3 0%,#1682e3 89%,#0474bf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1682e3 0%,#1682e3 89%,#0474bf 100%); /* IE10+ */
	background: linear-gradient(top,  #1682e3 0%,#1682e3 89%,#0474bf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1682e3', endColorstr='#0474bf',GradientType=0 ); /* IE6-9 */
}
#bar2 .nineeighty { width: 900px; }
#bar2 .phone {
	float: left;
	font-size: 20px;
}
#bar2 .directions {
	float: left;
	font-size: 12px;
	margin: 20px 0 0 15px;
	padding: 5px 10px;
	border-radius: 10px;
	background-color: #fff;
	line-height: 1;
}
#bar2 .shopping-list {
	float: right;
	height: 27px;
	line-height: 27px;
	margin-top: 10px;
	padding: 5px 15px;
	font-size: 14px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 3px #555;
	color:#106cbe;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#bar2 .shopping-list:hover {background:#e8f3fc;}

#bar2 ul {
	float: right;
	list-style-type: none;
	margin: 0 25px 0 0;
	padding: 0;
	font-size: 12px;
}
#bar2 ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#bar2 ul li a {
	float: left;
	color: #dbeaff;
	padding: 0 8px;
	margin: 0 5px;
}
#bar2 ul li a:hover { color: #fff; }

#content {
	width: 980px;
	margin: 25px auto;
	overflow: hidden;
}

#footer {
	width: 100%;
	clear: both;
	background-color: #ebebeb;
	margin: 50px 0 0 0;
	padding: 50px 0;
	overflow: hidden;
}
#footer p {
	line-height: 1;
	margin-bottom: 10px;
}

#pages_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#pages_list li {
	margin: 0;
	padding: 0;
	float: left;
}
#pages_list li a {
	display: block;
	float: left;
	background: #fff url('images/ads_icon.png') no-repeat bottom;
	color: #555;
	text-transform: uppercase;
	width: 180px;
	margin: 0 15px;
	padding: 10px 0 166px 0;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0 0 10px #ddd;
}
#pages_list li a:hover { background-color: #feffd8; }

.shopping_list {
	float: left;
	margin: 15px;
	box-shadow: 2px 2px 5px #555;
	background-color: #fff;
}
.list_item {
	width: 522px;
	float: left;
	clear: both;
	background-color: #fff;
	padding: 10px;
	border-bottom: 1px dashed #ddd;
	position: relative;
}
.list_item:hover { background-color: #feffd8; }
.list_item .name {
	width: 350px;
	float: left;
	padding-top: 5px;
}
.list_item .price {
	float: left;
	width: 100px;
	padding-top: 5px;
	font-size: 12px;
	margin: 0 25px 0 10px;
}
.list_item form { float: left; }
.list_item input[type=text] {
	float: left;
	width: 25px;
	padding: 5px;
	text-align: center;
	border: 1px solid #555;
	border-radius: 3px;
	outline: none;
}
.list_item input[type=submit] {
	display: none;
	width: 75px;
	float: left;
	position: absolute;
	top: 10px;
	right: 195px;
	margin-top: 1px;
}
.list_item .btn.warn {
	float: left;
	display: none;
	position: absolute;
	top: 10px;
	right: 5px;
}
.list_item:hover input[type=submit], .list_item:hover .btn.warn { display: block; }
.list_item.total {
	width: 482px;
	padding-right: 50px;
	font-size: 14px;
	text-align: right;
	border-bottom: none;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	margin-top: -1px;
	background-color: #f3f3f3;
}
.list_item .update_success {
	position: absolute;
	top: 11px;
	left: 552px;
	background-color: #feffd8;
	font-size: 12px;
	padding: 5px 10px;
	border-radius: 10px;
	text-align: center;
}

.add_item {
	float: left;
	clear: both;
	width: 522px;
	background-color: #fff;
	padding: 10px;
	border-top: 1px solid #555;
	margin-top: -1px;
	position: relative;
}
.add_item input { float: left; }
.add_item #l_item {
	width: 328px;
	margin-right: 10px;
}
.add_item #l_quantity {
	width: 25px;
	margin-right: 10px;
	text-align: center;
}

#suggested_items {
	width: 590px;
	float:left;
	background: url('images/white-bg.png');
	border-radius: 10px;
	padding:15px;
}
#suggested_items h2 { margin: 0; }
#suggested_items ul {
	float: left;
	margin: 0 0 15px 15px;
	width: 100%;
	padding: 0;
	list-style-image: url('images/plus.png');
}
#suggested_items ul li {
	float: left;
	margin: 0 0 5px 0;
	padding: 0;
	width: 25%;
	color: #0b69a8;
	cursor: pointer;
}
#suggested_items ul li:hover { color: #2589cd; }
#suggested_items .view_more {
	clear: both;
	margin: auto;
	width: 75px;
	font-size: 14px;
}
#suggested_items ul#additional_suggestions {
	display: none;
	margin: 25px 0 0 15px;
}

#list_side {
	float: right;
	width: 300px;
	min-height: 461px;
	padding: 0px 25px 0 25px;
	background: url('images/divider_vertical.png') no-repeat;
	text-align:center;
}
#list_side h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1b66a6;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
}
#list_side .btn {
	font-size: 24px;
	font-family: 'Rancho', cursive, sans-serif;
	background-color: #37b93d;
}
#list_side .btn:hover { background-color: #5dc062; }
.qr_code {
	margin: 0 auto;
	box-shadow: 2px 2px 5px #555;
	background-color: #fff;
	display: inline;
}
#list_side input[type=submit] {
	padding: 7px 10px;
	vertical-align: top;
	margin-left: 5px;
}
#list_side .error {
	display: none;
	background-color: #c30;
	color: #fff;
	padding: 8px;
	margin-bottom: 10px;
}
#list_side .success {
	display: none;
	background-color: #feffd8;
	padding: 8px;
}

#home_col_left {
	width: 660px;
	float: left;
	padding-right: 25px;
}
#home_col_right {
	width: 243px;
	min-height: 461px;
	float: left;
	padding: 0 25px 0 27px;
	background: url('images/divider_vertical.png') no-repeat;
}
#home_col_right img { margin: 10px 0; }

#ads_side {
	float: right;
	width: 168px;
	min-height: 461px;
	margin: 50px 0 0 25px;
	padding: 15px 25px 0 25px;
	background: url('images/divider_vertical.png') no-repeat;
}

#ads_side span {
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;
	color:#1663a8;
	margin:0 0 0 5px;
}

#ads_side ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#ads_side ul li {
	display: block;
	float: left;
	clear: left;
	background: url(images/ads_side_divider.jpg) no-repeat bottom #1d6db5;
}
#ads_side ul li a {
	display: block;
	float: left;
	clear: left;
	width: 158px;
	background-color: #1d6db5;
	color:#fff;
	height:30px;
	padding:10px 0 0 15px;
	margin-bottom: 4px;
}
#ads_side ul li a:hover, #ads_side ul li a.active { background-color: #3d8ad0; }

#ads_side .btn {
	float: left;
	margin-top: 15px;
	background-color: #37b93d;
	font-family: 'Rancho', cursive, sans-serif;
	font-size: 30px;
}
#ads_side .btn:hover { background-color: #5dc062; }

.ad_list {
	background-color: #fff;
	box-shadow: 2px 2px 5px #555;
	margin: 15px;
	width: 700px;
	overflow: hidden;
}
.ad_item {
	padding: 25px 15px;
	border-bottom: 1px dashed #555;
	background-color: #fff;
	overflow: hidden;
}
.ad_item h3 {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: normal;
	color: #1b66a6;
}
.ad_item .ad_price {
	float: right;
	font-size: 18px;
}
.ad_item .ad_img {
	border: 3px dashed #555;
	float: right;
	margin: 0 0 25px 25px;
}
.ad_item .add_to_cart_container {
	min-height: 50px;
	margin-top: 10px;
}
.ad_item .add_to_list { display: none; }
.ad_item:hover .add_to_list { display: block; }
.ad_item .add_to_list input[type=text] {
	float: left;
	margin: 0 10px;
	width: 25px;
	text-align: center;
	padding: 5px;
	border: 1px solid #999;
	border-radius: 3px;
	outline: none;
}
.ad_item .add_to_list input[type=submit] {
	float: left;
	margin-top: 1px;
}
.ad_item .add_success {
	display: none;
	float: left;
	font-weight: bold;
	background-color: #feffd8;
	padding: 5px;
	font-size: 14px;
}

#contact_form {
	float: left;
	margin-left: 25px;
}
#contact_form label {
	clear: left;
	float: left;
	width: 125px;
	margin-top: 10px;
}
#contact_form input[type=text] {
	float: left;
	margin-top: 10px;
	width: 155px;
}
#contact_form textarea {
	clear: left;
	float: left;
	width: 280px;
	height: 100px;
}
#contact_form input[type=submit] {
	clear: both;
	float: right;
	margin-top: 10px;
}
#contact_form .error {
	color: #f00;
	font-weight: bold;
}


#intro {
	width:930px;
	background:url('images/white-bg.png');
	padding:40px 25px;
	margin:0 0 30px 0;
}

#intro h1 {
	color:#70abe0;
	font:40px Georgia, "Times New Roman", Times, serif;
	text-align:center;
}	

#intro h1 span {
	color:#1682e3;
	font-weight:bold;
}

#intro p {
	color:#000;
	font:16px/24px Arial, Helvetica, sans-serif;
	text-align:center;
}

#intro a {
	color:#1682e3;
	text-decoration:none;
	font-weight:bold;
}

#intro a:hover {
	color:55acfa;
}	

#make, #browse, #shop {
	font:30px Georgia, "Times New Roman", Times, serif;
	color:484848;
	float:left;
	text-align:center;
	margin:0 0 0 50px;
	heigth:240px;
	padding:5px 5px 10px 5px;
	border-radius:5px;
	cursor:pointer;
}

#make:hover, #browse:hover, #shop:hover {
	background:#eaeaea;
}

#make span, #browse span, #shop span {
	color:#1560a2;
}

#browse {
	width:261px;
}

#make {
	width:215px;
}

#shop {
	width:268px;
}		

.suggested_list {
	float:left;
	width:25%;
}

#feedback {
	background: #1b66a6;
	border-radius: 10px 10px 0 0;
	color: #fff;
	font: 14px Arial, Helvetica, sans-serif;
	padding: 10px;
	position: fixed;
	bottom: 0;
	right: 30px;
}
#feedback:hover { padding: 10px 10px 15px 10px; }
#feedback h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0;
	padding: 0;
	cursor: pointer;
	text-align: center;
	width: 350px;
}
#feedback form {
	display: none;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
}
#feedback form textarea {
	width: 338px;
	height: 100px;
	float: left;
	overflow: auto;
	resize: none;
}
#feedback form input[type=submit] {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

