

/* Page Elements */

html
{
    height:100%;
}
body 
{
    color: #FFF;
    background-color: #FFF;
    background-image:url('../../../iface/');
    background-position: center center;
    background-repeat: no-repeat;
    font-family: Verdana, Arial, serif;
    font-size: 16px;
    width:100%;
    min-height:100%;
    margin:0;
    overflow:auto;
}

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

hr
{
    color:#FFF;
    margin-bottom:30px;
}
h1
{
	font-family:'Franklin Gothic Medium', sans-serif;
	font-variant:small-caps;
}







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


/* Navigation */

#navContainer
{
    position: absolute;
    width: 23%;
    height: 70%;
    z-index: 1;
    top: 8%;
    left:3%;
    text-align: center;
    visibility:hidden;
}
#nav
{
    position:absolute;
    padding-top: 3px;
    font-weight: 900;
	width:100%;
	height:60%;
	top:9%;
	text-align:center;
}
#nav hr
{
	width:43%;
	margin:2% auto;
	padding:0;
}
#nav img
{
	width:50%;
	margin:0;
	padding:0;
}
#nav a 
{
    color:#FFF;
    text-decoration:none;
    margin:0;
}
#nav a.selected 
{
    color:#fff;
}
.nav_item
{
	font-size:37%;
    padding:0;
    width:89%;
    margin:-1% auto;
    font-weight:900;
}


/* 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;
}
#bse_footer a
{
    color:#FFF;
}

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

#contentContainer
{
    width:896px;
    margin:6px auto 35px;
    background-color:#FFF;
}

#content
{
    position:relative;
}

.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:320px;
	margin: 5px 0.66%;
	text-align:center;
	background-color:#EAF4FE;
	color:#000;
	border:solid 1px #333;
}
.build_step img 
{
	width:100%;
}
.build_step div 
{
	padding: 5px;
	margin: 5px;
	border: 1px solid #ccc;
	background-color:#fff;
	color:#000;
	position:relative;
	height:35px;
	overflow:hidden;
}

.layoutWrapper
{
    width:1000px;
    margin:auto;
    background-image:url('../../../iface/content-tile.jpg');
}
.contentBackground
{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
    background-color:#222;
    -moz-border-radius: 20px;
    border-radius: 20px;
    z-index:-1;
}
.contentWrapper
{
    position:relative;
    z-index:1;
    left:500px;
    width:950px;
    top:25px;
    padding:8px 20px;
	margin-bottom:40px;
}


.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.6;
    filter:alpha('opacity=60');
}



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



.popupMenu
{
    position:absolute;
    top:-50%;
    left:-50%; 
    font-size:13px;
    font-weight:900;
}
.menuItem
{
    width:200px;
    min-height:25px;
    cursor:pointer;
    background-color:#201A19;
    padding:6px;
}
.menuItem:hover
{
    background-color:#CCB;
    color:#112211;
    border:outset 3px #987;
    padding:3px;
}
.menuItem:active
{
    background-color:#DDC;
    color:#112211;
    border:inset 3px #885;
    padding:3px;
}

.menuContainer
{
    position:absolute;
    width:204px;
    overflow:hidden;
    z-index:2;
}

.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;
}


#slideshowBox img
{
    display:block;
    visibility:hidden;
}

#slidesControlPanel
{
    height:6%;
    max-height:50px;
    text-align:center;
    position:absolute;
    z-index:1;
    top:1%;
    left:2.85%;
    font-size:0;
    opacity:0.3;
    filter:alpha('opacity=30');
}
#slidesControlPanel:hover
{
    opacity:0.8;
    filter:alpha('opacity=80');
}

#slidesControlPanel img
{
    display:inline;
    max-height:100%;
    max-width:100%;
    cursor:pointer;
}








