@charset "utf-8";
/* CSS Document */

body {
	width: 100%;
	font: normal 10px Arial, Helvetica, 'Trebuchet MS', sans-serif;
	background: #fff url(../img/bg_body.png) repeat-x top center;
	color: #acadaf;
	
}
#wrapper {
	width: 100%;
	
	
}
/**********************************************************
	header */
#header {
	position: relative;
	width: 1000px;
	height: 71px;
	margin-left:auto;
	margin-right:auto;
	
	
}
	#header h1 {
		position: absolute;
		top: 0;
		right: 0;
/*		float: right;
*/		width: 133px;
		height: 69px;
		background: transparent url(../img/jofco_logo.png) no-repeat top left;
		overflow: hidden;
	}
	#header h1 a {
		display: block;
		width: 132px;
		height: 69px;
		text-indent: -999em;
	}
	
	/**********************************************
		topNav */
	#topNav {
		text-transform: uppercase;
		z-index:9999;
	}
		#topNav li.trigger {
			margin-top: 28px;
		}
		#topNav a {
			display: block;
			text-decoration: none;
			color: #9d9fa1;
			padding: 2px 0;
		}
		#topNav li.trigger a {
			padding: 2px 5px;
			font-weight: bold;
			background: transparent url(../img/bg_topnav_li.png) no-repeat center right;
		}
		#topNav li.trigger a.trigger {
			background: transparent url(../img/bg_topnav_li.png) no-repeat center right;
		}
		#topNav li.last a.trigger {
			background: none;
		}
		#topNav li.trigger:hover,
		#topNav li.sfhover {	
			background: transparent url(../img/bg_trigger_left.png) no-repeat top left;
		}
		#topNav li.trigger:hover a.trigger,
		#topNav li.sfhover a.trigger {	
			background: transparent url(../img/bg_trigger_right.png) no-repeat top right;
		
		}
		#topNav li.trigger:hover a,
		#topNav li.sfhover a {
			color: #f79020;
		}
		#topNav li {
			float: left;
		}
		#topNav li ul {
			position: absolute;
			z-index: 1000;
			width: 110px;
			left: -999em;
			background-color: #f7f7f8;
		}
		#topNav li ul li {
			background: transparent url(../img/bg_dropdown_left.png) repeat-y top left;
		}
		#topNav li ul li.last {
			background: transparent url(../img/bg_dropdown_bottom_left.png) no-repeat bottom left;
		}
		#topNav li.trigger ul a {
			width: 100px;
			color: #f79020;
			font-size: 9px;
			font-weight: normal;
			background: transparent url(../img/bg_dropdown_right.png) repeat-y top right;
		}
		#topNav li ul li.first a {
			background: transparent url(../img/bg_dropdown_top_right.png) no-repeat top right;
		}
		#topNav li ul li.last a {
			background: transparent url(../img/bg_dropdown_bottom_right.png) no-repeat bottom right;
		}
		#topNav li ul.firstLevel a:hover {
			color: #9d9fa1;
		}
		#topNav li:hover ul {
			left: auto;
		}
		#topNav li:hover ul,
		#topNav li.sfhover ul {
			left: auto;
		}
		#topNav li.trigger ul ul {
			width: 150px;
			margin: -16px 0 0 110px;
		}
		#topNav li.trigger ul li ul.secondLevel li a {
			background: transparent url(../img/bg_dropdown_right.png) repeat-y top right;
		}
		#topNav li.trigger ul li ul.secondLevel li.first {
			background: transparent url(../img/bg_dropdown_second_left.png) no-repeat top left;
		}
		#topNav li.trigger ul li ul.secondLevel li.first a {
			background: transparent url(../img/bg_dropdown_second_right.png) no-repeat top right;
		}
		#topNav li.trigger ul li ul.secondLevel li.last a {
			background: transparent url(../img/bg_dropdown_bottom_right.png) no-repeat bottom right;
		}
		#topNav li.trigger ul ul a {
			width: 140px;
		}
		#topNav li:hover ul ul,
		#topNav li.sfhover ul ul {
			left: -999em;
		}
		#topNav li:hover ul,
		#topNav li li:hover ul,
		#topNav li.sfhover ul,
		#topNav li li.sfhover ul {
			left: auto;
		}
	
	/******************************
		search */
	#search {
		line-height: 69px;
		padding-left: 50px;
	}
		.txtSearch {
			display:inline-block;
			border: 1px solid #efeff0;
			width: 104px;
			height: 14px;
			margin:-6px 6px 0px 0px;
			vertical-align: middle;
			font: normal 9px "Trebuchet MS", Arial, Helvetica, sans-serif;
		}
		.btnSearch
		{
		    border:solid 0px #333;
		    text-transform: uppercase;
		    font-size:11px;
			color: #f78d19;
			height:24px;
			background-color:#f7f7f8;
			padding:8px 0px 0px 0px;
			text-decoration:none;
			cursor:pointer;
		}

