/*  
Version: 1.0
Author: TargetScope Inc.
Author URI: http://www.targetscope.com
*/

/*____________________________________________________________
Import other styles
____________________________________________________________*/

@import url(type.css);
@import url(lists.css);
@import url(tables.css);
@import url(forms.css);

/*____________________________________________________________
give some containers borders...just for design time
____________________________________________________________*/

#MainContent, #header,  #SideBar, #Footer, #Banner, .BreadCrumb{
	border:0px solid  #666666;
}

/*____________________________________________________________
Some base styles for sizing/shapping etc.
____________________________________________________________*/
html{
	margin:0;
	padding:0;
}
body{
	margin:0;
	padding:0;
	background: #C5BDAD url(/images/mainbg.jpg) repeat-x;
}


#Copyright{
	width:760px;				 /*set site width here */
	margin:0 auto 20px auto;		 /* site defaults to fixed width centered */
	padding: 0 0 0 0;

}
#contentwrapper{
	padding:0;
	margin:0 auto 0 auto;
	width:830px;
}
#MinHeight{
	height: 200px;
	width: 1px;	
}

.ClearAll{
	clear:both; height:0px; line-height:0px;
}
.ClearLeft{
	clear:left; height:0px; line-height:0px;
}
.ClearRight{
	clear:Right; height:0px; line-height:0px;
}

/*____________________________________________________________
Header styles
____________________________________________________________*/
#header{
	margin: 0 0 25px 0;
}
#HeaderExtras{
	float:right;
	width:638px;
	height:47px;
	background-image:url(/images/HeaderExtras.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	text-align:right;
	padding-right:20px;
	color:#485F69;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
#HeaderExtras a{
	display:block;
	border-width: 0 1px 0 0;
	border-style:dotted;
	border-color:#7F7971;
	float:right;
	padding:15px 7px 0 0;
	margin:0 7px 0 0;
	color:#485F69;
	text-decoration:none;
}
#HeaderExtras a:hover{
	text-decoration:underline;
}
#SearchForm .SearchBox{
	font-size:10px;
	border-width:0 0 0 0;
	background-color:#FFFFFF;
	padding:2px;
}
#SearchForm .SearchButton{
	border-width:0 0 0 0;
	padding:0 0 0 0;
	margin:0 0 0 6px;
	display:inline;
}
#SearchForm{
	float:right;
	padding:13px 0 0 0;
}
.logo{
	background-image:url(/images/logo.jpg);
	background-repeat:no-repeat;
	width:120px;
	height:47px;
	display:block;
}


/*____________________________________________________________
Home styles
____________________________________________________________*/
#HomeTabs{
	background-image:url(/images/Home_Tab_BG.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:825px;
	height:305px;
	margin:30px 0 0 0;
}
.tablink{
	display:block;
	height:30px;
	margin-bottom:115px;
}

#HomeLinkList{
	width:100px;
	float:left;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	margin-left:5px;
	margin-top:7px;
}
#HomeLinkList a:link{
	color:#FFFFFF;
	text-decoration:none;	
}
#HomeLinkList td{
	margin:12px 0 0 10px;
	padding:0;
	margin:0;
	padding:0;
	border:0px solid #FF0000;
	display:block;
	width:90px;
}
#HomeLinkList td a{
	/*border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#CABFAD;*/
	margin:0;
	padding:3px 0;
	background-image:url(/images/Home_Arrow_white.gif);
	background-repeat:no-repeat;
	background-position:left 50%;
	display:block;
	text-indent:15px;
	color:#FFFFFF;
	text-decoration:none;
}
#HomeLinkList td.active a{
	background-image:url(/images/Home_Arrow_brown.gif);
}
#HomeLinkList td a:hover{
	background-image:url(/images/Home_Arrow_brown.gif);
}
.HomeSectionList{
	float:left;
	width:120px;
	margin-right:1px;
	margin-left:20px;
	padding-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.HomeSectionList a:link{
	color:#2A383F;
	text-decoration:none;
}
.HomeSectionList td{
	margin:12px 0 0 10px;
	padding:0;
	width:90px;
}
.HomeSectionList td a{
	margin:0;
	padding:4px 0;
	background-image:url(/images/Home_Arrow_white.gif);
	background-repeat:no-repeat;
	background-position:left 50%;
	display:block;
	text-indent:15px;
	color:#2A383F;
	text-decoration:none;
	line-height:100%;
}
.HomeSectionList td.active a{
	background-image:url(/images/Home_Arrow_brown.gif);
}
.HomeSectionList td a:hover{
	background-image:url(/images/Home_Arrow_brown.gif);
}

/*____________________________________________________________
Content section styles
____________________________________________________________*/

#MainContent{
	/* main content is a wrapper div to include the side bar and content*/
	padding:0 0 0 0;
	margin:0 0 0 0;
	background-image:url(/images/ContentBG.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#Content{
	/* Content is the container with the actual content. */
	width:600px;
	float:left;
	margin-top: 12px;
	margin-left:20px;
}

#MainContent.HomeContent{
	background-image:url(/images/Home_ContentBG.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}	
#HomeSideBar{
	width:270px;
	float:left;	
	padding:0px;
	margin-left:45px;
}
#HomeSideBar p{
	color:#333333;
	font-size:11px;
	line-height:100%;
	margin:0;
	padding:5px 0 0 0;
}
.HomeContent #Content{
	width:425px;
	padding:15px 0 0 0;
	margin:0 0 0 10px;
}

