@import url("reset.css");

@import url("typicons/typicons.css");


img,
embed,
object,
video,
iframe{
	max-width: 100%;
}
.ie6 img {
	width: 100%;
}




/* ==GENERAL SETTINGS */

body{
	color: #333;
	font: 0.9em/170% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #fff;
	word-spacing: 0.1em;
}




/*
Global Linking
-------------------------------------------------*/
a {
	outline: none;
	text-decoration: none;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
	cursor: hand;
}

a.menu-toggle {
        color: #666;
        height: 30px;
        line-height: 32px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 23px;
        width: 30px;
    }

a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}





/* ==DIVS */



#wrapper2{
	width: 960px;
    /* background:#fff;
	float:left;
	margin-bottom: 20px; */
	margin: 0 auto 1em auto;
	padding-left: 1%;
}





/* ------- header section - incl. top navigation ---------- */

body header{
	/* width: 960px; */
	width: 100%;
	height: 94px;
	border-bottom: 1px solid #ccc;
	float: left;
	position: relative;
}




/* ------ KMS logo  ----------------------------- */

#kmsLogo a{
	width: 106px;
	height: 43px;
	display:block;
	text-indent:-999em;
	/*paranoid tricks for older browsers*/
	text-decoration:none;
	overflow:hidden;
	position: relative;
	background: url(/img/kms-logo.png) no-repeat;
	top: 40px;
	left: 21px;
}

.printLogo{
	display: none;
}








/* ----------- odds & ends -------- */

.note{
	font-size: 10px;
	font-style: italic;
}


.kmsH1{
	font-size: 1.1em;
}


.kmsBody{
	font-size: 1.2em;
}





/* ----------- PRODUCTS/INFO navigation -------- */

body nav#products{
	width: 70%;
	float: right;
	position: relative;
	font-size: 0.9em;
	bottom: 0.5em;
}


body nav#products ul, body nav#info ul{
	float: right;
}
/* display block - for both ul li & ul li a - to run horizontally */
body nav#products ul li, body nav#info ul li{
	display: block;
	position: relative;
	float: left;
	color: #999;
	/* spacing between each menu item */
	padding-right: 0;
	padding-left: 1.5em;
}

body nav#products ul li a, body nav#info ul li a{
	text-decoration: none;
	color: #999;
	/* spacing between each menu item */
	padding-right: 0;
	padding-left: 0;
}

body nav#products ul li a:hover, body nav#info ul li a:hover{
	color: #ccc;
}

.sel a{
	color: #000 !important;
}

.product-nav-item {font-size:1.15em;}

body nav#info{
	position: relative;
	float: right;
	padding-right: 0;
	margin-right: 0;
	width: 50%;
	height: 2em;
	bottom: 2.2em;
	font-size: 0.9em;
}










/* ----------- PRODUCT sub-navigation -------- */

nav#subNav{
	font-size: 0.9em;
	position: relative;
	float: left;
	/* width: 269px; */
	width: 28%;
	margin-left: 1.4em;
	/* margin-top: 75px; */
	margin-top: 2em;
	line-height: 1.2em;
}

body.aboutUs nav#subNav{
	margin-top: 4.2em;
}

nav#subNav ul li{
	margin-bottom: 1.0em;
}
nav#subNav ul li a{
	position: relative;
	color: #666;
	/* padding-left: 22px; */
}
nav#subNav a:hover{
	color: #ccc;
}

nav#subNav h2{
	margin-bottom: 0.6em;
	font-size: 1.3em;
	/* border-bottom: 1px solid #ccc; */
	padding-bottom: 0.6em;
}


/* .topItem{
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.topItem a{
	border-bottom: 1px solid #ccc;
	padding-right: 20px;
} */




















/* -------- MOBILE/RESPONSIVE NAVIGATION ----------------------

------------------ */



body nav#mobile{
	display: none; 
}

