html, body
{
	margin: 0;
	padding: 0;
}

body
{
	/*background-color: #eee;
	background-image: url(../Images/bg-body.gif);*/
	background-repeat: repeat-x; 
	color: #333;
	font-family: Arial;
	font-size:11px; 
}

h1{
padding : 0;
margin: 0;
position: relative;
}

H1{
padding : 0;
margin: 0;
position: relative;
}

h3
{ 
	font-size: 130%;
	font-weight: bold; 
}

a
{
	color: #039;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: 0;
}

#container
{
/*	margin: 0 70px;*/
}

#header
{
	/*height: 50px;*/
	/*height:34px;*/
	height:5px;
	margin-top: 7px;
	margin-left: 16px;
	margin-bottom: 0px;
	color: #fff;
}

#titletext
{
	font-weight: bold;
	font-size: 260%;
	color: #fff;
	margin-right: 10px;
}

#searcharea
{
	float: right;
	width: 210px;
}

#searcharea div.section
{
	border: 0;
}

#searcharea a
{
	color: #fff;
}

#searcharea input
{
	font-size: 100%;
}

/*#globalmenu
{
	background-color: #900;
	height: 20px;
	color: #fff;
	padding-top: 1px;
}

#globalmenu ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#globalmenu li
{
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 1px;
}

#globalmenu a
{
	color: #fff;
}*/

#containerleft
{
	/*background-image: url(../Images/shadow-left.gif);
	background-repeat: repeat-y; */
}

#containertopleft
{
	/*background-image: url(../Images/shadow-top-left.gif);
	background-repeat: no-repeat;*/
}

#containerright
{
	/*background-image: url(../Images/shadow-right.gif);
	background-repeat: repeat-y;
	background-position: right;*/
}

#containertopright
{
	/*background-image: url(../Images/shadow-top-right.gif);
	background-repeat: no-repeat;
	background-position: top right;*/
}

#main
{
	margin-left: 7px;
	margin-right: 7px;
	background-color: #fff;
	margin-bottom: 10px; 
	/*background-image: url(../Images/shadow-bottom.gif);*/
	background-position: bottom;
	background-repeat: repeat-x;
	min-height: 500px;
	text-align: center;
}

* html #main
{
	height: 500px;
}



#side
{
	/*float: right;
	width: 198px;
	margin: 2px;*/
}
.hplUrl
{ 
	/*font-family:Tahoma;*/
	font-size:11px;
	color:#4B4B4B;
	cursor:hand;
	cursor:pointer;
}
#nav
{
	/*
	width: 198px;
	border-bottom: 1px solid #eee;
	margin-top: 2px;
	margin-bottom: 10px;
	background-color: #900;
    padding-top: 1px;*/
	height: 22px;
	color: #fff;
	font-size:12px;
}

* html #side
{
	/*width: 198px;
	margin-left: -3px;*/
}

#nav ul
{
	/*
	list-style-type: none;
	margin: 0;
	padding: 0;
	*/
	padding: 0;
	margin: 0;
	list-style: none;
	/*border:1px solid #FFFFFF;*/
}

#nav li
{
	/*
	position: relative;	
	border-top: 1px solid #eee;
	display: inline;	
	*/
	display: inline;
	padding-left: 100px;
	padding-top:20px;
	padding-bottom:6px;
	padding-right: 6px;
	margin-left: 1px;
}

#nav li.Node_7
{
	padding-left: 102px;
	padding-right: 7px;
}

.Test
{
	position:relative;
}
#nav ul li
{ 
	/* level 1 items (horizontal) */
	position: relative;
	text-align: right;
	display: inline;
	width: 99px;
}

#nav a
{
/*	display: block;
	font-family: "Trebuchet MS", Verdana, Helvetica;
	color: #000;
	font-size: 100%;
	padding: 5px;*/
	
	color: #ffffff;
}

#nav a:hover
{
/*	background-color: #f9f9f9;
	font-weight: bold;*/ 
	text-decoration: none;
}

#nav a.selected
{
	color:Black;
	font-weight: bold;
	width: 162px;
	height:24px;
	margin-left :-2px;
	margin-top :-2px;
	margin-bottom :-1px;
	margin-right:-2px;
}

#nav ul ul
{
	/*
	margin: 0;
	padding: 0;
	list-style-type: none;
	*/
	
	display: none;
	position: absolute;
	clear:both;
	border-right:none;
	top: 40px;
	left: -80px;
	z-index: 100;
	line-height: 22px;
	color:#fff;
	/*filter: alpha(opacity=65); 
	-moz-opacity:0.65; 
	background-color: #2F7E20;*/
	/*border:2px solid #FFFFFF;*/
	
}
#nav ul li:hover ul
{
	display: block;/*this is what make the list appear*/
}

#nav ul ul li /*Menu Nodes*/
{
	display: block;
	text-align: right;
	white-space: nowrap;
	/*border-Top: 1px solid #ffffff;*/
	/*border-bottom: 1px solid #fff; 
	border-Top: white 1px dashed;*/
	
	padding-top: 2px; 
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 1px;
	width:165px;
	background-color:#F6F6F6;
	
}



