/*** DBD CSS ***/

body
{
	font-family: arial, verdana;
	font-size: 12px;
}

p
{
	font-size: 0.8em;
}

.topHeader img
{
	margin: 0px !important;
	padding: 0px !important;
}

.productTable h1
{
	font-size: 2.4em !important;
	color: #000 !important;
}

h3,
h4
{
	padding-left: 20px;
	margin: 3px;
}

.productTable td
{
	border-bottom: 1px dotted #999;
}

.productTable h3
{
	color: #333;
	font-size: 1.3em;
}

.productTable h4
{
	color: #000;
	font-size: 0.9em;
}

.productTable h4.import
{
	color: red;
}

.productTable h4.import.fabric
{
	color: #000;
}

.productTable h4.domestic
{
	color: #289b00;
}

.productTable h4.domestic.fabric
{
	color: #000;
}

.productTable h5
{
	margin: 10px 20px 10px 20px;
	color: #fff;
	font-size: 0.7em;
	padding: 5px;
	background-color: #44d91b;
	border: 1px solid #ccc;
	text-align: center;
}

.productTable p
{
	padding-left: 20px;
	font-size: 0.7em;
}

#homeGraphic
{
	background: none;
	margin: 0px;
}


#negotiateHeader
{
	background: url(images/gfx/negotiate_header.gif) no-repeat top center;
	width: 528px;
	height: 66px;
	margin: auto;
}

#echoAirtub
{
	font-family: Arial,Helvetica,sans-serif;
}

#echoAirtub p
{
	font-size: 0.8em;
}

#flooringFrame
{
	text-align: left;
	padding: 15px;
}

.floorCon
{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px dotted #ccc;
}

#flooringFrame h3
{
	font-size: 1.9em;
	color: #333333;
	height: 35px;
}

#flooringFrame h3.greenIcon
{
	background: url(images/flooring/green_logo.gif) no-repeat top right;
	padding-right: 55px;
	padding-top: 15px;
}

#flooringFrame h4
{
	margin-bottom: 15px;
	font-size: 1.0em;
}

#flooringFrame .bullets
{
	width: 275px;
	display: block;
	float: left;
	font-size: 0.9em !important;
	line-height: 18px;
	margin: -10px 0 10px 0;
}

#flooringFrame .floorImg
{
	width: 150px;
	display: block;
	float: right;
	margin: -10px 0 0 0;
	list-style-type: none;
}

.floorImg img
{
	margin-bottom: 10px;
}

#flooringFrame .buttonNav
{
	display: block;
	clear: both;
	list-style-type: none;
	padding-left: 0;
}

#flooringFrame .buttonNav li
{
	display: block;
	float: left;
	margin-right: 15px;
}

.viewShapesBtn
{
	display: block;
	background: url(images/btn/view_custom_shapes.gif) no-repeat top left;
	width: 130px;
	height: 18px;
}

.viewOptionsBtn
{
	display: block;
	background: url(images/btn/view_all_options.gif) no-repeat top left;
	width: 130px;
	height: 18px;
}


.quoteTable
{
	margin: 10px;
}

tr.productTitle td
{
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 1.2em;
}

/*** FLOORING SAMPLES ***/
.flooringSampleCon
{
	width: 700px;
	padding: 15px;
}

.flooringSampleCon h2
{
	font-size: 20px;
}

.flooringSampleCon ul,
.flooringSampleCon h3
{
	display: block !important;
	clear: both;
}

.flooringSampleCon li
{
	list-style-type: none !important;
	width: 150px;
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 10px;
	color: #666;
	padding: 0;
}


/*** PRODUCTS ***/

tr.productTable
{
	border-bottom: 1px solid #ccc;
}

/** HIDE CSS **/

.buttonNav li a span,
#negotiateHeader h2,
#homeGraphic h4,
#homeGraphic h3,
.hide
{
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
	/*display: block !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
	font-size: 0 !important;*/
}


/*** HACKS ***/
/*** CLEARFIX/HOLLY HACK
	http://www.positioniseverything.net/easyclearing.html ***/
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfixleft:after
{
    content: ".";
    display: block;
    height: 0;
    clear: right;
    visibility: hidden;
}

.clearfixright:after
{
    content: ".";
    display: block;
    height: 0;
    clear: right;
    visibility: hidden;
}

/** KINDA PISSES FIREFOX OFF **/
.clearfix
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*** END HACKS ***/

/*** ORIGINAL CSS ***/

.footerLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

.footerLinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}
#divContent {
	background-color: #999999;
	height: 100px;
	color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow: auto;
	font-size: 10px;
	z-index:1;
	text-align: left;
	width: 780px;
	padding: 10px;
    margin: 0 auto;

}
#divContent h1 {
	font-size: 12px;
}
#divContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
#outside {
	bottom: 0px;
	text-align: center;
	position: absolute;
	width: 100%;
    margin: 10px auto 10px auto;
}
#container {
  position: relative;
  padding-bottom: 150px;
  width: 800px;
  margin: 10px auto;
  margin-left: 50%;
  left: -400px;
}

#newContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 500px;
}
#newContent p {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	line-height: 130%;
	text-align: left;
	font-size: 0.9em;
}
#newContent h1 {
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	font-size: 17px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
#newContent h2 {
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	font-size: 14px;
	color: #666666;
}
.leftText {
	font-size: 8px;
	margin: 0px;
	padding: 0px;
	}

#newContent h2.leftText {
	font-size: 8px;
	text-indent: -1000px;
	margin: 0px;
}