nav#mobile {
   	height: 2.5em;
    /* width: 100%; */
    width: 100%;
    background: transparent;
    color: #666;
    z-index: 100;
	font-size: 1.0em;
	line-height: 2em;
	float: left;
}

.menu-list {
    float: right;
    margin-top: 27px;
}

.menu-item {
    display: inline;
    padding: 0 15px 0 15px;
}

.menu-link {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 400;
    padding: 10px 20px;
    -webkit-transition: background-color 100ms;
    -moz-transition: background-color 100ms;
    transition: background-color 100ms;
    text-decoration: none;
}

.menu-link:hover {
    background: #333;
    text-decoration: none;
}

.menu-link.menu-marked {
    background: #444;
}

.menu-link.menu-marked:hover {
    background: #666;
}

.menu-signup {
    background-color: #333;
}








/* @responsive Desktop only */
@media (min-width: 976px) {

    /* @group Visibility */

    .visible-phone {
        display: none !important;
    }

    .visible-tablet {
        display: none !important;
    }

    .visible-desktop {
        display: inherit !important;
    }

    .hidden-desktop {
        display: none !important;
    }

}


/* @responsive iPad (landscape) */
@media (max-device-width: 1024px) and (orientation: landscape) {
    nav#mobile {
        position: absolute;
        top: 0;
    }

    body {
        overflow-x: hidden;
    }

}


/* @responsive Tablet */
@media (max-width: 968px) {
    /* @group Typography */



    nav#mobile {
        position: absolute;
        top: 0px;
    }


   
    /* @group Visibility */

   .hidden-tablet {
        display: none !important;
    }

    .visible-phone {
        display: none !important;
    }

    .visible-tablet {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }

}


/* @responsive Phone */
/* @media (max-width: 740px) */
@media (max-width: 768px) {  /* --- but needs to be 768px for iPad portrait... */
	
	body nav#mobile{
	display: block;
	float: left;
	position: absolute;
	/* width: 89%; */
	width: 100%;
	margin: 0 !important;
	/* top: 2em; */
	top: 1.2em;
	}
    
    /* @group Menu */

    a.menu-toggle-active {
        /* border-color: #d10e0d; */
        color: #d10e0d;
    }

    .menu-list {
        background: #fff;
        margin-top: 0;
        position: absolute;
        right: 0;
        top: 70px;
        overflow: hidden;
        height: 0;
        -webkit-transition: height 250ms ease;
        -moz-transition: height 250ms ease;
        transition: height 250ms ease;
        width: 100%;
        font-size: 1.3em;
    }

    .menu-item {
        display: list-item;
        font-weight: 400;
		border-bottom: 1px solid silver;
	padding: 0.5em 0 0.5em 0.95em;
}
    .menu-item a{
	color: gray;
	display: block;
	}
	.menu-item a:hover{
	color: #333;
	background-color: #e9e9e9;
	}

    .menu-item:last-child {
        margin-bottom: 15px;
    }

    .menu-link {
        display: block;
        padding: 20px 20px;
    }

   
    /* @group Visibility */

  .hidden-phone {
        display: none !important;
    }

    .visible-phone {
        display: inherit !important;
    }

    .visible-tablet {
        display: none !important;
    }

    .visible-desktop {
        display: none !important;
    } 
}

/* @responsive Really narrow phone */
@media (max-width: 460px) {
	
   }


/* @responsive Hi-DPI (Retina) screens */
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 168dpi) {
   
   }
   