#nav ul ul li a /*Menu Nodes Links*/
{
	padding-right: 3px;
	/*color: White;*/
	display: block;
	font-family:Arial;
	font-weight:normal;
	line-height:19px;
	color:#2e2e2e;
	position:relative;
	width:160px;
}
#nav ul ul li a:hover
{
	/*color: #6CDAF5;*/
	background-color:#e3e3e3;
	width:160px;
	position:relative;
}

#content
{
	/*padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 9px;
	margin-right: 200px;*/
}

* html #content
{
	height: 1%;
	margin-right: -3px;
}


.clear
{
	clear: both;
}

.section
{
	/*
	padding: 7px;
	margin-top: 4px;
	border: 1px solid #eee;
	*/
}
.section h3
{
	color: #900;
	font-size: 130%;
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 4px;
}

.moduletools
{
	/*
	float: right;
	margin-top: 15px;
	margin-right: 5px;
	*/
}

.error
{
	color: #c00;
}
/*----------------------------------------------------------BreadCrumbs------------------------------------------*/
.BreadCrumbsBullet
{
	color:#676767;
}
.NotDisplayUnderLine
{
	text-decoration:none;
}
/*----------------------------------------------------------Search-----------------------------------------------*/
.divPagger
{
	font-family:Arial;
	font-size: 11px;
	background-color:#B0E3F6;
	color:#FF007e;
	height:20px;
	padding-top:5px;
}

.divPagger a
{
	margin-left: 2px;
	margin-right: 2px;
	color:#FF007e;
}

.divPagger A:active
{
	color:#FF007e;
	text-decoration:underline;
}
.DisplaingResults
{
	font-family:Arial;
	font-size:14px;
	color:#666666;
}
.QueryText
{
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	color:#0171b9;
}
.ResultTitle
{
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	color:#001923;
	cursor:default;
}
.hplContinue
{
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	color:#0171b9;
	text-decoration:underline;
}
.searchresults
{
	/*margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;*/
	list-style-type:none ;
	margin-left: 8px;
	width:530px;
	padding-bottom:400px;
}
.divResultsSilver
{
	
	background-color:#f8f8f8;
}
.divResultsWhite
{
	
	background-color:#FFFFFF;
	
}
/*.searchresults h4
{
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 100%;
}
*/
/*.searchresults .sub
{
	font-size: 90%;
	color: #090;
}*/

/*.searchresults li
{
	margin-top: 5px;
	margin-bottom: 5px;
}*/
/*--------------------------------------------------------------------------------------------------------------*/
.tbl
{
	border: 1px solid #eee;
}

.tblvalue
{
	font-weight: bold;
}

.articlelist
{
/*	margin: 0;
	padding: 0;
	list-style-type: none;*/
}

.articlelist li
{
	/*margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-bottom: 10px;*/
}

.articlelist h4
{
	/*margin-top: 2px;
	margin-bottom: 2px;
	font-size: 100%;*/
}

.articlesub
{
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666;
	background-color: #f9f9f9;
}

.articlesub span
{
	margin-right: 6px;
}

.articlesub a
{
	margin-right: 6px;
}

.SubArticleContent
{
	
	padding-top:30px;
	padding-right:22px;
}

.articlecomments
{
	margin: 0px;
	padding: 0;
	list-style-type: none;
}

.articlecomments li
{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-bottom: 10px;
	padding: 0;
	border-bottom: solid 1px #eee;
}

.articleerror
{
	color: #c00;
}

.genericitem
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
}

.genericitem h4
{
	margin-top: 2px;
	margin-bottom: 3px;
	font-size: 100%;
}

.genericdetails
{
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666;
	font-size: 0.85em;
}

.languageswitcher ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

.languageswitcher li
{
	display: inline;
	padding: 2px;
	margin-right: 3px;
}


/* **************************** Aman **************************** */


#tblTamburMain
{
	text-align:right;
}

.HomePageLink1
{
	color:Red;
}
.HomePageLink2
{
	color:#339966;
}
.HomePageLink3
{
	color:#ff00ff;
}
.HomePageLink4
{
color:#3366ff;
}
.HomePageLink5
{
	color:#FF7D18;
}
.HomePageLink6
{ 
	color:white;
}
.HomePageLink7
{
	color:black;
}
.ArticleBack
{
	 color:#FAFAF8;
	background-color:#0071BD;
	font-weight:bold;
   /* color:#FAFAF8;
    background-color:#0071BD;
    font-weight:bold;
    margin-left: 5px;
    padding-right:10px;*/
}
.ArticleBack a
{
	color:#FAFAF8;
}
.ArticleTitle
{
  font-weight: normal;
  font-size: 12px;
  color:#9D9D9D; 
  letter-spacing:2px;
}
.ArticleContinue
{   color:#FAFAF8;
	background-color:#0071BD;
	font-weight:bold;
	/*
	margin-left: 5px;
	padding-right:10px;
	text-align :center;
	*/
}

.ArticleContinue a
{
	color:#FAFAF8;
}
.MainArticleContent
{
	padding-top:0px;
	padding-right:0px;
}

.ArticleTemplate
{
	padding-right:22px;
}

.BlueArticle
{
 FONT-SIZE: 14px; 
 COLOR: #0071bd; 
}

