﻿/* --------------- ovverides ------------------ */
a
{
    text-decoration:underline;
    color:#997700;
    cursor:pointer;
}
    a:hover
    {
        text-decoration:underline;
        color:#442200;
    }

img
{
    border:0px;
}

p
{
    margin:2px 0px 2px 0px;
}

ul
{
	list-style-type:disc;
	list-style-position: inside;
}

h1, h2, h3
{
    font-family:Trebuchet MS;
    font-weight:normal;
}
.mainContent h3
{
    border-bottom:1px solid #DDDDDD;
}
h1
{
    font-size:24px;
    margin:5px 0px 5px 0px;
}

h2
{
    font-size:19px;
    margin:8px 0px 5px 0px;
}
h3
{
    font-size:15px;
    font-weight:bold;
    padding:0px;
    margin:8px 0px 5px 0px;
}

/* -------------------- RECAPTCHA -------------------- */


.captchaImage
{
    float:left;
    width:204px;
    max-width:204px;
    max-height:45px;
    border:1px solid #AAAAAA;
    background-color:#FFFFFF;
    border-radius: 3px;
    -moz-border-radius: 3px;
    margin-bottom:5px;
}
    .captchaImage img
    {
        width:200px;
        height:45px;
    }
    
.captchaLogo
{
    float:left;
}
.captchaInput
{
    width:280px;
}
/* --------------- custom ------------------ */

.clear
{
    clear:both;
}

.hidden
{
    display:none;
}
.floatLeft
{
    float:left;
}

.floatRight
{
    float:right;
}

.imageTable
{
	border:none;
}
	.imageTable td
	{
		padding:2px;
	}

.hr1
{
    background-color:#AAAAAA;
    margin-left:auto;
    margin-right:auto;
    height:1px;
    margin-top:10px;
}

.textError, a.textError
{
    color:#FF0000;
}

.textXS
{
    font-size:80%;
}

.textS
{
    font-size:90%;
}

.editboxSmall
{
    width:170px;
    height:22px;
    padding:2px 5px 2px 5px;
    background-color: transparent;
    background-image:url(layout_images/editbox_small-trans.png);
    background-repeat:no-repeat;
    border:0px;
    font-size:15px;
    color:#555555;
}

.errorBox
{
    border:1px solid red;
    padding:10px;
}
.roundedButton
{
    color:#FFFFFF;
    display:inline-block;
    font-weight:bold;
    /*line-height:24px;*/
    padding:6px;
    text-decoration:none;
    background-image:url(layout_images/bg_button.png);
    background-repeat:repeat-x;
}
    .roundedButton:hover
    {
        text-decoration:none;
        color:#663300;
        background-image:url(layout_images/bg_button-active.png);
    }
/* ---------------- lists ------------------- */
.list
{
    
}
.listItem
{
    position:relative;
    float:left;
    width:325px;
    height:160px;
    margin-top:10px;
    margin-right:10px;
    background-image:url(layout_images/bg_listitem_gray.png);
}
    .list .skinOrange
    {
        background-image:url(layout_images/bg_listitem_orange.png);
    }
    .list .skinRed
    {
        background-image:url(layout_images/bg_listitem_red.png);
    }
    .list .skinBlue
    {
        background-image:url(layout_images/bg_listitem_blue.png);
    }
    .listItem .title
    {
        position:absolute;
        left:10px;
        top:3px;
    }
        .listItem .title h2
        {
            color:#FFFFFF;
            margin:0px;
            padding:0px;
            font-size:16px;
            font-weight:bold;
            line-height:17px;
        }
    .listItem .image
    {
        position:absolute;
        left:8px;
        top:50px;
        width:100px;
        height:100px;
        border:1px solid #CCCCCC;
        background-image:url(layout_images/bg_image.png);
        background-position:center;
    }
    .listItem .description
    {
        position:absolute;
        color:#000000;
        left:120px;
        top:50px;
        width:200px;
        height:86px;
        padding:0px;
        margin:0px;
        font-size:10px;
        line-height:11px;
        overflow:hidden;
    }
        .listItem .description p
        {
            color:#000000;
            margin:0px;
        }
    .listItem .notes
    {
        position:absolute;
        color:#000000;
        left:120px;
        top:140px;
        width:200px;
        height:86px;
        padding:0px;
        margin:0px;
        font-size:11px;
        font-style: italic;
    }
    .listItem .readMore
    {
        position:absolute;
        color:#FFFFFF;
        font-weight:bold;
        font-style: italic;
        left:243px;
        top:138px;
        width:60px;
        padding-right:22px;
        text-align:right;
        height:22px;
        font-size:11px;
        line-height:21px;
        background-image:url(layout_images/btn_readmore.png);
    }
    .listItem .link
    {
        position:absolute;
        background-color: transparent;
        background-image:none;
        left:0px;
        top:0px;
    }
        .listItem .link:hover
        {
            background-image:url(layout_images/list_item_blank-over-trans.png);
        }