/*******************************************************
	main */
#main {
	margin: 0 auto;
    padding: 4px 0 0;
    width: 1000px;
}

	/********************************************************
		nav */
	#nav {
		float: left;
		width: 97px;
		margin: 55px 18px 0 0;
		text-transform: uppercase;
		line-height: 12px;
	}
		#nav h3 {
			float: left;
			clear: left;
			width: 100%;
			font-weight: bold;
			font-size: 12px;
			color: #000;
		}
		#nav a {
			text-decoration: none;
		}
		#nav a:hover{
			text-decoration: underline;
		}
		#nav li.current a {
			color: #9D9FA1;
		}
		#nav h4 {
			float: left;
			clear: left;
			width: 100%;
			font-size: 11px;
			font-weight: bold;
			margin: 8px 0 2px 0;
		}
		#nav h4 a {
			display: block;
			color: #9d9fa1;
			padding-left: 6px;
			background: transparent url(../img/bg_nav_noncurrent.png) no-repeat 0px 3px;
		}
		#nav ul {
			margin: 0 0 2px 8px;
		}
		#nav li {
			margin: 1px 0;
			line-height: 10px;
		}
		#nav li a {
			font-size: 8px;
		}
		#nav #caseGoodsOn h4,
		#nav #frezzaCollectionOn h4,
		#nav #seatingOn h4,
		#nav #tablesOn h4 {
			margin: 3px 0 0 4px;
			color: #f79020;
		}
		#nav li a {
			display: block;
			padding-left: 6px;
			text-indent: -6px;
			color: #f79020;
		}
		#nav #caseGoodsOn,
		#nav #frezzaCollectionOn,
		#nav #seatingOn,
		#nav #tablesOn {
			float: left;
			width: 100%;
			background: transparent url(../img/bg_subnav_left.png) no-repeat top left;
		}
		#nav .currentNavRt {
			float: left;
			width: 100%;
			background: transparent url(../img/bg_subnav_right.png) no-repeat top right;
		}
		#nav .currentNavFoot {
			clear: both;
			width: 100%;
			height: 3px;
			background: transparent url(../img/bg_subnav_bot.png) no-repeat bottom left;
		}
		#nav .currentNavFootRt {
			width: 100%;
			height: 3px;
			background: transparent url(../img/bg_subnav_bot_right.png) no-repeat bottom right;
		}
	
	/********************************************************
		CMS nav */
	    #navCMS {
		    float: left;
		    width: 97px;
		    margin: 55px 18px 0 0;
		    text-transform: uppercase;
		    line-height: 12px;
	    }
		#navCMS h3 a{
			float: left;
			clear: left;
			width: 100%;
			font-weight: bold;
			font-size: 12px;
			color: #000;
			margin:0px 0 2px 0;
		}
		#navCMS a {
			text-decoration: none;
		}
		#navCMS a:hover{
			text-decoration: underline;
		}
		#navCMS li.current a {
			color: #9D9FA1;
		}
		#navCMS h4 {
			float: left;
			clear: left;
			width: 100%;
			font-size: 11px;
			font-weight: bold;
			margin:0px 0 2px 0;
		}
		#navCMS h4 a {
			display: block;
			color: #9d9fa1;
		}
		#navCMS h4 a.on
		{
		    color: #F78D19;
		}
		#navCMS h4.sub a {
			display: block;
			color: #9d9fa1;
			padding-left: 6px;
			background: transparent url(..../img/bg_nav_noncurrent.png) no-repeat 0px 3px;
		}
		#navCMS h4.sub a.on
		{
		    color: #F78D19;
		}
		#navCMS h4.subsub a {
			display: block;
			color: #9d9fa1;
			font-size: 90%;
			padding-left: 13px;
			background: transparent url(../img/bg_nav_noncurrent.png) no-repeat 6px 3px;
		}
		#navCMS h4.subsub a.on
		{
		    color: #F78D19;
		}
		#navCMS ul {
			margin: 0 0 2px 8px;
		}
		#navCMS li {
			margin: 1px 0;
			line-height: 10px;
		}
		#navCMS li a {
			font-size: 8px;
		}
		#navCMS li a {
			display: block;
			padding-left: 10px;
			color: #F78D19;
		}
		
	/******************************************************************************
		content */
	#content {
		float: left;
		width: 343px;
		margin-right: 18px;
	}
	
		.medImgLink {
			display: block;
			position: relative;
			margin:24px 0px 0px 0px;
			width: 343px;
			min-height:280px;
			text-align:center;
		}
		.medImgLinkBackground 
		{
		    width: 343px;
			min-height:280px;
			text-align:center;
			background-color:#f7f7f9;
		}
		img.medImg {
			display: block;
			margin:0px auto;
			
		}
		#productDesigner {
			float: right;
		}
		#productName {
			float: left;
		}
		
		/*******************************************
			tabbed content area */
		.ui-tabs-hide {
			display: none;
		}
		#copyNav {
			float: left;
			clear: left;
			margin-top: 10px;
			width: 343px;
			height:19px;
			font-weight: bold;
			font-size: 9px;
		}
			#copyNav li {
				float: left;
				height: 19px;
				background: transparent url(../img/bg_copy_nav_inactive_left.png) no-repeat top left;
			}
			#copyNav li.ui-tabs-selected {
				background: transparent url(../img/bg_copy_nav_active_left.png) no-repeat top left;
			}
			#copyNav li a {
				display: block;
				padding: 2px 3px 2px 2px;
				height: 15px;
				text-decoration: none;
				color: #9c9ea0;
				background: transparent url(../img/bg_copy_nav_inactive_right.png) no-repeat top right;
			}
			#copyNav li.ui-tabs-selected a {
				background: transparent url(../img/bg_copy_nav_active_right.png) no-repeat top right;
			}
			#copyNav li a:hover,
			#copyNav li.ui-tabs-selected a {
				color: #f78f1d;
			}
		/*********************************************
			general content styles */
		#copy {
			float: left;
			clear: left;
			width: 315px;
			padding: 14px 14px 50px 14px;
			margin-bottom: 50px;
			background: transparent url(../img/bg_copy.png) no-repeat bottom center;
		}
			#copy table {
				margin: .6em 0 1em;
				width: 100%;
			}
			#copy p {
				margin: .6em 0 1em;
			}
			#copy blockquote {
				margin: .6em 2.5em 1em;
			}
			#copy ul {
				margin: .6em 0 1em 2.5em;
				list-style-type: disc;
			}
			#copy ol {
				margin: .6em 0 1em 2.5em;
				list-style-type: decimal;
			}
			#copy h1,
			#copy h2,
			#copy h3,
			#copy h4,
			#copy h5,
			#copy h6 {
				font-weight: bold;
				margin: 1em 0 0;
				text-transform: uppercase;
			}
			#copy h1 {
				font-size: 235%;
			}
			#copy h2 {
				font-size: 175%;
			}
			#copy h3 {
				font-size: 115%;
			}
			#copy h4 {
				font-size: 100%;
			}
			#copy h5 {
				font-size: 85%;
			}
			#copy h6 {
				font-size: 75%;
			}
			#copy a {
				color:#9d9fa1;
			}
			#copy .leftCol,
			#copy .rightCol {
				float: left;
			}
		
		    #CMS table {
				margin: .6em 0 1em;
				width: 100%;
				
			}
			#CMS p {
				margin: .6em 0 1em;
			}
			#CMS blockquote {
				margin: .6em 2.5em 1em;
			}
			#CMS ul {
				margin: .6em 0 1em 2.5em;
				list-style-type: disc;
			}
			#CMS ol {
				margin: .6em 0 1em 2.5em;
				list-style-type: decimal;
			}
			#CMS h1,
			#CMS h2,
			#CMS h3,
			#CMS h4,
			#CMS h5,
			#CMS h6 {
				font-weight: bold;
				margin: 1em 0 0;
				text-transform: uppercase;
			}
			#CMS h1 {
				font-size: 110%;
				color:#000;
			}
			#CMS h2 {
				font-size: 110%;
			}
			#CMS h3 {
				font-size: 100%;
				color:#000;
			}
			#CMS h4 {
				font-size: 100%;
			}
			#CMS h5 {
				font-size: 75%;
				color:#000;
				text-transform:none;
			}
			#CMS h6 {
				font-size: 75%;
				text-transform:none;
			}
			#CMS a {
				color: #000;
			}
			#CMS a:hover {
				color: #f79020;
				text-decoration:none;
			}
			
			#ContentBox
			{
			    margin:50px 0px 0px 0px;
			    
			}
			
			#Home
			{
			    z-index:1;
			    width:746px;
			    margin-left:auto;
			    margin-right:auto;
			}
			
			/**********************************
				features tab */
			#features .leftCol {
				width: 138px;
				padding: 0 13px 0 6px;
			}
			#features .rightCol {
				width: 138px;
				padding: 0 6px 0 13px;
				border-left: 1px solid #bcbdbf;
			}
			#features h3 {
				color: #000;
				font-size: 11px;
				text-transform: none;
				margin-bottom: 11px;
			}
			#features ul {
				text-transform: uppercase;
				font-size: 8px;
				list-style: none;
				margin: 0;
			}
			#features ul ul {
				margin-left: 11px;	
			}
			
			/**************************************
				resources tab */			
			#resources p {
				margin-top: 0;
			}
			
			/*************************************
				quickship tab */
			#quickShip .leftCol {
				width: 104px;
				padding-right: 13px;
			}
			#quickShip .rightCol {
				width: 168px;
				padding: 0 6px 0 20px;
				border-left: 1px solid #bcbdbf;
			}
			#quickShip .quickShipItem {
				float: left;
			}
			#quickShip .quickShipItem .itemId {
				font-weight: bold;
				color: #000;
				font-size: 9px;
			}
			#quickShip .quickShipItem .itemName {
				font-size: 8px;
			}
			/**************************************
				related products tab */
			#relatedProducts .relatedProduct {
				float: left;
				margin-right: 30px;
				font-size: 8px;
				text-transform: uppercase;
			}
			#relatedProducts .relatedProduct a {
				text-decoration: none;
				color: #acadaf;
			}
	
	/***************************************************
		thumbs area */
	#thumbs {
		float: left;
		width: 202px;
	}
		#thumbs a {
			float: left;
			position: relative;
			width: 72px;
			height: 72px;
			margin: 0 29px 6px 0;
			cursor:pointer;
		}
		#thumbs a img {
			display: block;
			position: absolute;
			top: 25px;
		}

