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

@import "products.css";
@import "lightbox.css";

/* -----COLORS -----*/
.blue { color:#0f1a8a; }
.orange { color:#f07f23; }
.lightblue { color:#42c0fd; }
.drkbrown { color:#231f19; }
.lightbrown { color:#65502f; }
.green { color:#399415; }
.white {color: white;}
.red {color:#CC0000;}

/*--RESET--*/


html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
html, body {
    height: 100%;
    font-size: small;
}
body {
	background-image: url(../images/layout/grass.jpg);
	background-repeat: repeat;
}
a{
  outline: none;
}
img{
	border:0;
}
.wrapper {
	display: table;
	width:100%;
	height:600px;
	background-attachment: scroll;
	background-image: url(../images/layout/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#page_wrapper {
	width:950px;
	display: table;
	
}
/*-----MENU styles-----*/

#menu_bar_wrapper {
	width:296px;
	float:left;
}
#menu_bar_top {
	width:296px;
	height:204px;
	background:url(../images/layout/menu_top.png) no-repeat top left;
}
#logo_link a {
	float:left;
	margin-top:25px;
	height:179px;
	width:296px;
}

#menu_bar_bottom {
	width:296px;
	height:216px;
	background:url(../images/layout/menu_bottom.png) no-repeat top left;
}

#menu_bar_body {
	width:296px;
	background:url(../images/layout/menu_body.png) top left;
	display: table;
}
#navigation_wrapper {
	width:152px;
	margin: 10px 0 0 78px;	
}
#navigation ul {
	list-style: none;
	list-style-position:outside;
	list-style-type:none;
	text-align:center;
	border-top:#6f5d41 solid 1px;
}

#navigation ul li a {
	color: white;
	font-size: 120%;
	height:35px;
	line-height:35px;
	width:154px;
	display:block;
	border-bottom:#6f5d41 solid 1px;
	text-decoration: none;
}
		
#navigation li a:hover {
	background:url(../images/layout/black-50.png) no-repeat;
    *background:#6f5d41;
}

/*-----"billboard" styles-----*/

.bb {display:table;float:right;}
#bb_container {
	width:600px;
	margin: 50px 0px;
	display:block;
	}
#bb_container_top {
	width:600px;
	height:70px;
	background: url(../images/layout/bb_top.png) no-repeat;
}
#bb_container_shoppe {
	width:600px;
	height:236px;
	background: url(../images/layout/bb_top_shoppe.png) no-repeat;
}
#bb_container_body {
	width:600px;
	background: url(../images/layout/bb_body.png) repeat-y;
	text-align:left;
	display:table;
}
#bb_container_body_content {
	width: 570px;
	margin: 0 10px 40px 15px;
}
#bb_container_bottom {
	width:600px;
	height:144px;
	background: url(../images/layout/bb_bottom.png) no-repeat;
}

.quoteblock_left {
	float:left;
	width:200px;
	display:table;
	border-right: solid 1px #999999;
	margin:0 10px 0 0;
	padding:0 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	line-height:30px;
}
.quoteblock_right {
	float:right;
	width:150px;
	display:table;
	border-left: solid 1px #999999;
	margin:0 0 10px 10px;
	padding:0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	line-height:30px;
}

/*-----STANDARDS-----*/

.hdr_bgone {text-indent:-5000px;}
.gmnoprint span{display:none;}
p {margin-bottom:10px;}
.ital {font-style: italic;}


/* floats and clears */

.float_left {float:left;}
.float_right {float:right;}
.clear {clear:both;}
.clear_left {clear:left;}
.clear_right {clear:right;}
.clearIE {*clear:both;}

/* margins */

.margin {margin:10px;}
.margin_left {margin-left:10px;}
.margin_right {margin-right:10px;}
.margin_top {margin-top:10px;}
.margin_bottom {margin-bottom:10px;}

/* padding */

.padding {padding:10px;}
.padding_left {padding-left:10px;}
.padding_right {padding-right:10px;}
.padding_top {padding-top:10px;}
.padding_bottom {padding-bottom:10px;}

/* Forms */

.form_input  {
	border:1px solid #390300;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:20px;
	width:200px;
	background:;
	color:;
	padding:2px 0 0 2px;
}

.form_comments {
	background:;
	border:1px solid #390300;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	height:120px;
	width:200px;
	padding:5px;

}

.form_dropdown {
	border:1px solid #390300;
	font-size:11px;
	color:;
	width:165px;
	background: #000000;
	height:20px;
}

/*text & header styles*/

.bodycopy {
	font-size:95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:125%;
}
.bodycopy a {
	/*font-weight:bold;*/
	text-decoration:underline;
}
/*
.bodycopy a:hover {
	font-style:italic;
	text-decoration:underline;
}
*/
.bodycopy #products{
	font-size:small;
	font-family: none;
	line-height:125%;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:180%;
	line-height: 200%;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:150%;
	line-height: 180%;
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:130%;
	line-height: 160%;
}
h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:110%;
	line-height: 140%;
}
h5, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 125%;
}
.caption {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height:10pt;
}

.comic {font-family:"Comic Sans MS", Arial, Helvetica, cursive;}

.center {text-align:center;}

.listIndent li {margin-left:100px;}

/*Colors - specific to each website*/



/*-----list styles-----*/

ul.standards {
	list-style-image:none;
	list-style-position: outside;
	list-style-type: none;
	margin:7px 0 7px 10px;
	line-height:15px;
}
ul.standards li {
	padding: 5px 0 5px 20px; 
	background: url(../images/content/cowicon.gif) left center no-repeat;
}

/*---Testimonials ---*/

.testimonial_wrapper {
	padding:10px 25px;
	*float:left;
}
.testimonial_border_top {
	border-top:dotted 2px #0f1a8a;
}
.testimonial_border_bottom {
	border-bottom:dotted 2px #0f1a8a;
}





/*-----PRODUCTS PAGE MENU-----*/

#products_menu {
margin: 20px 0;
display: block;
}

ul#products{
padding:0;
margin: 0;
}

#products li {
	font-size: 105%;
	display: inline;
	list-style-type: none;
	margin: 0 0px 0 0;
}

#products li#icecream a {
	background: url(../images/icons/iceCream.jpg) left bottom no-repeat;
	padding: 10px 10px 3px 25px;
	text-decoration: none;
	color: #0034a1;
	font-weight: bold;
}

#products li#icecream a:hover {
	text-decoration: none;
	color: #014efe;
}

#products li#sherbet a {
	background: url(../images/icons/sherbet.jpg) left bottom no-repeat;
	padding: 10px 10px 3px 26px;
	text-decoration: none;
	color: #0034a1;
	font-weight: bold;

}

#products li#sherbet a:hover {
	text-decoration: none;
	color: #014efe;
}

#products li#yogurt a {
	background: url(../images/icons/yogurt.jpg) left bottom no-repeat;
	padding: 10px 10px 3px 30px;
	text-decoration: none;
	color: #0034a1;
	font-weight: bold;

}

#products li#yogurt a:hover {
	text-decoration: none;
	color: #014efe;

}
#products li#buy_it a {
	background: url(../images/icons/cashReg.jpg) left bottom no-repeat;
	padding: 10px 10px 3px 35px;
	text-decoration: none;
	color: #0034a1;
	font-weight: bold;

}

#products li#buy_it a:hover {
	text-decoration: none;
	color: #014efe;

}



/*-----CONTACT PAGE-----*/

#map {
	margin:25px 25px 0 0;
	height:250px;
	width:250px;
	border: #2b1000 1px solid;
}

#map_address {
	width:250px;
}
div#map div span {display: none;}
