/* CSS Document */

/************************
 * COLORS				*
 * #2a2020	dk purple	*
 * #7e6e6e	lt purple	*
 * #c8bcb0	taupe		*
 ************************/
body, div, a, h1, h2, h3, h4, h5, h6, p, input, legend, fieldset, span, table, tr, td, form, ul, li, ol {
	margin: 0;
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

body {
	background: #000 url(images/gradient.jpg) top left repeat-x;
}

/*lvha*/
a, a:link, a:visited {
	color: #600;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

p {
	padding: 10px 0;
}

#outerwrapper {
	width: 800px;
	margin: 0 auto;
}

#wrapper {
	width: 788px;
	margin: 0 auto;
	background:url(images/inner_bg.jpg);
	border-left: 2px solid #2a2020;
	border-right: 2px solid #2a2020;
	border-bottom: 2px solid #2a2020;
	position: relative;
}

div#header {
	width: 788px;
	height: 154px;	
	position: relative;
	background: url(images/header.jpg) top left no-repeat;;
}

#header a {
	text-indent: -9999px;
	width: 725px;
	height: 70px;
	left: 32px;
	top: 84px;
	position: absolute;
	display: block;
	margin: 0; padding: 0;
}

#content {
	width: 550px;
	margin-left: 50px;
	padding-top: 50px;
	margin-bottom: 25px;
	min-height: 130px;
	clear: left;
}

#content p {
	margin-left: 50px;
}

fieldset {
	width: 300px;
	border: 1px solid #2a2020;
	padding: 20px 0 20px 20px;
	margin-left: 50px;
}

legend {
	font-weight: bold;
	color: #2a2020;
	background: #7e6e6e;
	border: 1px solid #2a2020;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 4px 8px;
}

fieldset p {
	margin: 10px 0;
}

/* NAV */
#navbar {
}

#nav {
	
}

#navbar ul, #navbar ul li {
	list-style: none;
	display: block;
	float: left;
}

#navbar ul {
}

#navbar a {
	display: block;
	/*width: 130px;*/
	height: 20px;
	border-left: 1px solid #000;
	color: #2a2020;
	text-decoration:none;
	font-size: 20px;
	float: left;
	padding: 5px;
}

#navbar #n1 a {
	border-left: none;
}

#navbar a:hover {
	background: #2a2020;
	color: #7e6e6e;
}

ol#ratings {
	clear: left;
	float: left;
	background: #7e6e6e;
	border: 2px solid #2a2020;
	padding: 5px;
	padding-left: 28px;
}

ol#ratings li {
	font-size: 12px;
}

div#ratingsbox { 
	position: absolute;
	width: auto;
	height: auto;
	z-index: +10;
	top: 207px;
	left: 30px;
	display: none;
}

#ratinglink {
	display: block;
	padding: 3px;
	background: #7e6e6e;
	border-top: 1px solid #2a2020;
	border-bottom: 1px solid #2a2020;
	border-right: 1px solid #2a2020;
	color: #fff;
	clear: left;
	width: 87px;
	font-weight: normal;
	float: left;
	cursor: help;
}

#status {
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	background: #7e6e6e;
	border-top: 1px solid #2a2020;
	border-bottom: 1px solid #2a2020;
	border-right: 1px solid #2a2020;
}

#status a {
	color: #2a2020;
	text-decoration:none;
	font-size: 12px;
	padding: 5px;
	padding-top: 7px;
	border-left: 1px solid #2a2020;
}

#status a:hover {
	background: #2a2020;
	color: #7e6e6e;
}

/* * * * * * * * * * */

/* leftbar */
#leftcol {
	width: 100%;
	height: 65px;
	background:url(images/header-btm.jpg) top left no-repeat;
}

#quicksearch {
	background: url(images/quicksearch.jpg) top left no-repeat;
	width: 145px;
	height: 62px;
	margin: 0 0 0 10px;
	padding: 28px 0 0 17px;
	float: right;
}

#quicksearch input#quicksearch_text {
	border: none;
	background: #fff url(images/textbox.gif) top left no-repeat;
	color: #2a2020;
	padding: 0 3px;
	width: 135px;
	height: 19px;
}

