body {
	background-color: #9F2D22;
	margin: 0;
	background-image: url(/images/background_brick.jpg);
	background-repeat: repeat-x;
	scrollbar-base-color: #990000;
	scrollbar-arrow-color: #FFFFFF;	
}
#Table_01 {
	height: 605px;
	width: 772px;
}
#Table_01 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 8px;
	margin: 0px;
}
#Table_01 li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#Table_01 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin: 8px;
	text-transform: uppercase;
}
#Table_01 h1 a {
	color: #666666;
	text-decoration: none;
}


#Table_01 h1 code {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9F2D22;
}
#Table_01 tbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#Table_01 #News p {
	font-size: 1em;
}
#Table_01 #News ul {
	font-size: 1em;
}
#Table_01 #News a {
	color: #9F2D22;
}

#Table_01 #contacts td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#Table_01 #top_nav_bkg {
	background-image: url(/images/top_nav_bkg.gif);
	background-repeat: no-repeat;
}
#Table_01 #index_07 {
	background-image: url(../images/index_07.gif);
	background-repeat: repeat;
}
#Table_01 #index_08 {
	background-image: url(../images/index_08.gif);
	background-repeat: repeat;
	background-color: #9f2d22;
}
#Table_01 #index_10 {
	background-image: url(../images/index_10.gif);
	background-repeat: repeat;
	background-color: #9f2d22;
}

#Table_01 #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	text-align: center;
	background-image: url(../images/footer-bkg1.gif);
	background-repeat: repeat;
	height: 106px;
}
#Table_01 #main h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin: 8px;
	padding: 0px;
}


#Table_01 #footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#Table_01 #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#Table_01 #footer a:hover {
	color: #FFCC00;
	text-decoration: none;
}
#Table_01 #footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#Table_01 #main a  {
	color: #9F2D22;
}
#Table_01 #main code {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
#Table_01  #sitemap  h2  a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #9F2D22;
	text-decoration: none;
	font-variant: normal;
	margin-left: 8px;
	padding-left: 8px;
}
#Table_01   #sitemap   ul   li    {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	list-style-image: url(../images/arrow_up.gif);
	font-weight: bold;
	padding-left: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -8px;
}
#Table_01   #sitemap   ul   li   a    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	margin-left: 0px;
	padding-left: 0px;
}
#Table_01   #sitemap   ul   li   ul   li   a    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #9F2D22;
	text-decoration: none;
	margin-left: 0px;
	padding-left: -8px;
}
#Table_01 #faqs ol {
	display: block;
	margin-left: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5;
}
#Table_01 #faqs a {
	color: #9F2D22;
	text-decoration: none;
}
#Table_01 #thumbnails a {
	color: #000000;
}
#Table_01 .homepage {
	background-image: url(../images/LndPageProdLineBody.jpg);
}

/* BEGIN CSS FOR LEFT NAVIGATION */
.glossymenu {
margin: 5px 0;
padding: 0;
width: 132px; /*width of menu*/
border-bottom-width: 0;
}
.glossymenu a.menuitem {
	font: bold 11px Arial, Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 14px;
	text-decoration: none;
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active {
color: white;
}
.glossymenu a.menuitem:hover {
color: #FFCC00
}
.glossymenu div.submenu { /*DIV that contains each sub menu*/
}
.glossymenu div.submenu ul { /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}
.glossymenu div.submenu ul li {
}
.glossymenu div.submenu ul li a {
	display: block;
	font: normal 11px Arial, Verdana, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
	padding: 0px 0;
	padding-left: 20px;
}
.glossymenu div.submenu ul li a:hover {
color: #FFCC00
}
/* END CSS FOR TOP NAVIGATION FOR CALCULATOR */

.backnext_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9933;
	text-decoration: none;
}
a.backnext_nav {
	color: #9F2D22;
	text-decoration: none;
}

.small_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9F2D22;
}
.pu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #A22B23;
	display: block;
	text-align: center;
	vertical-align: middle;
}
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}

.popup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #A22B23;
	display: block;
	text-align: center;
	vertical-align: middle;
}
.popup2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.normaltext  { color:#000000; font-size:9pt;font-family:Arial; } /*For Dealer Page*/
.architech {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #9F2D22;
	text-decoration: none;
}
.architech  a   {
	text-decoration: none;
}

.dealerName  { color:#000000; font-size:9pt;font-family:Arial; font-weight:bold; } /*For Dealer Page*/
.white_text
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.chromestyle /* BEGIN CSS FOR TOP NAV */
{
	width: 99%;
	font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 100%; /*THEME CHANGE HERE*/
	padding: 0px 0;
	margin: 0;
	text-align: right; /*set value to "left", "center", or "right"*/
	background-image: url(../images/top_nav_bkg.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #FFFFFF;
	margin: 0;
	text-decoration: none; /*THEME CHANGE HERE*/
	font-size: 9px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #FFCC00;
	background-image: url(../images/TopMenuBackground.jpg);
	background-repeat: repeat;
	background-position: center center;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #9F2D22; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 9px Arial;
	line-height:18px;
	z-index:100;
	background-color: #9F2D22;
	width: 200px;
	visibility: hidden;



filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border: 1px solid #9F2D22; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: white;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #9F2D22;
	color: #FFCC00;	
}
/* END DROP DOWN MENU */
