@charset "utf-8";
/* CSS Document */

/* - ========== Global Styles ========== - */
body {
	background-color: #fff;
	font-family:arial,helvetica,verdana,sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color:#333;
	line-height: 24px;
}
a {
	text-decoration: none;
	color: #ff3333;
}
a:hover {
	text-decoration: underline;
	color: #999;
}
a:visited {
	text-decoration: none;
	color: #ff3333;
}

/* This style forces the containing element to display the full size
   of the element. Helpful with floated elements by providing clearance. */
.breaker {
	clear: both;
	height: 0;
}

/* - ========== Wrapping Styles ========== - */
#home {
	background: #fff url(../images/greybar.jpg) repeat-x;
}
#contentWrapper {
	width:1040px;
	font-size:18px;
}
/* - ========== Landing Page Styles ========== - */
#landingContentWrapper {
	width:800px;
	font-size:18px;
	margin: 30px 0 0 0;
}
#landingWrapper {
	background-color:#666;
	margin: 0px auto;
	padding: 0;
	width: 800px;
	height: 40px;
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 24px;
	text-align: left;
	border-bottom: 2px solid #fff;
	float: left;
}
#landingWrapper a,
#landingWrapper a:visited,
#landingWrapper a:link {
	text-decoration: none;
	color: #fff;
	padding: 7px 25px 7px 0px;
	float: right;
}
#landingWrapper a:hover {
	text-decoration: none;
	color: #ff3333;
	padding: 7px 25px 7px 0px;
}
#landingWrapper .logo {
	width: 678px;
	height: 40px;
	float: left;
}
#landingslideshow {
	background-color:#fff;
	width: 800px;
	height: 400px;
	float: left;
	margin: 0;
	padding: 0;
}
#mainLandingNav {
	width: 100%;
	clear: both;
}
.mainNavBreaker {
	padding: 0px 0 0px 0;
	font-size: 12px;
}
#landingNav {
	margin: 0; 
	padding: 0;
	width: 780px;
	height: 40px;
}
#landingNav ul { 
 	list-style: none;
	clear: both;
}
#landingNav ul li {  
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 12px;
	font-weight: 400;
	color:#333; 
	display: inline; 
}
#landingNav ul li a,
#landingNav ul li a:visited,
#landingNav ul li a:link { 
	background: #fff;
	color: #333;
	border-top-style:solid;
	border-top-width: 2px;
	border-top-color:#fff;
	text-decoration: none;
	padding: 6px 30px 6px 30px; 
	float:left;
}
#landingNav ul li a:hover { 
	background: #333;
	color:#fff; 
	border-top-style:solid;
	border-top-width: 2px;
	border-top-color:#fff;
	padding: 6px 30px 6px 30px;
	text-decoration: none;  
}
#landingintro {
	background-color: #fff;
	margin: 0;
	width: 800px;
	padding: 0 0 20px 0px;
	text-align: center;
	clear:right;
}
#landingintro .headline {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-size: 36px;
	font-weight: 400;
	color: #333;
}
#landingintro h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	color: #666;
}

/* - ========== Top Nav Styles ========== - */
#topNavSpaceWrapper {
	width: 200px;
	height: 40px;
	margin: 30px 0 0 0;
	border-bottom-style:solid;
	border-bottom-width: 2px;
	border-bottom-color:#fff;
	float: left;
	clear: both;
}
#logoWrapper {
	width: 672px;
	height: 40px;
	margin: 30px 0 0 0;
	border-bottom-style:solid;
	border-bottom-width: 2px;
	border-bottom-color:#fff;
	float: left;
}
#topNavLinkWrapper {
	width: 160px;
	height: 40px;
	margin: 30px 0 0 0;
	border-bottom-style:solid;
	border-bottom-width: 2px;
	border-bottom-color:#fff;
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 24px;
	text-align: left;
	float: left;
	overflow:hidden;
	padding: 0 0px 0 0px;
}
#topNavLinkWrapper a,
#topNavLinkWrapper a:visited,
#topNavLinkWrapper a:link {
	text-decoration: none;
	color: #fff;
	padding: 7px 50px 0px 0px;
	float: right;
}
#topNavLinkWrapper a:hover {
	text-decoration: none;
	color: #ff3333;
	padding: 7px 50px 0px 0px;
}
/* - ========== Main Content Styles ========== - */
#mainOneWrapper {
	background-color:#fff;
	width: 200px;
	height: auto;
	float: left;
	clear: both;
}
#mainContentWrapper {
	background-color:#fff;
	width: 672px;
	height: auto;
	float: left;
}