/* ------------------------------------------------ */













 /*  ------------------  Simple Tree Menu
------------------------------------- 

.treeview {
	/* position: relative;
	left: -20px;
	top: -10px; 
	font-size: 13px;
}

.treeview ul {
	text-decoration: none;
	color: #666;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 4px 0;
	font-style: normal;
}

/*Style for LI elements in general (excludes an LI that contains sub lists)
.treeview li {
	text-decoration: none;
	color: #666;
	font-weight: normal;
	text-align: left;
	list-style-type: none;
	padding-left: 10px;
	padding-bottom: 4px;
	font-style: normal;
}


 /* Style for LI that contains sub lists (other ULs).
.treeview li.submenu {
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	cursor: pointer !important;
	font-style: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}


 /*Style for ULs that are children of LIs (submenu) 
 /*Hide them by default. Don't delete. 
.treeview li.submenu ul {
	display: none;
}


 /*Style for LIs of ULs that are children of LIs (submenu) 
.treeview .submenu ul li {
	cursor: default;
	font-size: 12px;
}





/*
additional menu styling
----------------------------------

.toplevel{ 
	color: #666;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	font-size: 15px;
}

a:hover.toplevel{
	color: #ccc;
}


/*  to add a horiztonal divider... 
#divider{
	border-top: 1px solid #ccc;
	width: 220px;
	padding-bottom: 18px;
	margin-top: 15px;
}


.sublevel {
	color: #999;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}

.sublevelSelected a{
	color: #000 !important;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}

.sublevelSel a{
	color: #000 !important;
}

.sub-noarrow {
	text-decoration: none;
	color: #999;
	font-weight: normal;
	text-align: left;
	padding-left: 0px;
 }

.sub-selected a{
	color: #000 !important;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}

.sublist {
	color: #999;
	text-decoration: none;
	font-weight: lighter !important;
	margin-right: 10px;
}

.sublist-noarrow {
	text-decoration: none;
	color: #999;
	font-weight: normal;
	text-align: left;
	padding-left: 0px; 
}

.sublist-selected {
	text-decoration: none;
	color: #333;
	font-weight: normal;
	text-align: left;
	padding-left: 0px;
}

*/


















/* ----------- MAIN CONTENT ------------------------------

 -------- */

#mainContent{
	width: 100%;
	position: relative;
	float: left;
}

body.home #mainContent h1{
	margin-top: 30px;
}



/* ---  COL 1 
------  */

body.home #col1{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 19px;
	/* margin-left: 14px; */
}

#splash{
	width: 100%;
	position: relative;
	float: left;
}

body.product #col1, body.aboutUs #col1{
	/* width: 647px; */
	width: 67.4%;
	/* height: 331px; */
	float: right;
	margin-top: 19px;
	margin-left: 14px;
}

body.product #col1portrait{
	/* width: 647px; */
	width: 67.4%;
	height: 500px;
	float: right;
	margin-top: 19px;
	margin-left: 14px;
}

body.product #col1shallow{
	/* width: 647px; */
	width: 67.4%;
	height: 203px;
	float: right;
	margin-top: 19px;
	margin-left: 14px;
}

body.productGallery #col1{
	width: 100%;
	float: right;
	position: relative;
	margin: 19px 0 0;
	padding: 0;
}










/* -----  for home page slider ---- */
#homeSlider{
	float: left;
	position: relative;
	width: 100%;
	height: 331px;
	margin: 0;
}
ul#portfolio a{
	color: #294887;
}
ul#portfolio a:hover{
	color: #89acd9;
}


/* -----------------------------------------------------
-------------------------------------- */








/* ---  home page - big link panels 
------  */


body.home #bigLinks{
	width: 100%;
	height: 226px;
	float: left;
	margin-top: 1.5em;
}
body.home #bigLinks a{
	color: #fff;
}
body.home #bigLinks a:hover{
	color: #999;
}

.bigLink{
	width: 300px;
	height: 226px;
	float: left;
	margin-right: 30px;
}
.bigLink h2{
	width: 286px;
	background-color: #ccc;
	height: 38px;
	text-align: right;
	font-size: 1.15em;
	line-height: 1.1em;
	padding: 8px 14px 8px 0;
}

.end, .last{
	margin-right: 0 !important;
}





/* ------ thumbnail gallery ----- */

.catGallery{
	width: 100%;
	position: relative;
	margin: 0 0 0.5em;
	float: right;
}
.catSummary{
	float: left;
	margin: 0 14px 14px 0;
	width: 148px;
	height: 100px;
	position: relative;
}
.catSummary img{
	margin: 0;
}