/* --------------- login ------------------ */
.login
{
    position:relative;
    margin-left:auto;
    margin-right:auto;
    width:930px;
    height:450px;
    background-image:url(layout_images/bg_login-trans.png);
}
    .login h1
    {
        position:absolute;
        left:280px;
        top:130px;
        font-size:24px;
    }
    .login .usernameLabel
    {
        position:absolute;
        left:280px;
        top:190px;
        font-size:17px;
    }
    .login .username
    {
        position:absolute;
        left:380px;
        top:188px;
    }
    .login .passwordLabel
    {
        position:absolute;
        left:280px;
        top:234px;
        font-size:17px;
    }
    .login .password
    {
        position:absolute;
        left:380px;
        top:232px;
    }
    .login .button
    {
        position:absolute;
        left:570px;
        top:188px;
        font-size:24px;
    }
    .login .rememberMe
    {
        position:absolute;
        left:380px;
        top:270px;
        color:#999999;
        font-style:italic;
        font-size:11px;
    }
        .login .rememberMe label
        {
            position:absolute;
            left:20px;
            top:3px;
            width:200px;
        }
/* --------------- homepage ------------------ */
.homepageSection1
{
    background-image:url(layout_images/homepage_section_1.png);
    width:324px;
    height:395px;
}

.sectionTitleImage
{
    position:relative;
    margin-top:30px;
    text-align:center;
}
.homeContent
{
    position:relative;
    width:930px;
    color:#FFFFFF;
}
    .homeContent p
    {
        margin:0px;
        padding:4px 0px 4px 0px;
    }
    .homeContent .repeat
    {
        width:910px;
        padding:0px 10px 0px 10px;
        position:relative;
        background-image:url(layout_images/bg_innerpage_repeat-trans.png);
    }
    .homeContent .top
    {
        width:930px;
        height:10px;
        background-image:url(layout_images/bg_innerpage_top-trans.png);
    }
    .homeContent .bottom
    {
        width:930px;
        height:10px;
        background-image:url(layout_images/bg_innerpage_bottom-trans.png);
    }

/* --------------- innerpage ------------------ */
.innerPage
{
    position:relative;
    width:930px;
}
    .innerPage .repeat
    {
        width:910px;
        padding:0px 10px 0px 10px;
        position:relative;
        background-image:url(layout_images/bg_innerpage_repeat-trans.png);
    }
    .innerPage .top
    {
        width:930px;
        height:10px;
        background-image:url(layout_images/bg_innerpage_top-trans.png);
    }
    .innerPage .bottom
    {
        width:930px;
        height:10px;
        background-image:url(layout_images/bg_innerpage_bottom-trans.png);
    }
.mainContent
{
    position:relative;
    float:left;
    width:670px;
    color:#FFFFFF;
}



*:first-child+html .mainContent ul { /* IE7 */
position: relative; 
top: .5em;
}

*:first-child+html .mainContent ul li { /* IE7 */
vertical-align: top; 
position: relative; 
top: -.2em;
}


.rightContent
{
    position:relative;
    float:right;
    width:220px;
    background-image:url(layout_images/bg_right_top.png);
    padding:10px 0px 0px 10px;
}
    .rightContent>.bottom
    {
        margin-left:-10px;
        width:230px;
        height:10px;
        background-image:url(layout_images/bg_right_bottom.png);
        background-repeat:no-repeat;
    }
    .rightContent h3
    {
        color:#000000;
        font-size:17px;
    }
    .rightContent .relatedLinks
    {
        
    }
        .rightContent .relatedLinks p
        {
            padding-left:12px;
            background-image:url(layout_images/arrow2.png);
            background-repeat:no-repeat;
            background-position:left center;
        }
    .rightContent .search
    {
        position:relative;
        height:50px;
    }
    .rightContent .newsletter
    {
        position:relative;
        height:50px;
    }
        .rightContent .editboxSmall
        {
            position:absolute;
            top:25px;
            left:0px;
        }
        .rightContent .button
        {
            position:absolute;
            top:25px;
            left:182px;
        }
            .rightContent .banners img
            {
                margin-top:10px;
            }