/* - ========== Main Navigation Styles ========== - */
#maintopNav {
	background-color:#fff;
	width: 672px;
	height: 40px;
	float: left;
}
#maintopNav ul { 
 	list-style: none;
	margin: 0px 0 0 0;
}
#maintopNav ul li {  
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 12px;
	font-weight: 400;
	color:#fff; 
	display: inline; 
}
#maintopNav ul li a,
#maintopNav ul li a:visited,
#maintopNav ul li a:link { 
	color: #333; 
	background: #fff;
	text-decoration: none;
	padding: 6px 25px 6px 20px; 
	float:left;
}
#maintopNav ul li a:hover { 
	color:#fff; 
	background: #333;
	padding: 6px 25px 6px 20px;
	text-decoration: none; 
}
#internalContent {
	background-color:#fff;
	width: 672px;
	height:auto;
	float: left;
}
#internalContent h1 {
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 24px;
	text-align: left;
	color: #ff3333;
	line-height: 12px;
	margin: 5px 0 0 0;
	padding: 0px 0 0 10px;
}
#internalContent h2 {
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 24px;
	text-align: left;
	color: #ff3333;
	line-height: 12px;
	margin: 4px 0 0 0;
	padding: 15px 0 0 20px;
}
#internalContent h3 {
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 18px;
	text-align: left;
	color: #ff3333;
	line-height: 12px;
	margin: 5px 0 0 0;
	padding: 15px 0 5 20px;
}
#internalContent p{
	font-family:arial,helvetica,verdana,sans-serif;
	font-size: 12px;
	text-align: left;
	margin: 0px;
	color:#333;
	line-height: 22px;
	padding: 10px 20px 10px 20px;
}

/* - ========== Slide Show Place Holders ========== - */
#slideShow {
	background-color:#fff;
	width: 490px;
	height: 300px;
	float: left;
	padding: 15px 0 0 0px;
}
#vendorSlideShow {
	background-color:#fff;
	width: 300px;
	height: auto;
	float: left;
	padding: 20px 6px 6px 6px;
}
#productSlideShow {
	background-color:#fff;
	width: 400px;
	height: auto;
	float: left;
	margin: 10px 0 0 0;
	padding: 15px 6px 6px 6px;
}
/* - ========== Vendor Navigation Styles ========== - */
#righttopNav {
	background:#fff;
	width: 160px;
	height: auto;
	float: left;
	display:block;
}
#righttopNav .title {
	background:#ccc;
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-align:left;
	float: left;
	width: 150px;
	height: 30px;
	margin: 0px;
	padding: 6px 0px 0px 10px;
	color:#333; 
	border-bottom: #fff solid 1px;
}
#righttopNav .vendorNav ul{
	background:#fff;
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-align:left;
	float: left;
	width: 150px;
	height: auto;
	margin: 0px;
	padding: 0 0 0 10px;
	color:#333; 
	list-style: none;
	display:inline;
}
#righttopNav .vendorNav ul li {
	background: #fff url(../images/red_arrow.jpg) no-repeat left;
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 11px;
	font-weight: 500;
	text-align: left;
	color:#666;
	border-bottom: #999 solid 1px;
	padding: 0px 0px 0px 7px;
}
#righttopNav .vendorNav2 ul li { 
	background: #fff url(../images/red_arrow.jpg) no-repeat left; 
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 11px;
	font-weight: 500;
	text-align: left;
	color:#666; 
	border-bottom: #999 solid 1px;
	padding: 0px 0px 0px 7px;	
	}
#righttopNav .vendorNav ul li a,
#righttopNav .vendorNav ul li a:visited,
#righttopNav .vendorNav ul li a:link { 
	color: #666; 
	text-decoration: none; 
	padding: 0px 0px 0px 7px;
}
#righttopNav .vendorNav ul li a:hover {
	color:#000000;
	text-decoration: none;
	padding: 0px 0px 0px 7px;
}