/***************************************************
    forms */
.frmRow
{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

.frmRow label
{
    display:inline-block;
    vertical-align:bottom;
    margin-bottom:6px;
    width:70px;
}

.txtBox
{
    border:solid 1px #ccc;
    padding:0px;
    margin:0px 0px 4px 0px;
    width:150px;
    height:20px;
}

.txtField
{
    border:solid 1px #ccc;
    padding:0px;
    margin:0px 0px 4px 0px;
    width:150px;
    height:60px;
}

.txtBoxZip
{
    border:solid 1px #ccc;
    padding:0px;
    margin:0px 0px 4px 0px;
    width:60px;
    height:20px;
}

.btnApply
{
    border:solid 0px #333;
    text-transform: uppercase;
    font-size:11px;
	color:#f78d19;
	height:24px;
	background-color:Transparent;
	padding:8px 0px 0px 0px;
	text-decoration:none;
	cursor:pointer;
}

/***************************************************
    products pages */

.ProdCatRow
{
    margin:56px 0px 0px 0px;
    width:762px;
    float:left;
}

.ProdBox
{
    min-height:110px;
    height:auto !important;
    height:110px;
}
.ProdCat a
{
    color:#9d9fa1;
    text-decoration:none;
}

.ProdCat a:hover
{
    color:#F78D19;
    text-decoration:underline;
}

.ProdMain
{
    margin:56px 0px 0px 0px;
}

.ProdMain td
{
    padding:0px 9px 0px 9px;
    width:20%
}

.ProdMain a
{
    color:#9d9fa1;
    text-decoration:none;
}

.ProdMain a:hover
{
    color:#F78D19;
    text-decoration:underline;
}


.conInfo
{
    float:right;
    margin:-496px 60px 0px 0px;
}

#copy a.lnkRequest
{
    color:#9d9fa1;
}

#features a.lnkRequest
{
    text-decoration:none;
}

.imgBorder
{
    border:solid 1px #F78D19 !important;
}

.medImgBorder
{
    border:solid 2px #F78D19 !important;
    border-top-style:none !important;
    border-left-style:none !important;
}

/********************Home Page Sytles **********************/

#bottomSection {
	width: 1000px;
	min-height: 400px;
	position: relative;
	top: -50px;
}
#leftBottom {
	/*width: 493px;*/
	min-height: 200px;
	float: left;
}
#rightBottom {
	/*width: 495px;*/
	min-height: 200px;
	float: left;
}
.sectionHeaderLong {
	width: 475px;
	height: 52px;
	background-color: #f0f0f0;
	background-image: url(../img/sectionBG.jpg);
	background-position: right;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3b3b3b;
}
.sectionHeaderLong p {
	padding: 21px 15px 0
}
.sectionHeader {
	width: 223px;
	height: 52px;
	background-color: #f0f0f0;
	background-image: url(../img/sectionBG.jpg);
	background-position: right;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3b3b3b;
}
.sectionHeader p {
	padding: 21px 15px 0;
}
.section {
	width: 219px;
	min-height: 100px;
	float: left;
	color: #95979a;
	font-size: 13px;
	line-height: 18px;
}
.section img {
	border: 1px solid #c7c7c7;
	margin-bottom: 15px;
	margin-top: 12px;
}
.section a {
	font-size: 11px;
	color: #e36c09;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 10px;
	background-image: url(../img/sectionLinkOff.jpg);
	background-position: right 2px;
	background-repeat: no-repeat;
}
.section a:hover {
	background-image: url(../img/sectionLinkOn.jpg);
	text-decoration: underline;
}
.title {
	color: #606163;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}
.smallColumn {
	float: left;
	width:246px;
}
.smallColumnFloat {
	float: left;
	width:246px;
	margin-left: 5px;
}
.darkBorder {
	width: 100%;
	height: 1px;
	background-color: #e5e5e6;
	margin-top: 17px;
	margin-bottom: 5px;
}