.StoresUserFilter
{
	background-image: url(/Templates/Tambur/Images/UserStoresFilterBack.gif);
	background-repeat: repeat-x;
	width: 533px;
	height: 42px;
	font-weight: bold;
}

.StorePager a
{
	color:Red;
}
.ChainOfStores
{ 
	width:484px;
	height: 32px;
	font-weight: bold;
	BORDER-RIGHT: #B1E3F6 1px solid;
	BORDER-TOP: #B1E3F6 1px solid; 
	BORDER-LEFT: #B1E3F6 1px solid; 
    BORDER-BOTTOM: #B1E3F6 1px solid; 
    font-size:12px;
    padding-right:5px;
}
.StoresBorderLeft
{
	border-left:#FFFFFF 1px solid;
}

.StoresUserHeader
{
	background-image: url(/Templates/Tambur/Images/UserStoreHeader.gif);
	background-repeat: repeat-x;
	height:27px;
	font-weight:bold;
	padding-right:5px;
	font-size:12px;
}

.StoresMixerImage
{
	padding-top:5px;
}

.StoresShowRoomImage
{
	padding-top:3px;
}


.MixerImage_IE6
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/Templates/Tambur/Images/Mixer.png');
	width:14px;
	height:14px;
}

.ShowRoomImage_IE6
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/Templates/Tambur/Images/ShowRoom.png');
	width:14px;
	height:14px;
}

.AboutLinksSelected
{
	padding-right: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #ececec;
}
.AboutLinksSelected a
{
	color: #0033A8;
}

.AboutLinks1
{
	padding-right: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #05AEEF;
}
.AboutLinks1 a
{
	color: white;
}

.AboutLinks2
{
	padding-right: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #8e2e8f;
}
.AboutLinks2 a
{
	color: white;
}

.AboutLinks3
{
	padding-right: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #068947;
}
.AboutLinks3 a
{
	color: white;
}

.AboutLinks4
{
	padding-right: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #EA1B21;
}
.AboutLinks4 a
{
	color: white;
}

.AboutLinks5
{
	padding-right: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #F38725;
}
.AboutLinks5 a
{
	color: white;
}

.AboutLinks6
{
	padding-right: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #F20394;
}
.AboutLinks6 a
{
	color: white;
}

.AboutLinks7
{
	padding-right: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #0C6CB6;
}

.AboutLinks7 a
{
	color: white;
}

.Play DIV
{
	padding-right: 10px;
	font-weight: bold;
	width: 35px;
	color: #fafaf8;
	background-color: #ed008c;
}

.StorePager
{
	position: relative;
	top: 8px;
	left: 0px;
}
StoreComboFont
{
	font-size:10px;
}
.QuestionsAnswersTitle
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#0171b9;
}
.QuestionsAnswersContent
{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	line-height:18px;
}
.NotDisplay
{
 display:none;
}

.RightColumnBottomHeader
{
	padding-bottom:1px;
	color:#BB342E;
	font-weight:bold;
	font-size:12px;
}

.RightColumnBottomHeader a
{
	padding-bottom:1px;
	color:#BB342E;
	font-weight:bold;
	font-size:12px;
}

.BottomColumnContent
{
	color:#222222;
	font-weight:normal;
	font-size:11px;
	line-height:16px;
}

.BottomColumnContent a
{
	color:#222222;
	font-weight:normal;
	font-size:11px;
	line-height:16px;
	text-decoration:none;
}

.BottomColumnContent a:visited {text-decoration:none;}
.BottomColumnContent a:hover {text-decoration:none;}
.BottomColumnContent A:link{text-decoration:none;}
.BottomColumnContent A:active{text-decoration:none;}

.LeftColumnBottomHeader
{
	padding-bottom:1px;
	color:#008742;
	font-weight:bold;
	font-size:12px;
}

.LeftColumnBottomHeader a
{
	padding-bottom:1px;
	color:#008742;
	font-weight:bold;
	font-size:12px;
}

.HomePageLinks td
{
	line-height:17px;
}

.HomePageLinks a
{
	font-family:Arial;
	font-size:11px;
	color:#727272;
	line-height:11px;
}

