@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic);

*{margin: 0; padding: 0;-webkit-appearance: none; -moz-appearance: none; appearance: none;}

html, body{
    padding: 0px; margin: 0px; font-family: "Open Sans", Arial, Helvetica, sans-serif;  font-size: 14px; color: #000000; background-color: #fff; width: 100%; height: 100%;
}

body{
    height: 100%;
}

div, section, nav, item, article, header, footer, .relative{
    display: block;
    position: relative;
}

.abs{
    display: block;
    position: absolute;
    z-index: 2;
}

.fixed{
    display: block;
    position: fixed;
    z-index: 10;
}

ul{
    list-style-type: none;
}

img a{
    border: none;
    border: 0;
}

img{
    vertical-align: middle;
}

.noFloat{
    clear: both;
}

.left{
    float: left;
}

.centered{
    text-align: center;
}

.right{
    float: right;
}

.overflow{
    overflow: hidden;
}

.important{
    color: #bb0118;
}

.left50{
    float: left;
    left: 50%;
}

.left50 .left50{
    left: -50%;
}

div.mAOLThumb{
    float: left;
}

div.insideContent{
    padding: 20px;
}

.flexBox{
    display: flex;
}

.table{
    display: table;
    width: 100%;
}

.tr{
    display: table-row;
}

.td{
    display: table-cell;
    vertical-align: top;
}

.hidden{
    display: none;
}

