@charset "utf-8";
/* CSS Document */

body {
	background:#999999;
	padding:0px;
	margin:0px;
}


#navHeader {
	width: 100%;
	background:#FFFFFF;
	position:relative;
	height:60px;
	text-align: center;
	border-bottom: solid 3px #C2272D;
}

#navHolder {
	width: 780px;
	margin: 0 auto;
	
}

#container {
	width: 780px;
	/* margin-left: 300px; */
	margin: 0 auto;
	text-align:left;
	background: #FFFFFF;
}

#logo {
	width:150px;
	float: left;
	padding-top:0px;	
}

/* TOP NAV BAR */

/*
 * Vollkorn font is copyrighted by the vendor listed below.
 * @vendor:     FRiTZe
 * @vendorurl:  http://www.grafikfritze.de/
 * @licenseurl: http://www.fontsquirrel.com/license/Vollkorn

 
 @font-face {
	font-family: 'VollkornRegular';
	src: url('vollkorn.eot');
	src: local('Vollkorn Regular'), local('Vollkorn'), url('vollkorn.ttf') format('truetype');
}

 */


#nav {
	width: 630px;
	float:left;
	text-align:left;
	padding-top:30px;
	color:#3A3A3A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* font-family: "VollkornRegular", Verdana, Arial, Helvetica, sans-serif; */
	font-size:14.5px;
	font-weight: normal;
	
}

#nav ul 
	{ 
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: left;
	}

#nav ul li { display: inline; }

#nav ul li a {
		text-decoration:none;
		color:#990000;
		}
		
#nav ul li a:hover {
		text-decoration: underline;
		color: #660000;
		}
/* END TOP NAV BAR */


/* START SECONDARY NAV BAR */
#secondNav {
	clear: both;
	width: 780px;
	height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image:url(images/secondNav_bar_bg2.gif);
	background-repeat:repeat-x;
	background-color:#CCCCCC;
	display: block;
	border-top: 1px #000066 solid;
}

#secondNav ul 
	{ 
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: center;
	}

#secondNav ul li { display: inline;
padding-left: 20px;
	
}

#secondNav ul li a {
		text-decoration:none;
		color: #000033;
		}
		
#secondNav ul li a:hover {
		text-decoration: underline;
		color: #660000;
		}

/* END SECOND NAV BAR */

/* HOLDS THE LARGE 780px x 299px IMAGE */
#lowerContainer {
	clear: both;
	width: 780px;
	/* background: #FFFFFF; */
	position: inherit;
}

/* HOLDS THE LARGE 780px x 299px IMAGE for mainpage*/
#lowerContainer2 {
	clear: both;
	width: 780px;
	background: #333333;
	position: inherit;
}

/* FOR SECONDARY PAGES -- LEFT DIVIDER BANNER IMAGE */
#lowerConLeft {
	float: left;
	width: 401px;
	background: #FFFFFF;
	position: inherit;
}

#lowerConRight {
	float: right;
	width: 370px;
	background: #FFFFFF;
	position: inherit;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight:normal;
	padding: 5px 5px 0px 1px;
}

#lowerConRight p {
	padding-right: 15px;
}

/* Product Showcase */
#products {
	clear: both;
	width: 780px;
	background: #FFFFFF;
	border-top: 2px solid #FFFFFF;
	/* position: inherit; */
}

#halacha {
	clear: both;
	width: 720px;
	background: #FFFFFF;
	margin: 0 20px 0 40px;
	text-align: left;
	font-size: 17px;
	font-family: "Times New Roman", Times, serif;
	
}

/* Israel Shopping - top right (flag) */
#alternateSite {
	position: absolute;
	width: 175px;
	height: 175px;
	z-index: 1;
	margin-left: 1100px;
	margin-top: 10px;
}

/* Shopping Cart Button */
#cart {
	position: absolute;
	width: 175px;
	height: 175px;
	z-index: 1;
	margin-left: 1100px;
	margin-top: -50px;
}

.colorBarHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	display: block;
	color: #FFFFFF;
	background-color: #003366;
	padding: 3px 2px 10px 10px;
}

.colorBarHeader a
{
	color: #FFFFFF;
}

.colorBarHeader a:hover
{
	text-decoration: none;
	color: #FFFFFF;
}

#blurbLeft {
	float: left;
	/* margin-left: 390; */
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 125%;
	width: 370px;
	display: block;
	background: #FFFFFF;
	text-indent: 2px;
	text-align: left;
	padding: 25px 10px 5px 15px;	
}

#blurbRight {
	float: right;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 125%;
	text-indent: 2px;
	width: 370px;
	text-align: left;
	display: block;
	background: #FFFFFF;
	padding: 25px 10px 5px 5px;
}

#footer {
	clear: both;
	width: 780px;
	background:#000066;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	text-align: center;
}

/* FOR TABLES */
#featureProd {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #FFFFFF;
	border-collapse: collapse;
	text-align: left;
}

#featureProd td {
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 12px 8px 14px 8px;
}

#featureProd a {
	text-decoration: none;
	color: #669;
	}

#featureProd a:hover
{
	text-decoration: none;
	color: #009;
}


.headline1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#990000;
	font-weight: bold;
	line-height: 120%;
}

.smallGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E4E4E0;
}

.smallBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}


.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding-left: 115px;
}

.price2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

#colourPicks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background: #FFFFFF;
}

#colourPicks ul {
	list-style-type: none;
	text-align: left;
}
/* I WANT THIS TO BE A VERTICAL LIST 
#colourPicks ul li { display: inline;
}
*/

#colourPicks ul li a {
		text-decoration:none;
		color:#990000;
		}
		
#colourPicks ul li a:hover {
		text-decoration: underline;
		color: #660000;
		}
/* TABLE FORMATTING & IMG IN TABLE FORMATTING */
.niceBox {
	padding: 0px 25px 25px 25px;
	color: #990000;
	border-left: solid 6px #b9c9fe;
	text-align: left;
	}

.niceBox img {
	padding-right: 15px;
}


/* CATALOG TABLE */
#box-table-a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-collapse: collapse;
}

#box-table-a th
{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding: 4px 4px 2px 10px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 3px solid #FFFFFF;
	color: #039;
}

#box-table-a td
{
	padding: 12px 8px 2px;
	border-bottom: 1px solid #000099;
}

.RelatedLinkHeader
{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	color:#444444;
	text-align: left;
	padding-left: 40px;
	line-height: 50%;
}

.RelatedLinks
{
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 16px;
	color:#000000;
	text-align: left;
	padding-left: 55px;
	line-height: 90%;
}

.RelatedLinks a hover
{
	color:#333366;
}

.niceList
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 140%;
	color: #333399;
	text-indent: -5px;
	margin-left: -15px;
	}

.prettyList
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		line-height: 130%;
		list-style: circle;
		color:#000099;
		margin-left: -20px;

	}

.prodColour
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #003366;
}

.TOC
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	text-align: left;
	margin-left: 15px;
	line-height: 120%;
}

.rowStyleBox
{
	display: block;
	background-color:#FFFF88;
	margin: 3px;
	border-style: dashed;
	border-color: #996600;
	border-width: 1px;

}

.bigCentered
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-align: center;
	font-weight: bold;
	color: #990000;
}

.whoaBack
{
	margin-left: -30px;
}

.bgImageTable
{
	background-image: url('images/kosherclock3_buynow2.jpg');
	background-repeat:no-repeat;
	background-color:black; 
}

.awayFromRight
{
	color:white;
	font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:right;
	font-weight:bold;
	padding: 0px 32px 0px 0px;
}

#newBox
{
	clear: both;
	width: 100%;
}

.whiteCentered
{
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

.leftNice
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #996633;
	text-align: center;
	margin-left: 17px;
}


.bigAndBoldBlue
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #006;
	text-align: center;
	font-weight: bold;
}
