/* CSS Document - tjc.css */
/* Author: Jerry Brown jerry@cheapblue.com */
/* Client: Timothy Jay Candles info@timothyjaycandles.com  */

/*  BODY STYLE */
	body {
/*		background-image: url("images/tjc_bg_232428.jpg"); */
		margin-top: 3px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		font-family: arial, helvetica, sans-serif;
		font-size: 10px;
		color: #cccccc;
		background-color:#232428;
		background-image: url("images/tjc_bg_232428.jpg");
		text-align:left;
		
	}
	
	p {
	text-align:left;
	}
	
		input {
	font-size:10px;
	
	}
	
		select {
	font-size:10px;
	
	}
	
	
	 a:link 		{color: #cccccc;}
	 a:visited	{color: #cccccc;}
	 a:active 	{color: #cccccc; }
	 a:hover		{color: #99CC00;}

	
/*  PARAGRAPH STYLES - VARIOUS */	
	p.textDarkRed 	{color: #990000;}
	p.textBlack 	{color: #000000;}
	p.textVetBlue	{color: #346860;}
	p.textVetLtBlue	{color: #568a82;}
	p.textLeft 		{text-align: left;}
	p.textRight 	{text-align: right;}
	p.textCenter 	{text-align: center;}
	p.textIndent05  {margin-left: 5px;}
	p.textIndent10	{text-align: left; text-indent: 10px;}
	p.textIndent15	{text-align: left; text-indent: 15px;}		
	p.textIndent20	{text-align: left; text-indent: 20px;}
	
	p.textLeftPrivate 		{text-align: left; padding-left: 5px; color: #cccccc; font-size: 10px; font-style: italic;}
	
/* LINK STYLES */

	.tdSubHead a:link 		{color: #cccccc; font-size: 10px; font-weight: bold; text-transform: uppercase; text-decoration: none;}
	.tdSubHead a:visited	{color: #cccccc; font-size: 10px; font-weight: bold; text-transform: uppercase; text-decoration: none;}
	.tdSubHead a:active 	{color: #cccccc; font-size: 10px; font-weight: bold; text-transform: uppercase; text-decoration: none;}
	.tdSubHead a:hover		{color: #99CC00; font-size: 10px; font-weight: bold; text-transform: uppercase; text-decoration: underline;}
	
	.tdHomeCell a:link 		{color: #cccccc; font-size: 10px; font-weight: bold; text-transform: uppercase; text-decoration: none;}
	.tdHomeCell a:visited	{color: #cccccc; font-size: 10px; font-weight: bold; text-transform: uppercase; text-decoration: none;}
	.tdHomeCell a:active 	{color: #cccccc; font-size: 10px; font-weight: bold; text-transform: uppercase; text-decoration: none;}
	.tdHomeCell a:hover		{color: #99CC00; font-size: 10px; font-weight: bold; text-transform: uppercase; text-decoration: underline;}
	
	.tdPrivateRightIntCell a:link		{color: #ffffff; font-size: 11px; font-weight: bold; text-decoration: none;}
	.tdPrivateRightIntCell a:visited	{color: #ffffff; font-size: 11px; font-weight: bold; text-decoration: none;}
	.tdPrivateRightIntCell a:active 	{color: #ffffff; font-size: 11px; font-weight: bold; text-decoration: none;}
	.tdPrivateRightIntCell a:hover		{color: #99CC00; font-size: 11px; font-weight: bold; text-decoration: underline;}

	
/* 	HEADLINE STYLES */
	h1 {
		font-size: 16px;
		color: #003366;
		font-style: normal;
		font-weight: bold;
		font-variant: small-caps;
	}
	
	h2 {
		font-size: 16px;
		color: #346860;
		font-style: normal;
		font-weight: bold;
	}

/* IMAGE STYLES */
	
/* 	img Border Style Left*/
	img.imgStyleLeft {
		border-style: solid;
		border-color: #cccccc;
		border-width: 1px;
		margin-left: 8px;
		margin-bottom: 3px;
	}
	
/* 	img Border Style Right */
	img.imgStyleRight {
		border-style: solid;
		border-color: #cccccc;
		border-width: 1px;
		margin-right: 8px;
		margin-bottom: 3px;
	}
	
/* House of Timothy Jay - Home of the American Candle */
	img.imgHouseOf {
		padding-right: 0px;
	}

/* TABLE AND CELL STYLES */
	
/*  Header Table - Table & Cell Styles */
	table.tableHeader {
	width: 820px;
	/*		height: 110px; */
		margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	}
	
/*  MainBox Table - Table & Cell Styles */
	table.tableMainBox {
	width: 820px;
	height: 248px;
	border-style: solid;
	border-color: #444455;
	border-width: 1px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	}
	

/*  SubMenu Table - Table & Cell Styles */
	table.tableSubMenu {
	width: 820px;
	height: 15px;
	margin-right: auto;
	margin-left: auto;
	}
	
/*  Home Content Table - Table & Cell Styles */
	table.tableHomeContentBox {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	}
	
/*  Content Table - Table & Cell Styles */
	table.tableContentBox {
	width: 820px;
	border-style: solid;
	border-color: #444455;
	border-width: 1px;
	padding-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	}
	
	
/*  Content Table - Table & Cell Styles */
	table.tableShopBoxMain {
	width:600px;
	border-style: solid;
	border-color: #444455;
	border-width: 1px;
	padding-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	}
	
table.tableShopBoxLeft {
	width:380px;
	border-style: solid;
	border-color: #444455;
	border-width: 1px;
	padding-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	}
	
	table.tableShopBoxRight {
	width:220px;
	border-style: solid;
	border-color: #444455;
	border-width: 1px;
	padding-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	}
	
	
table.tableShopBoxNav {
	width:200px;
	/* border-style: solid;
	border-color: #444455;
	border-width: 1px;
	*/
	padding-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	}
	
/*  Legal Table - Table & Cell Styles */
	table.tableLegal {
	width: 820px;
	height: 20px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	margin-right: auto;
	margin-left: auto;
	}
	
.legal {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	height:20px;
	padding:10px;
}

/* HomePage Cell Style */
	td.tdHomeCell {
	border-style: solid;
	border-color: #444455;
	border-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #aaaaaa;
	padding: 10px;
	line-height: 14px;
	}
	
/* HomePage Tim Cell Style */
	td.tdHomeTimCell {
	border-style: solid;
	border-color: #444455;
	border-width: 1px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #aaaaaa;
	padding: 10px;
	background-image: url(images/home_tim.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
	/* HomePage Great American Cell Style */
	td.tdHomeGreatAmericanCell {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #aaaaaa;
	line-height: 14px;
	padding: 10px;
	}
	
/* OtherPage Cell Style */
	td.tdPageCell {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
	line-height: 15px;
	padding-right: 15px;
	padding-left: 15px;
	}
	
/* Private Label Right Cell Style */
	td.tdPrivateRightCell {
/*		background-image: url(images/candles_privateRight510.jpg); */
		background-repeat: no-repeat;
		border-style: solid;
		border-color: #444455;
		border-width: 1px;
		padding: 10px;
	}
	
/* Private Label Right Interior Cell Style */
	td.tdPrivateRightIntCell {
		margin-left: 5px;
		margin-right: 15px;
		font-family: arial, helvetica, sans-serif;
		font-size: 11px;
		color: #ffffff;
		line-height: 15px;
	}
	
/* Contact Page Cell Style */
	td.tdContactCell {
		font-family: arial, helvetica, sans-serif;
		font-size: 11px;
		color: #ffffff;
		line-height: 15px;
	}
	
/* Divider Cell Style */
	td.tdDividerCell {
		background-image: url("images/line_vertGry02.jpg");
	}
	
	td.tdSubHead {
	font-size: 10px;
	color: #cccccc;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	}
		
.textPrivateLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #CCCCCC;
	text-align: left;
	text-indent: 10px;
}
#Container {
	text-align: center;
	width: 822px;
	margin-right: auto;
	margin-left: auto;
}

