/*
General styles
*/
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}

body {
	background-color: #e5dcca; /* tan */
	margin-top: 15px;
}
div.mainOuter {
	text-align: center;
}

table.mainOuter {
	background-color: #821a1a;
	border-collapse: collapse;
	width: 800px;
	padding: 0px;
	border-width: 0px;
	margin-left: auto;
	margin-right: auto;
}
table.mainOuter td, th {
	padding: 0px;
	margin: 0px;
}

a:link, a:visited, a:active, a:hover {
	color: #cccccc; /* gray */
}

table.header {
	border-collapse: collapse;
	padding: 0px;
	border-width: 0px;
}
table.header td, th {
	padding: 0px;
	margin: 0px;
}

table.mainNavigation {
	border-collapse: collapse;
	padding: 0px; 
	border-width: 0px;
}
table.mainNavigation td {
	padding: 0px;
	margin: 0px;
}

/*
Home Page styles
*/
td.tagLine {
	background-color: #000000;
	padding: 0px;
	margin: 0px;
}
td.tagLineText {
	width: 370px;
}
div.tagLinePart1 {
	color: #999999; /* gray */
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	font-family: Arial;
	padding: 10px;
}
div.tagLinePart2 {
	color: #ffffff; 
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	font-family: Arial;
}
td.tagLineImage {

}

td.NewsSection {
	width: 370px;
	vertical-align: top;
}

div.NewsSection {
	padding-top: 10px;
}

.NewsTitle {
	font-weight: bold;
}

td.WelcomeSection {
	vertical-align: top;
}

div.WelcomeSection {
	padding-top: 10px;
	width: 350px;	
}

/*
SubPage Styles (general, for all subpages)
*/
table.contentOuter {
	background-color: #000000;
	border-collapse: collapse;
	padding: 0px; 
	border-width: 0px;
}
table.contentOuter td.subPageContent {
	padding-top: 10px;
}
img.subPageHeaderImage {
	padding-top: 40px;
}
div.subPageContent { /*  This is a wrapper around MOST subpages  */
	padding-top: 10px;
	padding-left: 60px;
	padding-right: 30px;
	padding-bottom: 20px;
	font-size: 13px;
}

div.pageHeading {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
}

div.pageSubHeading {
	color: #993333;
	font-weight: bold;
	font-size: 14px;
}

div.groupName {
	font-weight: bold;
	font-size: 15px;
}

ul.linklist li {
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	padding-top: 4px;
	padding-bottom: 4px;
}
div.linkDescription {
	font-weight: normal;
	padding-left: 10px;
}

div.subPageMenuNote {
	margin-top: 20px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-indent: -5px;
	font-style: italic;
}

/*
About Us Styles
*/
div.aboutUsContent {
}

/*
Catalogue Styles
*/
div.catalogueCategoryTitle {
	color: #993333;
	font-weight: bold;
}
table.priceTable {
	margin: auto;
	border-collapse: collapse;
}
table.priceTable td {
	color: #993333;
	border: 2px solid #000000;
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
}
table.priceTable td.itemMarker {
	text-align: right;
}
table.priceTable td.itemDescription {
}
table.priceTable td.itemQuantity {
	text-align: right;
}
table.priceTable td.itemPrice {
	text-align: right;
}
table.priceTable tr.oddRow {
	background-color: #FFFFFF;
}
table.priceTable tr.evenRow {
	background-color: #E5DCCA;
}


table.priceTableNoQuantity
{
	width: 381px;
}
table.priceTableNoQuantity td.itemMarker {
	width: 33px;
}
table.priceTableNoQuantity td.itemDescription
{
	width: 288px;
}
table.priceTableNoQuantity td.itemPrice
{
	width: 60px;
}


table.priceTableWithQuantity {
	width: 423px;
}
table.priceTableWithQuantity td.itemMarker {
	width: 33px;
}
table.priceTableWithQuantity td.itemDescription {
	width: 280px;
}
table.priceTableWithQuantity td.itemQuantity {
	width: 50px;
}
table.priceTableWithQuantity td.itemPrice {
	width: 60px;
}
div.tableLegend {
	margin-top: 15px;
	margin-left: 100px;
	margin-bottom: 10px;
}


/*
Portfolio Styles
table.portfolioOuter {
	background-color: #000000;
	border-collapse: collapse;
	padding: 0px; 
	border-width: 0px;
}

table.portfolioOuter td.portfolioBody {
	padding-top: 10px;
}
*/

div.portfolioMenuItem {
	border-bottom: 1px dotted #666666;
	border-left: 1px dotted #666666;
}
div.portfolioMenuItem a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-weight: 700;
	font-size: 10px;
	padding: 3px;
}

div.portfolioManufacturerTitle {
	font-size: 18px;
}

div.portfolioModelItem {
	margin-left: 20px;
	padding-top: 10px;
}
div.portfolioModelItem div.portfolioModelNote {
	margin-left: 20px;
	text-align: left;
}

div.portfolioModelTitle {
	text-align: center;
	margin-top: 10px;
}
div.portfolioModelNote {
	text-align: center;
}

/*
Fabric Samples Styles
*/
div.samplesMenuItem {
	border-bottom: 1px dotted #666666;
	border-left: 1px dotted #666666;
}
div.samplesMenuItem a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-weight: 700;
	font-size: 10px;
	padding: 3px;
}
div.sampleTitle {
	text-align: center;
	margin-top: 10px;
}
table.sampleThumbnail {
	border-collapse: collapse;
}
table.sampleThumbnail td {
	padding-bottom: 4px;
}
a.sampleThumbnail {
	margin-left: 2px;
	margin-right: 2px;
}

