/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #091D34;
	color: #BBBBBB;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
	background-repeat: repeat-y;
	background-image: url(../images/global/backgrounds/blue-gradient-background.jpg);
	background-position: center;
}
/* Commonly used to style page titles. */
h1 {
	color: #CCCCCC;
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
/* Commonly used to style section titles. */
h2 {
	color: #CCCCCC;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}
/* Sets the style for unvisited links. */
a,  a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #990000;
	text-decoration: none;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #FFFFFF;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #FFFFFF;
}

/* Sets the style for unvisited links. */
#outerWrapper #innerWrapper .dots  a,  a:link {
	color: #20335B;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
#outerWrapper #innerWrapper .dots a:visited {
	color: #20335B;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
#outerWrapper #innerWrapper .dots a:hover {
	color: #B20938;
	text-decoration: none;
}
/* Sets the style for a link that has focus. */
#outerWrapper #innerWrapper .dots a:focus {
	color: #20335B;
}
/* Sets the style for a link that is being activated/clicked. */
#outerWrapper #innerWrapper .dots a:active {
	color: #20335B;
}

/* Sets the style for unvisited links. */
#outerWrapper #innerWrapper .noDots  a,  a:link {
	color: #20335B;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
#outerWrapper #innerWrapper .noDots a:visited {
	color: #20335B;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
#outerWrapper #innerWrapper .noDots a:hover {
	color: #B20938;
	text-decoration: none;
}
/* Sets the style for a link that has focus. */
#outerWrapper #innerWrapper .noDots a:focus {
	color: #20335B;
}
/* Sets the style for a link that is being activated/clicked. */
#outerWrapper #innerWrapper .noDots a:active {
	color: #20335B;
}

/* Sets the style for unvisited links. */
#outerWrapper #innerWrapper .narrowColDots a,  a:link {
	color: #20335B;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
#outerWrapper #innerWrapper .narrowColDots a:visited {
	color: #20335B;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
#outerWrapper #innerWrapper .narrowColDots a:hover {
	color: #B20938;
	text-decoration: none;
}
/* Sets the style for a link that has focus. */
#outerWrapper #innerWrapper .narrowColDots a:focus {
	color: #20335B;
}
/* Sets the style for a link that is being activated/clicked. */
#outerWrapper #innerWrapper .narrowColDots a:active {
	color: #20335B;
}

/* Sets the style for unvisited links. */
#outerWrapper #innerWrapper .wideColDots a,  a:link {
	color: #20335B;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
#outerWrapper #innerWrapper .wideColDots a:visited {
	color: #20335B;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
#outerWrapper #innerWrapper .wideColDots a:hover {
	color: #B20938;
	text-decoration: none;
}
/* Sets the style for a link that has focus. */
#outerWrapper #innerWrapper .wideColDots a:focus {
	color: #20335B;
}
/* Sets the style for a link that is being activated/clicked. */
#outerWrapper #innerWrapper .wideColDots a:active {
	color: #20335B;
}

/* Sets the style for unvisited links. */
#outerWrapper #innerWrapper .narrowColPlain a,  a:link {
	color: #20335B;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
#outerWrapper #innerWrapper .narrowColPlain a:visited {
	color: #20335B;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
#outerWrapper #innerWrapper .narrowColPlain a:hover {
	color: #B20938;
	text-decoration: none;
}
/* Sets the style for a link that has focus. */
#outerWrapper #innerWrapper .narrowColPlain a:focus {
	color: #20335B;
}
/* Sets the style for a link that is being activated/clicked. */
#outerWrapper #innerWrapper .narrowColPlain a:active {
	color: #20335B;
}

/* Sets the style for unvisited links. */
#outerWrapper #innerWrapper .productDes2 a,  a:link {
	color: #20335B;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
#outerWrapper #innerWrapper .productDes2 a:visited {
	color: #20335B;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
#outerWrapper #innerWrapper .productDes2 a:hover {
	color: #B20938;
	text-decoration: none;
}
/* Sets the style for a link that has focus. */
#outerWrapper #innerWrapper .productDes2 a:focus {
	color: #20335B;
}
/* Sets the style for a link that is being activated/clicked. */
#outerWrapper #innerWrapper .productDes2 a:active {
	color: #20335B;
}
/* Sets the style for unvisited links. */
#outerWrapper #innerWrapper .productDes a,  a:link {
	color: #20335B;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
