/*
Design by NiceFlooringWarehouse Team
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

h1, h2, h3 {
	margin-top: 0;
	color: #0153B4;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(images/img07.gif);
}

a {
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
	color: #0153B4;
}

a:hover {
	border-bottom: none;
	color:#999933;
}

a img {
	border: none;	
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#logo {
	width: 972px;
	height: 80px;
	margin: 0 auto;
	padding: 0 10px;
	background: url(images/logonew.png) no-repeat left top;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	padding: 10px 0 0 0;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
}

#logo h1 a {
	display:block;
	color: white;
	text-decoration: none;
	text-indent:-9999px;
	width:450px;
	height:60px;

}
#logo h2 {
	float: right;
	margin: 0;
	color: #FFFFFF;
	padding: 10px 20px 0 0;
	font-weight: normal;
	font-size: 12px;
}

#logo h2 a {
	text-decoration:underline;
}
#logo h2 a:hover {
	color:#999999;
	text-decoration:underline;
}

#logo p {
	display:none;
	text-transform: uppercase;
	padding: 37px 0 0 3px;
	font-size: 10px;
	color: #FFFFFF;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}


/* Menu */

#menu {
	width: 972px;
	height: 52px;
	margin: 0 auto;
	padding-top: 7px;
	background: url(images/img02.jpg) no-repeat left top;
}

#menu ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin: 0 3px 0 10px;
	background: url(images/img04.jpg) no-repeat left 50%;
	padding: 10px 15px 10px 15px;
	border: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #262626;
}

#menu a:hover {
	margin: 0 3px 0 0;
	padding: 10px 15px 10px 15px;
	color: #000000;
}

#menu .current_page_item a {
	background: none;
	margin: 0 3px 0 0;
	padding: 10px 15px 10px 0px;
	color: #000000;
}

/* Banner */

#banner {
	margin: 0 auto;
	width: 972px;
	height: 250px;
	/*background: url(images/banner_new.jpg) no-repeat left top;*/
}
/* Location */

#location {
	margin: auto;
	width: 972px;
	LINE-HEIGHT: 22px; 
	BORDER-BOTTOM:#003366 2px solid; 	
	BACKGROUND-COLOR: #e3e3e3
}
/* Wrapper */

#wrapper {
}

/* Page */

#page {
	width: 972px;
	margin: 0 auto;
	padding: 30px 0;
}

#page-bg {
	padding: 11px 24px;
	background: url(images/img03.jpg) no-repeat;
}
/* product cat item  */
UL#item {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
UL#item LI {
	FONT-WEIGHT: bold; FLOAT: left; WIDTH: 270px; LIST-STYLE-TYPE: none; HEIGHT: 217px
}
UL#item LI DIV.item_header {
	PADDING-RIGHT: 0px; PADDING-LEFT: 7px; FLOAT: left; BACKGROUND-IMAGE: url(../images/item_header.gif); PADDING-BOTTOM: 0px; WIDTH: 263px; PADDING-TOP: 3px; HEIGHT: 19px
}
UL#item LI DIV.item_header SPAN.item_number {
	DISPLAY: block; FLOAT: left; WIDTH: 59px! important; COLOR:#999933; HEIGHT: 19px
}
UL#item LI DIV IMG {
	PADDING-RIGHT: 0px; BORDER-TOP: #eee 1px solid; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; BORDER-BOTTOM: #eee 1px solid; BORDER-RIGHT-WIDTH: 0px
}
UL#item LI DIV.item_detail {
	PADDING-RIGHT: 0px; BORDER-TOP: #ae4738 2px solid; PADDING-LEFT: 7px; FLOAT: left; PADDING-BOTTOM: 0px; WIDTH: 263px; PADDING-TOP: 2px; HEIGHT: 19px; BACKGROUND-COLOR: #eee
}
LI.item_right {
	MARGIN-LEFT: 10px
}
LI.item_row_right {
	MARGIN-LEFT: 10px
}
LI.item_row {
	MARGIN-TOP: 10px
}
LI.item_row_right {
	MARGIN-TOP: 10px
}
/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px dashed #CCCCCC;
}
/* Hoverbox Code */

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 130px;
	height:100px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 250px;
	height: 200px;
}
/* Content */

#content {
	float: right;
	width: 700px;
	background-color: #f9f9f9;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	line-height: 150%;
}

.post h1 {
	font-weight: normal;
	font-size: 18px;
}

.post h2 {
	font-size: 24px;
}

.title {
	margin: 0;
	padding-bottom: 6px;
	font-weight: normal;
	
}

.title a {
	border-bottom: none;
}

