/*
================================
Generic styles
================================
*/

@import url(print.css);
/* print styles are kept in here */

body
{
    margin: 0;
    padding: 0;
    background: #000;
}

body, .Normal
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
}

img
{
    border: 0;
}

#logo
{
    margin: 16px 25px 17px 0;
    text-align: right;
}
#tagline
{
    margin: 11px 37px 12px 0;
    text-align: right;
}

/* heading style */
h1, .Head
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 0;
}

/* smaller heading style */
h2, .SubHead
{
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.redbullet
{
    color: #ED131A;
    font-weight: bold;
    padding-right: 5px;
}

.greybullet
{
    color: Gray;
    font-weight: bold;
    padding-right: 5px;
}

#feature
{
    border-top: 1px solid #3c3c3c;
    margin: 15px 20px 0 20px;
    padding: 15px 0 0 25px;
}

/*
================================
Main Navigation styles
================================
*/

#shopnav
{
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    width: 200px;
    border-bottom: 1px solid #3c3c3c;
    margin: 0px;
}

#shopnav div.nav0box
{
    line-height: 31px;
}

#shopnav a.editLink
{
    float: left;
    clear: left;
    margin: -23px 5px 0 0;
    padding: 2px;
}
#shopnav a.editLink:hover
{
    background-color: #000;
}
.nav0
{
    display: block;
    height: 31px;
    width: 200px;
    font-size: 1px;
    color: #2d2d2d;
    text-indent: -9999px;
    text-decoration: none;
}

#shopnav a.nav0:hover
{
    background-color: #000;
    text-decoration: none;
}
#shopnav a:focus
{
    outline: none;
}

a.Sinks
{
    background-image: url(images/nav/bsinks.gif);
}
a.Sinks:hover
{
    background-image: url(images/nav/bsinks_on.gif);
}
a.SinksSel
{
    background-image: url(images/nav/bsinks_pg.gif);
    border-bottom: 1px solid #3c3c3c;
}

a.Showers
{
    background-image: url(images/nav/bshowers.gif);
}
a.Showers:hover
{
    background-image: url(images/nav/bshowers_on.gif);
}
a.ShowersSel
{
    background-image: url(images/nav/bshowers_pg.gif);
    border-bottom: 1px solid #3c3c3c;
}


a.KitchenTapware
{
    background-image: url(images/nav/bkitchtap.gif);
}
a.KitchenTapware:hover
{
    background-image: url(images/nav/bkitchtap_on.gif);
}
a.KitchenTapwareSel
{
    background-image: url(images/nav/bkitchtap_pg.gif);
    border-bottom: 1px solid #3c3c3c;
}

a.BathroomTapware
{
    background-image: url(images/nav/bbathtap.gif);
}
a.BathroomTapware:hover
{
    background-image: url(images/nav/bbathtap_on.gif);
}
a.BathroomTapwareSel
{
    background-image: url(images/nav/bbathtap_pg.gif);
    border-bottom: 1px solid #3c3c3c;
}

a.BathroomFurniture
{
    background-image: url(images/nav/bbathfurn.gif);
}
a.BathroomFurniture:hover
{
    background-image: url(images/nav/bbathfurn_on.gif);
}
a.BathroomFurnitureSel
{
    background-image: url(images/nav/bbathfurn_pg.gif);
    border-bottom: 1px solid #3c3c3c;
}

a.CookingAppliances
{
    background-image: url(images/nav/bcookapp.gif);
}
a.CookingAppliances:hover
{
    background-image: url(images/nav/bcookapp_on.gif);
}
a.CookingAppliancesSel
{
    background-image: url(images/nav/bcookapp_pg.gif);
    border-bottom: 1px solid #3c3c3c;
}

a.TradeProducts
{
    background-image: url(images/nav/btradeprod.gif);
}
a.TradeProducts:hover
{
    background-image: url(images/nav/btradeprod_on.gif);
}
a.TradeProductsSel
{
    background-image: url(images/nav/btradeprod_pg.gif);
    border-bottom: 1px solid #3c3c3c;
}

a.ContactUs
{
    background-image: url(images/nav/bcontactus.gif);
}
a.ContactUs:hover
{
    background-image: url(images/nav/bcontactus_on.gif);
}
a.ContactUsSel
{
    background-image: url(images/nav/bcontactus_pg.gif);
}

a.Showrooms
{
    background-image: url(images/nav/bshowrooms.gif);
}
a.Showrooms:hover
{
    background-image: url(images/nav/bshowrooms_on.gif);
}
a.ShowroomsSel
{
    background-image: url(images/nav/bshowrooms_pg.gif);
}

a.News
{
    background-image: url(images/nav/bnews.gif);
}
a.News:hover
{
    background-image: url(images/nav/bnews_on.gif);
}
a.NewsSel
{
    background-image: url(images/nav/bnews_pg.gif);
}

a.ShowCase
{
    background-image: url(images/nav/bshowcase.gif);
}
a.ShowCase:hover
{
    background-image: url(images/nav/bshowcase_on.gif);
}
a.ShowCaseSel
{
    background-image: url(images/nav/bshowcase_pg.gif);
}

a.SanitaryWare
{
    background-image: url(images/nav/bsanitaryware.gif);
}
a.SanitaryWare:hover
{
    background-image: url(images/nav/bsanitaryware_on.gif);
}
a.SanitaryWareSel
{
    background-image: url(images/nav/bsanitaryware_pg.gif);
}
/* level 2 nav */
#shopnav .nav1
{
    /*  border-top: 1px solid #3c3c3c;*/
}

#shopnav .nav1 br
{
    display: none;
}
#shopnav .nav1 a
{
    display: block;
    background: #1C1C1C;
    border-left: 1px solid #3c3c3c;
    border-right: 1px solid #3c3c3c;
    font-size: 12px;
    color: #888888;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.25;
    padding: 5px 15px 4px 20px;
}

#shopnav .nav1 a:hover
{
    text-decoration: underline;
}
#shopnav .nav1 a.selected
{
    background-image: url(images/nav/subnav_on.gif);
    background-repeat: no-repeat;
    background-position: center right;
}

/*
================================
Xmod News Listing
================================
*/
.pagemasternews
{
    width: 100%;
    height: 100%;
    background: #000 url(images/pagebg.gif) repeat-y top center;
}

.pagemasternews h1
{
    margin-left: 20px;
}

.pagemasternews .skinmaster
{
    width: 800px;
}

.pagemasternews #footer
{
    margin: 25px 30px -10px 30px;
}

.pagemasternews .contentpane
{
    width: 530px;
    margin: 0 auto 0 0;
    padding: auto;
    overflow: visible;
}

#HomeNewsList
{
    font-size: 11px;
}
#HomeNewsList h3
{
    margin: 0;
    padding: 0;
}
#HomeNewsList p, .NewsList p
{
    margin: 0;
    padding: 0;
}

.NewsList
{
    margin: 15px 30px 0 0;
}

.NewsDetail
{
    position: relative;
    margin: 0 auto auto 20px;
    vertical-align: top;
    padding-top: 0px !important;
}

.NewsSummary
{
    width: 320px;
    float: left;
}

.NewSummary
{
    font: Arial;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
}

.NewsThumbnail
{
    width: 150px;
    vertical-align: top;
    float: left;
    margin-left: 20px;
}

.NewsThumbnail img
{
    padding-left: 10px;
    width: 120px;
    height: 90px;
}

textarea.NewsEdit
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    width: 430px;
    margin: 0 0 10px 25px;
    overflow: auto;
}

