@charset "UTF-8";
/* Diamond Springs Vineyard Styles */
/* Last modified March 21 2009 */

body  {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:14px;
	margin: 0; /* important -- zero both margin and padding to correct for various browser defaults */
	padding: 0;
	text-align: center; /* important -- center containers in IE 5* browsers, then left align in dsvwrap below */
	background-color:#7c9a5c;  /* dark grey=1f2422   lighter grey=3e3c35 lightest grey=4e4b3f  green=7c9a5c */
}
body td  {
	margin: 0;
	padding: 0;
}
body a {
	color: #ffbe33;
	text-decoration:none;
}
body a:hover {
	text-decoration:underline;
}
.dsvwrap  {
	background-color:#182018;
	width:1190px;
	color: #f9fdb6;  /* first color */
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	margin-top:1px;
	border-right: 3px solid #6f835a; /* for dark grey=171f1c   for lighter grey=312f27   for green=6f835a     */
	border-left: 3px solid #6f835a; /* for dark grey=171f1c   for lighter grey=35332b   for green=6f835a     */
	border-bottom: 200px solid #372e22; 
}
.dsvwrap td { 
	vertical-align:text-top;
	vertical-align:top;
}
#dsvtop	{
	margin: 0;
	padding: 0;
	height:152px;
	border-bottom:#f46629 solid 5px;
	background-color:#372e22;
}
#dsvcentercolumn {
	width:460px;
	font-weight:500;
	font-size:14px;
	line-height:21px;
}
#dsvrightcolumn { 
	width: 600px;
	height:505px;
	padding:0;
}


/* ----- BACKGROUND FLAVORS ----- */

/* ----- 2009 homepage background with wine bottle -------*/
#dsvcontainer-home { 
	background-image:url(../pixif/bg_2010_home.jpg);
	background-repeat:no-repeat;
}
/* ----- 2009 order page background with wine bottle on left and glass on right -------*/
#dsvcontainerbottle { 
	background-image:url(../pixif/bg_2009_bottle_left_plain.jpg);  /*  bg_2009_bottle_left_panel.jpg */
	background-repeat:no-repeat;
}
/* ----- 2009 wine page background with wine bottle over muted background -------*/
#dsvcontainer-bottle-right { 
	background-image:url(../pixif/bg_2009_bottle_right_14-9.jpg);
	background-repeat:no-repeat;
}
/* ----- 2009 all other pages background with right-side glass over muted background -------*/
#dsvcontainer-other { 
	background-image:url(../pixif/bg_2009_bottle_right_14-8.jpg); /*  bg_wowother.jpg */
	background-repeat:no-repeat;
}


/* ----- MAIN MENU ----- */

#dsvnavigation-main  {
	float:left;
}
#dsvnavigation-main ul  {
	margin-top:5px;
	margin-left:0;
	padding-bottom:8px;
	padding-left:2px;
	list-style:none;
}
#dsvnavigation-main ul li { 
	display:inline;
	padding-right:40px;
	}
#dsvnavigation-main a  {
	color:#fff67a;
	font-weight:bold;
	letter-spacing:2px;
	padding-left:4px;
}
#dsvnavigation-main a:hover  {
	border-top:thick #fe5c42 solid;
	background-color:#fe5c42;
	text-decoration:none; 
}


	
/* ----- SUBMENUS -----fe5c42 */

#dsvnavigation-sub { 
	float:left;
	width:126px;
	font-size:11px;
	padding-bottom:380px;
	}
#dsvnavigation-sub ul  {
	margin-left:0;
	padding-left:2px;
}
#dsvnavigation-sub li { 
	list-style:none; 
	line-height:30px;
	}
#dsvnavigation-sub a  {
	color:#fff59f;
	font-weight:bold;
	letter-spacing:1px;
}
#dsvnavigation-sub a:hover  {
	border-bottom:thin #FF3300 solid;
	background-color:#fe5c42;
	text-decoration:none;
}


/* ----- FOOTER ----- */

#dsvfooter {
	padding:1px 0 90px 4px;
	letter-spacing:1px;
	color: #ce7a2f;
	font-size:12px;
	border-top:#f46629 solid 5px;
	background-color:#372e22;
}
#dsvfooter a {
	color: #f46629;
	text-decoration:none;
	font-style:italic;
}
#dsvfooter a:hover {
	color: #f46629;
	text-decoration:underline;
}
#emailform  {
	padding-top:40px;
	padding-left:28px;
}
#pixlogo a {
	text-decoration:none;
}
.textcream	{
	color:#fbfec8;
}
.textrust	{
	color:#fbfec8;
}
.textorange	{
	color:#fbfec8;
}