.HomePageLinks a:hover{color:#EC008C;}

.HomePageLinks img
{
    padding-left:3px;
    padding-right:5px;
}

.MainContact
{
	font-family:Arial;
	font-size:11px;
	line-height:19px;
	color:#727272;
	vertical-align:top;
	position:relative;
	top:-5px;
}

.IshiColumn
{
	background-image: url('/UserFiles/Image/HomePage/GevesHome/bgGevesHome.jpg');
	background-repeat:repeat-x;
	width:304px;
	height:180px;
}
.H1Class
{
	height:13px;
	font-family:Arial;
    font-size:17px;
    font-weight:bold; 
    line-height:16px; 
    color:#ed1c24;
    padding:0;
    margin:0;
}

.H2Class
{
	height:13px;
	font-family:Arial;
    font-size:17px;
    font-weight:bold; 
    line-height:16px; 
    color:#7C2D9a;
}

.H2Class a
{
	height:13px;
	font-family:Arial;
    font-size:17px;
    font-weight:bold; 
    line-height:16px; 
    color:#7C2D9a;
	text-decoration: none;
}

/*.LinkHeader1
{
	font-family:Arial;
    font-size:17px;
    font-weight:bold; 
    line-height:16px; 
    color:#933092;
}

.LinkHeader2
{
	height:13px;
	font-family:Arial;
    font-size:17px;
    font-weight:bold; 
    line-height:16px; 
    color:#7C2D9a;
	text-decoration: none;
}
*/

.LinkHeader3
{
	font-family:Arial;
    font-size:17px;
    font-weight:bold; 
    line-height:16px; 
    color:#ED1C24;
	text-decoration: none;
}

.HPLeftColumnContent
{
	width:120px;
	font-family:Arial;
	font-size:11px;
	line-height:16px;
	color:#222222;
	height:76px;
}

.HPLeftColumnContent a
{
 text-decoration:none;
 color:#222222;
}

.HPLeftColumn3Content
{
	width:143px;
	font-family:Arial;
	font-size:11px;
	line-height:15px;
	color:#6B6B6B;
	height:60px;
}

.HPLeftColumn3Content a
{
 text-decoration:none;
 color:#6B6B6B;
}

.HPColumn1Link a
{
	width:100px;
	font-family:Arial;
	font-size:11px;
	line-height:14px;
	color:#007CAA;
	text-decoration:none;
	font-weight:bold;
}

.HPColumn2Link a
{
	font-family:Arial;
	font-size:11px;
	line-height:16px;
	color:#37889F;
	text-decoration:none;
	font-weight:bold;
}
.HPColumn3
{
	font-family:Arial;
	font-size:17px;
	color:#3D8900;
	font-weight:bold;
}

.HPColumn3 a
{
	font-family:Arial;
	font-size:17px;
	color:#3D8900;
	font-weight:bold;
	text-decoration:none;
}


/*.HPColumn3Link a
{
	font-family:Arial;
	font-size:12px;
	color:#3F3F3F;
	font-weight:bold;
}*/

.TamboutHouseColumn
{
	background-image: url('/UserFiles/Image/HomePage/bgConsultancyHome.jpg');
	background-repeat:repeat-x;
	width:304px;
	height:185px;
}

.ArchitectsColumn
{
	background-image: url('/UserFiles/Image/HomePage/bgGreenHome.jpg');
	background-repeat:no-repeat;
	width:304px;
	height:113px;
	background-repeat:repeat-x;
}
.ArrowHand
{
	cursor:hand;
	cursor:pointer;
}
/*-------------------------------------------------Catalog------------------------------------------*/
.CatalogCategoryHeader1
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#ff00ad;
	padding-right:6px;
	height:32px;
}

.CatalogCategoryHeader2
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#0045a0;
	padding-right:6px;
	height:32px;
}

.CatalogCategoryHeader3
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#0ba51f;
	padding-right:6px;
	height:32px;
}
.TDLineSeperator
{
	height:750px;
	width:1px;
	background-image:url('/UserFiles/Image/Catalog/Base/category_ver_line.gif');
	/*position:relative;
	bottom:-10px;*/
}
.SubCategoryHeader1
{
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:#ff00ad;
	padding-right:5px;
}

.SubCategoryHeader2
{
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:#0045a0;
	padding-right:5px;
}

.SubCategoryHeader3
{
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:#0ba51f;
	padding-right:5px;
}
.CatalogSubCategoryHeader
{
	color:#6a6a6a;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
}
.CatalogItemHeader
{
	color:#6a6a6a;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
}
.CatalogItem
{
	color:#4c4c4c;
	font-size:12px;
	font-family:Arial;
	
}
.RelatedCategoriesCombo
{
	cursor:hand;
	cursor:pointer;
	background-image: url(/UserFiles/Image/Catalog/Base/CategoriesCombo.gif);
	color:#FE0897;
	background-repeat:no-repeat;
	width:174px;
	height:17px;
	
}
.RelatedCategoriesCombo:Hover
{
	background-image: url(/UserFiles/Image/Catalog/Base/CategoriesCombo.gif);
	color:#FE0897;
	text-decoration:underline; 
	background-repeat:no-repeat;
	width:174px;
	height:17px;
}
.SubCategoryHeader
{   
	font-family:Arial;
	font-size:12px;
	text-align:right;
	padding-top:5px;
	background-color:#D4D4D4;
	color:#5C5C5C;
	height:21px;
	width:200px;
}
.SubCategoryHeaderActive1
{   
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	padding-top:5px;
	background-color:#ff00ad;
	color:#FFFFFF;
	height:21px;
	width:200px;
}
.SubCategoryHeaderActive2
{   
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	padding-top:5px;
	background-color:#0045a0;
	color:#FFFFFF;
	height:21px;
	width:200px
}
.SubCategoryHeaderActive3
{   
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	padding-top:5px;
	background-color:#0ba51f;
	color:#FFFFFF;
	height:21px;
	width:200px
}
.RelatedSubCategoryBullet
{
	color:#05aeef;
}
.RelatedSubCategoryBulletHover
{
	color:#0171b9;
}
.RelatedSubCategoryLink
{
	font-family:Arial;
	font-size:12px;
	color:#646464;
}
.RelatedSubCategoryLink:hover
{
	font-family:Arial;
	font-size:12px;
	color:#0171b9;
	text-decoration:underline;
}
.SubCategoryLink
{
	font-family:Arial;
	font-size:12px;
	color:#636363;
}
.SubCategoryLink:hover
{
	font-family:Arial;
	font-size:12px;
	color:#0171b6;
	text-decoration:underline;
}
.SubCategoryLinkBold
{
	font-family:Arial;
	font-size:13px;
	color:#FF00AD;
	/*color:#77A9EB;
	text-decoration:underline;*/
}
.SubCategoryBullet
{
	font-size:12px;
	font-family:Arial;
	color:#0ea9e2;
	cursor:hand;
}
.SubCategoryBulletHover
{
	font-size:12px;
	font-family:Arial;
	color:#ef1724;
	cursor:hand;
}
/*---------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------Inner Pages------------------------------------*/
/*---------------png on image strip---------------*/
#divPng
{
	width: 304px;
	background-repeat: no-repeat;
	position: absolute;
	height: 244px;
	vertical-align:top;
}

