/*//---------------------------------------------*/
/*// Name: SITENAME - Default Style Sheet		 */
/*// Specification: CSS 2.1						 */
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Template Settings							 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Body & Table Settings						 */
	/*//---------------------------------------------*/
	
		/* styles for body and tables contained on the template */
		body {
			font-family: 'Trebuchet MS', Arial, Sans-serif;
			font-size: 12px;
			color: #000;
			background-color: #752936;
		}
		
		#outerContainer {
			background: url(images/top-strip.gif) top repeat-x;
		}

		#header {
			width: 734px;
			height: 153px;
			background: url(images/header.jpg) no-repeat;
			margin: 0px auto;
			padding-right: 28px;
		}

		#contentShell {
			width: 762px;
			background: url(images/outer-page-background.gif) repeat-y;
			margin: 0px auto;			
		}

		#contentBlock {
			width: 706px;
			background: url(images/content-box-background.gif) repeat-y;
			margin: 0px auto;
		}

		#content {
			padding: 14px;
		}

		#blockTop {
			height: 6px;
			background: url(images/content-box-top.gif) no-repeat;
		}

		#blockBottom {
			height: 6px;
			background: url(images/content-box-bottom.gif) no-repeat;
		}
		.bottomcapper
		{
			margin-left:28px;
			margin-top:-12px;
		}
		.greyBox, .wineBox, .blackBox {
			width: 210px;
			height: 154px;
			font-size: 11px;
			color: #585858;
		}

		.greyBox {
			background: url(images/grey-copy.gif) bottom no-repeat;
		}

		.wineBox {
			background: url(images/wine-copy.gif) bottom no-repeat;
		}

		.blackBox {
			background: url(images/black-copy.gif) bottom no-repeat;
		}

		.greyBox p, .wineBox p, .blackBox p {
			padding: 0px 8px;
		}

		.greyBox h2, .wineBox h2, .blackBox h2 {
			line-height: 36px;
			text-align: center;
		}

		.greyBox h2 {
			color: #5b5b5b;
			background: url(images/grey-title.gif) bottom no-repeat;
		}

		.wineBox h2 {
			color: #ffe5eb;
			background: url(images/wine-title.gif) bottom no-repeat;
		}

		.blackBox h2 {
			color: #e6e6e6;
			background: url(images/black-title.gif) bottom no-repeat;
		}
		
	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/
	
		/* styles for header contained on the template */
		h1 {
			font-family: 'Times New Roman', Times, Serif;
			font-size: 22px;
			color: #752936;
			font-style: italic;
			font-weight:bold;
			margin-top: 0px;
		}
		
		h2 {
			font-family: 'Times New Roman', Times, Serif;
			font-size: 14px;
		}

		h3 {
			font-family: 'Times New Roman', Times, Serif;
			font-size: 16px;
			color: #752936;
		}

	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/
		
		/* styles for Links And Navigation contained on the template */
		a.navigationCapsule {
			height: 38px;
			font-family: 'Times New Roman', Times, Serif;
			font-size: 12px;
			color: #fff;
			line-height: 38px;
			text-align: center;
			text-decoration: none;
			padding-right: 4px;
			padding-left: 5px;
			margin: 0px 0px 0px -2px;

		}

		a.navigationCapsule .left {
			width: 12px;
			height: 38px;
			background: url(images/navigation-left2.gif) no-repeat;
			margin-right: 5px;
			float: left;
		}

		a.navigationCapsule:hover {
			color: #000;
		}
		.navnav
		{
			background: url(images/bgrepeat.gif) repeat-x;
			height:38px;
			margin-top:-3px;
		}
		
		a.bigButton {
			font-family: 'Times New Roman', Times, Serif;
			display: block;
			width: 300px;
			height: 47px;
			line-height: 47px;
			font-size: 18px;
			text-align: center;
			background: #bf1d40 url(images/bigButton.gif) no-repeat;;
			text-decoration: none;
			color: #fff;
		}
		
		a.bigButton2 {
			font-family: 'Times New Roman', Times, Serif;
			display: block;
			width: 300px;
			height: 47px;
			line-height: 47px;
			font-size: 18px;
			text-align: center;
			background: #bf1d40 url(images/bigButton2.gif) no-repeat;;
			text-decoration: none;
			color: #fff;
		}
		
		a.bigButton:hover {
			color: #000;
		}

	/*//---------------------------------------------*/
	/*// Footer Settings							 */
	/*//---------------------------------------------*/
		
		/* styles for Footer And BVLOGO contained on the template */
		#footer, #footer table tr td {
			font-family: Verdana, Sans-serif;
			font-size: 10px;
			color: #818181;
		}

/*//---------------------------------------------*/
/*// Content Cell Settings						 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Title Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for Titles contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for text contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// Link Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for links contained in the bodycontents */
		a {
			color: #752936;
			text-decoration: underline;
		}

		a:hover {
			text-decoration: none;
		}
	
	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for images contained in the bodycontents */
		.imageBorder {
			border: 2px solid #bf1238;
			margin-right: 4px;
		}
		
		.lisaname
		{
			font-size:120%;
			font-weight:bold;
			color:#752936;
			
		}
		

	/*//---------------------------------------------*/
	/*// Form Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for forms contained in the bodycontents */
	
	.borderTable
	{
	
	}
	.tableRowHeader
	{
	
	}
	.tableRowFooter
	{
	
	}
	.textRequiredField
	{
	
	}
	.textSmallerFont
	{
	
	}
	.labelColumn
	{
	
	}
	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for any other contained in the bodycontents */

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/