@charset "utf-8";
/* CSS Document */

/*
Name: Muir Corporation Main Styling
Author: Emily Humphris
Version: 2.0
Last Edited: 2014-02-17
*/


html, body {
	margin: 0px;
	padding: 0px;
	height:100%;
}

body {
	background-color:#FFFFFF;
	color: #000000;
	font-family: Arial, Myriad Pro, San Serif;
	font-size: 1em; /*aprox 12pt*/
}
 
img {
    border:0px;
}

a:link, a:visited {
    color: #FBB03B;
    text-decoration: none;
}

a:hover, a:active {
    color: #CC6600;
    text-decoration: underline;
} 


/* Div Styling */

#container {
    min-width:620px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-top: 0;
    margin-left:20px;
    margin-bottom: -45px; /* same size a footer height. Used for Sticky Footer */
    margin-right:20px;
}

#slider1_container {
    width: 100%;
    min-width:  450px;
/*    min-height:  380px;       */
}

#header {
	min-height:75px;
}

#logo {
	float:left;
	width:50%;
	height: 75px;
}

#enquiry {
	float:right;
	height: 55px;
        text-align: right;
        padding-top: 20px;
}

/* Main Menu Styles */

#primaryNav {
	width:100%;
	height:50px;
	background-color:#29ABE2;
	border-radius:10px;
	box-shadow: 4px 4px 2px #888;
	font-size: 1.6em;
	margin:0px;
	padding:0px;
}

#primaryNav a {
    color: #FFF;
    text-decoration: none;
    height: 50px;
}

#btn1 {
	float:left;
	height:24px;
	width:70px;
        padding-left:11px;
        padding-right:11px;
        padding-top:11px;
        padding-bottom:15px;
        background-color:#29ABE2;
	border-radius:10px;
        position: relative;
}

#btn2 {
	float:left;
	height:24px;
	width:105px;
        padding-left:11px;
        padding-right:11px;
        padding-top:11px;
        padding-bottom:15px;
	background-color:#29ABE2;
	border-radius:10px;
        position: relative;
}

#btn3 {
	float:left;
	height:24px;
	width:110px;
        padding-left:11px;
        padding-right:11px;
        padding-top:11px;
        padding-bottom:15px;
	background-color:#29ABE2;
	border-radius:10px;
        position: relative;
}

#btn4 {
	float:left;
	height:24px;
	width:200px;
        padding-left:11px;
        padding-right:11px;
        padding-top:11px;
        padding-bottom:15px;
	background-color:#29ABE2;
	border-radius:10px;
        position: relative;
}

#btn5 {
	float:left;
	height:24px;
	width:185px;
        padding-left:11px;
        padding-right:11px;
        padding-top:11px;
        padding-bottom:15px;
	background-color:#29ABE2;
	border-radius:10px;
        position: relative;
}

#btn1:hover, #btn2:hover, #btn3:hover, #btn4:hover, #btn5:hover, #miniBtn1:hover, #miniBtn2:hover, #miniBtn3:hover, #miniBtn4:hover {
	background-color:#005CE2;
	border-radius:10px;
        color: #FFFFFF;
}

#btn1:active, #btn2:active, #btn3:active, #btn4:active, #btn5:active, #miniBtn1:active {
	background-color:#FBB03B;
	color:#CC6600;
	border-radius:10px;
}

#miniBtn1:active, #miniBtn2:active, #miniBtn3:active, #miniBtn4:active {
 	background-color:#FBB03B;
	color:#FFFFFF;
	border-radius:10px;   
}

#btn1.currentPage, #btn2.currentPage, #btn3.currentPage, #btn4.currentPage, #btn5.currentPage {
 	background-color:#FBB03B;
	color:#CC6600;
	border-radius:10px;
}

#miniBtn1.currentPage, #miniBtn2.currentPage, #miniBtn3.currentPage, #miniBtn4.currentPage {
 	background-color:#FBB03B;
	color:#FFFFFF;
	border-radius:10px;
}

.image1, .image2, .image3, .image4 {
    position: relative;
    padding: 2px;
}

.image1 {   top: 2px;       left: -120px;   }
.image2 {   top: -46px;     left: -80px;    }
.image3 {   top: -94px;     left: -40px;    }
.image4 {   top: -142px;    left: 0px;      }

#miniBtn1  {
    float:left;
    height:24px;
/*	width:220px;    */
    padding:3px;
    background-color:#1188FF;
    border-radius:10px;
    color: #FFFFFF;
    padding-top: 9px;
    padding-bottom: 5px;
    padding-left: 9px;
    padding-right: 9px;
}
#miniBtn2  {
    float:left;
    height:24px;
/*	width:150px;    */
    padding:3px;
    background-color:#1188FF;
    border-radius:10px;
    color: #FFFFFF;
    padding-top: 9px;
    padding-bottom: 5px;
    padding-left: 9px;
    padding-right: 9px;
}
#miniBtn3  {
    float:left;
    height:24px;
/*	width:100px;    */
    padding:3px;
    background-color:#1188FF;
    border-radius:10px;
    color: #FFFFFF;
    padding-top: 9px;
    padding-bottom: 5px;
    padding-left: 9px;
    padding-right: 9px;
}
#miniBtn4  {
    float:left;
    height:24px;
/*	width:180px;    */
    padding:3px;
    background-color:#1188FF;
    border-radius:10px;
    color: #FFFFFF;
    padding-top: 9px;
    padding-bottom: 5px;
    padding-left: 9px;
    padding-right: 9px;

}

/* END NAVIGATION STYLES */


#body {
	margin-top:15px;
	width:100%;
	min-height:480px;
	background-color:#29ABE2;
	border-radius:10px;
	overflow:hidden;
}

#homePageCanvas {
	float:left;
	width:43%;
	height:100%;
