@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}


.fluid {
	clear: both;
	float: left;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
}

#headerSmartPhone {
	width: 100%;
	position: fixed;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 8px 8px -2px rgba(0,0,0,0.39);
	-moz-box-shadow: 0px 8px 8px -2px rgba(0,0,0,0.2);
	box-shadow: 0px 8px 8px -2px rgba(0,0,0,0.39);
	z-index: 1000;
	display: block;
}

#header {
	width: 100%;
	position: fixed;
	background-color: #013363;
	-webkit-box-shadow: 0px 8px 8px -2px rgba(0,0,0,0.39);
	-moz-box-shadow: 0px 8px 8px -2px rgba(0,0,0,0.2);
	box-shadow: 0px 8px 8px -2px rgba(0,0,0,0.39);
	z-index: 1000;
	display: none;
}

.catalogLinks {
	width: 80%;
	position: absolute;
	top: 0px;
	float: left;
	clear: left;
	margin-top: 14%;
	margin-left: 10%;
}

.leftHalf {
	width: 38%;
	float: left;
	clear: none;
	margin-left: 10%;
}

.rightHalf {
	width: 38%;
	float: left;
	clear: none;
	margin-left: 10%;
}

.pageContainer {
	float: left;
	clear: none;
	margin-top: 25%;
	margin-bottom: 0px;
	width: 100%;
	background-color: #FFFFFF;
}

#bannerPanel {
	z-index: 100;
	width: 100%;
	border-bottom: 1px solid #5B5B5B;
	height: auto;
}

.homeTextPanel {
	width: 92%;
	text-align: center;
	margin-top: 2%;
	margin-left: 4%;
	z-index: 50;
	padding-bottom: 2%;
	background-color: #FFFFFF;
}

.pageBannerPanel {
	width: 100%;
	border-bottom: 1px solid #7A7A7A;
}

#pageContentPanel {
	width: 98%;
	margin-left: 2%;
	float: left;
	clear: none;
	margin-bottom: 0%;
	margin-top: 0%;
}

#pageContentPanel2 {
	width: 74%;
	margin-left: 0%;
	float: left;
	clear: none;
	margin-bottom: 0%;
	margin-top: 5%;
}

#pageContentPanel3 {
	width: 74%;
	margin-left: 0%;
	float: left;
	clear: none;
	margin-bottom: 0%;
	margin-top: 5%;
}

#pageContentPanel4 {
	width: 98%;
	margin-left: 2%;
	float: left;
	clear: none;
	margin-bottom: 0%;
	margin-top: 6%;
}

#pageTitleBlock {
	border-bottom-color: #A4A4A4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width: 96%;
}

#pageTitleBlockWide {
	border-bottom-color: #A4A4A4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width: 100%;
}

#pageTitleBlockWide2 {
	border-bottom-color: #A4A4A4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width: 98%;
}

#pageTextPanel {
	width: 98%;
	float: left;
	clear: none;
	margin-bottom: 0%;
	margin-top: 0%;
}

#pageTextPanel2 {
	width: 100%;
	margin-bottom: 0%;
}

#pageTextBlock {
	width: 96%;
	margin-bottom: 0%;
	margin-top: 2%;
}

#pageTextBlock2 {
	width: 90%;
	margin-bottom: 0%;
	margin-top: 2%;
}

#pageTextBlock4 {
	width: 98%;
	margin-bottom: 0%;
	margin-top: 2%;
}

#pageTextBlock3 {
	width: 33%;
	margin-bottom: 0%;
	margin-top: 2%;
	float: left;
	clear: none;
	margin-left: 2%;
	margin-right: 3%;
}

#imagePanel {
	width: 96%;
	float: left;
	clear: none;
	margin-top: 4%;
	margin-bottom: 0%;
}

.imagePanelHorizontal {
	width: 100%;
	float: left;
	clear: none;
	margin-top: 2%;
	margin-bottom: 0%;
}

.imagePanel2 {
	width: 47%;
	float: left;
	clear: none;
	margin-top: 2%;
	margin-bottom: 0%;
	margin-right: 3%;
}

.imagePanel3 {
	width: 30%;
	float: left;
	clear: none;
	margin-top: 2%;
	margin-bottom: 0%;
}

.imageBlock {
	width: 100%;
	margin-bottom: 2%;
	float: left;
	clear: left;
}

.imageBlock2 {
	width: 47%;
	float: left;
	clear: none;
	margin-right: 2%;
}

.mapBlock {
	width: 98%;
	float: left;
	clear: none;
	margin-top: 4%;
	margin-bottom: 2%;
	margin-left: 0%;
}

.contactsTextBlock {
	width: 33%;
	margin-bottom: 0%;
	margin-top: 2%;
	float: left;
	clear: none;
	margin-right: 3%;
	display: none;
}

