/*
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;	
}

/*
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.portfolioModelTitle {
	text-align: center;
	margin-top: 10px;
}

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