select.NewsEdit, input.NewsEdit
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    margin: 0 0 10px 25px;
    overflow: auto;
}

.NewsDetail h2
{
    margin: 15px auto 15px auto;
    font-size: 14px;
    line-height: 1.25;
}

.NewsDetail img
{
    margin-left: -20px;
}

.XModPanel .Normal, .XModPanel .NormalBold, .XModPanel .SubHead, .XMod_WizardPageHeader, .XMod_WizardPageFooter, .XMod_WizardPage .Normal, .XMod_WizardPage .NormalBold
{
    color: #000;
}

.XModLevel2Tab, .XModLevel2TabHover
{
    color: #000;
}

/*
================================
Xmod Image Showcase
================================
*/
input.ShowCaseEdit, select.ShowCaseEdit
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    margin: 0 0 10px 25px;
    overflow: auto;
}
/*
================================
Xmod Video Showcase
================================
*/
.video span
{
    float: left;
    color: #fff;
    width: 232px;
    cursor: pointer;
}

.videoplayer a
{
    display: block;
    width: 225px;
    height: 160px;
    float: left;
}

.videoCaption
{
    float: left;
    width: 225px;
    height: 20px;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
}

.videoplayer div.commandLink span
{
    float: left;
    color: #fff;
    width: 30px;
    height: 20px;
    font-size: 11px;
    text-align: left;
}
/*
================================
Catalog Listing
================================
*/
#hero_image
{
    border-bottom: 1px solid #3c3c3c;
}