.contactsTextBlockMobile {
	width: 45%;
	margin-bottom: 0%;
	margin-top: 2%;
	float: left;
	clear: none;
	margin-right: 3%;
	display: block;
}

.captionBlock {
	width: 100%;
	margin-bottom: 2%;
	margin-top: 1%;
}

.captionBlock2 {
	width: 46%;
	margin-top: 1%;
	padding-left: 1%;
	float: left;
	clear: none;
	margin-right: 2%;
}

.MinHeight {
	min-height: 17em;
}

.MinHeight2 {
	min-height: 25em;
}

.downloadBlock {
	width: 70%;
	margin-bottom: 8%;
	-webkit-box-shadow: 8px 8px 8px 0px rgba(0,0,0,0.39);
	-moz-box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
	box-shadow: 8px 8px 8px 0px rgba(0,0,0,0.39);
	margin-top: 20%;
}

.footerPanelMobile {
	background-color: #00629D;
	width: 100%;
	display: inline-block;
	visibility: visible;
	z-index: 1500;
	float: left;
	clear: left;
	text-align: center;
	padding-top: 1%;
	padding-bottom: 4%;
}

.footerPanel {
	background-color: #0079c2;
	width: 100%;
	padding-bottom: 4%;
	display: none;
	visibility: hidden;
	z-index: 1500;
	}

/* Flexible iFrame */

.Flexible-container {
    position: relative;
    padding-bottom: 62.5%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
}

#headerSmartPhone {
	display: none;
}

#header {
	-webkit-box-shadow: 0px 10px 10px -2px rgba(0,0,0,0.39);
	-moz-box-shadow: 0px 10px 10px -2px rgba(0,0,0,0.2);
	box-shadow: 0px 10px 10px -2px rgba(0,0,0,0.39);
	display: block;
}

.catalogLinks {
	width: 30%;
	margin-top: 2.4%;
	margin-left: 35%;
}

.leftHalf {
	z-index: 100;
	width: 40%;
	float: left;
	clear: none;
	margin-left: 10%;
}

.rightHalf {
	z-index: 100;
	width: 40%;
	float: left;
	clear: none;
}

.pageContainer {
	margin-top: 13.5%;
	background-color: #FFFFFF;
}

.homeTextPanel {
	width: 90%;
	margin-left: 5%;
}

#bannerPanel {
}

.pageBannerPanel {
}

#pageContentPanel {
	width: 96%;
	margin-left: 4%;
	float: left;
	clear: none;
	margin-bottom: 0%;
	margin-top: 0%;
	background-color: #FFFFFF;
	background-image: url(../images/conmico-sitewide/page-bkgd.jpg);
	background-repeat: repeat-x;
}

#pageContentPanel2 {
	width: 75%;
	margin-left: 0%;
	float: left;
	clear: none;
	margin-bottom: 0%;
	margin-top: 0%;
	background-color: #FFFFFF;
	background-image: url(../images/conmico-sitewide/page-bkgd.jpg);
	background-repeat: repeat-x;
}

#pageContentPanel3 {
	width: 75%;
	margin-left: 0%;
	margin-bottom: 0%;
	margin-top: 0%;
}

#pageContentPanel4 {
	width: 96%;
	margin-left: 4%;
	float: left;
	clear: none;
	margin-bottom: 0%;
	margin-top: 0%;
	background-color: #FFFFFF;
}

#pageTextPanel {
	float: left;
	clear: none;
	margin-bottom: 0%;
	margin-top: 0%;
	width: 66%;
	background-color: #FFFFFF;
}

#pageTextPanel2 {
	margin-bottom: 0%;
	width: 65%;
	background-color: #FFFFFF;
	padding-bottom: 5%;
	min-height: 525px;
}

#pageTitleBlock {
	margin-top: 6.3%;
	width: 95%;
}

#pageTitleBlockWide {
	width: 98%;
	margin-top: 6%;
	margin-left: 0%;
}

#pageTitleBlockWide2 {
	width: 98%;
	margin-top: 4%;
	margin-left: 0%;
}

#pageTextBlock {
	margin-bottom: 0%;
	width: 95%;
	background-color: #FFFFFF;
	padding-bottom: 5%;
	margin-top: 2%;
	min-height: 550px;
}

#pageTextBlock2 {
	margin-bottom: 0%;
	width: 85%;
	background-color: #FFFFFF;
	padding-bottom: 5%;
	margin-top: 2%;
}

#pageTextBlock3 {
	margin-bottom: 0%;
	width: 32%;
	background-color: #FFFFFF;
	padding-bottom: 5%;
	margin-top: 6%;
	margin-left: 3%;
	margin-right: 3%;
}

#pageTextBlock4 {
	width: 98%;
	margin-bottom: 0%;
	margin-top: 2%;
}

