@charset "utf-8";
/* CSS Document */
/* Made for Brooks and Son wines by Elliott Brooks July 2010 */

/*==== RESET ====*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
/*==== Generic Styles ====*/
body{
	background: #001100 url('images/bg-tile.png') repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.edit{
	font-family:Georgia, "Times New Roman", Times, serif;
	overflow: hidden;
	border: none;
	padding: 0px;
	margin: 0px;
	font-size:16px;
	background: #DEF;
}
a{color:#EA1;}
.polaroid{
	border: solid thick #ffffff;
	margin: 10px;
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	padding-bottom: 20px;
	background: bottom center #003300 url('images/zoom.png') no-repeat;
}

h1{
	color:#003300;
	font-family:"Lucida Calligraphy",Georgia, "Times New Roman", Times, serif;
	text-shadow: 0px 0px 2px #000000;
}
p{
	margin-bottom: 10px;
}
.container{
	width: 900px;
	margin: 20px auto;
	padding: 0px;
}
.logo{
	float:left;
}
.contact-info{
	float:right;
	text-align:right;
	color: #FFFFFF;
	font-size: 16px;
	margin: 10px;
	font-family:"Lucida Calligraphy",Georgia, "Times New Roman", Times, serif;
	line-height: 1.25;
	text-shadow: 0px 0px 10px #000000;
}
.box-top{
	background: url('images/box-top.png') no-repeat;
	width: 900px;
	height: 20px;
	clear:both;
}
.box-mid{
	background: url('images/box-mid.png') repeat-y;
	width: 860px;
	padding: 0px 20px;
	min-height: 400px;
}
.box-end{
	clear: both;
	background: url('images/box-end.png') no-repeat;
	width: 900px;
	height: 20px;
}
.banner{
	width: 860px;
	height: 1px;
	background: url('images/banner-bg.png');
}
.banner h1{
	color: #ffffff;
	margin: 0px 5px;
	font-family:"Lucida Calligraphy",Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 30px;
	padding: 0px;
}
.banner p{
	color: #ffffff;
	margin: 0px 5px;
	padding: 0px;
	font-size:18px;
}
.banner-cross{
	float: right;
	margin: 5px;
	cursor: pointer;
}
.featured-box{
	width: 275px;
	height: 150px;
	margin: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #BFB url('images/test.png') no-repeat 10px 5px;
	text-align: right;
	-moz-box-shadow: 0px 0px 10px #090;
	-webkit-box-shadow: 0px 0px 10px #090;
	margin-top: 10px;
	float: left;
}
.featured-box:hover{
	background-color: #AFA;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	cursor: default;
}
.featured-box h2{
	font-family:"Lucida Calligraphy",Georgia, "Times New Roman", Times, serif;
	margin: 5px 5px 0px 5px;
	color: #030;
	float: right;
	width: 220px;
	text-shadow: 0px 0px 2px #000000;
}
.featured-paragraph{
	width: 200px;
	float: right;
	margin-right: 5px;
	}