#divPng.GreenCat
{
	background-image: url(/UserFiles/Image/InnerPage/PnG/color_bg_cat_green.png);
}

#divPng.RedCat
{
	background-image: url(/UserFiles/Image/InnerPage/PnG/color_bg_cat_red.png);
}

#divPng.PurpleCat
{
	background-image: url(/UserFiles/Image/InnerPage/PnG/color_bg_cat_purple.png);
}

#divPng.PinkCat
{
	background-image: url(/UserFiles/Image/InnerPage/PnG/color_bg_cat_pink.png);
}

#divPng.BlueCat
{
	background-image: url(/UserFiles/Image/InnerPage/PnG/color_bg_cat_blue.png);
}

#divPng.OrangeCat
{
	background-image: url(/UserFiles/Image/InnerPage/PnG/color_bg_cat_orange.png);
}

#divPng.LightBlueCat
{
	background-image: url(/UserFiles/Image/InnerPage/PnG/color_bg_cat_light_blue.png);
}

.PNGHeader
{
	font-family:Arial;
	font-size:22px;
	font-weight:bold;
	color:#ffffff;
	HEIGHT: 85px;
}

.PNGContent
{
	font-family:Arial;
	font-size:11px;
	color:#ffffff;
	line-height:16px;
}

.PNGLinks
{
	
}

#divPng.RedCat a
{
	color:#eddc1c;
}

#divPng.GreenCat a
{
	color:#9bf3fd;
}

#divPng.PurpleCat a
{
	color:#f7bbe3;
}

#divPng.PinkCat a
{
	color:#ffd6f0;
}

#divPng.BlueCat a
{
	color:#bafffb;
}

#divPng.OrangeCat a
{
	color:#f8cece;
}

#divPng.LightBlueCat a
{
	color:#9ffaf0;
}
/*--------------------------------*/
.RelatedPagesHeader
{
	font-size:12px;
	font-weight:bold;
	color:#2e2e2e;
}

.HRContent
{
	width:715px;
	height:1px;
	color:#D7D7D7;
	border-top:0;
	border-style:solid;
}

.MainContentTable
{
	width:698px;
	font-size:14px;
	color:#2e2e2e;
	line-height:20px;
}