/* --------------- content tabs ------------------ */
.contentTabs
{
    background-color:#F0F0F0;
    font-size:11px;
}
    .contentTabs .ajaxLoader
    {
        margin-right:5px;
        margin-top:4px;
    }
    .contentTabs .contentTab
    {
        line-height:26px;
        padding:6px;
        padding-left:10px;
        color:#444444;
        text-decoration:none;
    }
        .contentTabs .contentTab:hover
        {
            background-color:#FFCC00;
            color:#000000;
            background-image:url(layout_images/arrow.gif);
            background-position:left;
            background-repeat:no-repeat;

        }
    .contentTabs .contentTabSelected
    {
        background-color:#FFCC00;
        color:#000000;
        font-weight:bold;
        background-image:url(layout_images/arrow.gif);
        background-position:left;
        background-repeat:no-repeat;
        
    }


/* --------------- images, photo gallery ------------------ */
.thumbnail
{
    border:1px solid #AAAAAA;
    background-image:url(layout_images/bg_image.png);
    background-position:center;
}
    .thumbnail:hover
    {
        border:1px solid #777777;
    }
.photoGallery
{
    margin-top:18px;
    margin-left:5px;
    width:658px;
}
    .photoGallery .thumbnail
    {
        display:block;
        float:left;
        width:100px;
        margin:0px 5px 5px 0px;
    }
    .photoGallery .largeImage
    {
        display:block;
        float:left;
        width:207px;
    }
    
/* --------------- toolbar ------------------ */
.toolbar
{
    position:absolute;
    left:520px;
    top:0px;
    width:150px;
    text-align:center;
    /*border-left:1px solid #555555;*/
}
    .toolbar .icons
    {
        position:absolute;
        left:0px;
        top:14px;
        width:140px;
        text-align:right;
    }
        .toolbar .icons img
        {
            margin:2px;
        }
.breadcrumbs
{
    position:absolute;
    left:0px;
    top:45px;
    width:660px;
    text-align:right;
    font-weight:bold;
    font-size:9px;
    color:#444444;    
}
    .mainContent>.breadcrumbs
    {
        top:0px;
    }
        .mainContent>.breadcrumbs *
        {
            color:#FFFFFF;
        }
        .mainContent>.breadcrumbs a:hover
        {
            color:#DDDDDD;
        }
.breadcrumbs span
{
    color:#444444;
    text-decoration:none;
}

.breadcrumbs a
{
    color: #444444;
    text-decoration:none;
}

.breadcrumbs a:hover
{
   color:#000000;
   text-decoration:underline;
}

    .toolbar .breadcrumbs a:hover
    {
        color:#000000;
    }

/* --------------- offer ------------------ */
.offerDescription
{
    width:500px;
    margin-bottom:15px;
}
/* --------------- textpage ------------------ */

.textpage
{
    position:relative;
    color:#000000;
}
    .textpageRepeat
    {
        width:654px;
        background-image:url(layout_images/bg_textpage_repeat.png);
        background-repeat: repeat-y;
        padding:10px;
        color: #000000;
    }
    .textpageRepeat *
    {
        max-width:655px;
    }
        .textpageRepeat p
        {
            margin:5px 0px 4px 0px;
        }
    .textpageTop
    {
        width:674px;
        height:42px;
        line-height:20px;
        background-image:url(layout_images/bg_textpage_top.png);
    }
        .textpageTop h1
        {
            position:absolute;
            font-size:22px;
            left:10px;
            top:3px;
            width:600px;
        }
    .textpageBottom
    {
        width:674px;
        height:10px;
        background-image:url(layout_images/bg_textpage_bottom.png);
    }
    