/*	min-width:570px;    */
	padding-left:2%;
}

#mainContent {
	margin:25px;
	background-color:#FFF;
/*	min-height:480px;   */
	overflow:hidden;
        display: inherit;
}
	

#canvas {
	float:left;
	width:20%;
	height:480px;
	min-width:200px;
	padding-left:2%;
}

#homePageText {
	float:none;
        font-size: 1.52em;
	margin-top:20px;
        min-width:30%;
	height:100%;
	color:#F2F2F2;
	padding-right:2%;
        padding-left: 20px;
        position: static;
        overflow: auto;
}

.textHighlite {
    color: #FFF86A;
    font-weight: bold;
}

#homePageText ul {
	list-style-image:url(../images/whiteListIcon.png);
}

#homePageText li {
	font-size: 1.0em;
	font-style:italic;
}

#homePageText a:link, #homePageText a:visited {
    font-size: .8em;
    color: #0205B4;
    text-decoration: underline;
}

#homePageText a:hover, #homePageText a:active {
    font-size: 0.8em;
    color: #CC6600;
    text-decoration: underline;
} 

#text a:link, #text a:visited {
    color: #0205B4;
    text-decoration: underline;
}

#text a:active, #text a:hover {
    color: #CC6600;
    text-decoration: underline;
} 

#text {
    color:#000000;
    display: table-cell;
}

#text-2columnContainer {
    width: 100%;
    clear: both;
    border: 0px;
    border-style: none;
}

#text-leftColumn {
    border: 0px;
    border-style: none;
    float:left;
    vertical-align: top;
    padding: 4px ;
    width: 50%;
    min-width: 450px;
}

#text-rightColumn {
    border: 0px;
    border-style: none;
    float:left;
    vertical-align: top;
    padding: 4px;
    width: 35%;
    padding-right: 40px;
    text-overflow: ellipsis;
}


#text p {
	margin-right:15px;
}

h1{
    font-size:1.6em;
    text-align:center;
    color:#FBB03B;
    width: 100%;
    min-width: 100%;
    height: 25px;
}

#text H2 {
    font-size:1.4em;
    color: #005CE2;
}

H4 {
    font-size:1.15em;
    color: #FFFFFF;
    margin-top:3px;
    margin-bottom:3px;
    text-align: center; 
    text-transform: uppercase;
}

#smallMessage {
	width:100%;
/*	height:50px;                */
/*	background-color:#29ABE2;   */
/*	border-radius:10px;         */
/*	box-shadow: 4px 4px 2px #888;*/
        color: #FFFFFF;
        text-align: center;
	font-size: 0.8em;
	margin:0px;
	padding:0px;
}

#cntr2 {
	float:none;
	max-width:80%;
        min-width:20%;
	height: auto;
	color:#FFFFFF;
        background-color: dodgerblue;
        padding-top:2px;
        padding-bottom:2px;
	padding-right:10%;
        padding-left:10%;
        position: static;
        overflow: auto;
        text-align: center;
}

table.highlightedTable {
    background-color: #73C1FF;
    border-color: #0089D3;
    border-style: solid;
    border-left-style: solid;
    border-left-width: 1px;

    border-top-style: solid;
    border-top-width: 3px;

    border-right-style: solid;
    border-right-width: 3px;

    border-bottom-style: solid;
    border-bottom-width: 3px;

    border-top-style: none;
}

/* used to display error messages in forms with invalid input */
.errorMsg {
    color: yellow;
    font-weight: bold;
}


/* maintain td font colour to be same as #text font colour */
td.text{
    color:#F2F2F2;
}

tr.titleField {
    display: none;  
}

th {
    background-color: #73C1FF;
    font-size:1.1em;
    text-align:center;
    color:white;
}

/* used in forms to highlight fields that are in error */
.errorStyle {
    background-color: RGB(251,196,182);
}


#text ul {
	list-style-image:url(../images/smallWhiteListIcon.png);
}

#text li {
	font-size: 1em;
	font-style:italic;
	margin-top:10px;
        text-align: left;
}

.push{
	height:30px; /*Required for sticky footer */
}

#footer {
	width:100%;
	text-align: center;
	font-size:0.8em;
	color:#FBB03B;
	margin-left:auto;
	margin-right:auto;
	height:30px;
        margin-top: 25px;
}

.manufacturerLogo {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    float: right;
    border-bottom: 2px solid darkgray;
    border-right: 2px solid darkgray;
    border-left: 1px solid lightgray;
    border-top: 1px solid lightgray;
}



/*
    ALL OF THE MOBILE STYLES ARE HERE 
*/

@media(max-width: 840px){
    #container {
        min-width: 620px;
    }
    
    #primaryNav a {
        height: 30px;
    }
    
    #primaryNav {
        font-size: 1.2em;
        height: 32px;
    }

    #btn1.currentPage, #btn2.currentPage, #btn3.currentPage, #btn4.currentPage, #btn5.currentPage {
        border-radius: 7px;
    }
    
    #btn1, #btn2, #btn3, #btn4, #btn5  {
        float: left;
        height: 20px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 7px;
        border-radius: 7px;
        position: relative;
    }
    
    #btn1 {     width: 50px;    }
    #btn2 {     width: 80px;    }
    #btn3 {     width: 80px;    }
    #btn4 {     width: 150px;    }
    #btn5 {     width: 145px;    }
    
    #enquiry {
/*        padding-top: 2px; */
    }
    
    
    .image1 {   top: 2px;       left: -120px;   }
    .image2 {   top: -46px;     left: -80px;    }
    .image3 {   top: -94px;     left: -40px;    }
    .image4 {   top: -142px;    left: 0px;      }
    
    #homePageText { font-size: 1.1em;           }
}