.ProductCat.Head
{
    padding: 25px 0 10px 0;
}

.ProductCat.Normal
{
    padding: 10px 0 25px 0;
}

.subcat
{
    margin: 0 10px 25px 0;
}

.subcat a:hover
{
    text-decoration: none;
}
.subcat a.title
{
    display: block;
    padding: 8px 0 8px 10px;
    width: 120px;
    background: #000;
    line-height: 1.25;
    letter-spacing: 0.1em;
}

#InterestedProducts
{
    border-top: 1px solid #3c3c3c;
    margin: 0 20px 0 20px;
    padding: 15px 0 0 25px;
}

td.InterestedProduct .subcat
{
    float: left;
}

.InterestedProduct a.title
{
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    color: #eee !important;
}

.subcat a.title:link, .subcat a.title:visited, .subcat a.title:active, .subcat a.title:hover
{
    font-size: 11px;
    color: #fff;
}
.subcat a.title:hover
{
    text-decoration: underline;
}

.subcat a.editLink
{
    float: right;
    padding: 2px 3px;
    margin: 4px 2px 0 0;
}

.subcat a.editLink:hover
{
    background: #444;
}

.product
{
    margin: 5px 0 5px 0;
}

.product a.editLink
{
    font-size: 11px;
    background: url(/images/edit.gif) no-repeat 1px 1px;
    padding: 3px 4px 3px 20px;
    line-height: 20px;
}

.product a.editLink:hover
{
    text-decoration: none;
    color: #fff;
}

#productFooter
{
    margin: 25px 0;
}

/* you may also be interested in box */
.product_cell
{
}

/*
================================
Skin styles for DotNetNuke
================================
*/
.pagemaster
{
    width: 100%;
    height: 100%;
    background: #000 url(images/pagebg.gif) repeat-y top center;
}
.skinmaster
{
    width: 780px;
    height: 100%;
}
.controlpanel
{
    width: 100%;
    background-color: #ddd;
}
.controlpanel .subHead
{
    color: #000;
}
.controlpanel a.CommandButton:link
{
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    text-decoration: none;
}
.controlpanel a.CommandButton:hover
{
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    text-decoration: underline;
}
.toppane
{
}

.leftpane
{
    width: 200px;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
}
.contentpane
{
    width: 530px;
    margin: 5px 25px 25px 25px;
}

.contentpane_homepage
{
    position: relative;
    left: -10px;
}

.bottompane
{
    width: 100%;
    background-color: transparent;
}
.MainMenu_MenuContainer
{
    background-color: transparent;
}
.MainMenu_MenuBar
{
    cursor: pointer;
    cursor: hand;
    height: 16px;
    background-color: transparent;
}
.MainMenu_MenuItem
{
    border-left: #cccccc 0px solid;
    border-bottom: #cccccc 1px solid;
    border-top: #cccccc 1px solid;
    border-right: #cccccc 0px solid;
    cursor: pointer;
    cursor: hand;
    color: #000000;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    background-color: transparent;
}
.MainMenu_MenuIcon
{
    background-color: #cccccc;
    border-left: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
    border-top: #cccccc 1px solid;
    cursor: pointer;
    cursor: hand;
    text-align: center;
    width: 15px;
    height: 21px;
}
.MainMenu_SubMenu
{
    background-color: #cccccc;
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
}
.MainMenu_MenuBreak
{
    height: 1px;
}
.MainMenu_MenuItemSel
{
    background-color: #aaaaaa;
    cursor: pointer;
    cursor: hand;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    height: 21px;
}
.MainMenu_MenuArrow
{
    border-right: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
    border-top: #cccccc 0px solid;
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    cursor: hand;
}
.MainMenu_RootMenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    cursor: hand;
}
.StandardButton
{
    background: #aaaaaa none;
    color: #ffffff;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu
{
    background-color: #2d2d2d;
}
.TreeViewMenu_Header
{
    background: #666;
}
.TreeViewMenu_Head
{
    font-size: 13px;
    letter-spacing: 1px;
}
a.CommandButton:link, a.CommandButton:active, a.CommandButton:visited, a.CommandButton:hover
{
    font-family: Arial, Helvetica, sans-serif;
    color: #888888;
    text-decoration: none;
}
a.CommandButton:hover
{
    text-decoration: underline;
}
.DataGrid_Item, .DataGrid_Header
{
    color: #fff;
}
.DataGrid_AlternatingItem td
{
    background: #4d4d4d;
    color: #fff;
}
.LoginButton
{
    background: transparent url(images/login_btn.gif) no-repeat scroll 0 0;
    border: 0 none;
    display: block;
    height: 26px;
    width: 50px;
}
/*
================================
Footer
================================
*/
#footer
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #888;
    background-color: #2D2D2D;
    margin: 25px 22px -10px 21px;
    padding: 19px 0 17px 25px;
}
#footer a, #footer .skinObject
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #888;
    text-decoration: none;
    font-weight: normal;
}
#footer a:hover
{
    text-decoration: underline;
}