/* --------------- whitebox ------------------ */
.whitebox
{
    position:relative;
    margin-top:18px;
    color:#000000;
}
    .whiteboxRepeat
    {
        width:642px;
        background-image:url(layout_images/bg_whitebox_repeat.png);
        background-repeat: repeat-y;
        padding:10px;
    }
    .whiteboxTop
    {
        width:662px;
        height:42px;
        background-image:url(layout_images/bg_whitebox_top.png);
    }
        .whiteboxTop h2
        {
            position:absolute;
            left:10px;
            top:5px;
        }
    .whiteboxBottom
    {
        width:662px;
        height:10px;
        background-image:url(layout_images/bg_whitebox_bottom.png);
    }
/* --------------- layout ------------------ */
body
{
    font-family:Verdana, Arial, sans-serif;
    font-size:12px;
    color:#333333;
    padding:0px;
    margin:0px;
    background-image:url(layout_images/bg_body.gif);
}

.container
{
    position:relative;
    width:930px;
    min-height:600px;
    margin:0px auto 0px auto;
}

.header
{
    position: relative;
    height:200px;
    /*background-image:url(layout_images/bg_container_header.png);
    background-repeat:no-repeat;*/
}

.section
{
    position:relative;
    margin-top:6px;
    margin-bottom:6px;
}

.top
{
    height:60px;
}
    .logo
    {
        position:absolute;
        left:30px;
        top:4px;
    }
    .languageSelection
    {
        position:absolute;
        left:800px;
        top:8px;
        width:100px;
        text-align:right;
        font-size:11px;
    }
        .languageSelection a
        {
            color:#AAAAAA;
            text-decoration:none;
            margin-left:10px;
        }
            .languageSelection a:hover
            {
                color:#FFFFFF;
            }
        .languageSelection .selected
        {
            color:#EEEEEE;
            font-weight:bold;
        }
        .languageSelection *
        {
            vertical-align:top;
        }
    .loginInfo
    {
        position:absolute;
        left:700px;
        top:28px;
        width:200px;
        text-align:right;
        font-size:11px;
        color:#FFFFFF;
    }
    
    .loginInfo a
    {
        color: #ffffff;
    }
    
.header
{
    /*background-image:url(layout_images/bg_header-trans.png);
    background-repeat: no-repeat;*/
    visibility:hidden;
    width:930px;
    height:201px;
}
.homeCenter
{
    position:relative;
    height:260px;
}
    .homeSearch
    {
        position:absolute;
        left:259px;
        top:0px;
        width:422px;
        height:259px;
        overflow:hidden;
        background-image:url(layout_images/tabs_bg.png);
        background-position:bottom left;
        background-repeat:no-repeat;
    }
        .homeSearch a
        {
            display:block;
            float:left;
            margin-right:3px;
        }
        .homeSearchBox
        {
            position:absolute;
            left:15px;
            top:45px;
        }
            .homeSearchEdit
            {
                position:absolute;
                left:0px;
                top:0px;
                width:285px;
                height:21px;
                padding:2px 5px 2px 5px;
                background-color: transparent;
                background-image:url(layout_images/editbox_large-trans.png);
                background-repeat:no-repeat;
                border:0px;
                font-size:17px;
                color:#555555;
            }
            .homeSearchButton
            {
                position:absolute;
                left:300px;
                top:0px;
                background-color: transparent;
            }
            .homeSearchOthers
            {
                position:absolute;
                left:15px;
                top:90px;
                width:390px;
                height:120px;
            }
                .homeSearchOthers .commonSearch
                {
                    display:block;
                    float:left;
                    width:120px;
                    margin-right:10px;
                    font-size:11px;
                    font-family:Trebuchet MS;
                    color:#333333;
                    text-decoration:none;
                    line-height:16px;
                    font-weight:bold;
                }
                    .homeSearchOthers .commonSearch:hover
                    {
                        color:#000000;
                        text-decoration:underline;
                    }
        .homeNewsletter
        {
            position:absolute;
            left:15px;
            top:225px;
        }
            .homeNewsletterText
            {
                position:absolute;
                left:0px;
                top:5px;
                width:160px;
                height:20px;
                color:#FFFFFF;
            }
            .homeNewsletterEdit
            {
                position:absolute;
                left:154px;
                top:0px;
                width:192px;
                height:21px;
                padding:2px 5px 2px 5px;
                background-color: transparent;
                background-image:url(layout_images/editbox_medium-trans.png);
                background-repeat:no-repeat;
                border:0px;
                font-size:17px;
                color:#555555;
            }
            .homeNewsletterButton
            {
                position:absolute;
                left:360px;
                top:0px;
                background-color: transparent;
            }
            
    .homeCenterBanner1
    {
        position:absolute;
        left:0px;
        top:0px;
    }
    .homeCenterBanner2
    {
        position:absolute;
        left:680px;
        top:0px;
    }
