

/* Page Elements */

html
{
    height:100%;
}
body 
{
    color: #000;
    background-color: #FFF;
    background-image:url('../../../iface/');
    font-family: Verdana, Arial, serif;
    font-size: 14px;
    margin:0;
    padding:0;
    position:relative;
}

#page-background
{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  z-index: -1;
}


a
{
    color:#000;
    text-decoration:none;
}
a img
{
    border:0;
}

hr
{
    color:#000;
    margin-bottom:30px;
}



/* Elements with ID */
#admin_header
{
    background-color:#ADD8E6;
    color:#000;
    height: 30px;
    width:95%;
    position:fixed;
    top:-100px;
    left:-1000px;
    border: solid 2px #522719; 
    text-align:center;
    padding-top:4px;
    z-index:2;
}


/* Navigation */

#nav 
{
    width:900px;
    height:32px;
    margin:6px auto;
    background-color:#0081A6;
    padding-top:3px;
}
#nav a 
{
    color:#FFF;
    text-decoration:none;
    margin-left:3px;
}
#nav a.selected 
{
    color:#fff;
}


/* Page layout */
#wrapper
{
    position:absolute;
    width:100%;
    min-height:100%;
}

#bse_footer
{
    color:#FFF;
    font-size:11px;
    font-weight:400;
    text-align:center;
/*    margin-top:15px; */
/*    position: fixed; */
    left:0;
    right:0;
    bottom:0;
    margin-bottom:10px;
}
#bse_footer a
{
    color:#FFF;
}

#bse_footer_container
{
    text-align:center;
    margin:auto;
}

#contentContainer
{
    width:896px;
    margin:6px auto 35px;
    background-color:#FFF;
    border:solid 2px #0081A6;
}


.flashContainer
{
    float:right;
    position:relative;
    z-index:0;
    text-align:right;
    font-size:35px;
    font-weight:900;
}
#firstFlash
{
    width:662px;
    height:695px;
    background-image:url('../../../iface/flash_ph.jpg');
}
#secondFlash
{
    width:645px;
    height:296px;
    background-image:url('../../../iface/flash_ph2.jpg');
}


#contentBackground
{
    position:absolute;
    z-index:0;
    right:0px;
    bottom:0px;
    left:0px;
    top:0px;
    background-image:url('../../../iface/content-bg.jpg');
}

#pageTitle
{
    float:right;
    position:relative;
    z-index:0;
    width:645px;
    height:49px;
    color:#EEE;
    font-size:33px;
    font-weight:900;
    background-image:url('../../../iface/pg-header-bar.png');
    text-align:center;
}

#navMenu
{
    position:absolute;
    z-index:2;
    height:500px;
    width:375px;
    overflow-y:visible;
}

#pageBanner
{
    width:100%;
    text-align:center;
    margin-top:30px;
}




/* Classes */

.bodyBackColor
{
    background-color: #FFF;
}

.frontback_link
{
    color:#000;
}

.build_step
{
    float: left;
    width: 302px;
    height:420px;
    margin: 5px 0.66%;
    text-align:center;
    background-color:#EAF4FE;
    color:#000;
    border:solid 1px #333;
}
.build_step img
{
    max-width:100%;
}
.build_step div
{
    padding: 5px;
    margin: 5px;
    border: 1px solid #ccc;
    background-color:#fff;
    color:#000;
    position:relative;
    height:135px;
    overflow:hidden;
}


.layoutWrapper
{
    width:1000px;
    margin:auto;
    background-image:url('../../../iface/content-tile.jpg');
    border:solid 3px #000;
}
.contentBox
{
    border: solid 3px #C90;
    margin-bottom:20px;
    margin:auto;
    position:relative;
    width:975px;
    height:100%;
}
.contentWrapper
{
    border:solid 3px #FFF;
    height:100%;
    overflow:hidden;
    position:relative;
    z-index:1;
    padding-bottom:25px;
}


.innerContent
{
    width:95%;
    padding-left:2.5%;
    padding-right:2.5%;
    position:relative;
}

.navBG
{
    position:relative;
    z-index:0;
    display:block;
}

.bottom_fader
{
    position:absolute; 
    bottom:-20px; 
    left:0px; 
    right:0px; 
    height:24px; 
    background-image:url('../../../iface/window-bottom.png'); 
    background-repeat:repeat-x;
}