#imagePanel {
	margin-bottom: 2%;
	width: 29%;
	margin-top: 5%;
	margin-left: 3%;
}

.imagePanelHorizontal {
	margin-left: 0%;
}

.imagePanel2 {
	margin-bottom: 2%;
	width: 47%;
	margin-top: 2%;
}

.imagePanel3 {
	width: 30%;
	float: left;
	clear: none;
	margin-top: 2%;
	margin-bottom: 0%;
}

.imageBlock {
}

.imageBlock2 {
}

.mapBlock {
	width: 63%;
	float: left;
	clear: none;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-left: 0%;
}

.contactsTextBlock {
	margin-bottom: 0%;
	width: 32%;
	padding-bottom: 5%;
	margin-top: 2%;
	margin-right: 3%;
	display: block;
}

.contactsTextBlockMobile {
	margin-bottom: 0%;
	width: 32%;
	padding-bottom: 5%;
	margin-top: 2%;
	margin-right: 3%;
	display: none;
}

.captionBlock {
	margin-left: 2%;
	width: 97%;
	margin-top: 2%;
}

.captionBlock2 {
	float: left;
	clear: none;
}

.MinHeight {
	min-height: 23em;
}

.MinHeight2 {
	min-height: 26em;
}

.footerPanelMobile {
	display: none;
	visibility: hidden;
	z-index: 1500;
	text-align: center;
}

.footerPanel {
	display: inline-block;
	visibility: visible;
	z-index: 1500;
	float: left;
	clear: left;
	text-align: center;
	padding-bottom: 4.0%;
	padding-top: 2.0%;
}

.downloadBlock {
	margin-top: 10%;
	width: 60%;
}

/* Flexible iFrame */

.Flexible-container {
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
}



.hide_tablet {
display: none;
}

.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 100%;
	height: auto;
	max-width: 1500px;
}

#headerSmartPhone {
	max-width: 1500px;
}

#header {
	max-width: 1500px;
}

.catalogLinks {
	width: 25%;
	margin-left: 40%;
	margin-top: 2.9%;
}

.leftHalf {
	width: 39%;
	float: left;
	clear: none;
	margin-left: 10%;
}

.rightHalf {
	width: 39%;
	float: left;
	clear: none;
	margin-left: 10%;
}

.pageContainer {
	margin-top: 10.5%;
	float: left;
	clear: left;
	background-color: #FFFFFF;
}

.homeTextPanel {
	width: 86%;
	margin-left: 7%;
}

#bannerPanel {
}

.pageBannerPanel {
}

#pageContentPanel {
	float: left;
	clear: none;
	margin-bottom: 0%;
}

#pageContentPanel2 {
	float: left;
	clear: none;
	margin-bottom: 0%;
	width: 73%;
}

#pageContentPanel3 {
	width: 72%;
}

#pageContentPanel4 {
	float: left;
	clear: none;
	margin-bottom: 0%;
}

#pageTextPanel {
	float: left;
	clear: none;
	margin-bottom: 0%;
	min-height: 550px;
	background-color: #FFFFFF;
}

#pageTextPanel2 {
	min-height: 550px;
	margin-bottom: 0%;
	padding-bottom: 2%;
}

#pageTitleBlock {
}

#pageTitleBlockWide {
}

#pageTitleBlockWide2 {
}

#pageTextBlock {
	margin-bottom: 0%;
	width: 94%;
	min-height: 550px;
	padding-bottom: 2%;
}

#pageTextBlock2 {
	margin-bottom: 0%;
	width: 70%;
}

#pageTextBlock3 {
	min-height: 550px;
	margin-bottom: 0%;
	width: 32%;
}

#pageTextBlock4 {
	margin-bottom: 0%;
	margin-top: 2%;
}

#imagePanel {
	float: left;
	margin-bottom: 4%;
}

.imagePanelHorizontal {
	float: left;
}

.imagePanel2 {
	float: left;
	margin-bottom: 4%;
}

.imagePanel3 {
	float: left;
	clear: none;
	margin-bottom: 0%;
	width: 30%;
}

.imageBlock {
	margin-bottom: 2%;
}

.imageBlock2 {
}

.mapBlock {
	width: 67%;
}

.contactsTextBlock {
	margin-bottom: 0%;
	width: 28%;
}

.contactsTextBlockMobile {
	margin-bottom: 0%;
	width: 28%;
}

.captionBlock {
}

.captionBlock {
}

.MinHeight {
	min-height: 32em;
}

.MinHeight2 {
	min-height: 39em;
}

.footerPanelMobile {
}

.footerPanel {
	padding-bottom: 2.0%;
	padding-top: 2.0%;
}

.downloadBlock {
	width: 52%;
}

/* Flexible iFrame */

.Flexible-container {
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
}



.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