.title a:hover {
	border-bottom: 1px dashed #CCCCCC;
}

.byline {
	border-top: 1px dashed #CCCCCC;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

.entry {
}

.imagecontent {
}

.imagecontent li{
	width:250px;
	border:dotted #a9a9dc;
	border-width:0 1px 1px 0;
	background:#EEEEEE;
	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
	margin-bottom:5px;
	margin-top:10px;
	font-size:9px
}


.links {
	font-size: 11px;
}

.links a {
	display: block;
	border: none;
	color: #333333;
}

.links a:hover {
}

.links .more {
	float: left;
	padding-left: 25px;
	bpadding-right: 15px;
	text-transform: uppercase;
}

.links .comments {
	float: left;
	padding-left: 20px;
	background: url(images/img04.jpg) no-repeat left top;
}

.house {
	float:left;
	
}

.carpet {
}
/* Sidebars */

.sidebar {
	float: left;
	width: 200px;
	padding: 0 0 0 21px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin-bottom: 10px;
	padding: 0 0 20px 0px;
	background: url(images/img06.jpg) repeat-y left top;
	border-bottom: 1px solid #CCCCCC;
}

.sidebar li a {
font-size:9px;
}

.sidebar li li {
	margin: 0;
	padding: 5px 10px;
	border: none;
}

.sidebar li h2 {
	height: 16px;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 10px;
	background: url(images/img05.jpg) no-repeat left top;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

.sidebar p {
	padding: 0 10px;
}
/* Cal */
tr.white_text{
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}
td.copy_header {
	color:#000000;
}
#copy_invheader {
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}
/* Search */

#searchform {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

#searchform br {
	display: none;
}

#s {
	margin: 0;
	padding: 2px 2px;
	width: 120px;
	height: 18px;
	font-size: 10px;
	color: #000000;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 24px;
	border: none;
	background: #A49D3C;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
/* Calendar */

#calendar_wrap {
	padding: 0;
	text-align: center;
	font-size: 10px;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* Footer */

#footer {
	border-top: 1px solid #C8C8C8;
	height: 100px;
}

#footer p {
	margin: 0;
	padding: 40px 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #000000;
}

#footer a {
	color: #996600;
	border-bottom: 1px dotted #000000;
}
#footer a:hover {
	color:#666666;
	border:none;
}

.imgLeft {
	float:left;
	margin-right:40px;
}

/* image mouse over */
a.imgover1 {
background:url(images/Index_Prod_1.jpg) repeat 0px 0px;
width:143px;
height:72px;
display:block;
}
a.imgover1 span {
display:none;
}
a.imgover1:hover {
background:url(images/Index_Prod_1.jpg) repeat 0px -72px;
}

a.imgover2 {
background:url(images/Index_Prod_2.jpg) repeat 0px 0px;
width:142px;
height:72px;
display:block;
}
a.imgover2 span {
display:none;
}
a.imgover2:hover {
background:url(images/Index_Prod_2.jpg) repeat 0px -72px;
}

a.imgover3 {
background:url(images/Index_Prod_3.jpg) repeat 0px 0px;
width:142px;
height:72px;
display:block;
}
a.imgover3 span {
display:none;
}
a.imgover3:hover {
background:url(images/Index_Prod_3.jpg) repeat 0px -72px;
}

a.imgover4 {
background:url(images/Index_Prod_4.jpg) repeat 0px 0px;
width:146px;
height:72px;
display:block;
}
a.imgover4 span {
display:none;
}
a.imgover4:hover {
background:url(images/Index_Prod_4.jpg) repeat 0px -72px;
}

a.imgover5 {
background:url(images/accessories.jpg) repeat 0px 0px;
width:143px;
height:72px;
display:block;
}
a.imgover5 span {
display:none;
}
a.imgover5:hover {
background:url(images/accessories.jpg) repeat 0px -72px;
}

a.imgover6 {
background:url(images/about.jpg) repeat 0px 0px;
width:143px;
height:72px;
display:block;
}
a.imgover6 span {
display:none;
}
a.imgover6:hover {
background:url(images/about.jpg) repeat 0px -72px;
}

a.imgover7 {
background:url(images/EnFootPic2.jpg) repeat 0px 0px;
width:143px;
height:72px;
display:block;
}
a.imgover7 span {
display:none;
}
a.imgover7:hover {
background:url(images/EnFootPic2.jpg) repeat 0px -72px;
}

a.imgover8 {
background:url(images/contact.jpg) repeat 0px 0px;
width:143px;
height:72px;
display:block;
}
a.imgover8 span {
display:none;
}
a.imgover8:hover {
background:url(images/contact.jpg) repeat 0px -72px;
}
