@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #4e4e4e;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	text-decoration: none;
} 
.twoColFixLtHdr #header {
	color: #d2d3d5;
	font-size: 10pt;
	font-weight: bold;
	}
.twoColFixLtHdr #header a{
	color: #d2d3d5;
	text-decoration: none;		
	
		}
.twoColFixLtHdr #header a:hover{
	color: #ED1C22;
	text-decoration: none;	
	
} 
.twoColFixLtHdr #flash {
	height: 299px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
} 





.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #Prodsidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 270px;
	margin-left: 39px;
	padding-top: 17px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #ED1B26;
	padding-right: 10px;
	margin-top: 3px;
}
.twoColFixLtHdr #ProdmainContent {
	margin: 0 0 0 339px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #ProdmainContentSearch {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 339px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 




.twoColFixLtHdr #footer {
	background:#DDDDDD;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.home {
	padding-left: 28px;
	padding-right: 28px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #818286;
}
.products {
	padding-right: 28px;
	padding-left: 28px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #818286;
}
.completedprojects {
	padding-right: 28px;
	padding-left: 28px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #818286;
}
.aboutus {
	padding-right: 28px;
	padding-left: 28px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #818286;
}
.contact {
	padding-right: 20px;
	padding-left: 28px;
}
.twoColFixLtHdr #container #Prodsidebar1 h3 {
	margin-top: 0px;
	color: #FFFFFF;
	font-size: 11pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
}
.twoColFixLtHdr  #container  #Prodsidebar1  .ProdMenu152wide {
	font-size: 10pt;
	color: #D4D0C8;
	width: 152px;
	font-weight: bold;
}
.twoColFixLtHdr  #container  #Prodsidebar1  .ProdMenu152wide a{
	color: #D4D0C8;
	text-decoration: none;	
}
.twoColFixLtHdr  #container  #Prodsidebar1  .ProdMenu152wide a:hover{
	color: #333333;	
}

.twoColFixLtHdr #container #Prodsidebar1 .dottedline {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #D4D0C8;
	width: 152px;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}
.twoColFixLtHdr #container #Prodsidebar1 .ProdMenu152wide .prodopenmenu {
	text-align: right;
	font-size: 9pt;
	color: #FFFFFF;
	padding-top: -19px;
	padding-bottom: 4px;
	line-height: 15pt;
}

.twoColFixLtHdr #container #Prodsidebar1 .ProdMenu152wide .prodopenmenu a {
	color: #FFFFFF;
	text-decoration: none;
}

.twoColFixLtHdr #container #Prodsidebar1 .ProdMenu152wide .prodopenmenu a:hover {
	color: #333333;
}
.twoColFixLtHdr #container #Prodsidebar1 img {
	margin-left: -20px;
}
.twoColFixLtHdr #container #ProdmainContent .ProdHeader {
	margin-top: 17px;
	font-weight: bold;
	margin-bottom: 20px;
}
.twoColFixLtHdr #container #ProdmainContent .ProdHeader .ProdSubMenu {
	color: #a7a9ac;
}
.twoColFixLtHdr #container #ProdmainContent .productLoop {
	margin-top: 20px;
	width: 210px;
}

.twoColFixLtHdr #footer {
	background-color: #FFFFFF;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.footer {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #939598;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

.footer a {
	color: #939598;
	text-decoration: none;
}

.footer a:hover{
	color: #ED1B24;
	text-decoration: underline;	
}
.twoColFixLtHdr #container #ProdmainContent .productLoop .ProdImage {
	width: 129px;
}
.sendfriend{
	color: #9EA0A3;
	text-decoration: none;
	font-size: 80%;
}
.sendfriend a {
	color: #9EA0A3;
	text-decoration: none;
}

.sendfriend a:hover{
	color: #ED1B24;
	text-decoration: underline;	
}.twoColFixLtHdr #container #ProdmainContent .completedprojectext {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
	padding-left: 20px;
}
.twoColFixLtHdr #container #ProdmainContent .completedprojectext h3 {
	color: #ED1B26;
	margin-bottom: 20px;
	font-size: 100%;
}
.twoColFixLtHdr #container #ProdmainContent .completedprojectext .completedprojectext {
	color: #ED1B26;
}
.twoColFixLtHdr #container #ProdmainContent .completedprojectextv {
	color: #ED1B26;
	margin-bottom: 20px;
	font-size: 85%;
	text-decoration: none;
	font-weight: bold;
}
.twoColFixLtHdr #container #ProdmainContent .completedprojectextv a {
	color: #ED1B26;
	margin-bottom: 20px;
	font-size: 85%;
	text-decoration: none;
	font-weight: bold;
}
.twoColFixLtHdr #container #ProdmainContent .completedprojectextv a:hover {
	color: #58585A;
	text-decoration: none;
}

.tableborder {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ED1B26;
	padding-bottom: 3px;
	text-decoration: none;
	color: #999;
}

.tableborder a{
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px dotted #CCC;
	color: #999;
} 

.tableborder a:hover {
	color: #FFF;
	background-color: #ED1B26;
}
.redborderright {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #ED1B26;
}
.twoColFixLtHdr #container #ProdmainContent form table tr td .input {
	border: 1px dotted #ED1B26;
}
.head1{
	font-weight: bold;
	color: #FFF;
	background-color: #6D6F71;
}
.orders {
	color: #ED1B26;
	text-decoration: none;
}

.orders a{
	color: #ED1B26;
	text-decoration: none;
}

.orders a:hover{
	color: #000;
	text-decoration: underline;
}
.subtitle {
	color: #B9B9B9;
	text-decoration: none;
}
.twoColFixLtHdr #container #ProdmainContent table tr td .input {
	border: 1px dotted #ED1B26;
}
.twoColFixLtHdr #container #ProdmainContent .redline_contact {
	background-color: #ED1C24;
	height: 5px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
}
.twoColFixLtHdr #container #ProdmainContent h2 {
	font-family: "Memphis Light", "Microsoft Sans Serif", Georgia;
	color: #ED1C24;
	margin-top: 8px;
}
.twoColFixLtHdr #container #ProdmainContent p .imageright {
	float: right;
	bottom: 1px;
}

.twoColFixLtHdr #footer_contact {
	background:#ffffff;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #ED1C24;
} 
.twoColFixLtHdr #footer_contact p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
.twoColFixLtHdr #container .bottomredline {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #ED1C24;
}
.twoColFixLtHdr #container .bottomredline img {

}
.sub {
	font-weight: bold;
	color: #D2D3D5;
}
.twoColFixLtHdr #container #ProdmainContent .ProdHeader .sub {
	font-weight: bold;
	color: #D2D3D5;
}
.twoColFixLtHdr #container #ProdmainContent .ProdHeader .detailstitle {
	font-weight: bold;
	color: #5A5A5C;
}
.detailstitle {
	font-weight: bold;
	color: #5A5A5C;
}.twoColFixLtHdr #container #ProdmainContent #titleunderline {
	padding-top: 20px;
	padding-bottom: 1px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #5F5F61;
	border-right-color: #5F5F61;
	border-bottom-color: #5F5F61;
	border-left-color: #5F5F61;
}
#titleunderline {
	padding-top: 20px;
	padding-bottom: 1px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #5F5F61;
	border-right-color: #5F5F61;
	border-bottom-color: #5F5F61;
	border-left-color: #5F5F61;
}
.outdoor {
	color: #1B75BC;
	text-decoration: none;
}

.outdoor a{
	color: #ED1B26;
	text-decoration: none;
}

.outdoor a:hover{
	color: #000;
	text-decoration: underline;
}