/* ---  COL 2 -----------------------------------------------
------  */

#col2 header{
	/* width: 960px; */
	width: 100%;
	height: auto;
	border: none;
	margin-bottom: 1.5em;
	
}
body.contact#site-map #col2 header{
	margin-bottom: 2em;	
}

body.home #col2{
	margin-top: 11px;
	float: right;
	/* width: 628px; */
	width: 65.42%;
}

body.product #col2, body.productGallery #col2, body.aboutUs #col2, body.aboutUs #col2extended{
	margin-top: 40px;
	float: right;
	/* width: 647px; */
	width: 67.4%;
}

body.aboutUs #col2, body.aboutUs #col2extended{
	/* width: 607px; */
	width: 63.23%;
	/* padding-right: 40px; */
	padding-right: 2.0em;
}

body.aboutUs #col2extended{
	/* width: 700px; */
	width: 72.92%;
	height: 280px;
}

body.contact #col2{
	margin-top: 40px;
	float: right;
	/* width: 657px; */
	width: 68.44%;
	padding-right: 60px;
}

body.pricelite #col2{
	margin-top: 40px;
	float: right;
	/* width: 657px; */
	width: 68.44%;
	padding-right: 80px;
	margin-bottom: 10px;
}




body.productGallery #col2{
	margin-top: 10px;
	float: right;
	/* width: 647px; */
	width: 67.4%;
}

body.home #col2 p, body.product #col2 p, body.productGallery #col2 p, body.aboutUs #col2 p, body.contact #col2 p, body.pricelite #col2 p, body.aboutUs #col2extended p{
	color: #999;
	margin-top: 1.5em;
	font-size: 1.0em;
}


body.aboutUs #col2 ul, body.contact #col2 ul, body.product #col2 ul{
	margin-left: 1.0em;
	padding-left: 1.0em;
	padding-top: 1.2em;
}
body.contact#site-map #col2 ul{
	margin-top: 4.1em;
	padding-top: 0 !important;
}


body.aboutUs #col2 ul li, body.contact #col2 ul li, body.product #col2 ul li{
	color: #999;
	font-size: 1.0em;
	list-style-type: disc;
	margin-bottom: 0.7em;
}


#col2 h1, #col2extended h1{
	font-size: 1.6em;
	color: gray;
}


.h1smallpad {
	font-size: 0.75em;
	text-decoration: none;
	color: gray;
	font-weight: normal;
	line-height: 100%;
}


.h1bigpad {
	font-size: 200%;
	text-decoration: none;
	color: #666;
	font-weight: normal; 
	line-height: 130%;
}


body.contact h3, body.pricelite h3{
	font-size: 1.5em;
	color: #666;
	margin-bottom: -10px;
	margin-top: 10px;
}

body.contact h2, body.pricelite h2, body.product h2{
	font-size: 15px;
	color: #666;
	margin-bottom: -10px;
	margin-top: 20px;
}




.pdf{
	background-image: url(/img/pdf.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 10px 10px 10px 30px;
	line-height: 25px;
}


iframe{
	margin-top: 2em;
}













/* -----------------   PRODUCT pages --------------------- */









/* -----------------   FOOTER --------------------- */



#footer{
	width: 100%;
	position: relative;
	float: left;
	margin-top: 5.0em;
	color: #999;
	margin-bottom: 2.0em;
	font-size: 0.7em;
}


#footerMenu1{
	margin-left: 1.5em;
	margin-bottom: 10px;
	font-size: 1.3em;
}


#footerMenu2{
	/* width: 940px; */
	width: 97.92%;
	position: relative;
	float: left;
	margin-top: 15px;
	border-top: 1px solid #ccc;
	padding-top: 24px;
	padding-left: 22px;
}


#footerMenu2 a{
	color: #999;
	text-decoration: none;
}

#footerMenu2 a:hover{
	color: #ccc;
}



#credits{
	float: right;
	position: relative;
	text-align: right;
	bottom: 23px;
	color: #999;
}