#outerWrapper #innerWrapper .productDes a:visited {
	color: #20335B;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
#outerWrapper #innerWrapper .productDes a:hover {
	color: #B20938;
	text-decoration: none;
}
/* Sets the style for a link that has focus. */
#outerWrapper #innerWrapper .productDes a:focus {
	color: #20335B;
}
/* Sets the style for a link that is being activated/clicked. */
#outerWrapper #innerWrapper .productDes a:active {
	color: #20335B;
}


/* Sets the style for unvisited links. */
#outerWrapper #footer a,  a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
#outerWrapper #footer a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
#outerWrapper #footer a:hover {
	color: #990000;
	text-decoration: none;
}
/* Sets the style for a link that has focus. */
#outerWrapper #footer a:focus {
	color: #FFFFFF;
}
/* Sets the style for a link that is being activated/clicked. */
#outerWrapper #footer a:active {
	color: #FFFFFF;
}



/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 1024px;
}
#outerWrapper #header {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	height: 200px;
	background-repeat: no-repeat;
	background-image: url(../images/global/anderson-logo.jpg);
	background-position: center top;
}
#outerWrapper #innerWrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#outerWrapper #innerHeader {
	width: 763px;
	margin-right: auto;
	margin-left: auto;
}
#innerHeader table {
	float: right;
}
.tableright {
	text-align: right;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#outerWrapper #footer {
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	font-size: 10px;
	text-align: center;
	line-height: 9px;
	margin-top: 50px;
	color: #CCCCCC;
}
.dealerNo {
	font-size: 24px;
	font-weight: bold;
	color: #FFCC66;
}
.title {
	margin-bottom: 20px;
}
.dealerName {
	color: #111111;
	font-size: 16px;
	font-weight: bold;
}
.tableleft {
	text-align: left;
}
.mission {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}
.onPage {
	font-weight: bold;
	color: #111111;
}
.titleSubmenu {
	margin-bottom: 20px;
	background-repeat: no-repeat;
}
.submenu {
	font-size: 12px;
	height: 31px;
	width: 729px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/titles/title-drawer-norust.gif);
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.submenu2 {
	font-size: 12px;
	height: 31px;
	width: 729px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/titles/title-drawer-norust.gif);
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.narrowColumn {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
.bigtext {
	font-size: 16px;
	font-weight: bold;
}
.submitWarranty {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFFFCC;
	padding: 2px;
	border: 1px solid #666666;
}
.submitWarrantyBold {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #B20938;
	padding: 1px;
	border: 1px solid #666666;
	color: #FFFFFF;
}
.submitWarrantyBTN {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #B20938;
	padding: 1px;
	border: 1px solid #666666;
	width: 350px;
	color: #FFFFFF;
}
.redText {
	color: #FF0000;
}
.darkText {
	color: #333333;
}
.readingText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
.tablePaper1 {
	background-image: url(../images/paper1.gif);
	background-repeat: no-repeat;
}
.tableCenter {
	text-align: center;
}
.tableMetal {
	background-image: url(../images/metal-background.jpg);
	background-repeat: repeat-y;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	background-position: 0px -40px;
}
.dealerInfo {
	color: #111111;
	font-size: 13px;
	font-weight: bold;
}
.darkTextLine {
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #747474;
}
.darkTextLineTop {
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EAEAEA;
}
.productBox {
	width: 410px;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
.productImage {
	width: 400px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
}
.productDes {
	width: 320px;
	float: left;
	margin-bottom: 40px;
	background-color: #FFFFFF;
	background-image: url(../images/global/backgrounds/background-dots.jpg);
	background-repeat: repeat-x;
	color: #000000;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #8C003A;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.testimonialInfo {
	color: #111111;
	font-size: 13px;
}
.tableMetalPlain {
	background-image: url(../images/metalplain-background.jpg);
	background-repeat: repeat;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	background-position: 0px -40px;
}
.tableGradient {
	background-image: url(../images/global/backgrounds/lt-gray-gradient.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
}
.tableDots {
	background-image: url(../images/global/backgrounds/background-dots.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	background-position: 0px -500px;
}
.smallText {
	font-size: 10px;
}
.testNo {
	font-size: 18px;
	font-weight: bold;
	color: #FFCC66;
}
.submitTestimonialBTN {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCCCC;
	padding: 1px;
	border: 1px solid #666666;
	width: 200px;
}
.dots {
	background-color: #FFFFFF;
	background-image: url(../images/global/backgrounds/background-dots.jpg);
	background-repeat: repeat-x;
	color: #000000;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #8C003A;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.dots h1 {
	color: #333333;
}
.dots h2 {
	color: #555555;
}
.noDots {
	background-color: #FFFFFF;
	color: #000000;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #8C003A;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.noDots h1 {
	color: #333333;
}
.noDots h2 {
	color: #555555;
}
.dotsFlash {
	background-color: #FFFFFF;
	background-image: url(../images/global/backgrounds/background-dots.jpg);
	background-repeat: repeat-x;
	color: #000000;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #8C003A;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	width: 730px;
	margin-right: auto;
	margin-left: auto;
}
.narrowColDots {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/global/backgrounds/background-dots.jpg);
	background-repeat: repeat-x;
	color: #000000;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #8C003A;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.narrowColDots h1 {
	color: #333333;
	text-align: center;
}
.narrowColDots h2 {
	color: #555555;
}
.narrowColDots ul li {
	margin-bottom: 10px;
	width: 450px;
	margin-left: 20px;
	list-style-type: square;
}
.tabBackground {
	background-image: url(../images/tabs/background-tab.gif);
	background-repeat: repeat-y;
}
.dkBackButton {
	background-color: #121521;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
}
.lightTextLine {
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#outerWrapper #header #innerHeader .mainMenuTable {
	background-image: url(../images/main_menu/mainmenu-background.gif);
	background-repeat: no-repeat;
}
.news {
	font-weight: bold;
	width: 440px;
	background-image: url(../images/news-box.gif);
	background-repeat: no-repeat;
	height: 43px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
.news2 {
	font-weight: bold;
	width: 407px;
	background-image: url(../images/news-box2.gif);
	background-repeat: no-repeat;
	height: 43px;
	padding: 0px;
	float: left;
}
.news3 {
	font-weight: bold;
	width: 310px;
	background-image: url(../images/red-box.gif);
	background-repeat: no-repeat;
	height: 43px;
	color: #FFFFFF;
	line-height: 12px;
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.newsBox {
	height: 60px;
	width: 730px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.news a:hover {
	color: #AAAAAA;
	font-weight: bold;
	text-decoration: none;
}
.news2 a:hover {
	color: #AAAAAA;
	font-weight: bold;
	text-decoration: none;
}
.newsHeadline {
	margin-top: 10px;
	margin-bottom: 30px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
	padding-left: 8px;
}

.narrowColPlain {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	color: #000000;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #8C003A;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.narrowColPlain h1 {
	color: #333333;
	text-align: center;
}
.narrowColPlain h2 {
	color: #555555;
}
.narrowColPlain h3 {
	color: #999999;
	font-size: 11px;
	margin-bottom: -10px;
}
.narrowColPlain ul li {
	margin-bottom: 10px;
	width: 450px;
	margin-left: 20px;
	list-style-type: square;
}
.wideColPlain {
	width: 690px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	color: #000000;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #8C003A;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.wideColPlain h1 {
	color: #333333;
	text-align: center;
}
.wideColPlain h2 {
	color: #555555;
}
.wideColPlain h3 {
	color: #999999;
	font-size: 11px;
	margin-bottom: -10px;
}
.wideColPlain ul li {
	margin-bottom: 10px;
	width: 450px;
	margin-left: 20px;
	list-style-type: square;
}
.wideColDots {
	width: 690px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/global/backgrounds/background-dots.jpg);
	background-repeat: repeat-x;
	color: #000000;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #8C003A;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.wideColDots h1 {
	color: #333333;
	text-align: center;
}
.wideColDots h2 {
	color: #555555;
}
.wideColDots h3 {
	color: #999999;
	font-size: 11px;
	margin-bottom: -10px;
}
.wideColDots ul li {
	margin-bottom: 10px;
	width: 450px;
	margin-left: 20px;
	list-style-type: square;
}
.newsImage {
	float: left;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}
.logoFrameGold {
    padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #b7a262;
}
#outerWrapper #innerWrapper #contentWrapper #mainFlash {
	width: 729px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.registered {
	font-size: 10px;
}
#no-composites {
	margin-bottom: 10px;
	text-align: center;
	margin-top: -14px;
}
#no-composites2 {
	margin-bottom: 10px;
	text-align: center;
	margin-top: -9px;
}
.techFlashBox {
	width: 400px;
}