.largeBanner
{
    /*background-image:url(layout_images/bg_large_banner-trans.png);
    background-repeat: no-repeat;*/
    width:930px;
    height:140px;
}

.siteSections
{
    background-image:url(layout_images/bg_site_sections-trans.png);
    background-repeat: no-repeat;
    width:930px;
    height:141px;
    color:#FFFFFF;
}
    .siteSections h3, .siteSections h3 a
    {
        text-decoration:none;
        color:#FF9900;
        font-size:18px;
        font-weight:normal;
        margin-top:5px;
    }
        .siteSections h3 a:hover
        {
            text-decoration:underline;
            color:#FFBB22;
        }
    .siteSections ul a
    {
        color:#FFFFFF;
        text-decoration:none;
        font-size:9px;
        padding-left:8px;
        background-image:url(layout_images/bullet01-trans.png);
        background-repeat:no-repeat;
    }
        .siteSections ul a:hover
        {
            color:#DDDDDD;
            text-decoration:underline;
        }
    .siteSections ul
    {
        margin:0px;
        padding:0px;
        margin-top:2px;
        margin-left:-6px;
        list-style: none;
        width:300px;
    }
        .siteSections ul li
        {
            margin:0px;
            margin-left:5px;
            padding:0px;
            float:left;
            width:140px;
            height:14px;
            overflow:hidden;
        }
    .siteHomeSection1, .siteHomeSection2, .siteHomeSection3
    {
        position:absolute;
        top:3px;
    }
    .siteHomeSection1
    {
        left:12px;
    }
    .siteHomeSection2
    {
        left:320px;
    }
    .siteHomeSection3
    {
        left:634px;
    }
.horizontalBanners
{
    background-image:url(layout_images/bg_horizontal_banners-trans.png);
    background-repeat: no-repeat;
    width:930px;
    height:106px;
    padding-left:10px;
    padding-top:8px;
}
    .horizontalBanners a
    {
        text-decoration:none;
        color:#000000;
    }

.bottomLinks
{
    position:relative;
    background-image:url(layout_images/bg_bottomlinks.png);
    background-repeat: repeat-x;
    height:210px;
    margin-left:auto;
    margin-right:auto;
    font-size:9px;
    color:#FFFFFF;    
}
    .bottomLinksInner
    {
        width:900px;
        margin-left:auto;
        margin-right:auto;
        padding-top:16px;
    }
    .bottomLinksInner table
    {
        width:900px;
    }
    .bottomLinks .column
    {
        color:#FFFFFF;
        width:150px;
        float:left;
        line-height:13px;        
    }
        .bottomLinks a
        {
            color:#888888;
            display:block;
        }
            .bottomLinks a:hover
            {
                color:#FFFFFF;
            }
.footer
{
    position:relative;
    background-image:url(layout_images/bg_footer.png);
    background-repeat: repeat-x;
    height:40px;
    margin-left:auto;
    margin-right:auto;
    font-size:11px;
    color:#FFFFFF;
}
    .footerInner
    {
        position:relative;
        width:900px;
        margin-left:auto;
        margin-right:auto;
        padding-top:13px;
    }
    .footer a
    {
        text-decoration:none;
        color:#FFFFFF;
    }
    .footer a:hover
    {
        text-decoration:none;
        color:#AAAAAA;
    }
    .footer .banners
    {
        position:absolute;
        left:0px;
        top:6px;
        width:300px;
    }
    .footer .copyright
    {
        position:absolute;
        left:300px;
        top:15px;
        width:320px;
        text-align:center;
    }
    .footer .justDesignPower
    {
        position:absolute;
        left:720px;
        top:10px;
        width:200px;
        text-align:right;
        color:#AAAAAA;
    }
        .justDesignPower a
        {
            color:#AAAAAA;
        }
        .justDesignPower a:hover
        {
            color:#FFFFFF;
        }

