
/* reset */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,blockquote,th,td{
    margin:0;
    padding:0;
}

fieldset,img{
    border:0;
}

html{
    height:100%;
    margin-bottom:1px;
}

body{
    position:relative;
}

:focus{
    outline:hidden;
}

/* links */
a{
    color:#f73228;
    text-decoration:none;
}

a:hover{
    text-decoration:underline;
}

p,ul,li { 
	font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:22px;
}

ul.regtext li {
	background:url(../images/arrow-bullet.jpg) left top no-repeat; padding:0 0 0 20px; margin:0;
}

img.leftfloat {
	float:left;
	padding:0 20px 20px 0;
}

/* contact form elements */

tbody { line-height:100%; }
table p { line-height:100%; padding:0; margin:0; }

p.contactheader { 
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    color:#f73228;
	font-size:15px;
	font-style:italic;
	line-height:17px; margin:0; padding:5px 0 15px 10px; 
}
	
input, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
}

._button {
	width: 75px;
	height: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#f03127;
	color: #FFFFCC;
	border: 1px #f80507 solid;
	font-size:11px;
}

._button:hover {
	cursor: pointer;
}

label.error {
	color: #B10000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}



/* header elements */
h1, h2, h3, h4, h5, h6{
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    color:#f73228;
    line-height:100%;
	width:100%;
	
}

h1{
    font-size:28px;
}

h2{
    font-size:26px;
	padding-bottom:4px;
	border-bottom: 1px #282828 solid;
    font-weight:normal;
    text-transform:uppercase;
}

h3{
    font-size:18px;
}
h3.environment {
	color:#477324;
}

h4{
    font-size:15px;
	font-style:italic;
}

h5{
    font-size:14px;
}

h6{
    font-size:11px;
}

/* page setup */
body{
    background:#FFF url(../images/page_bg.png) 50% 0 repeat-x;
    font-family:Arial, Helvetica, sans-serif;
    line-height:140%;
    color:#282828;
    font-size:13px;
}

/* wrapper setup */
div.wrapper{
    margin:auto;
    width:900px;
}

/* breadcrumbs */
div#breadcrumbs {
	margin:0 0 10px 0;
}
div.breadcrumbs {
	font-size:11px;
	color:#333333;
}

/* header */
div#header{
    position:relative;
    height:73px;
    margin:0px 0px 10px 0px;
}

/* logo */
span#logo, img#logo{
    position:absolute;
    top:0px;
    right:0px;
    /*width:146px;*/
    height:73px;
    border:0;
}

/* main body setup */
div#middle{
    width:auto;
    margin:0px 0px 0px 0px;
    clear:both;
    border:#C6C6C6 1px solid;
    padding:20px;
}

/* right column */
div#right{
    width:277px;
    padding:0px 0px 0px 18px;
    float:right;
}

* html div#right{
    padding:0px 0px 0px 15px;
}

/* content column */
div#main{
    width:auto;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

div#mainmiddle{
    margin:0px 0px 0px 0px;
}

div#content{
    width:auto;
}

/* footer */
div#footer{
    width:auto;
    padding:5px 0px 20px 0px;
    clear:both;
    color:#fff;
}

/* clearing & floating */
.clearingfix:after{
    content:".";
    display:block;
    line-height:0px;
    clear:both;
    visibility:hidden;
}

.clearingfix{
    display:block;
}

.floatbox{
    overflow:hidden;
}

/* alignments */
.alignleft{
    float:left;
    margin:0 20px 0 0;
}

.alignright{
    float:right;
    margin:0 0 0 20px;
}

/* topmenu */
div#topmenu{
    position:absolute;
    top:46px;
    left:0px;
    height:27px;
}

div#topmenu ul{
    padding:0px;
    margin:0px;
    list-style:none;
    float:left;
    font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
}

div#topmenu li{
    float:left;
    display:inline;
    margin:0 0 0 6px;
}

div#topmenu li a{
    float:left;
    display:block;
    position:relative;
    background:transparent url(../images/menu-r.png) 100% 0 no-repeat;
    height:27px;
    padding:0 5px 0 0;
    overflow:hidden;
    color:#202020;
    text-decoration:none;
    text-transform:uppercase;
    font-size:13px;
    font-weight:bold;
    line-height:27px;
}

div#topmenu li a span{
    display:block;
    background:url(../images/menu-l.png) 0 0 no-repeat;
    padding:0 10px 0 15px;
}

div#topmenu li a.active, div#topmenu li a:hover{
    background:url(../images/menu-r.png) 100% -28px no-repeat;
    text-decoration:none;
}

div#topmenu li a.active span, div#topmenu li a:hover span{
    background:url(../images/menu-l.png) 0 -28px no-repeat;
}

/* main image */
div.smallh1, div.largeh1 {
	background:url(../images/loading.gif) center no-repeat;
	margin:0 0 20px 0;
	z-index:1;
}

div.smallh1, div.smallh1 .main-image img {
	width:860px;
	height:209px;
	z-index:2;
}

div.largeh1, div.largeh1 .main-image img {
	width:860px;
	height:400px;
	z-index:2;
}

