/*//---------------------------------------------*/
/*// 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: 'Book Antiqua', Verdana, 'Trebuchet MS';
			background: #F3F1DF;
			margin: 0;
			padding: 0;
			font-size: 16px;
		}

		#siteContainer {
			margin: 8px 0 0 8px;
			padding: 0;
		}

		#contentContainerTable {
			width: 820px;
			border: none;
			padding: 0;
			margin: 0;
		}

		.contentCell {
			width: 592px;
			font-family: 'Book Antiqua', Verdana, 'Trebuchet MS';
			font-size: 16px;
			padding: 10px 5px 0 10px;
			vertical-align: top;
			background: #fff;
		}

		.socialMediaCell {
			vertical-align: top;
		}

		.bigger  {
			font-size:24px;
		}

		.outerQuote  {
			float:right;
			background: url(images/quoteTop.gif) top left no-repeat #f3f1df;
			width:250px;
			padding:30px 30px 10px 30px;
		}

		.outerQuote .innerQuote  {
			background: url(images/quoteBottom.gif) bottom right no-repeat;
		}

		.tableBorder {
		width: 50%;
		border: 2px solid #005469;
		}


		.tableBorder td {
		width: 50%;
		border: 1px solid #005469;
		}

		.spacedList li {
			margin-bottom: 12px;
		}
	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/

		/* styles for header contained on the template */

		.header {
			width: 820px;
			height: 135px;
			background: url(images/queen_ann_header.jpg) no-repeat;
		}

		.headerBar {
			width: 820px;
			height: 21px;
			background: #005469;
		}

		.headerImage {
			width: 533px;
			height: 135px;
			margin: 0 0 0 287px;
		}

	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/

		/* styles for Links And Navigation contained on the template */

		.sideNavCell {
			width: 197px;
			vertical-align: top;
			padding: 20px 0 0 10px;
			background: url(images/EOHDisabled.gif) no-repeat;
			background-position: center 95%;
		}

		.borderCell {
			width: 6px;
			background: #F3F1DF;
			font-size: 1px;
		}

		.sideNavCell a{
			display: block;
			margin: 0 0 25px 0;
			color: #02546A;
			text-decoration: none;
			font-weight: bold;
			font-family: 'Book Antiqua', Verdana, 'Trebuchet MS';
		}

		.sideNavCell a:hover{
			color: #808000;
		}

	/*//---------------------------------------------*/
	/*// Footer Settings							 */
	/*//---------------------------------------------*/

		/* styles for Footer And BVLOGO contained on the template */

		.footer {
			text-align: center;
			font-size: 10px;
		}

/*//---------------------------------------------*/
/*// Content Cell Settings						 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Title Settings								 */
	/*//---------------------------------------------*/

		/* styles for Titles contained in the bodycontents */

		h2 {
			font-size: 24px;
			color: #005469;
			font-weight: bold;
		}

		h3 {
			font-size: 16px;
			color: #878905;
			font-weight: bold;
		}

		.heading4 {
			font-size: 16px;
			color: #005469;
			font-weight: bold;
		}

		.heading5 {
			font-size: 16px;
			color: #005469;
		}

	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/

		/* styles for text contained in the bodycontents */


		.textRequiredField {
			font-weight:bold;
		}

		.style1 {font-size: xx-large}

		.BoldHeading {font-size: medium}

		.blueBoldText {
		font-size: 14px;
		font-weight: bold;
		color: #005469;
		}

	/*//---------------------------------------------*/
	/*// Link Settings								 */
	/*//---------------------------------------------*/

		/* styles for links contained in the bodycontents */

		a:visited  {color: #02546A; text-decoration: none}
		a:link  {color: #02546A; text-decoration: none}
		a:active  {color: #02546A; text-decoration: none}
		a:hover   {color: #808000; text-decoration: none;}

	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/

		/* styles for images contained in the bodycontents */

	/*//---------------------------------------------*/
	/*// Form Settings								 */
	/*//---------------------------------------------*/

		/* styles for forms contained in the bodycontents */

	.borderTable, .ecomTable, .ecom-tableDetails, .ecom-tableCategory, .ecom-tableListing, .ecom-tableViewCart, .ecom-tableCommon
	{

	}
	.ecom-tableListing-rowNavigationTop, .ecom-tableListing-rowNavigationBottom
	{

	}
	.tableRowHeader, .ecom-tableRowHeader, .ecom-tableListing-rowHeaderTop
	{

	}
	.tableRowFooter, .ecom-tableRowHeader, .ecom-tableListing-rowHeaderBottom
	{

	}
	.textRequiredField, .ecom-textRequiredField
	{

	}
	.textSmallerFont
	{

	}
	.labelColumn, .ecom-labelColumn
	{

	}
	.tableRow1, .ecom-tableRow1, .ecom-tableListing-row1
	{

	}
	.tableRow1, .ecom-tableRow2, .ecom-tableListing-row2
	{

	}
	.itemImage {

	}
	.itemDetails {

	}
	.ecom-imgStatic-exists
	{

	}
	.ecom-textProductName
	{

	}
	.ecom-textProductStatus
	{

	}
	.viewCartInfo
	{

	}
	.ecomDiscountCode
	{

	}
	.ecom-textErrorMessage
	{

	}
	.ecom-textAlignCenter
	{
		text-align: center;
	}
	.ecom-textAlignLeft
	{
		text-align: left;
	}
	.ecom-textAlignRight
	{
		text-align: right;
	}
	.ecom-textAlignJustify
	{
		text-align: justify;
	}
	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/

		/* styles for any other contained in the bodycontents */

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