/* - ========== Table About Content Styles ========== - */
#tableAbout {
	background-color:#fff;
	width: 650px;
	height: auto;
	font-family:arial,helvetica,verdana,sans-serif;
	line-height: 18px;
	text-align: left;
	float: left;
	clear: right;
	margin: 20px 0 5px 20px;
	padding: 5px 0 10px 0;
}
#tableAbout .headline {
	color:#333;
	font-family:arial,helvetica,verdana,sans-serif;
	text-align: left;
	font-size: 14px;
	font-weight:600;
	padding: 20px 0 10px 0px;
	width: 648px;
	float: left;
}
#tableAbout .image {
	background-color:#ccc;
	color:#666;
	font-size: 11px;
	font-weight:600;
	padding: 0px;
	float: left;
}
#tableAbout .space {
	background-color:#fff;
	padding: 0px;
	width: 10px;
	float: left;
}
#tableAbout .name {
	background-color:#fff;
	color:#666;
	font-size: 12px;
	font-weight:600;
	padding: 0 0 0 10px;
	width: 170px;
	float: left;
}
#tableAbout .bio {
	background-color:#fff;
	color:#333;
	font-size: 12px;
	font-weight:600;
	margin: 0 0 0 3px;
	padding: 0 0 5px 0px;
	width: 130px;
	float: left;
}
#tableAbout .bio a,
#tableAbout .bio a:visited,
#tableAbout .bio a:link {
	color:#333;
	font-size: 13px;
	font-weight:600;
	text-decoration: none;
	}

#tableAbout .bio a:hover{
	color: #ff3333;
	font-size: 13px;
	font-weight:800;
	text-decoration: none;
	width: 154px;
}

/* - ========== Table Content Styles ========== - */
#tableContent {
	background-color:#fff;
	width: 500px;
	height: auto;
	font-family:arial,helvetica,verdana,sans-serif;
	text-align: left;
	float: left;
	clear: right;
	margin: 20px 0 0 10px;
	padding: 0;
}
#tableContent .subhead {
	background-color:#ccc;
	color:#666;
	font-size: 13px;
	font-weight:600;
	padding: 0 0 0 10px;
	width: 155px;
	float: left;
}
#tableContent .subhead a,
#tableContent .subhead a:visited,
#tableContent .subhead a:link {
	color:#666;
	font-size: 13px;
	font-weight:600;
	text-decoration: none;
}
#tableContent .subhead a:hover{
	color: #ff3333;
	font-size: 13px;
	font-weight:800;
	text-decoration: none;
	width: 154px;
}
#tableContent .row {
	background-color:#fff;
	color:#333;
	font-size: 12px;
	border-left: 1px solid #ff3333;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	width: 140px;
	float: left;
}
#tableContent .left{
	margin-left: 10px;
}
#tableContent .middle{
	margin-left: 16px;
}
#tableContent .right{
	margin-left: 17px;
}
.row a,
.row a:visited,
.row a:link {
	text-decoration: none;
	color: #333;
}
.row a:hover {
	text-decoration: underline;
	color: #ff3333;
}

/* - ========== Table Showroom Styles ========== - */
#tableShowroom {
	background-color:#fff;
	width: 800px;
	height: auto;
	font-family:arial,helvetica,verdana,sans-serif;
	line-height: 18px;
	text-align: left;
	float: left;
	clear: right;
	margin: 20px 0 5px 20px;
	padding: 5px 0 10px 0;
}
#tableShowroom .headline {
	color:#333;
	font-family:arial,helvetica,verdana,sans-serif;
	text-align: left;
	font-size: 14px;
	font-weight:600;
	padding: 20px 0 10px 0px;
	width: 648px;
	float: left;
}
#tableShowroom .image {
	background-color:#ccc;
	color:#666;
	font-size: 11px;
	font-weight:600;
	padding: 0px;
	width: auto;
	height:auto;
	float: left;
}
#tableShowroom .name {
	background-color:#fff;
	color:#666;
	font-size: 12px;
	font-weight:600;
	padding: 0 0 0 10px;
	width: 170px;
	float: left;
}
#tableShowroom .contact {
	background-color:#fff;
	color:#333;
	font-size: 12px;
	font-weight:600;
	margin: 0 0 0 3px;
	padding: 0 0 5px 0px;
	width: 130px;
	float: left;
}
#tableShowroom .contact a,
#tableShowroom .contact a:visited,
#tableShowroom .contact a:link {
	color:#333;
	font-size: 13px;
	font-weight:600;
	text-decoration: none;
	}