.RedCategoryMainContentTable {background-color:#fcdbdd;}
.GreenCategoryMainContentTable {background-color:#eff6dc;}
.PurpleCategoryMainContentTable {background-color:#ffedff;}
.PinkCategoryMainContentTable {background-color:#f3e6ee;}
.BlueCategoryMainContentTable {background-color:#ecf9fe;}
.OrangeCategoryMainContentTable {background-color:#f6e3d3;}
.LightBlueCategoryMainContentTable {background-color:#e8f6ff;}


.MainContentTableTd
{
	padding-right:21px;
	padding-bottom:24px;
	padding-top: 81px;
}

.MainContentTable H2
{
	padding : 0;
	margin: 0;
	position: relative;
	font-family:Arial;
    font-size:17px;
}

.TextOnMainContent
{
	padding-top:11px;
	font-size:14px;
	color:#2e2e2e;
	line-height:20px;
	padding-bottom:47px;
}

.TextOnMainContentInnerTD
{
	padding-bottom:26px
}

.RedCategoryMainContentTable a
{
	color:#ed1c24;
	font-size:12px;
	font-weight:bold;
}

.GreenCategoryMainContentTable a
{
	color:#008742;
	font-size:12px;
	font-weight:bold;
}

.PurpleCategoryMainContentTable a
{
	color:#d245d1;
	font-size:12px;
	font-weight:bold;
}


.PinkCategoryMainContentTable a
{
	color:#ec0a90;
	font-size:12px;
	font-weight:bold;
}


.BlueCategoryMainContentTable a
{
	color:#0071bc;
	font-size:12px;
	font-weight:bold;
}


.OrangeCategoryMainContentTable a
{
	color:#f6933c;
	font-size:12px;
	font-weight:bold;
}


.LightBlueCategoryMainContentTable a
{
	color:#049ad3;
	font-size:12px;
	font-weight:bold;
}

.MainContentPictures
{
	padding-bottom:40px
}

.TextContentInPictureColumn
{
	padding-bottom:15px;
	padding-left:29px;
	font-size:12px;
	color:#2e2e2e;
	line-height:20px; 
}

.GreenCategoryMainContent
{
	padding-top:12px;
	font-size:14px;
	color:#2e2e2e;
	line-height:20px
}

.GreenCategoryMainContentInnerTD
{
	padding-bottom:32px
}

.GreenCategoryMainContent a
{
	color:#008742;
	font-size:12px;
	font-weight:bold;
}

.GreenCategoryMainContentPictures
{
	padding-bottom:40px
}

.GreenCategoryMainContentPicturesText
{
	padding-bottom:20px;
	padding-left:29px;
	font-size:12px;
	color:#2e2e2e;
	line-height:20px; 
	padding-bottom:32px;
}

/*---------------------------------------------------------------------------------------------------*/




/*----------------------------------------------------Search Input-----------------------------------------------*/

.NotDisplay
{
	display:none;
}

.SearchTestArea
{
	border:1px solid #e7e7e7;
	width:90px;
	height:14px;
	position: relative; 
	font-size:11px;
	color:#222222;
	font-family:Arial;
}

.AboutButton
{
	background-color:#F2F2F2;
	height:17px;
	width:75px;
	font-family:Arial;
	font-size:12px;
	color:#0071BC;
	text-align:center;
	position: relative; 
	top:-6px;
	padding-top:1px;
	cursor:pointer;
}

.SearchButton_IE
{
	background-image: url(/UserFiles/Image/HomePage/search_btn_Original.gif);
	width:41px;
	height:18px;
	margin-right:1px;
}
.SearchButton_FireFox
{
	background-image: url(/UserFiles/Image/HomePage/search_btn_Original.gif);
	width:41px;
	height:18px;
	position: relative; 
	top:2px;
}
.SearchButton_IEHover
{
	background-image: url(/UserFiles/Image/HomePage/search_btn_Hover.gif);
	width:41px;
	height:18px;
	margin-right:1px;
}
.SearchButton_FireFoxHover
{
	background-image: url(/UserFiles/Image/HomePage/search_btn_Hover.gif);
	width:41px;
	height:18px;
	position: relative; 
	top:2px;
}
/*------------------------------------------------------Site Map------------------------------------------------*/
.ParentNode
{
	list-style-type:none ;
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	width:123px;
}
.ChildrenNode
{
	list-style-type:none;
	font-family:Arial;
	font-weight:normal;
	font-size:11px;
	text-align:right;
	color:#343434;
	width:123px;
	top: -20px;
	right: -38px;
	/*z-index: 200;*/
	position:relative;
}
/*---------------------------------------------------Tambur Trend-----------------------------------------------------------*/

.TrendNode_1
{
	cursor:hand;
	background-image: url(/UserFiles/Image/InnerPage/TrendPage/TrendNode-1-Original.gif);
	width:67px;
	height:14px;
	border:0px;
	cursor:pointer;
}
.TrendNode_1:hover
{
	cursor:hand;
	background-image: url(/UserFiles/Image/InnerPage/TrendPage/TrendNode-1-Hover.gif);
	width:67px;
	height:14px;
	border:0px;
	cursor:pointer;
}

.TrendNode_2
{
	cursor:hand;
	background-image: url(/UserFiles/Image/InnerPage/TrendPage/TrendNode-2-Original.gif);
	width:76px;
	height:14px;
	border:0px;
	cursor:pointer;
}
.TrendNode_2:hover
{
	cursor:hand;
	background-image: url(/UserFiles/Image/InnerPage/TrendPage/TrendNode-2-Hover.gif);
	width:76px;
	height:14px;
	border:0px;
	cursor:pointer;
}
.TrendNode_3
{
	cursor:hand;
	background-image: url(/UserFiles/Image/InnerPage/TrendPage/TrendNode-3-Original.gif);
	width:67px;
	height:14px;
	border:0px;
	cursor:pointer;
}
.TrendNode_3:hover
{
	cursor:hand;
	background-image: url(/UserFiles/Image/InnerPage/TrendPage/TrendNode-3-Hover.gif);
	width:67px;
	height:14px;
	border:0px;
	cursor:pointer;
}
.TrendNode_4
{
	cursor:hand;
	background-image: url(/UserFiles/Image/InnerPage/TrendPage/TrendNode-4-Original.gif);
	width:101px;
	height:14px;
    border:0px;
    cursor:pointer;
}
.TrendNode_4:hover
{
	cursor:hand;
	background-image: url(/UserFiles/Image/InnerPage/TrendPage/TrendNode-4-Hover.gif);
	width:101px;
	height:14px;
	border:0px;
	cursor:pointer;
}
.TrendSubLine
{
	height:27px;
	background-image:url('/UserFiles/Image/InnerPage/TrendPage/Sub_Line.gif');
	background-repeat:repeat-x;
}
/*******************************************************navInner********************************************************************/
#navInner
{
	width: 211px;
	/*border-left: 1px solid #d7d7d7;*/
	margin-top: 2px;
	margin-bottom: 0px;
	font-size:14px;
	padding-top:7px;
}

#divInnerNavTitle
{
	width:189px;
	height:24px;
	font-size:21px;
	font-weight:bold;
	color:#ffffff;
	background-color:Green;	
	padding-right:7px;
	padding-top:23px;
	padding-bottom:7px;
}

#divInnerNavTitle h1
{
	font-size:21px;
	font-weight:bold;
	color:#ffffff;
}

.GreyPageHeader
{
	DISPLAY: inline;
	FONT-WEIGHT: bold;
	FONT-SIZE: 17px;
	FONT-FAMILY: Arial;
}

.tdInnerNavSeparator
{
	background-image:url('/UserFiles/Image/InnerPage/sep_03.gif');
    height:1px;
    width:196px;
    background-repeat:repeat-x;
}

.tdFixer
{	
	height:0px;
}

#tblInnerNav /*the table*/
{
	width:196px;
}

#tblInnerNav tr td /*the td*/
{
	font-family:Arial;
	width:196px;
	text-align:right;
	height:6px;

	padding-right:8px;
	padding-bottom:4px;
	padding-left:4px;
	color:#2e2e2e;
	font-size: 12px;
}

#tblInnerNav tr td.tdWithChildNodeTable
{
	padding-top:9px;
}

#tblInnerNav tr td a /*link*/
{
	font-family:Arial;
	text-decoration: none;
	color:#2e2e2e;
	font-size: 12px;
}

#tblInnerNav tr td.selectedNodeTD /*selected td*/
{
	background-color:#ededed;
	padding-top:2px;
}

#tblInnerNav tr td a.selected /*link*/
{
	font-weight:bold;
	font-size: 14px;
	padding-top:5px;
}

.tblChildNodes /*table for the child nodes - level 3*/
{
	width:170px;
	background-image:url('/UserFiles/Image/InnerPage/sep_04.gif');
    background-repeat:repeat-y;
}

#tblInnerNav tr td.tdChildNode /*the td with the link for the child nodes - level 3*/
{
	padding-right:11px;
}

#tblInnerNav tr td.tdChildNode a /*the link link for the child nodes - level 3*/
{
	width:158px;
	font-family:Arial;
	font-size:11px;
	color:#2e2e2e;
	line-height:14px;
}

#navInner ul
{
	list-style-type: none;
	margin-bottom:0px;
	padding-bottom: 0px;
	margin-top:0px;
	padding-top: 0px;
	margin-right:0px;
	padding-right: 0px;
	/*border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;*/
}
#navInner li
{
	margin-bottom:0px;
	padding-bottom: 0px;
	margin-top:0px;
	padding-top: 0px;
}


#navInner a.HasChildren:hover
{
	/*background-image: url(/Templates/AIG/Images/GreenArrowPic.jpg);*/
}

#navInner a.selected
{
	/*
	font-weight: bold;
	background-repeat:no-repeat;
	background-color:#ededed;	
	*/
}


#navInner ul li
{
	padding-top:0;
	padding-bottom:0;
	margin-top:0;
	margin-bottom:0;
}

#navInner ul li a
{
	padding-right: 25px;
	background-position: 125px center;
	text-align:right;
}

#navInner ul ul li a
{
	padding-right: 25px;
	background-position: 125px center;
}

#navInner ul ul li a.selected
{
	background-position: 125px center;
}

#navInner ul ul ul li a
{
	padding-right: 35px;
	background-position: 120px center;	
}

#navInner ul ul ul li a.selected
{
	background-position: 120px center;	
}

#navInner ul ul 
{
	margin: 0;
	padding: 0;
	list-style-type: none;	
}


/***********************************************************************************************************************************/
/*.TrendMainLeftTop
{
	cursor:hand;
	width:261px;
	height:277px;
	background-image:url('/UserFiles/Image/InnerPage/TrendMain/imgDiningRooms.jpg');
	background-repeat:no-repeat;
	
}
.TrendMainRightTop
{
	cursor:hand;
	width:261px;
	height:277px;
	background-image:url('/UserFiles/Image/InnerPage/TrendMain/imgBedRooms.jpg');
	background-repeat:no-repeat;
	
}
.TrendMainLeftBottom
{
	cursor:hand;
	width:261px;
	height:261px;
	background-image:url('/UserFiles/Image/InnerPage/TrendMain/imgYouthRooms.jpg');
	background-repeat:no-repeat;
}
.TrendMainRightBottom
{
	cursor:hand;
	width:261px;
	height:261px;
	background-image:url('/UserFiles/Image/InnerPage/TrendMain/imgLivingRooms.jpg');
	background-repeat:no-repeat;
}
.TrendTopSeperator
{
	width:5px;
	height:277px;
	background-image:url('/UserFiles/Image/InnerPage/TrendMain/arm_top.gif');
	background-repeat:no-repeat;
}
.TrendBottomSeperator
{
	width:5px;
	height:261px;
	background-image:url('/UserFiles/Image/InnerPage/TrendMain/arm_btm.gif');
	background-repeat:no-repeat;
}
.TrendLeftSeperator
{
	width:261px;
	height:5px;
	background-image:url('/UserFiles/Image/InnerPage/TrendMain/arm_left.gif');
	background-repeat:no-repeat;
}
.TrendRightSeperator
{
	width:261px;
	height:5px;
	background-image:url('/UserFiles/Image/InnerPage/TrendMain/arm_right.gif');
	background-repeat:no-repeat;
}*/
/*--------------------------------------------------------------------------------------------------------------*/
/*A .SubCategoryLink
{
	color:red;
	font-weight:bold;
	text-decoration:none;
}

.SubCategoryLink A:link{color:red;font-weight:bold;text-decoration:none;}
.SubCategoryLink A:hover{color:#C6E3F6;font-weight:bold;text-decoration:none;}
.SubCategoryLink A:active{color:#C6E3F6;font-weight:bold;text-decoration:none;}
.SubCategoryLink A:visited{color:#C6E3F6;font-weight:bold;text-decoration:none;}*/
.WallPaintInnerHeader
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 18px; 
	COLOR: #0076a3; 
	FONT-FAMILY: Arial;
}
.WallPaintInnerText
{
	COLOR: #3d3d3d;
	font-family:Arial;
	font-Size:12px;
}
/****************************************Super Krill*************************************/
.tblMain
{
	WIDTH: 700px;
	Height:407px;
	background-image:url('/UserFiles/Image/InnerPage/SuperKrill/main_image.jpg');
	background-repeat:no-repeat;
}
.SuperKrillInnerHeader
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 19px; 
	COLOR: #0f65b1; 
	FONT-FAMILY: Arial;
}
.SuperKrillInnerText
{
	COLOR: #3e3e3e;
	font-family:Arial;
	font-Size:13px;
	line-height:18px;
}
.BoxTextRegular
{
	color:#666666;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

.BoxTextRegularSelected
{
	color:#20a0ff;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
/********************************************************************Geves***************************************************/
.MainImage
{
	WIDTH: 374px;
	Height:345px;
	background-image:url('/UserFiles/Image/GevesInnerPage/MainImage.jpg');
	background-repeat:no-repeat;
}

.MainIsolationImage
{
	WIDTH: 374px;
	Height:345px;
	background-image:url('/UserFiles/Image/GevesInnerPage/Bidud/MainImage.jpg');
	background-repeat:no-repeat;
}

.IsolationImage
{
	WIDTH: 353px;
	Height:345px;
	background-image:url('/UserFiles/Image/GevesInnerPage/Bidud/bg.jpg');
	background-repeat:no-repeat;
}

.MainBoardsImage
{
	WIDTH: 374px;
	Height:345px;
	background-image:url('/UserFiles/Image/GevesInnerPage/Luchot/MainImage.jpg');
	background-repeat:no-repeat;
}

.BoardsImage
{
	WIDTH: 353px;
	Height:345px;
	background-image:url('/UserFiles/Image/GevesInnerPage/Luchot/bg.jpg');
	background-repeat:no-repeat;
}

.MainBlocksImage
{
	WIDTH: 374px;
	Height:345px;
	background-image:url('/UserFiles/Image/GevesInnerPage/Blocks/MainImage.jpg');
	background-repeat:no-repeat;
}

.BlocksImage
{
	WIDTH: 353px;
	Height:345px;
	background-image:url('/UserFiles/Image/GevesInnerPage/Blocks/bg.jpg');
	background-repeat:no-repeat;
}

.CeilingsImage
{
	WIDTH: 353px;
	Height:345px;
	background-image:url('/UserFiles/Image/GevesInnerPage/Ceilings.jpg');
	background-repeat:no-repeat;
}

.GevesBullet
{
	WIDTH: 6px;
	Height:6px;
	background-image:url('/UserFiles/Image/GevesInnerPage/bullet.jpg');
	background-repeat:no-repeat;
}
.GevesText
{
	color:#393939;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
}

.NeedHelpImage
{
	margin-top:320px;
}

.GevesLine
{
	background-image:url('/UserFiles/Image/GevesInnerPage/line.jpg');
	background-repeat:repeat-x;
}

.CatalogHeader
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
}

.CatalogHeaderCiling
{
	color:#67aa40;
}

.CatalogHeaderCiling a
{
	color:#67aa40;
}

.GevesCatalogList a
{
	font-family:Arial;
	font-size:11px;
	line-height:20px;
	text-decoration:none;
}

.GevesCatalogPDF
{
	margin-left:5px;
}

.CatalogHeaderBoard
{
	color:#00adef;
}

.CatalogHeaderBoard a
{
	color:#00adef;
}

.CatalogHeaderBlocks
{
	color:#a2238e;
}

.CatalogHeaderBlocks a
{
	color:#a2238e;
}

.CatalogHeaderBidud
{
	color:#e5b608;
}

.CatalogHeaderBidud a
{
	color:#e5b608;
}
/************************************************Contact Us**********************************/
.ContactUsHeader
{
	font-family:Arial;
	font-size:14px;
	color:#535454;
	line-height:14px;
	font-weight:bold;
}
.ContactUsText
{
	font-family:Arial;
	font-size:11px;
	color:#535454;
	line-height:14px;
}
.ContactUsLinks
{
	font-family:Arial;
	font-size:11px;
	color:#0071bc;
	line-height:14px;
}
