@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";


/*------------------------------------- */
/* Mobile Layout: 480px and below. */
/*------------------------------------- */
    
.imageCarousel {
    float: left;
    clear: none;
    margin-top: 0%;
    width: 100%;
    height: auto;
}

.homePageIntroText {
    float: left;
    clear: none;
    margin-left: 2%;
    margin-top: 2%;
    margin-bottom: 0px;
    width: 96%;
    height: auto;
}

.productSectionLabel {
    float: left;
    clear: none;
    width: 98%;
    margin-left: 1%;
    margin-bottom: 1%;
    height: auto;
    border-bottom: 1px solid #A4A4A4;
}

.productButtonHolder {
    float: left;
    clear: none;
    width: 100%;
    height: auto;
}

.productRolloverButton {
    width: 23%;
    float: left;
    clear: none;
    margin-left: 1%;
    margin-right: 1%;
    padding-bottom: 2%;
}

.servicesSectionLabel {
    float: left;
    clear: none;
    width: 98%;
    margin-left: 1%;
    margin-top: 2%;
    margin-bottom: 1%;
    height: auto;
    border-bottom: 1px solid #A4A4A4;
}

.servicesButtonHolder {
    float: left;
    clear: none;
    width: 100%;
    height: auto;
}

.servicesRolloverButton {
    width: 23%;
    float: left;
    clear: none;
    margin-left: 1%;
    margin-right: 1%;
}

.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}



/* --------------------------------------------------------------------*/
/* Tablet Layout: 481px to 780px. 
Inherits styles from: Mobile Layout. */
/* --------------------------------------------------------------------*/

@media only screen and (min-width: 481px) {

.imageCarousel {
    float: left;
    clear: none;
    margin-top: 0%;
    width: 100%;
    height: auto;
}

.homePageIntroText {
	float: left;
	clear: none;
	margin-top: 4%;
	margin-bottom: 0px;
	height: auto;
}

.productSectionLabel {
    float: left;
    clear: none;
    width: 98%;
    margin-left: 1%;
    height: auto;
}

.productButtonHolder {
    float: left;
    clear: none;
    width: 100%;
    height: auto;
}

.productRolloverButton {
    width: 21%;
    float: left;
    clear: none;
    margin-left: 2%;
    margin-right: 2%;
}

.servicesSectionLabel {
    float: left;
    clear: none;
    width: 98%;
    margin-left: 1%;
    margin-top: 2%;
    margin-bottom: 1%;
    height: auto;
}

.servicesButtonHolder {
    float: left;
    clear: none;
    width: 100%;
    height: auto;
}

.servicesRolloverButton {
    width: 21%;
    float: left;
    clear: none;
    margin-left: 2%;
    margin-right: 2%;
}

.zeroMargin_tablet {
    margin-left: 0;
}
    
.hide_tablet {
    display: none;
}
}



/* --------------------------------------------------------------------*/
/* Tablet Landscape & Laptop Layout: 781px to 1024px. 
Inherits styles from: Mobile Layout. */
/* --------------------------------------------------------------------*/

@media only screen and (min-width: 781px) {

.imageCarousel {
    float: left;
    clear: none;
    margin-top: 0%;
    width: 100%;
    height: auto;
}

.homePageIntroText {
	float: left;
	clear: none;
	margin-top: 4%;
	margin-bottom: 0px;
	height: auto;
}

.productSectionLabel {
    float: left;
    clear: none;
    width: 98%;
    margin-left: 1%;
    height: auto;
}

.productButtonHolder {
    float: left;
    clear: none;
    width: 66%;
    height: auto;
}

.productRolloverButton {
    width: 10.5%;
    float: left;
    clear: none;
    margin-left: 1%;
    margin-right: 1%;
}

.servicesSectionLabel {
    float: left;
    clear: none;
    width: 98%;
    margin-left: 1%;
    margin-top: 2%;
    margin-bottom: 1%;
    height: auto;
}

.servicesButtonHolder {
    float: left;
    clear: none;
    width: 33%;
    height: auto;
}

.servicesRolloverButton {
    width: 21%;
    float: left;
    clear: none;
    margin-left: 2%;
    margin-right: 2%;
}

.zeroMargin_tablet {
    margin-left: 0;
}
    
.hide_tablet {
    display: none;
}
}



/* --------------------------------------------------------------------------------------*/
/* Laptop & Desktop Layouts: 1024px to a max of 1400px. 
Inherits styles from: Previous Layouts. */
/* ---------------------------------------------------------------------------------------*/

@media only screen and (min-width: 1024px) {

.imageCarousel {
}

.homePageIntroText {
    width: 70%;
    margin-left: 15%;
    margin-top: 2%;
}

.productSectionLabel {
}

.productButtonHolder {
}

.productRolloverButton {
}

.servicesSectionLabel {
    margin-top: 0%;
    margin-bottom: 2%;
}

.servicesButtonHolder {
}

.servicesRolloverButton {
}

.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
}



/* --------------------------------------------------------------------------------------*/
/* Desktop Layout: 1401px to a max of 1800px. 
Inherits styles from: Previous Layouts. */
/* ---------------------------------------------------------------------------------------*/

@media only screen and (min-width: 1401px) {

.imageCarousel {
}

.homePageIntroText {
    width: 60%;
    margin-left: 20%;
    margin-top: 2%;
}

.productSectionLabel {
}

.productButtonHolder {
}

.productRolloverButton {
}

.servicesSectionLabel {
}

.servicesButtonHolder {
}

.servicesRolloverButton {
}

.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
}