#credits p{
	margin-top: 6px;
}

#credits a{
	color: #999;
	text-decoration: none;
}

#credits a:hover{
	color: #ccc;

}





/* -----   FORM styling ------- */

/* 
input {
	 border: none;
   line-height:20px;
	vertical-align: middle;
	 height:20px;
}

input:hover, input:focus, textarea:hover, textarea:focus {
	
}

textarea {
	border: none;
   line-height:20px; 
	vertical-align: middle;
	overflow:visible; 
}

*/























/*-----  MEDIA QUERIES -----------------------------------------------------
----------------------------------------------------------------------*/



/* Disable iOS/WinMobile font size changes */
@media screen and (max-width: 600px),
screen and (max-device-width: 480px) {
	html {
		-ms-text-size-adjust: none;
		-webkit-text-size-adjust: none;
	}
}


/* options...not all applicable for this design! */

/* @media screen and (min-width: 2560px) */
@media screen and (max-width: 160em) {

}
/* @media screen and (min-width: 1920px) */
@media screen and (max-width: 120em) {

}
/* @media screen and (min-width: 1440px)*/
@media screen and (max-width: 90em) {

}
/* @media screen and (min-width: 1280px) */
@media screen and (max-width: 80em) {

}
/* @media screen and (min-width: 640px) */
@media screen and (max-width: 40em) {
	
}
@media screen and (max-width: 360px) {

}




/* --- iPad / iPhone portrait 768px ---*/
/* @media screen and (max-width: 768px) */
/* @media screen and (max-width: 800px) */
@media screen and (max-width: 50em) {
	
	
	#wrapper2{
	width: 89%;
	margin: 0 0 0 5%;
	}
	
	body header{
	height: 94px;	
	}
	
	#kmsLogo a{
	/* top: 40px; */
	top: 2.0em;
	/* left: 21px; */
	left: 0.8em;
	}
	
	h1 {
	margin: 0 0 0.3em;
	}

	
	body.home #col1{
	width: 100%;
	
	}
	
	
	#homeSlider{
	height: 120px;
	z-index: -1; /* hack as the slide show (although not visible) was extending over the top of the first big link button.. */
	}
	


	body.home #bigLinks{
	height: auto;
	margin-top: 0;
	}
	.bigLink{
	width: 100%;
	height: auto;
	margin-right: 0;
	margin-top: 0.8em;
	}
	.bigLink h2{
	width: 95.4%;
	height: auto;
	}
	
	

	body.product #col1, body.aboutUs #col1{
	/* width: 67.4%; */
	width: 100%;
	height: auto;
	float: left;
	margin-top: 19px;
	margin-left: 14px;
	}
	body.product #col1{
	height: 100%;
	margin-left: 0;
	position: relative;
	margin-bottom: 2.0em;
	}
	
	body.product #col1portrait, body.product #col1shallow{
	/* width: 67.4%; */
	width: 100%;
	height: auto;
	float: left;
	margin-top: 19px;
	margin-left: 0;
	}
	
	

	body nav#info{
	display: none;
	}
	

	body nav#products{
	display: none;

	}
	
	body.home #col2{
	margin-top: 11px;
	float: left;
	/* width: 65.42%; */
	width: 100%;
	}
	
	body.product #col2, body.productGallery #col2, body.aboutUs #col2, body.aboutUs #col2extended{
	margin-top: 40px;
	float: left;
	/* width: 67.4%; */
	width: 90%;
	margin-left: 1.0em;
	}
	
	body.aboutUs #col2, body.aboutUs #col2extended{
	/* width: 63.23%; */
	width: 90%;
	margin-left: 1.0em;
	}
	
	body.aboutUs #col2extended{
	/* width: 700px; */
	width: 72.92%;
	height: 280px;
	}
	
	body.contact #col2{
	float: left;
	/* width: 657px; */
	width: 100%;
	padding-left: 1em;
	padding-right: 0;
	}
	body.contact #col2 p{
	font-size: 1.2em !important;
	line-height: 1.6em;
	}
	body.contact #col2 h2{
	font-size: 1.3em !important;
	}

	body.contact#terms #col2{
	width: 90%;
	margin-left: 1.0em;
	padding-left: 0;
	}
	
	
	body.pricelite #col2{
	float: left;
	/* width: 68.44%; */
	width: 90%;
	margin-left: 1.0em;
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 10px;
	}
	
	.gallery_cell_container {
	width: 100% !important;
	padding-right: 0;
	}
	
	.itemInfo{
	width: 100%;
	}
	
	
	
	body.productGallery #col2{
	margin-top: 10px;
	float: left;
	/* width: 67.4%; */
	width: 90%;
	margin-left: 1.0em;
	}
	
	
	.catSummary{  /* revise for landscape phones! */
	width: 48%;
	height: 100px;
	margin: 0 6px 14px 0;
	}
	
	
	body.home #col2 p, body.product #col2 p, body.productGallery #col2 p, body.aboutUs #col2 p, body.contact #col2 p, 	body.pricelite #col2 p, body.aboutUs #col2extended p{
	font-size: 1.2em;
	}
	
	body.aboutUs #col2 ul li, body.contact #col2 ul li, body.product #col2 ul li{
	font-size: 1.2em;
	margin-bottom: 0.7em;
	}
	
	
	
	

	nav#subNav{
	font-size: 1.4em;
	width: 90%;
	margin-left: 0.5em;
	margin-top: 0;
	line-height: 1.2em;
	border-bottom: 1px solid silver;
	}

	body.aboutUs nav#subNav{
	margin-top: 1.0em;
	}



	#footer{
	width: 94%;
	position: relative;
	float: left;
	margin-top: 50px;
	font-size: 1.0em;
	}
	
	#footerMenu1{
	margin-left: 0.8em;
	}
	
	#footerMenu2{
	margin-left: 0.8em;
	padding-left: 0;
	}
	
	#footerMenu2 a{
	color: #999;
	text-decoration: underline;
	}
	
	#credits{
	float: left;
	position: relative;
	text-align: left;
	bottom: 0;
	margin-left: 1.0em;
	}
	
	#credits a{
	text-decoration: underline;
	}
	


}








