/* CSS Document */

html {
    min-width: 780px;
}

body {
    background-color: #c99a66;
    color: #666;
    margin: 0px;
    padding: 0px;
    text-align: center;
    border: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#wrapper {
    width: 750px;
	margin: 0 auto;
    margin-top: 15px;
    padding: 0px 12px;
    text-align: center;
	background-color:#FFFFFF;
}



#content h1.flooring {
    background-color: #c99a66;
    color: white;
    padding: 5px  5px  5px  15px;
    margin: 0 0 0 0;
    font-size: 14px;
    font-weight:normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#siteName {
font-size: 12px;
}

img {
    border: 0;
}

/* Content Area Styles */

#content {
    margin: 0px 18px 0px 15px;
    padding: 0px;
    width: 726px;
    clear: left;
    color: #666;
    border: 1px solid #ccc;
    z-index: 50;
}

#contentarea2 {
height: auto;
}
/* Flooring products - Wrappers Styles */

div.container {
	border: 1px solid #000000;
	overflow: hidden;
	width: 100%;
}
 
div.left {
	width: 255px;
	float: left;
}
 
div.right {
	width: 255px;
	float: left;
}

/* Menu Styles */

#menu {
     width: 726px; 
	 background-color: #e6e6d9; 
	 padding-bottom: 5px; 
	 margin-bottom:2px;
}

#menu a span {
     padding-left: 15px; 
	 padding-right: 15px;
	 font-size:12px;
	 font-family:Arial, Helvetica, sans-serif;
	 color: #666666;
}

#menu a:hover span {
	 color: #CC9966;
	 text-decoration:none;
}

/* Header styles */

div#header {
    padding: 0;
    margin: 0;
    color: #666666;
    width: 756px;
    clear: left;
}
div#header p {
    padding: 0;
    margin: 0;
}

#hpLeftHead {
    width: 182px;
    margin-right:-2px;
    overflow:hidden;
    position:static;
    z-index:0;
}

/* Site Name - Header Styles */

#siteName h1 {
font-size: 12px;
line-height:normal;
}

#siteName .right {
margin-bottom: 3px;
}

#siteName .left {
    float: left;
    margin-bottom:5px;
}

div#siteName a {
    color: #CC9966;
    text-decoration: none;
}

/* Content footer styles. */

#footer {
width: 750px;
background-color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 20px;
    clear: left;
}
#footer p {
    font-size: 11px;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #666666;
}
#footer p a {
    color: #666;
    text-decoration: none;
    color: #666666;
}
#footer p a:hover {
    color: #CC9966;
    text-decoration: underline;
}

/* generic classes */

.right {
    float: right;
    font-size: 10px;
    margin-bottom:5px;
}
.left {
    float: left;
    margin-bottom:5px;
}
.emptyCell {
    background-color: #fff;
}
.clear {
    height: 0px;
    clear: both;
}


/* cheat to get a grey line down the 3 column format without worrying about column size */

#content h1 { font-size: 13px; line-height: 15px; font-weight: bold; margin: 0; padding: 10px 10px 0 10px; }
#content h2 { font-size: 11px; line-height: 13px; font-weight: bold; margin: 0; padding: 10px 10px 0 10px; }
#content h3 { font-size: 10px; line-height: 13px; font-weight: bold; margin: 0; padding: 10px 10px 0 10px; }
#content h4 {  }
#content h5 {  }
#content h6 {  }
#content p { font-size: 11px; line-height: 13px; font-weight: normal; margin: 0; padding: 0; padding: 0 10px 10px 10px; }
#content a { font-style: normal; text-decoration: none; color: #CC9966; }
#content a:hover { text-decoration: underline; }
#content ul li { font-size: 11px; line-height: 13px; font-weight: normal; }
#content ul a { text-decoration: none; }
#content ul a:hover { text-decoration: underline; }
#content blockquote { padding: 10px; text-align: center; font-size: 11px; line-height: 13px; color: #666666; margin: 0px; }
#content cite { font-weight: bold; font-size: 11px; line-height: 13px; color: #666666; text-align: right; font-style: italic; }
#content select { z-index: 0; font-size: 11px; }