#footer span
{
    margin-left: 20px;
}

#footer span a.skinObject
{
    color: #2d2d2d;
}

/*
================================
Feedback/Contact Us page
================================
*/

#feedback
{
    padding: 10px;
    background-color: #2D2D2D;
}

#feedback .SubHead
{
    color: white;
    padding: 10px 14px 10px 14px;
}

#feedback .SubHead #notify
{
    font-family: Tahoma,Arial,Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: white;
}

/*
================================
Home Feature Category
================================
*/

.HomeFeatured_Category tr td
{
    padding: 5px 20px 0 0;
}

.HomeFeatured_Category a
{
    color: #DDDDDD !important;
}
.HomeFeatured_Category a:hover
{
    text-decoration: none !important;
}

.homepageRightpane
{
    padding: 69px 0 0 0px;
}

/*
================================
Product Search Panel
================================
*/

.ProductSearch
{
    height: 37px;
    margin: 20px 37px 0 0;
    vertical-align: top;
}

.ProductSearchText
{
    font-family: Arial;
    color: #FFF;
    font-size: 12px;
    padding-top: 5px;
}

.ProductSearchTxtBox
{
    height: 25px;
    width: 175px;
    background-color: #898989;
    font-family: Arial;
    color: #000;
    font-size: 12px;
    border: none;
    padding: 5px;
}

.QuickLinks
{
    font-family: Arial;
    font-size: 11px;
    color: #636363 !important;
    margin: 0 auto 0 245px;
    text-align: left;
    height: 36px;
}

.QuickLinks a
{
    font-family: Arial;
    font-size: 11px;
    color: #636363 !important;
    text-align: justify;
}

.QuickLinks a:hover
{
    text-decoration: underline;
}

/*
================================
FAQ
================================
*/

.FAQ
{
    width: 500px;
}

.FAQ hr
{
    height: 1px;
    background-color: #313131;
    color: #313131;
    border: none;
}

.FAQ .Divider
{
    border-top: solid 3px #313131;
    display: block;
}

.FAQ .Question
{
    line-height: 20px;
}

.FAQ .Answer
{
    padding-top: 5px;
}