/*____________________________________________________________
Interior page styles
____________________________________________________________*/
#Tabs{
	background-image:url(/images/Tab_BG.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	width:825px;
	height:178px;
	margin:30px 0 0 0;
}
.banner{
	float:right;
	margin-top:4px;
	margin-right:2px;
	
	margin-bottom:0;
}	
#MainTabs{
	float:right;
	width:702px;
	margin-right:2px;
}
#MainTabs ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#MainTabs ul li{
	float:left;
	margin-left:3px;
}
#MainTabs ul li span{
	display:none;
}
#MainTabs ul li a{
	display:block;
	height:31px;
	background-position:top left;
	background-repeat:no-repeat;
}
.Tab_1 a{
	background-image:url(/images/tab_laminate.jpg);
	width:137px;
}
.Tab_2 a{
	background-image:url(/images/tab_highdef.jpg);
	width:137px;
}
.Tab_3 a{
	background-image:url(/images/tab_solid.jpg);
	width:136px;
}
.Tab_4 a{
	background-image:url(/images/tab_flooring.jpg);
	width:137px;
}
.Tab_5 a{
	background-image:url(/images/tab_adhesives.jpg);
	width:137px;
}
#MainTabs ul li a:hover{
	background-position:bottom left;
}
#SideBar{
	width:170px;
	float:left;	
	margin-left:30px;
	_margin-left:10px;  /* IE6 ONLY */
	background-image:url(/images/SideBucket_BG.jpg);
	background-repeat:no-repeat;
}
#SideBarInterior{
	padding:0 10px 20px 10px;
}
#SideBar p{
	color:#333333;
	font-size:11px;
	line-height:100%;
	margin:0;
	padding:5px 0 0 0;
}
#SideBarInterior{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	width:135px;
}
#SideBarInterior a:link{
	color:#524736;
	text-decoration:none;
	
}
#SideBarInterior td{
	margin:0px 0 0 3px;
	padding:0;
	
	border:0px solid #FF0000;

	
}
#SideBarInterior td a{
	/*border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#CABFAD;*/
	margin:0;
	padding:4px 0;
	background-image:url(/images/SideBucet_arrow_gray.jpg);
	background-repeat:no-repeat;
	background-position:left 7px;
	display:block;
	padding-left:15px;
	padding-right:5px;
	color:#524736;
	text-decoration:none;
}

#SideBarInterior td.active a{
	background-image:url(/images/SideBucet_arrow_red.jpg);
	color:#CC0000;
}
#SideBarInterior td a:hover{
	background-image:url(/images/SideBucet_arrow_red.jpg);
	color:#CC0000;
}

#SideBarChatBtn { 
	width:170px;
	float:right;	
	margin-left:30px;
	_margin-left:10px;  /* IE6 ONLY */
 height: 75px;
margin-bottom: 10px;
_margin-bottom: 0px;  /* IE6 ONLY */
}

#SideBarChatBtn a img {
 border: solid 0px #fff;
padding: 10px 0 0 15px;
}

#SideBarChatBtn a {
 text-decoration: none;
}
/*____________________________________________________________
Footer styles
____________________________________________________________*/
#Footer{
	clear:both;
	padding:15px 0 0 30px;
	margin:30px 0 0 0;
	color:#FFFFFF;
	background-image:url(/images/FooterBG.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:67px;
	font-size:10px;
}
#Footer_Col1{
	float:left;
	width:240px;
}
#Footer_Col2{
	float:left;
	width:440px;
	margin-left:50px;
}
#Footer_Col2 a:link{
	text-decoration:underline;
	color:#FFFFFF;
}

/*____________________________________________________________
Banner styles
____________________________________________________________*/

#Banner{

}


#flashcontent {
		
		width: 303px;
		height: 82px;
	}

.eCardThumbImage { border: 1px solid #000000; margin: 1px 5px; }
.thumbImage { border: 1px solid #000000; margin: 3px }
.imageBorder { border: 1px solid #000000; margin: 3px }
.popUpParagraph { margin: 1px 10px 5px 10px; text-align: center; }

.productsPadding 
{
 padding-top: 5px;
 padding-bottom: 10px;
 margin-right: 16px;
}
.productsPadding span
{
  font-weight: bold;
  color: #CC0000;
}

