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

/*//---------------------------------------------*/
/*// Template Settings							 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Body & Table Settings						 */
	/*//---------------------------------------------*/
	
		/* styles for body and tables contained on the template */
		
		html {
			overflow-y: scroll;
		}
		
		body {
			margin: 0;
			padding: 0;
			background: url(images/bodyBG.jpg) repeat;
			color: #4f331d;
			font-size: 16px;
			font-family: Georgia, Times, 'Times New Roman', serif;
		}
		
		#siteContainer {
			width: 934px;
			margin: auto;
		}
		
		#cartContainerTable {
			width: 210px;
			height: 64px;
			float: right;
			clear: none;
			padding: 49px 0 0 0;
			color: #f26649;
			font-size: 12px;
			font-family: Verdana, 'Trebuchet MS', sans-serif;
			border: none;
		}
		
		#socialMediaTable {
			width: 115px;
			height: 64px;
			float: right;
			clear: none;
			padding: 49px 0 0 0;
			color: #f26649;
			font-size: 12px;
			font-family: Verdana, 'Trebuchet MS', sans-serif;
			border: none;
		}
		
		#contentBG {
			width: 934px;
			background: #f6eede url(images/contentBG.gif) repeat-y;
			background-position: 0 25px;
		}
		
		#content-topShadow {
			width: 934px;
			background: url(images/content-topShadow.jpg) no-repeat;
		}
		
		#contentTable {
			border: none;
		}
		
		#sideNavCell {
			width: 177px;
			vertical-align: top;
			background: url(images/sideNavBG.jpg) repeat-y;
			background-position: right top;
		}
		
		#sideNavTop {
			width: 176px;
			height: 25px;
			background: url(images/content-topShadow.jpg) no-repeat;
		}
		
		#contentCell {
			width: 894px;
			margin: 0;
			vertical-align: top;
			padding: 0 20px 0 20px;
		}
		
		#contentGlow {
			width: 894px;
			/*background: url(images/contentForeBackground.jpg) no-repeat;  this is the white glow at the top of the content area */
			padding: 1px 0 0 0;
		}
		
		#contentGlowInt {
			width: 894px;
			/*background: url(images/contentForeBackground.jpg) no-repeat;  this is the white glow at the top of the content area */
			padding: 30px 0 0 0;
		}
		
		.contentPadding {
			padding: 0 20px 0 15px;
			line-height: 20px;
		}
		
		#threeSections {
			clear: both;
		}
		
		#leftSection {
			float: left;
			width: 244px;
			padding: 0 32px 0 0;
		}
		
		#centerSection {
			float: left;
			width: 243px;
			padding: 0 32px 0 32px;
		}
		
		#rightSection {
			float: left;
			width: 244px;
			padding: 0 0 0 32px;
		}
	
	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/
	
		/* styles for header contained on the template */
		
		#headerBG {
			width: 100%;
			height: 150px;
			background: url(images/headerBG.gif) repeat-x;
		}
		
		#header {
			width: 934px;
			height: 113px;
		}
		
		#headerLink {
			display: block;
			width: 283px;
			height: 113px;
			background: url(images/logo.gif) no-repeat scroll bottom;
			float: left;
			clear: none;
		} 
		
		#headerLink span{
			display: none;
		} 
		
		a#headerPhoto {
			display: block;
			width: 154px;
			height: 149px;
			background: url(images/headerPhoto.jpg) no-repeat;
			color: #fff;
			font-size: 12px;
			font-family: 'Trebuchet MS', Arial, sans-serif;
			border-bottom: 5px solid #f26649;
			padding: 244px 18px 0 565px;
			text-align: justify;
			text-decoration: none;
		}
		
		.headerPhotoTable {
		    border-bottom: 5px solid #f26649;
		    width:894px;
		}
		
		a.headerPhotoLeft {
		    display: block;
			width: 341px;
			height: 222px;
			background: url(images/headerLeft.jpg) no-repeat;
			color: #fff;
			font-size: 12px;
			font-family: 'Trebuchet MS', Arial, sans-serif;
			text-align: justify;
			text-decoration: none;
		}
		
		.headerPhotoLeft span{
			display: none;
		} 
		
		.headerPhotoCenter {
		    width: 210px;
			height: 222px;
			background: url(images/headerCenter.jpg) no-repeat;
		}
		
		.headerPhotoRight {
		    display: block;
			width: 343px;
			height: 222px;
			background: url(images/specialPhoto.jpg) no-repeat;
			color: #fee39c;
			font-size: 12px;
			font-family: 'Trebuchet MS', Arial, sans-serif;
			/* padding: 244px 20px 0px 20px; */
			text-align: justify;
			text-decoration: none;
		}
		
		.headerPhotoRight span {
			display: none;
		} 
		
		
	
	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/
		
		/* styles for Links And Navigation contained on the template */
		
		#topNav {
			background: url(images/navBg.jpg) scroll 0 0;
			height: 33px;
			text-align: center;
		}
		
		#topNav ul {
			list-style-type: none;
			margin: 0px;
			padding: 3px 0 0 0;
		}
		
		#topNav ul li {
			display: inline;
		}
		
		#topNav ul li a {
			color: #eee2d5;
			font-weight: bold;
			text-transform: lowercase;
			font-family: 'Trebuchet MS', Verdana, sans-serif;
			text-decoration: none;
			padding: 0 18px 10px 18px;
		}
		
		#topNav ul li a:hover {
			background: url(images/navHover.png) no-repeat scroll center bottom;
			color: #ff532f;
		}
		
		
	/*//---------------------------------------------*/
	/*// Footer Settings							 */
	/*//---------------------------------------------*/
		
		/* styles for Footer And BVLOGO contained on the template */
		
		#footer {
			width: 934px;
			height: 37px;
			background: url(images/footer.jpg) no-repeat;
			clear: both;
			text-align: center;
			color: #fff;
			font-size: 10px;
			padding: 99px 0 0 0;
			font-family: Verdana, 'Trebuchet MS', sans-serif;
		}
		
		#footer a {
			text-decoration: none;
			color: #000000;
		}
		
		#footer a:hover {
			text-decoration: underline;
		}
		
		