#tableShowroom .contact a:hover{
	color: #ff3333;
	font-size: 13px;
	font-weight:800;
	text-decoration: none;
	width: 154px;
}


/* - ========== Category List Styles ========== - */
#categoryList {
	width: 225px;
	height: auto;
	float: left;
}
#categoryList .headline {
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 18px;
	font-weight:600;
	text-align: left;
	color: #ff3333;
	line-height: 12px;
	margin: 5px 0 0 0;
	padding: 15px 0 0 20px;
}
#categoryList ul{
	line-height: 24px;
	list-style: none;
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #ff3333;
	text-align: left;
	margin: 10px 0 0 20px;
}
#categoryList ul li {  
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-align: left;
	color:#333; 
}
#categoryList ul li a,
#categoryList ul li a:visited,
#categoryList ul li a:link { 
	color: #333; 
	text-decoration: none;
}
#categoryList ul li a:hover { 
	color:#ff3333; 
	text-decoration: none; 
}
#internalContent #categoryListnContent {
	width: 200px;
	height: auto;
	float: left;
	margin: 10px 0 0 0!important;
}
#internalContent #categoryListnContent ul{
	line-height: 24px;
	list-style: none;
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #ff3333;
	text-align: left;
	margin: 10px 0 0 30px!important;
}
#internalContent #categoryListnContent ul li {  
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-align: left;
	color:#333; 
	clear: both;
	display: inherit;
}
#internalContent #categoryListnContent ul li a,
#internalContent #categoryListnContent ul li a:visited,
#internalContent #categoryListnContent ul li a:link {
	background:#fff;
	color: #333;
	padding: 0px!important;
	text-decoration: none;
}
#internalContent #categoryListnContent ul li a:hover { 
	background:#fff;
	color:#ff3333;
	padding: 0px!important;
	text-decoration: none; 
}

/* - ========== Showroom Styles ========== - */
#tableImages {
	background-color:#fff;
	width: 640px;
	height: auto;
	float: left;
	clear: right;
	margin: 20px 0 20px 20px;
	padding: 0;
}

#tableImages .row {
	background-color:#fff;
	margin: 10px 0 10px 10px;
	padding: 0px;
	width: 180px;
	float: left;
}
#tableImages .copy {
	background-color:#fff;
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-align:center;
	margin: 0px;
	padding: 0px;
	width: 590px;
	float: left;
}
#tableImages .left{
	margin-left: 10px;
}
#tableImages .middle{
	margin-left: 16px;
}
#tableImages .right{
	margin-left: 17px;
}

/* - ========== Image Styles ========== - */
#designImage {
	width: auto;
	height: auto;
	float: left;
	margin: 0 0 0 20px;
	padding: 20px 0 0 0;
}

/* - ========== Footer Styles ========== - */
#footerOneSpaceWrapper {
	background-color:#fff;
	width: 200px;
	height: auto;
	padding:10px 0 0 0px;
	float: left;
	clear: both;
}
#footer {
	background-color:#fff;
	width: 672px;
	height: auto;
	font-family:arial,helvetica,verdana,sans-serif;
	font-size: 11px;
	padding:10px 0 0 200px;
	color: #666;
	float: left;
}
#footerThreeSpaceWrapper {
background-color:#fff;
width: 160px;
height: auto;
padding:10px 0 0 0px;
float: left;
overflow:hidden;
padding: 0 0px 0 0px;
}
/* - ========== Footer Link Styles ========== - */
#footer a,
#footer a:visited,
#footer a:link {
	text-decoration: none;
	color: #333;
	padding: 0 10px 0 10px;
}
#footer a:hover {
	color: #ff3333;
	padding: 0 10px 0 10px;
}