.FAQ .Answer h4
{
    color: #FFF;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

.FAQ .Answer .TopLink, .FAQ .Answer .TopLink a
{
    color: #888888;
    font-size: 11px;
    text-align: right;
    font-weight: normal;
}

.FAQ .Answer .TopLink a:hover
{
    text-decoration: none;
    font-weight: normal;
}
/*
================================
Scrollable image strip in project showcase
================================
*/

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
.items
{
    position: absolute;
    width: 20000em;
    margin-top: 50px;
    clear: both;
    padding-top: 6px;
}

/*individual item*/
.items span
{
    float: left;
    color: #fff;
    width: 116px;
    height: 75px;
    cursor: pointer;
    border: solid 1px #161616;
}

/* image item */
.items div.scrollableImg
{
    float: left;
    color: #fff;
    cursor: pointer;
}

.items div.scrollableImg img
{
    width: 114px;
    height: 67px;
}

/* command link*/
.items div.commandLink span
{
    float: left;
    color: #fff;
    width: 30px;
    height: 20px;
    font-size: 11px;
    text-align: left;
}

/* custom positioning for navigational links */
a.prev, a.next
{
    margin-top: 115px;
}

/* style when mouse is over the item */
.items span.hover
{
    border: solid 1px #FFF;
}

/* style when element is active (clicked) */
.items span.active
{
    cursor: default;
}

/*
================================
Photo Library style
================================
*/
.LoginTextBox
{
    height: 22px;
    width: 175px;
    background-color: #898989;
    font-family: Arial;
    color: #000;
    font-size: 12px;
    border: none;
    padding: 3px;
}

.LoginHead
{
    font-family: Arial;
    font-size: 12px;
    padding: 8px 0 8px 18px;
}

.loginPane table.LoginTable
{
    background-color: #2D2D2D;
    width: 200px;
    height: 341px;
}

.sendPassword
{
    margin-left:-200px;
    width: 200px;
    height: 341px;
    background-color: #2D2D2D;
    float: left;
    position:relative;
    text-align:left;
}

.reminderHead
{
    font-family:Arial;
    font-size:12px;
    padding:25px 15px 10px 15px;
    font-weight:bold;
}

.sendPasswordHelp
{
    padding:15px;
    text-align: left;
    font-size:12px;
}

.sendPassword table.sendPasswordTable
{
    text-align: left;
    margin-left:15px;
    margin-right:auto;
}

.photo
{
}

.photo .Normal
{
    float: left;
    width: 168px;
    padding-left: 15px;
}

.photo a.editLink
{
    font-size: 11px;
    background: url(/images/edit.gif) no-repeat 1px 1px;
    padding: 3px 4px 3px 20px;
    line-height: 20px;
}

.photo a.editLink:hover
{
    text-decoration: none;
    color: #fff;
}

.photo .thumbnailPhoto
{
    text-align:center;
    width:160px;
    height:130px;
}

.photo .thumbnailPhoto *
{
    vertical-align:middle;
}

.photo .note
{
    color: #888888;
    font-size: xx-small;
}

.photo .SelectLabel
{
    color: #888888;
}

.photoDetail
{
    margin-left: 15px;
}

.photoDetail .Normal tr td
{
    width: 150px;
}

.photoDetail a.editLink
{
    font-size: 11px;
    background: url(/images/edit.gif) no-repeat 1px 1px;
    padding: 3px 4px 3px 20px;
    line-height: 20px;
}

.photoDetail a.editLink:hover
{
    text-decoration: none;
    color: #fff;
}

.photoDetail .SelectLabel
{
    color: #888888;
}

.photoDetail .note
{
    color: #888888;
    font-size: xx-small;
    width: 250px;
}

.spacer
{
    display: block;
    height: 8px;
    width: 30px;
}

#shopnav a.PhotoLibNav
{
    display: block;
    background: #2D2D2D;
    border: 1px solid #3c3c3c;
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
    letter-spacing: 0.1em;
    line-height: 1.75;
    padding: 5px 15px 4px 20px;
}

#shopnav a.PhotoLibNav:hover
{
    text-decoration: none;
    background: #1C1C1C;
}

#shopnav a.PhotoLibNavSel
{
    display: block;
    border: 1px solid #3c3c3c;
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
    letter-spacing: 0.1em;
    line-height: 1.75;
    padding: 5px 15px 4px 20px;
    background-image: url(images/nav/subnav_on.gif);
    background-repeat: no-repeat;
    background-position: center right;
}

.pagemasterphotolib
{
    width: 100%;
    height: 100%;
    background: #000 url(images/pagebg-photolib.gif) repeat-y top center;
}

.pagemasterphotolib .skinmaster
{
    width: 950px;
}

.pagemasterphotolib #footer
{
    margin: 25px 17px 0px 17px;
}

.pagemasterphotolib .contentpane
{
    width: 750px;
    margin-left: 0px;
    margin-right: auto;
}

.pagemasterphotolib .ProductCat.Head
{
    padding: 0 0 5px 15px;
}

.pagemasterphotolib .ProductCat.Normal
{
    padding: 0 0 5px 15px;
}

.pagemasterphotolib a.ProductCat.Head
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #fff !important;
    text-decoration:none !important;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin:15px 0 0 0;
    padding:0;
    display:block;
}

.pagemasterphotolib .subcat
{
    margin: 0 0 25px 15px;
}

.dgHeader
{
    font-weight: bold;
    text-decoration: underline;
}

.PhotoPermissionTbl
{
    padding: 8px;
    height: 140px;
    overflow: auto;
}

.dgAltRow
{
    background: #4D4D4D none repeat scroll 0 0;
}

.PhotoSearch
{
    height: 67px;
    margin: 20px 37px 0 0;
    vertical-align: top;
}

.SearchSumm
{
    padding-left: 15px;
}

a.ProfileLink
{
    color: #FFF !important;
    text-decoration: none;
}

a.ProfileLink:hover
{
    color: #FFF !important;
    text-decoration: underline;
}

a.HiddenLink
{
    display: none;
}

.BlueText
{
    color: #396ED1;
    font-style: italic;
}