div.main-image img{
	display:none;
}

div.main-go-to-site {
	margin:0; 
	text-align:center;
}

/* welcome */
div.welcome{
    background:url(../images/img-flooring-sample.jpg) top left no-repeat;
    padding:0 0 10px 190px;
    margin:0 0 10px 0;
}

div.welcome h1, div.welcome h2{
    font-weight:normal;
    text-transform:uppercase;
    margin:0;
}

div.welcome h1 span, div.welcome h2 span{
    color:#3d821c;
}

/* touts */
div.manufact_logos {
	padding-top:10px;
}
div.manufact_logos img.each_item {
	padding:5px 0; 
}

div.benefits{
    background:url(../images/benefits-top.jpg) 0 0 no-repeat;
    padding:15px 0;
}

div.benefits-bg{
    background:url(../images/benefits-bg.jpg) 0 100% no-repeat;
    padding:0 13px 15px 13px;
}

div.benefits h3{
    text-transform:uppercase;
    font-weight:normal;
    margin:0 0 20px 0;
}

div.benefits p {
    color:#282828;
}

div.benefits ul{
    list-style:none;
    margin:5px 10px;
}

div.benefits ul li{
    background:url(../images/icon-leaf.png) 7px 50% no-repeat;
    padding:10px 0 8px 33px;
    border-bottom:#d4d3d3 1px solid;
}

div.benefits ul li a{
    font-size:17px;
    color:#282828;
}

/* signup */
a.signup{
    background:url(../images/signup-bg.png) 0 0 no-repeat;
    color:#FFF;
    width:55px;
    display:block;
    padding:0px 10px;
    line-height:16px;
    height:18px;
    margin:10px 0 0 0;
    float:right;
}

/* features box */
div.box{
    background:url(../images/box-top.jpg) 0 0 no-repeat;
    padding:10px 0 0 0;
}

div.box-bg{
    background:url(../images/box-bg.jpg) 0 100% no-repeat;
    padding:0 10px 10px 10px;
}

/* features */
ul.features{
    list-style:none;
}

ul.features li{
    float:left;
    width:240px;
    margin:10px 15px;
    height:60px;
}

* html ul.features li{
    margin:10px 10px;
}

ul.features li img.features-icon{
    float:left;
    width:50px;
}

ul.features li div.details{
    float:right;
    width:180px;
}

ul.features li div.details h4{
    margin:0;
}

div.homefeaturesmore {
	width:100%;
	text-align:center;
}
div.homefeaturesmore p {
	font-style:italic;
}

/* footermenu */
ul.footermenu{
    list-style:none;
    margin:0 0 0 10px;
}

ul.footermenu li{
    float:left;
    margin:0 0 0 15px;
}

ul.footermenu a{
    font-size:12px;
    color:#747474;
    text-transform:uppercase;
}

/* credits */
div.credits{
    float:right;
    margin:0 25px 0 0;
}

div.credits a{
    font-size:12px;
    color:#747474;
}

.red_button {
	min-width:120px;
	height:22px;
	float:right;
}
.red_button .left {
	width:9px;
	height:22px;
	background:url(../images/button-lt.jpg);
	float:right;
}
.red_button .right {
	width:23px;
	height:22px;
	background:url(../images/button-rt.jpg);
	float:right;
}
.red_button .middle {
	width:auto;
	height:22px;
	background:url(../images/button-md.jpg) repeat-x;
	float:right;
}
.red_button .middle a { 
	padding:5px 5px 0 5px; 
	margin:0; 
	color:#FFFFFF; 
	font-size:12px; 
}

div.contact_section { width:230px; float:left; padding:10px 0; }
div.contact_section2 { width:290px; float:left; padding:10px 0; }

div.contact_header { float:left; width:75px; font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:22px; }
div.contact_info { float:left; width:200px; font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:22px; }

#product_grid .product { float:left; width:148px; padding:15px; text-align:center; border:1px solid #FFFFFF; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#product_grid .product:hover { background-color:#f7f7f7; border: 1px solid #c6c6c6; }
#product_grid .product a.thumb { width:148px; height:92px; }
#product_grid .product a h4 { padding:0; margin:0; font-weight:normal; }
#product_grid .product a:hover { text-decoration:underline;  }

#showMap { display:none; }

/* Dropdown Nav Styles
**************************************************/
#topmenu ul li.dropdown ul { position:absolute; text-indent:0; margin:27px 0 0 0; padding:0; border-left:1px solid #a19f9b; border-right:1px solid #a19f9b; background:#FFFFFF !important; z-index:999; display:none; }
#topmenu ul li.dropdown ul li { position:relative; float:none; display:block; height:27px; width:150px; z-index:1000; background-color:#FFFFFF; margin:0; padding:0; border-bottom:1px solid #a19f9b; }
#topmenu ul li.dropdown ul li:hover { background:url(../images/menu-sub-shad.png) #FFFFFF repeat-x top left; }
#topmenu ul li.dropdown ul li a { background:none; text-indent:15px; font-size:11px; text-transform:capitalize; }