#quicksearch input.btn {
	border: 1px outset #2a2020;
	background: #7e6e6e;
	margin-left: 96px;
	margin-top: 3px;
}

#loginicon {
	text-align: left;
	height: 164px;
	float: right;
	clear: right;
	margin-top: 10px;
}

#loginicon a {
	text-indent: -9999px;
	width: 42px;
	height: 164px;
	display: block;
	margin: 0;
	background:url(images/bottle_icon.gif) top left no-repeat;
}
/* * * * * * * * */

/* Page-specific content */
/*homepage*/
.homepage #content {
	background: url(images/welcome.gif) top left no-repeat;
	width: 350px;
	float: left;
	margin-left: 0;
}

.homepage #newsbox {
	background: url(images/newsbox.jpg) top left no-repeat;
	width: 279px;
	height: 331px;
	margin: 10px;
	float: left;
	clear: left;
}

#homepagewrapper {
	height: 400px;
}

#newsbox ul li {
	list-style: none;
	margin-left: 20px;
	padding-left: 35px;
	padding-top: 45px;
	height: 65px;
	background: url(images/bullet2.gif) 0 50% no-repeat;
}

#newsbox ul li a {
	color: #c8bcb0;
	font-size: 18px;
}

/*listpage*/
.list #content {
	background: url(images/wine_search.gif) top left no-repeat;

}

.list table {

}

.list td.title {

}

.list td.name {

}

.list td.normal {

}

.list tr.even {

}

.list tr.odd {

}

/*searchpage*/
.search #content {
	background: url(images/wine_search.gif) top left no-repeat;
	margin-left: 50px;
	width: 600px;
}

.search fieldset {

}

.search legend {

}

/*pickspage*/
.picks #content {
	background: url(images/pochos_picks.gif) top left no-repeat;
}

/*contactpage*/
.contact #content {
	background: url(images/contact.gif) top left no-repeat;
}
.contact fieldset {
	width: 420px;
	padding: 20px 0 20px 10px;
}

.login #content {
	background: url(images/login.gif) top left no-repeat;

}

.user #content {
	background: url(images/user.gif) top left no-repeat;
	margin-left: 100px;
}

.detailview {
	list-style: none;
	padding: 5px;
	width: 350px;
	border-bottom: 1px solid #7e6e6e;
	min-height: 20px;
}

.detailview .detaillabel {
	font-weight: bold;
	margin-right: 10px;
	width: 100px;
	height: 20px;
	display: block;
	float: left;
	/*
	padding: 4px;
	background: #7e6e6e;
	*/
}

.detailview .detailpick {
	font-weight: bold;

}

.detailview {

}

.detailview {

}

.detailview {

}

.detailview {

}

td {
	border-left: 1px solid #7e6e6e;
	border-bottom: 1px solid #7e6e6e;
	padding: 2px;
}

table {
	border-right: 1px solid #7e6e6e;
	border-top: 1px solid #7e6e6e;
	margin: 0 10px 0 0;
}

p.instruct {
	width: 230px;
}

.wufoo ul li {
	list-style: none;
	padding: 10px 0;
}

.wufoo label {
	margin: 10px 0 0 10px;
}

.wufoo input, .wufoo textarea, .wufoo select {
	margin: 2px 0 0 10px;
}

.wufoo .money {
	margin: 2px 0 10px 10px;
}

.wufoo li p.instruct {
	display: none;
}

.wufoo li {
	margin-left: 5px;
}

.wufoo li:hover p.instruct {
	display: block;
	float: right;
	padding: 5px;
	background:#7e6e6e;
	border: 1px solid #000;
}

.wufoo #newtype {
	padding: 5px 0;
	display: none;
}

.bigcheck {
	width: 20px;
	height: 20px;
}

.clearboth {
	clear: both;
}

/* FOOTER */
#footer {
	clear: both;
	width: 850px;
	height: 29px;
	margin: 0 auto;
}

#footer a {
	text-indent: -9999px;
	display: block;
	width: 182px;
	height: 29px;
	background: url(images/footer.gif) top left no-repeat;
	margin: 0 0 0 auto; padding: 0;
}
			