.round{
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

sup{
    font-size: 50%;
}

img{
    vertical-align: middle;
}

img a{
    border: none;
    border: 0;
}

::placeholder { color: #fff; opacity: 1; }
::-webkit-input-placeholder { color: #fff; opacity: 1;}
::-moz-placeholder { color: #fff; opacity: 1; } /* firefox 19+ */
:-ms-input-placeholder { color: #fff; opacity: 1; } /* ie */

input, button, select, textarea {
    border: 0 none;
    border-radius: 0;
    color: #fff;
    font-family: "Open Sans", Arial,Helvetica,sans-serif;
    background-color: #ced9dc;
    font-size: 130%;
    height: 36px;
    width: 100%;
}

textarea{
    height: 150px;
}

input.mf-submit, button{
    cursor: pointer;
    width: auto;
    height: auto;
    background-color: #ba353b;
    color: #fff;
    padding: 9px 15px;
    text-align: center;
    font-size: 120%;
}

input.mf-submit:hover, button:hover{
    background-color: #7d2b2f;
}

header{
    
}

div.errMessage1 {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    display: none;
    left: 0;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 50;
}

div.errContent, div.infoContent {
    background-color: #ffc;
    color: #000;
    font-size: 120%;
    padding: 15px;
}

div.closeOverlay {
    right: 0;
    top: 0;
    z-index: 51;
}

div.closeOverlay a{
    display: block;
    position: relative;
    font-size: 150%;
    color: #999;
    text-decoration: none;
    padding: 5px 10px;
}

header div.ch1{
    height: 60px;
    background-color: #fff;
    border-bottom: solid 8px #ba353b;
    color: #ba353b;
    background-position: 0 0;
    background-repeat: repeat-x;
}

header div.ch2{
    height: 309px;
    border-bottom: solid 4px #fff;
}

div.fRow{
    padding-bottom: 15px;
}

div.fRow1{
    width: 49%;
}

footer{
    height: 20px;
    background-color: #ba353b;
}

section.slideShow{
    height: 355px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 10;
	overflow: hidden;
}

div.logo{
    padding: 10px 0 0 25px;
    z-index: 15;
}

div.phone{
    padding: 14px 25px 0 0;
    text-align: right;
    z-index: 16;
}

section.slideShow div.oeStage, section.slideShow div.oeStage ul.relative, section.slideShow div.oeStage ul.relative li.relative{
    height: inherit;
}

section.slideShow li.relative{
    background-repeat: no-repeat;
    background-position: left bottom;
}

section.slideShow li.relative div.abs{
    z-index: 11;
    bottom: 30%;
    left: 50px;
    color: #e1f4f5;
    font-size: 18px;
}

nav.menu {
    clear: both;
    display: block;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    text-align: center;
    background-color: #ba353b;
}

nav.menu div.left50{
    float: none;
    left: auto;
}

nav.menu ul {
    display: block;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 1004px;
}

nav.menu ul li ul{
    display: none;
    position: absolute;
    padding-top: 4px;
    background-image: url("../images/blank.gif");
    z-index: 20;
    width: auto;
    top: 100%;
    left: 0;
}

nav.menu ul li ul li ul{
    display: none;
    top: 0;
    left: 240px;
    padding: 0;
    padding-left: 4px;
}

nav.menu ul li:hover ul{
    display: block;
}

nav.menu ul li{
    display: block;
    position: relative;
    float: left;
    width: 25%;
    color: #ffffff;
    text-align: center;
}

nav.menu ul li.startMenu:before{
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 70%;
    top: 15%;
    left: 0;
    background-color: #d35d61;
}

nav.menu ul li:after{
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 70%;
    top: 15%;
    right: 0;
    background-color: #d35d61;
}

nav.menu ul li ul li:after{
    display: none;
}

nav.menu ul li ul li{
    display: block;
    position: relative;
    width: 100%;
    white-space: nowrap;
    text-align: left;
}

nav.menu ul li a, nav.menu ul li.nolink{
	display: block;
	position: relative;
	vertical-align: middle;
	color: #ffffff;
	text-decoration: none;
        padding: 14px 0;
}

nav.menu ul li a span:before{
    content: ">";
    color: #d35d61;
    font-size: 14px;
    margin-right: 4px;
}

nav.menu ul li.nolink{
    cursor: pointer;
}

nav.menu ul li ul li a, nav.menu ul li ul li.nolink{
    background-color: #ba353b;
    padding: 10px;
}

nav.menu ul li a:hover, nav.menu ul li.curLink a, nav.menu ul li.nolink.hoveratag{
	background-color: #7d2b2f;
	color: #fff;
	text-decoration: none;
}

section.wrapHomeProducts div.insideContent{
    background-color: #ecf1f0;
    padding: 40px 20px;
}

section.wrapServices div.insideContent{
    padding: 40px 20px;
}

section.wrapServices div.insideContent div.insideContent{
    padding: 40px 0;
}

section#wrapServices div.left{
    width: 30%;
}

section#wrapServices div.right{
    width: 68%;
    background-color: #ecf1f0;
}

div.middleContent, section.wrapHomeProducts div.insideContent ul.relative, section.wrapServices div.insideContent ul.relative, section.wrapServices div.insideContent div.relative, section.wrapProducts div.insideContent ul.relative{
    width: 1004px;
    margin: 0 auto;
}

section.wrapServices div.insideContent div.right ul.relative{
    width: auto;
    margin: 0;
    padding: 3px 20px 0;
}

section.contactPage div.insideContent{
    padding: 40px 20px 0 20px;
}

section.contactPage div.insideContent div.relative{
    background-image: url("../images/contact.png");
    background-repeat: no-repeat;
    background-position: right bottom;
}

section.wrapServices div.bg div.insideContent{
    color: #606062;
    background-color: #ecf1f0;
    font-size: 140%;
}

div.middleContent div.insideContent{
    padding: 60px 20px;
}

section.wrapHomeProducts li.relative.left, section.wrapServices li.relative.left{
    width: 33%;
    overflow: hidden;
    text-align: center;
}

section.wrapServices li.relative.left div.item{
    height: inherit;
}

section.wrapServices li.relative.left div.item div.mAOLThumb{
    padding-right: 20px;
}

section.wrapServices li.relative.left, section.wrapProducts li.relative{
    margin-bottom: 40px;
    text-align: left;
}

section.wrapServices li.relative.left{
    width: 50%;
    height: 95px;
    margin: 20px 0;
}

section.wrapProducts li.relative{
     padding: 20px 0 40px;
     border-bottom: dashed 1px #ba353b;
}

section.wrapHomeProducts li.relative.left div.item{
    width: 290px;
    height: 140px;
    padding: 20px;
    cursor: pointer;
    transition-property: background;
    -moz-transition-property: background;
    -webkit-transition-property: background;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}

section.wrapHomeProducts li.relative.left div.item:hover{
    background-color: #ba353b;
    color: #fff;
}

section.wrapServices li.relative.left div.item div.insideContent{
    padding: 10px;
}

section.wrapServices li.relative.left div.item:hover div.insideContent{
    background-color: #e6e7e8;
}

section.wrapServices h1, section.wrapProducts h1{
    color: #ba353b;
    font-size: 250%;
    font-weight: 400;
    padding-bottom: 40px;
}

section.wrapServices h1, section.wrapProducts h1.relative{
    padding: 0;
}

section.wrapServices h1 span.small, section.wrapProducts h1 span.small{
    font-size: 60%;
    color: #ccc;
}

section.wrapServices h1 span.abs.small{
    font-size: 40%;
    font-weight: 600;
    bottom: 0;
    right: 0;
}

section.wrapServices h1 span.abs.small a{
    color: #ba353b;
    text-decoration: none; 
}

section.wrapServices h1 span.abs.small a:hover{
    color: #ba353b;
    text-decoration: underline; 
}

section.wrapServices li.relative.left div.item h3{
    font-size: 110%;
    font-weight: 600;
    color: #ba353b;
}

section.wrapServices li.relative.left div.item p{
    padding-bottom: 6px;
    color: #000;
}

section.wrapServices li.relative.left div.item a, section.wrapServices li.relative.left div.item a:hover{
    color: #ba353b;
    text-decoration: underline;
    font-size: 90%;
}

section.wrapHomeProducts li.relative.left div.item div.mAOLThumb{
    padding-right: 20px;
}

section.wrapHomeProducts li.relative.left div.item div.right{
    width: 185px;
    right: 5px;
    top: 50%;
    opacity: 0;
    transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -webkit-transition: opacity 0.3s ease 0s;
}

section.wrapHomeProducts li.relative.left div.item div.right.active{
    opacity: 1;
}

section.wrapHomeProducts li.relative.left div.item h3{
    text-align: left;
    color: #000;
    font-size: 120%;
    padding-bottom: 4px;
}

section.wrapHomeProducts li.relative.left div.item p{
    text-align: left;
    color: #000;
    font-size: 90%;
}

section.wrapHomeProducts li.relative.left div.item:hover h3, section.wrapHomeProducts li.relative.left div.item:hover p{
    color: #fff;
}

section.wrapHomeTestimonials{
    margin-top: -21px;
    width: 45%;
    color: #ba353b;
}

section.wrapHomeTestimonials div.oeStage{
    overflow: hidden;
    height: 300px;
}

section.wrapHomeTestimonials div.oeStage ul.relative{
    height: inherit;
}

section.wrapHomeTestimonials div.oeStage ul li.relative{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
}

section.wrapHomeTestimonials div.oeStage ul li.relative div.t3EItem{
    float: left;
    width: 100%;
    padding-top: 20px;
}


section.wrapHomeTestimonials div.oeStage ul li.relative div.t3EItem:before{
    content: "";
    display: block;
    position: relative;
    float: left;
    width: 51px;
    height: 300px;
    margin-top: -20px;
    overflow: hidden;
    background-image: url("../images/quotesLeft.png");
    background-position: 0 0;
    background-repeat: no-repeat;
}

section.wrapHomeTestimonials div.oeStage ul li.relative span.bigFont{
    font-size: 36px;
    color: #eee;
}

section.wrapHomeTestimonials div.oeStage ul li.relative div.bodytext{
    font-size: 120%;
    margin-bottom: 20px;
}

section.wrapHomeTestimonials div.oeStage ul li.relative p.small{
    font-size: 12px;
}

section.wrapHomeTestimonials div.oeStage ul li.relative p.small span.gray{
    color: #999;
}

section.homeParagraphs{
    width: 50%;
    font-size: 11px;
}

section.homeParagraphs div.left, section.homeParagraphs div.right{
    width: 47%;
}

section.wrapProducts li.relative div.item div.right{
    width: 83%;
    text-align: left;
    font-size: 100%;
    color: #000;
}

section.wrapProducts li.relative div.item h3{
    font-size: 250%;
    font-weight: 600;
    padding-bottom: 15px;
}

section.wrapProducts li.relative div.item p{
    padding: 8px 0;
}

section.wrapProducts li.relative div.item ul{
    list-style-type: disc;
    padding-top: 10px;
    padding-left: 15px;
}

section.contactPage p.bodytext{
    font-size: 120%;
    color: #ccc;
    padding: 40px 0 10px;
}

section.contactPage p.bodytext a{
    color: #ba353b;
    text-decoration: none;
}

section.contactPage p.bodytext a:hover{
    color: #ba353b;
    text-decoration: underline;
}

div.loginBlock{
    padding: 20px 0;
    width: 500px;
}

@media only screen and (max-width: 1000px) {
    
    div.left50, div.left50 div.left50{
        float: none;
        left: auto;
    }
	
	section.wrapHomeProducts li.relative.left, section.wrapServices li.relative.left{
		overflow: visible;
	}
	
	section.wrapHomeProducts li.relative.left div.left50 div.left50{
		display: table;
		width: 100%;
	}
	
	section.wrapHomeProducts li.relative.left div.item{
		display: table-row;
	}
	
	section.wrapHomeProducts li.relative.left div.item div.mAOLThumb, section.wrapHomeProducts li.relative.left div.item div.right{
		display: table-cell;
		position:relative;
		float: none;
		vertical-align: top;
		width: auto;
		opacity: 1;
	}
	
	section.wrapHomeProducts li.relative.left{
		width: 33%;
	}
    
    nav.menu ul{
        width: auto;
    }
	
    div.middleContent, section.wrapHomeProducts div.insideContent ul.relative, section.wrapServices div.insideContent ul.relative, section.wrapServices div.insideContent div.relative, section.wrapProducts        div.insideContent ul.relative{
        width: auto;
        margin: 0;
    }
	
	section#wrapServices div.right{
		width: 50%;	
	}
	
	section#wrapServices div.left{
		width: 49%;	
	}
	
	section.wrapServices li.relative.left{
		width: 100%;
		margin: 20px 0 0;
	}
	
	div.phone{
		display: none;	
	}
	
	section.slideShow li.relative div.abs{
		width: 70%;
	}
	
	section.slideShow li.relative div.abs img{
		width: 100%;
	}
	
	section.wrapProducts li.relative{
		display: table;
		float: none;
		width: 100%;
	}
	
	section.wrapProducts li.relative div.item{
		display: table-row;
	}
	
	section.wrapProducts li.relative div.item div.mAOLThumb, section.wrapProducts li.relative div.item div.right{
		display: table-cell;
		float: none;
		padding: 0;
		vertical-align: top;
		width: auto;
	}
	
	section.wrapProducts li.relative div.item div.mAOLThumb{
		padding-right: 20px;
	}
}

@media only screen and (max-width: 800px) {
	
	section.wrapServices li.relative.left{
		float: none;
		overflow: visible;
		width: auto;
		
	}
	
	section.homeParagraphs div.left, section.homeParagraphs div.right{
		float: none;
		width: auto;
		margin-bottom: 20px;
	}
	
	section.wrapServices li.relative.left div.item p{
		display: none;
	}
	
	section.slideShow li.relative div.abs{
		display: none;
	}
}


@media only screen and (max-width: 500px) {
	section.homeParagraphs, section.wrapHomeTestimonials{
		float: none;
		width: auto;	
	}
	
	section#wrapServices div.left, section#wrapServices div.right{
		width: 100%;
		float: none;	
	}
}