/*//---------------------------------------------*/
/*// 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: 13px;
			font-family: Georgia, Times, 'Times New Roman', serif;
		}
		
		#siteContainer {
			width: 934px;
			margin: auto;
		}
		
		#cartContainerTable {
			width: 210px;
			height: 64px;
			float: right;
			clear: none;
			padding: 82px 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: 82px 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: 757px;
			padding: 0;
			vertical-align: top;
		}
		
		#contentGlow {
			width: 757px;
			background: url(images/contentForeBackground.jpg) no-repeat; /* this is the white glow at the top of the content area */
			padding: 1px 0 0 0;
		}
		
		.contentPadding {
			padding: 0 20px 0 15px;
			line-height: 20px;
		}
	
	/*//---------------------------------------------*/
	/*// 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: 146px;
		}
		
		#headerLink {
			display: block;
			width: 283px;
			height: 146px;
			background: url(images/logo.gif) no-repeat;
			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:737px;
		}
		
		a.headerPhotoLeft {
		    display: block;
			width: 184px;
			height: 393px;
			background: url(images/blogPhoto.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: 364px;
			height: 393px;
			background: url(images/headerPhotoCenter.jpg) no-repeat;
		}
		
		.headerPhotoRight {
		    display: block;
			width: 189px;
			height: 393px;
			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 */
		
		ul#nav {
			list-style-type: none;
			padding: 0;
			margin: 0 0 0 20px;
		}
		
		ul#nav li {
			padding: 0 0 5px 0;
			margin: 0;
		}
		
		ul#nav li a{
			display: block;
			color: #eee2d5;
			font-size: 16px;
			font-weight: bold;
			text-transform: lowercase;
			font-family: 'Trebuchet MS', Verdana, sans-serif;
			text-decoration: none;
			padding: 0 0 0 32px;
			height: 26px;
			line-height: 26px;
		}
		
		ul#nav li a:hover{
			background: url(images/nav-over.gif) no-repeat;
			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;
		}
		
		#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 */
	
	/*//---------------------------------------------*/
	/*// Link Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for links contained in the bodycontents */
		
		a {
			color: #000000;
			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;
		}

	
	/*//---------------------------------------------*/
	/*// 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 {
	
	}
	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for any other contained in the bodycontents */

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