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

/* Container presentation starts here */
#container
{
	font-weight: bold;
	background: #FFFFFF url(../images/witfordPageBackgroundWithHdr.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
}

/* SIDEBAR */
/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
#sidebar1 ul
{
	margin: 60px 0 0 10px;
	padding: 0;
	list-style-type: none;
	font-size: 0.7em;
	cursor: default;
	width: 15em;
	text-align: right;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
#sidebar1 li
{
	margin: 0 0 .8em 0;
	padding: .1em 0 .1em 0;
	position: relative;
	cursor: pointer;
}
/* Menu items are a white block, orange text, with padding and no text decoration */
#sidebar1 a
{
	display: block;
	cursor: pointer;
	background-color: #FFFFFF; /* white */
	text-decoration: none;
}
#sidebar1 a:link, #sidebar1 a:visited {
	color: #c75f3f;
}
#sidebar1 a:hover, #sidebar1 a:active, #sidebar1 a:focus {
	color: #398f38;	
}
#sidebar1 p
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 15px 0 0 10px;
	padding: 0;
	list-style-type: none;
	font-size: 0.7em;
	cursor: default;
	width: 15em;
	text-align: right;
}

/* CONTROLS THE BEHAVIOR OF THE CURRENT PAGE'S NAVIGATION LINK */
/* Menu item of the current page.  The menu item is still an active link.  The link color is dark green and the underline is removed. */
/* #thisPage #linkToThisPage */
#homePage #homeLink a, #vendorsPage #vendorsLink a, #whatsNewPage #whatsNewLink a, #samplePiecesPage #samplePiecesLink a, #designerShowcasePage #designerShowcaseLink a, #whatsHappeningPage #whatsHappeningLink a, #aboutUsPage #aboutUsLink a, #contactUsPage #contactUsLink a {
	color: #398f38; 
	text-decoration: none;
}

/* Menu item of the current page.  When moused over, the mouse has the default cursor, the arrow. */
/* #thisPage #linkToThisPage */
#homePage #homeLink a:hover, #vendorsPage #vendorsLink a:hover, #whatsNewPage #whatsNewLink a:hover, #samplePiecesPage #samplePiecesLink a:hover, #designerShowcasePage #designerShowcaseLink a:hover, #whatsHappeningPage #whatsHappeningLink a:hover, #aboutUsPage #aboutUsLink a:hover, #contactUsPage #contactUsLink a:hover {
	cursor: default;	
}

/* MAIN CONTENT */
/* The main content area of the page. */
#mainContent h1 
{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #c75f3f;
	font-size: 2.0em;
	text-align:left;
	line-height: 1.0em;
	word-spacing: .25em;
	padding: 0 0 5px 0;
	margin: 0 0 0 0;
}
#mainContent h2
{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #c75f3f;
	font-size: .95em;
	text-align: left;
	line-height: 1.0em;
	word-spacing: .25em;
	padding: 0 0 3px 0;
	margin: 10px 0 0 0;
}
#mainContent p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .68em;
	text-align: left;
	line-height: 1.25em;
	word-spacing: .25em;
	padding: 3px 0 3px 0;
	margin: 0 0 0 0;
}
#mainContent p.bottomIcons
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#mainContent a 
{
	cursor: pointer;
	text-decoration: none;
	color: #666;
	font-weight: normal;
	font-size: 0.95em;
}
#mainContent a img.vendor
{
	border: none;
}
#mainContent a img.bottomButtons
{
	border: none;
}
#mainContent a img.featurePhoto
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: none;
	width: 540px;
	height: 230px;
}
#mainContent a img.medImagePlus
{
	padding: 0 0 0 0;
	margin: 0 0 5px 0;
	border: none;
	width: 88px;
	height: 119px;
}
#mainContent ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .68em;
	text-align: left;
	line-height: 1.25em;
	word-spacing: .25em;
	padding: 3px 0 3px 0;
	margin: 0 0 0 0;
	list-style-type: disc;
}
#mainContent li
{
	list-style-type: disc;
	list-style-position: inside;
}
#internalContent img
{
	border: none;
	width: 88px;
	height: 88px;
}
#whatsHappeningInternalContent h2
{
	margin: 0;
	padding: 0;
	/* line-height: .1em; */
}
#whatsHappeningInternalContent h5
{
	margin: 0;
	padding: 0;
	/* line-height: .1em; */
}
#whatsHappeningInternalContent p.calendar 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	text-align: left;
	word-spacing: 0.05em;
	color: #666;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#whatsHappeningInternalContent br.clearfloat /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
{
	clear:left;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0;
}

/* FOOTER */
#footer p
{
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: justify;
	line-height: 1.5em;
	word-spacing: .07em;
}
#footer a
{
	/* display: block; */
	cursor: pointer;
	padding: 0.3em 0 0.3em 0;
	text-decoration: none;
	color: #c75f3f;
}