/* ----- UPDATED Media Queries reference points - pixels ------------ */

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */

}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px)
and (max-width : 685px) {
	
	
	.catSummary{ 
	margin: 0 14px 14px 0;
	width: 148px;
	height: 100px;
	}
	
	
	body.product #col1{
	height: 258px;
	}
	


	body.home #bigLinks{
	margin-top: 5.0em;
	}
	
	.bigLink{
	width: 31%;
	height: auto;
	margin-right: 1.0em;
	margin-top: 0.8em;
	}
	.bigLink h2{
	width: 92%;
	}
	
	
}


/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
}

/* Smartphones small 240 (portrait) ----------- */
@media only screen 
and (max-width : 240px) {
	

}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	
	#wrapper2{
	/* width: 98%; */
	padding-left: 2.2%;
	}
	
	.bigLink{
	width: 32%;
	height: auto;
	margin-right: 1.0em;
	margin-top: 0.8em;
	}
	
	.catSummary{
	width: 15.42%;
	margin: 0 13px 17px 0;
	}
	
}

/* Nexus 7 (landscape) ???? ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 966px) 
and (orientation : landscape) {
	
	#wrapper2{
	margin: 0;
	}

	
}


/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */

	body.home #bigLinks{
	margin-top: 9.0em;
	}
	
	.bigLink{
	width: 32%;
	height: auto;
	margin-right: 1.0em;
	margin-top: 0.8em;
	}
	.bigLink h2{
	width: 94%;
	}
	
	body.product #col1{
	height: 320px;
	}
	
	.catSummary{
	width: 150px;
	height: 105px;
	margin: 0 20px 20px 0;
	}
	.end{
	margin-right: 20px !important;
	}


}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}