/*//---------------------------------------------*/
/*// Content Cell Settings						 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Title Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for Titles contained in the bodycontents */
		
		h1 {
			color: #ff532f;
			font-size: 30px;
			font-weight: bold;
			margin: 0 0 12px 0;
			background: url(images/headingBG.gif) no-repeat;
			background-position: right bottom;
			height: 63px;
			line-height: 73px;
			padding: 10px 44px 0 11px;
		}
		
		div.blip {
			float: left;
			width: 27px;
			height: 73px;
			background: url(images/headingBlip.gif) no-repeat;
		}
	
	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for text contained in the bodycontents */
		
		.orangeText {
			color: #bf3c02;
		}
		
		.largeText {
			font-size: 25px;
			line-height: 25px;
		}
		
		.startingPrice {
			color: #e56700;
			font-size: 30px;
			line-height: 30px;
		}
	
	/*//---------------------------------------------*/
	/*// Link Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for links contained in the bodycontents */
		
		a {
			color: #920203;
			text-decoration: underline;
		}
		
		a:hover {
			color: #000000;
			text-decoration: none;
		}
		
		#cartContainerTable a {
			color: #e2ab22;
			text-decoration: none;
			font-weight: bold;
		}
		
		#cartContainerTable a:hover {
			color: #e2ab22;
			text-decoration: underline;
		}
		
		#cartContainerTable a.linkBlack {
			color: #000;
		}
		
		.seeAll {
			text-align: center;
		}
		
		.seeAll a {
			background: url(images/seeAllBg.gif) scroll 0 0 no-repeat;
			padding: 3px 0 4px 90px;
			text-transform: uppercase;
		}

	
	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for images contained in the bodycontents */
		
		.imgLink {
			border: none;
		}
		
		.imgBorder {
			border: 1px solid #000000;
		}
		
	/*//---------------------------------------------*/
	/*// Form Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for forms contained in the bodycontents */
	
		.mainTable {
		
		}
		
		.mainTableBorder {
		
		}
		
		.tableRowHeader {
			background: #FF532F;
			text-align: center;
			font-weight: bold;
		}
		
		.tableRowFooter {
			background: #FF532F;
		}
		
		.textRequiredField {
		 color:#FE8103;
		 font-weight: bold;
		}
		
		.labelColumn {
		
		}
		
		table.borders {
			border-top: 5px solid #f26649;
			border-bottom: 5px solid #f26649;
		}
		
		.productDescrip {
			font-size: 20px;
			line-height: 25px;
		}
		
	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for any other contained in the bodycontents */
		
		.clear {
			clear: both;
		}
		
		.smallProdTable {
			font-size: 14px;
			color: #540102;
		}

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


				/* Cart popup Styles */

				#cartPopUp {
					width: 400px;
					border: #000000 solid 2px;
					background: #fff;
					position: absolute;
					z-index: 100;
					top: 40%;
					left: 50%;
					margin-left: -145px;
				}
				
				#cartPopupBorder1 {
					border: #A07E4E solid 2px;
				}
				
				#cartPopupBorder2 {
					border: #000000 solid 2px;
				}


				.cartPopUp-head {
					background: #FF532F;
					color: #fff;
				}

				.cartPopUp-head a, .cartPopUp-head a:visited  {
					color: #fff;
				}

				.cartPopUp-head a:hover {
					color: #00aeef;
				}

				.cartPopUp-body {
					padding: 5px;
					vertical-align: top;
					text-align: left;
				}
				
				.cartPopUp-extraCell {
					padding: 5px;
					vertical-align: top;
					border-top: solid 2px #000000
				}
				
				.btnViewCart {
					display: block;
					width: 200px;
					height: 25px;
					background: url(images/btn-view-cart.png) no-repeat;
					margin: 0 0 4px 0;
				}
				
				.btnViewCart span{
					display: none;
				}
				
				.btnContinueShop {
					display: block;
					width: 200px;
					height: 25px;
					background: url(images/btn-continue-shopping.png) no-repeat;
					margin: 0 0 4px 0;
				}
				
				.btnContinueShop span{
					display: none;
				}
				
				a.btnCheckout {
					display: block;
					width: 46px;
					height: 17px;
					background: url(images/submitBtn.png) no-repeat;
					margin: 2px auto 5px auto;
					
				}
				
				a.btnCheckout span{
					display: none;
				}