.clear
{
    width:100%;
    clear:both;
}

.backgroundImage
{
    position:absolute;
}


.textPositioner
{
    float:left;
    clear:left;
}

.modValueLine
{
    float:left;
    font-size:12px;
    margin-bottom:1px;
    clear:left;
}
.modValueLabel
{
    float:left;
    font-weight:900;
    margin-right:7px;
}
.modValueData
{
    float:left;
}

div.mailfriend_label
{
    float:left;
    width:140px;
    text-align:right;
    padding-right:4px;
    font-size:12px;
    font-weight:900;
}
div.mailfriend_input
{
    float:left;
    width:250px;
    text-align:left;
}
input.mailfriend_input
{
    width:100%;
}

.homeAdminFormLabel
{
    float:left;
    width:28%;
    height:100%;
    margin-right:4px;
    margin-top:4px;
    text-align:right;
    font-size:12px;
    font-weight:900;
}

.contactFormLabel
{
    float:left;
    width:140px;
    margin-right:4px;
    text-align:right;
    font-size:12px;
    font-weight:900;
}
div.contactFormInput
{
    float:left;
    width:250px;
}
input.contactFormInput
{
    width:100%;
}
.inputWrapper
{
    clear:left;
    margin:0px;
    width:100%;
    height:21px;
    padding:0px;
}
.inputWrapper input
{
    float:left;
    width:65%;
    margin-left:2%;
}
.inputWrapper select
{
    float:right;
    width:66.5%;
    margin-top:3px;
}
.inputWrapper div
{
    margin:0px;
    padding-top:5px;
    float:left;
    text-align:right;
    width:30%;
    height:90%;
}
.inputWrapper textarea
{
    float:left;
    width:65%;
    height:60px;
    margin-left:2%;
}
.tb_input input
{
    float:left;
    width:58%;
    margin-left:2%;
}
.tb_input img
{
    width:20px;
    height:20px;
    float:left;
    cursor:pointer;
    margin-left:5px;
}

input.submit
{
    height:23px;
    padding:1px;
}


.adminSubHeading
{
    width:100%;
    text-align:center;
    font-size:16px;
    font-weight:900;
    margin-bottom:45px;
    margin-top:3px;
}

.pageHeading
{
    width:60%;
    height:80px;
}

.pageHeading .headingContent
{
    float:left;
    width:90%;
    height:100%;
    background-image:url('../../../iface/red_back.png');
    padding-right:20px; 
    text-align:right;
}

.pageHeading .headingBorder
{
    float:left;
    width:8px;
    height:100%;
    position:relative;
    z-index:2;
}


.infoText
{
    width:95%;
    margin:auto;
    font-size:15px;
    font-weight:900;
    margin-bottom:18px;
    text-align:center;
}


.transBack
{
    opacity:0.4;
    filter:alpha('opacity=40');
}



.brochureButtons
{
    width:100%;
    text-align:center;
    margin-top:15px;
    margin-bottom:8px;
}
.brochureButtons img
{
    margin:0px 10px;
    border:0;
    cursor:pointer;
}



.popupMenu
{
    width:200px;
    background-color:#112211;
    display:none;
    font-size:16px;
    font-weight:900;
    text-align:center;
}

.menuItem
{
    width:100%;
    height:25px;
    padding-top:6px;
    cursor:pointer;
}

.menuItem:Hover
{
    background-color:#FFFCCF;
    color:#112211;
}


.testimonial 
{
    margin: 10px;
    padding: 5px;
    color:#5D232B;
    background-color: #f5f5f5;
    border:1px solid #333;
    -moz-box-shadow: 0px 0px 3px 1px #999;
    -webkit-box-shadow: 0px 0px 3px 1px #999;
    box-shadow: 0px 0px 3px 1px #999;
}
.testimonial_more 
{
    clear:both;
    text-align:center;
    font-size:10px;
}
.testimonial_moreLink
{
    text-decoration:underline;
    cursor:pointer;
    color:#707D55;
}
img.testimonial_pic 
{
    float: left;
    background-color: #ccc;
    clear: none;
    margin: 5px;
    padding: 3px;
}
.testimonial_summary 
{
    display: inline;
}
.testimonial_full 
{
    display: inline;
}
.testimonial_customer
{
    margin-left:20px;
    margin-bottom:12px;
    font-size:20px;
    font-weight:900;
    font-family:verdana;
}











